Update to r20350.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Jan 2007 01:58:56 +0000 (01:58 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Jan 2007 01:58:56 +0000 (01:58 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20368 f5534014-38df-0310-8fa8-9805f1628bb7

ChangeLog
docbook/release-notes.xml

index 5f0cc67f352c3f25c611236e04af4badb157d4b9..dab85c8d14d46ed5ebfa0a25af93e40fe7f94118 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines
+r19646 | gerald | 2006-10-20 16:22:53 -0700 (Fri, 20 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_gui_utils.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/prefs_dlg.c
 
-Fix cut-and-pasteo.
+AirPcap fixes from Giorgio Tino:
 
-------------------------------------------------------------------------
-r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
+1) When choosing to Merge, Import or Keep decryption keys,  key lists will be saved to the preferences file AND into the registry.
 
-Squelch a compiler warning.
+2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.
 
 ------------------------------------------------------------------------
-r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines
+r19649 | sahlberg | 2006-10-20 21:57:12 -0700 (Fri, 20 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-usb.c
 
-Define "char_def_alphabet_ext_decode()" with a return type - and define
-it as static as it's not used outside this file.
+prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
 
-------------------------------------------------------------------------
-r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/guid-utils.c
+dissect the self-powered and the remote-wakeup flags
+show the powerconsumption in mA
 
-Squelch a compiler warning.
 
 ------------------------------------------------------------------------
-r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines
+r19650 | sahlberg | 2006-10-20 22:07:48 -0700 (Fri, 20 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+the flags are FT_BOOLEAN not FT_UINT8
 
-Fix some format strings and format string arguments.
 
 ------------------------------------------------------------------------
-r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines
+r19651 | ulfl | 2006-10-21 02:40:18 -0700 (Sat, 21 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-
-Fix some g_warning() calls.
+   M /trunk/packaging/nsis/wireshark.nsi
 
+remove two packaging warnings - could this be applied to 0.99.4?
 ------------------------------------------------------------------------
-r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines
+r19652 | ulfl | 2006-10-21 05:06:26 -0700 (Sat, 21 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
+   M /trunk/gtk/about_dlg.c
 
-add some well known rids from s4 security.idl and code to show the name of this rid
-when dissecting a security descriptor
+the text in the about box license page was hard to read because of line breaks at the wrong places.
 
+set the minimum size of the widget to 600 pixels - this is working well on my machine. If anyone has problems even with this width (e.g. because of using a larger font) we might increase the size even further.
 
+Of course, this increases the overall size of the about dialog, but the other tabs seem to be working well with it.
 ------------------------------------------------------------------------
-r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line
+r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/gtk/main.c
+
+Put the ", " before the PortAudio item regardless of whether we have
+PortAudio or not; this fixes 1174.
 
-Improve parsing a bit and correctly dissect errorDescriptor in Reply.
 ------------------------------------------------------------------------
-r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines
+r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   M /trunk/epan/dissectors/packet-http.c
+
+teach the http header dissector how to handle integer fields instead of just assuming everything is a string field
+
+
+change http.content_length to be FT_UINT32
 
-Make sure a preference exists before we try to use it.
 
 ------------------------------------------------------------------------
-r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines
+r19655 | sahlberg | 2006-10-21 17:21:40 -0700 (Sat, 21 Oct 2006) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
 
-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.
+add a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_pdus() (and others if need be)
+
+in tcp_dissect_pdus()  add a field ( tcp.pdu.size ) to the tree that displays the pdu size.
 
 
 
 ------------------------------------------------------------------------
-r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines
+r19656 | sahlberg | 2006-10-21 18:21:20 -0700 (Sat, 21 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-usb.c
 
- in LDAP over TCP
+dissect the individual bits in the CONFIDURATION descriptor field for the endpoint address
 
-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
 
+------------------------------------------------------------------------
+r19657 | sahlberg | 2006-10-21 22:21:37 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb.c
+
+fix some endianess issues
 
 
 ------------------------------------------------------------------------
-r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line
+r19658 | sahlberg | 2006-10-22 02:38:59 -0700 (Sun, 22 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/h245/h245-exp.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+add tracking of interface class for CONTROL_INPUT as well as existing support for BULK INPUT/OUTPUT
+
 
-Dissect some more H.245 messages in MEGACO
 ------------------------------------------------------------------------
-r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines
+r19659 | sahlberg | 2006-10-22 04:49:23 -0700 (Sun, 22 Oct 2006) | 9 lines
 Changed paths:
-   M /trunk/gtk/scsi_stat.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-usb.h
+
+add a dissector table for class specific control input/output pdus
+
+implement class specific control commands : reset and getmaxlun for mass storage
+
 
-make the scsi statistics dialogs easier to understand for scsi novices
+now with a better understanding of the problem space for usb and device classes we can start cleaning the code up and make it nice
 
-explain what the commandsets refer to   SBC==disk  SSC=tape  MMC=cd
 
 
 ------------------------------------------------------------------------
-r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line
+r19660 | jake | 2006-10-22 07:28:54 -0700 (Sun, 22 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/print.c
 
-Use FT_UINT_STRING for TBCP DENY reason-phrase
+Fix bug 1173, remove the space after the comma in CSV lines
 ------------------------------------------------------------------------
-r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line
+r19661 | jake | 2006-10-22 22:30:37 -0700 (Sun, 22 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/epan/dissectors/packet-wlccp.c
+
+From Stephen Fisher:
+Here is a patch to make a few small fixes to packet-wlccp.c:
 
-Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])
 ------------------------------------------------------------------------
-r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line
+r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/dtds/reginfo.dtd
+   M /trunk/editcap.c
+
+As proposed by Tim Furlong:
+set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
+Might fix Bug 1158
 
-The xmlns attribute isn't really part of the schema, so probably shouldn't be #REQUIRED (not that the XML dissector currently uses this property)
 ------------------------------------------------------------------------
-r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19663 | tuexen | 2006-10-23 10:12:48 -0700 (Mon, 23 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/wiretap/netxray.c
 
-remove two hashtables and replace with binary trees
+Use G_GINT64_CONSTANT to handle 64-bit constants in the code.
 
 
 ------------------------------------------------------------------------
-r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19664 | martinm | 2006-10-23 10:22:20 -0700 (Mon, 23 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-   M /trunk/epan/dissectors/packet-aim-chat.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/wiretap/catapult_dct2000.h
 
-move a few arrays off the stack
+- Fix problems with parsing sctpprim headers
+- Add dissection of nbap (as encap or inside sctp primitive)
 
 ------------------------------------------------------------------------
-r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19665 | ashokn | 2006-10-23 10:32:15 -0700 (Mon, 23 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+
 
-get rid of a rotating buffer
+Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)
 
 
 ------------------------------------------------------------------------
-r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines
+r19666 | jake | 2006-10-23 15:43:11 -0700 (Mon, 23 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/mms/mms.asn
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
+   M /trunk/gtk/dfilter_expr_dlg.c
+
+Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection dialog.
+------------------------------------------------------------------------
+r19667 | jake | 2006-10-23 22:17:49 -0700 (Mon, 23 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/gtk/voip_calls.c
 
- from Angel de Juan
+From Alejandro Vaquero:
+Find attached a patch for this bug. The problem was actually in the "Voip Calls" logic, when the first RTP packet was after the last signaling packet (e.g. a call connected and the release not captured), that caused the RTP to not be added to the graph list and therefor to the player.
+------------------------------------------------------------------------
+r19668 | etxrab | 2006-10-23 22:21:00 -0700 (Mon, 23 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/radius_stat.c
+   A /trunk/tap-radiusstat.c
 
-make mms bitstrings easier to read
+From Alejandro Vaquero:
+For the Radius dissector to add statistics
+ in the "Service Response Time" menu and the tshark stats.
+------------------------------------------------------------------------
+r19669 | sahlberg | 2006-10-24 00:27:32 -0700 (Tue, 24 Oct 2006) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
+by popular request
+reintroducing the ACK_RTT   measurement how long it took to ACK a data segment
 
---
-Hi, this is my new mms with some changes in order to display some data in
-binary instead of hex.
 
-Excuse me because is not a diff from the repository, but I don't know how to
-create a diff.
 
-I also have the compiled packet-mms.c and packet-mms.h if you want it only
-mail me.
+Gerald   this is a trivially correct patch   can you apply it to the release branch?
 
 
 
 ------------------------------------------------------------------------
-r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19670 | lego | 2006-10-24 06:16:57 -0700 (Tue, 24 Oct 2006) | 9 lines
 Changed paths:
-   M /trunk/asn1/mms/mms.cnf
-   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/wslua/Makefile.am
+   M /trunk/epan/wslua/make-doc.pl
+   M /trunk/epan/wslua/template-init.lua
+   M /trunk/epan/wslua/wslua_gui.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/epan/wslua/wslua_proto.c
+   M /trunk/epan/wslua/wslua_tree.c
+   M /trunk/epan/wslua/wslua_tvb.c
+   M /trunk/epan/wslua/wslua_util.c
+
+Have Lua disabled by default.
+
+Add more documentation to the code.
+change make-dco.pl so that it creates more readable docbook output.
+
+This should be copied over to 0.99.4
 
-prettify the MMS dissector by at least putting the pdu name in the info column
 
 
 ------------------------------------------------------------------------
-r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines
+r19671 | lego | 2006-10-24 10:34:17 -0700 (Tue, 24 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/epan/wslua/make-doc.pl
+   M /trunk/epan/wslua/wslua_field.c
+   M /trunk/epan/wslua/wslua_listener.c
+   M /trunk/epan/wslua/wslua_proto.c
 
-AirPcap fix from Florent Drouin:
+Improve the documentation generators
+add some docs.
 
-Since version 18928, there is a GTK warning at wireshark startup.
-I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c
 
 ------------------------------------------------------------------------
-r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line
+r19672 | jmayer | 2006-10-24 10:39:32 -0700 (Tue, 24 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/manuf
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/Check64BitFormat.c.in
+   A /trunk/cmake/modules/Check64BitFormat.cmake
+   A /trunk/cmake/modules/FindADNS.cmake
+   A /trunk/cmake/modules/FindDBUS.cmake
+   A /trunk/cmake/modules/FindDBUSGLIB.cmake
+   A /trunk/cmake/modules/FindGCRYPT.cmake
+   M /trunk/cmake/modules/FindGLIB2.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
+   M /trunk/cmake/modules/FindLEX.cmake
+   M /trunk/cmake/modules/FindPCAP.cmake
+   A /trunk/cmake/modules/FindQt4.cmake
+   A /trunk/cmake/modules/UsePkgConfig.cmake
+   M /trunk/cmakeconfig.h.in
+   M /trunk/wiretap/CMakeLists.txt
+
+Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179
+
+Frederic Heem:
+* More cmake system checks. It compiles dumpcap without running configure,
 
-Update manuf list
 ------------------------------------------------------------------------
-r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line
+r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
+   M /trunk/gtk/main.c
+
+Put a trailing ellipsis behind the wireless toolbar buttons since they open
+a new window.
 
-Update FAQ
 ------------------------------------------------------------------------
-r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19675 | etxrab | 2006-10-24 15:06:34 -0700 (Tue, 24 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   M /trunk/gtk/airpcap_dlg.c
-   M /trunk/gtk/airpcap_dlg.h
-   M /trunk/gtk/airpcap_gui_utils.c
-   M /trunk/gtk/airpcap_gui_utils.h
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
-Fix up copyrights and whitespace.
+From Reinhard Speyerer:
+Fixes the incorrect decoding of the CC-SETUP CLIR suppression and invoke info elements (which seem to have been copied from the location update accept PDU).
 
+and added some info from a later spec.
 ------------------------------------------------------------------------
-r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19677 | gerald | 2006-10-24 17:17:28 -0700 (Tue, 24 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssap.c
+   M /trunk/epan/wslua/wslua_field.c
+
+Attempt to get compilation working under Windows.
 
-From Florent Drouin:
-This patch allow to change the value of the SSN associated to the bssap dissector.
 ------------------------------------------------------------------------
-r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines
+r19678 | gerald | 2006-10-24 17:49:36 -0700 (Tue, 24 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-From Florent Drouin:
-This patch provide a correction for the element "Channel Needed" in the Paging message. and some improvements for the display of AUTH,SRES,RAND etc..
+Attempt to squelch Coverity CID 221.
 
-With some further changes to APDU and LSA Identifier dissection.
 ------------------------------------------------------------------------
-r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19679 | guy | 2006-10-24 20:03:53 -0700 (Tue, 24 Oct 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
+   M /trunk/epan/dissectors/packet-bootp.c
+
+Clean up some compiler warnings.
 
-From Florent Drouin:
-This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel.
 ------------------------------------------------------------------------
-r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/dumpcap.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-Add to a comment.
+Fix bug 1085 --  handle the various ways that a radiotap frame can
+have an FCS. Also, clean up the parsing and presentation of the various
+flags, and show some that aren't already shown.
 
 ------------------------------------------------------------------------
-r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19681 | jake | 2006-10-25 08:22:39 -0700 (Wed, 25 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-wbxml.c
 
-Squelch a compiler warning.
+From Stephen Fisher
+Attached is a patch to fix bug #1170: "Wireshark interpretation of WBXML
+does not comply with Spec."  This has been verified with the sample
+capture the user provided.
 
 ------------------------------------------------------------------------
-r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines
+r19682 | gerald | 2006-10-25 09:39:19 -0700 (Wed, 25 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/tshark.c
-
-Initialize the cfilter field of a capture_opts structure to a null
-pointer, so we can determine whether a capture filter has been set or
-not.
+   M /trunk/epan/dissectors/packet-fcp.c
 
-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.
+Squelch Coverity CID 220.  Fix up whitespace.
 
-Also, check for multiple "-f" options.
+------------------------------------------------------------------------
+r19683 | martinm | 2006-10-25 09:46:27 -0700 (Wed, 25 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-smtp.c
 
-If no capture filter is specified, use a null string, to work around
-broken versions of Linux libpcap.
+Allow DCT2000 support to find a couple of more protocols.
+Try to squash some warnings seen on the ubuntu buildbot log
 
 ------------------------------------------------------------------------
-r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19684 | gerald | 2006-10-25 10:00:33 -0700 (Wed, 25 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/tshark.pod
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-Indicate in the synopsis that you can put the capture filter at the end
-of the command line without "-f".
+Add more paranoid pointer checks.  Fixes CID 219.
 
 ------------------------------------------------------------------------
-r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line
+r19685 | guy | 2006-10-25 11:25:17 -0700 (Wed, 25 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/gtk/webbrowser.c
+
+Include the top-level header for CoreFoundation, to see whether it'll
+fix a build failure I've seen on L**p*rd.
 
-Fix iuup.delta FT_ type mismatch
 ------------------------------------------------------------------------
-r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines
+r19686 | etxrab | 2006-10-25 12:26:58 -0700 (Wed, 25 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-q2931.c
-
-From Florent Drouin:
+   M /trunk/asn1/snmp/snmp.asn
 
-  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.
+Fix Id marking
+------------------------------------------------------------------------
+r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
 
-Make other loop checks more paranoid.
+Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
+null out the pointer to it.  This prevents a freed pixbuf from being
+used.
 
 ------------------------------------------------------------------------
-r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines
+r19688 | etxrab | 2006-10-25 15:09:48 -0700 (Wed, 25 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Bail out of an infinite loop.  Fixes bug 1048.  (This was introduced after
-the 0.99.3 trunk was created.)  Remove a couple of static buffers.  Fix up
-whitespace.
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
 
+Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.
 ------------------------------------------------------------------------
-r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line
+r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/gtk/airpcap_gui_utils.c
 
-fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3
+the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty misleading. I've changed it to "AirPcap interface: Not selected" which might be more helpful
 ------------------------------------------------------------------------
-r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line
+r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/gtk/airpcap_dlg.c
+
+don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
 
-(slightly) further dissection of the Option (Organizationally specific) block
+It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
 ------------------------------------------------------------------------
-r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines
+r19695 | etxrab | 2006-10-26 00:25:07 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-epl.c
-   A /trunk/epan/dissectors/packet-epl.h
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
 
-From David Buechi:
-Add support for the ETHERNET Powerlink protocol
+Preparations for using the latest GTK 2.8 files for now only gettext is updated.
 ------------------------------------------------------------------------
-r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line
+r19696 | etxrab | 2006-10-26 00:34:10 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/rrlp/Makefile.nmake
-   M /trunk/asn1/umts_rrc/Makefile.nmake
-   M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
-   M /trunk/asn1/umts_rrc_ies/Makefile.nmake
-   M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
+   M /trunk/Makefile.nmake
 
-Complete clean targets
+Missed a change.
 ------------------------------------------------------------------------
-r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines
+r19697 | sahlberg | 2006-10-26 00:34:22 -0700 (Thu, 26 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/AUTHORS
 
-move the include for emem.h so that size_t is defined before emem.h is invoked
+update of shaun j's detains
 
 
 ------------------------------------------------------------------------
-r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines
+r19698 | sahlberg | 2006-10-26 00:45:01 -0700 (Thu, 26 Oct 2006) | 14 lines
 Changed paths:
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-imap.c
 
-Counter64 should be a FT_UINT64  and not a FT_UINT32
+from stephen f    fix for 1040
 
 
-fixes bug 1047
+Attached is a patch to fix bug #1040: "imap packet: not all infos are
+displayed." ?\194?\160It has been tested against the capture file the user
+provided as well as my own capture of an imap session.
 
 
-------------------------------------------------------------------------
-r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-testdrive the request/response README and implement request/response matching for DNS
+Thanks,
+ ?\194?\160Steve
 
 
-------------------------------------------------------------------------
-r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ntp.c
 
-From Toralf Foerster (in bug 1044):
-Add new primary sources, fix typo. 
 
 ------------------------------------------------------------------------
-r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line
+r19699 | ulfl | 2006-10-26 01:07:13 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/epan/dissectors/Makefile.nmake
 
-fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
+put python script name in brackets
 ------------------------------------------------------------------------
-r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines
+r19700 | ulfl | 2006-10-26 01:08:13 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-
-Add missing files to the distribution.
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
 
+slightly improve info column output
 ------------------------------------------------------------------------
-r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines
+r19701 | sahlberg | 2006-10-26 01:37:39 -0700 (Thu, 26 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-usb.c
 
-Bump the version to 0.99.4.
+break request/response matching to track transactions out from the CONTROL handler to use the same code for ALL pdu types
 
-------------------------------------------------------------------------
-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.
 
 ------------------------------------------------------------------------
-r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line
+r19702 | martinm | 2006-10-26 03:11:09 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-Dissect 'User Location Information' IE and MS Time Zone' IE.
+Hopefully zap some warnings
 ------------------------------------------------------------------------
-r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line
+r19703 | guy | 2006-10-26 03:27:16 -0700 (Thu, 26 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/Makefile.nmake
+   M /trunk/doc/README.developer
+
+Mention the 64-bit-integer accessors.
 
-Add missing Clean target
 ------------------------------------------------------------------------
-r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines
+r19704 | martinm | 2006-10-26 05:45:14 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-From Jeff Morriss:
- however there's a bug in the ANSI MAP dissector 
-SSN preference code - it's deleting an ANSI SSN and adding an ITU one
+Cast away remaining warnings seen on buildbot
 ------------------------------------------------------------------------
-r19019 | etxrab | 2006-08-24 14:19:49 -0700 (Thu, 24 Aug 2006) | 3 lines
+r19705 | jake | 2006-10-26 07:36:09 -0700 (Thu, 26 Oct 2006) | 4 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
+   M /trunk/epan/dissectors/packet-ntp.c
+
+From Xiaoguang Liu
+In wireshark a NTP field is displayed as "clock dispersion".
+But should it be called "root dispersion" as per RFC 1305?
 
-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
+r19706 | jmayer | 2006-10-26 07:50:03 -0700 (Thu, 26 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/toolbar.c
+   M /trunk/acinclude.m4
+
+Don't include /usr/local if usage of /usr/local has been disabled via
+configure option.
 
-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
+r19707 | jmayer | 2006-10-26 08:36:50 -0700 (Thu, 26 Oct 2006) | 8 lines
 Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/CMakeInstallDirs.cmake
+   M /trunk/cmake/modules/Check64BitFormat.cmake
+   M /trunk/cmake/modules/FindPCAP.cmake
+
+frederic.heem:
+  Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt
+
+me:
+  Fix a typo, change gcc flags to mimic the behaviour of autofoo
+  stuff.
+
 
-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
+r19708 | jmayer | 2006-10-26 09:39:34 -0700 (Thu, 26 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/cmake/modules/LICENSE.txt
 
-Make sure a string pointer exists before we try to use it.  Fixes bug 1050.
+Only include the license text and not the rest of the source file
+it was copied from as well.
 
 ------------------------------------------------------------------------
-r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines
+r19709 | martinm | 2006-10-26 09:52:55 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-mp2t.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-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
+Try to declare and cast away warnings
 ------------------------------------------------------------------------
-r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line
+r19710 | martinm | 2006-10-26 10:03:45 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/image/toolbar/capture_details_24.xpm
+   M /trunk/epan/dissectors/packet-sdp.c
 
-add a missing icon from yesterdays commit
+More warnings...
 ------------------------------------------------------------------------
-r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines
+r19711 | etxrab | 2006-10-26 14:31:48 -0700 (Thu, 26 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/color_dlg.c
-
-ugly workaround for bug #699 (Up/Down buttons don't work properly)
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
 
-After experimenting a bit, this is a GTK bug IMHO, I don't see a better way to simply use the GTK1.x code for now, which is working ok.
+Fix more Ubuntu warnings.
+------------------------------------------------------------------------
+r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/airpcap_loader.c
 
-GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again.
+Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
+which should fix bug 1176.  Fix up whitespace and indentation.
 
 ------------------------------------------------------------------------
-r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line
+r19714 | martinm | 2006-10-27 03:16:22 -0700 (Fri, 27 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-ipsec.c
+
+When key length wrong, show expected value.
+Fix Preference label where %d was missing from specifier.
 
-new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add())
 ------------------------------------------------------------------------
-r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19715 | ulfl | 2006-10-27 05:06:13 -0700 (Fri, 27 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-If the length of a GSS token is zero, it's a null token, and the opaque
-data shouldn't be dissected.
+fix the GTK-WIMP paths for GTK2.8 - both source and destination paths completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository
 
+remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO
 ------------------------------------------------------------------------
-r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line
+r19716 | martinm | 2006-10-27 06:03:38 -0700 (Fri, 27 Oct 2006) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/packet-ssl.h
+   M /trunk/epan/dissectors/packet-sdp.c
 
-commit forgotten file
+More warnings
 ------------------------------------------------------------------------
-r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line
+r19717 | martinm | 2006-10-27 07:36:48 -0700 (Fri, 27 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
+   M /trunk/epan/dissectors/packet-sdp.c
+
+Cast away most remaining warnings.
+2 will remain, because the 'needle' arg in tvb_pbrk_guint8() isn't const...  Should it be?
 
-fix bug #1057: remove "start" completely
 ------------------------------------------------------------------------
-r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line
+r19719 | gerald | 2006-10-27 12:15:57 -0700 (Fri, 27 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/docbook/Makefile
+
+Allow each program called by the Docbook Makefile to be specified using
+the environment.
 
-don't put "..." in front of a menu item
 ------------------------------------------------------------------------
-r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line
+r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/airpcap_loader.c
+
+Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
+our addresses.
 
-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
+r19721 | jake | 2006-10-28 14:32:38 -0700 (Sat, 28 Oct 2006) | 3 lines
 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
+   M /trunk/epan/dissectors/packet-tcp.c
 
-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.
+From Pierre Juhen:
+I would like to have a tcp.options field with a name for PMDL output;
+I include a patch to packet-tcp.c to provide that.
 ------------------------------------------------------------------------
-r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines
+r19722 | jake | 2006-10-28 14:52:38 -0700 (Sat, 28 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-from Stephen F
-ethernet IG/LG bit changes   with minor modifications
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-igmp.c
+   A /trunk/epan/dissectors/packet-rgmp.c
+   A /trunk/epan/dissectors/packet-rgmp.h
 
-(only dissect LG if it is a unicast address
- put a hint what locally administered means in the dissect tree
-)
+Based on RFC3488. This is a setup for RGMP dissection, a simple protocol bolted on IGMP.
 
 
 ------------------------------------------------------------------------
-r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19723 | guy | 2006-10-28 17:06:02 -0700 (Sat, 28 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-remove the code that conditionally dissects LG only if IG is set
+   M /trunk/epan/dissectors/packet-tcp.c
 
+The TCP options data is a byte array, not a character string.
 
 ------------------------------------------------------------------------
-r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19724 | gerald | 2006-10-28 22:55:04 -0700 (Sat, 28 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/image/toolbar/capture_details_16.xpm
-   M /trunk/image/toolbar/capture_details_24.xpm
+   M /trunk/image/wsicon.svg
+   M /trunk/image/wsicon16.png
+   M /trunk/image/wsicon200.png
+   M /trunk/image/wsicon32.png
+   M /trunk/image/wsicon48.png
+   M /trunk/image/wsicon64.png
+   M /trunk/image/wsiconcap.svg
+   M /trunk/image/wsiconcap200.png
 
-Constify the capture details icons, and get rid of the CRs in
-capture_details_24.xpm and give it the appropriate Subversion keywords.
+Add a glossy highlight.
 
 ------------------------------------------------------------------------
-r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19725 | jake | 2006-10-29 03:50:30 -0800 (Sun, 29 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mp2t.c
+   M /trunk/epan/dissectors/packet-udp.c
 
-Don't use %ld for guint64 - use PRIu64.  (Also, don't use %d for guint32
-- use %u.)
+From Stephen Fisher:
+Attached is a patch to allow the disabling of the UDP/UDPlite checksum
+verification for cards that offload it and report it incorrectly.
 
 ------------------------------------------------------------------------
-r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/file.c
 
-Fix some compiler warnings (some by getting rid of variables unused if
-you don't have GNU TLS).
+fix #1188: scroll the packet list to the bottom (in a running capture) *after* thawing the list - otherwise the scrolling won't be done correctly
 
+this one should go into 0.99.4 IMHO
 ------------------------------------------------------------------------
-r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines
+r19727 | ulfl | 2006-10-29 05:53:07 -0800 (Sun, 29 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Don't define the Aironet/Cisco Wireless OUI ourselves; get it from
-<epan/oui.h>.
-
-Fix indentation.
+   M /trunk/colorfilters
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-udp.c
 
+make the checksum fields visible for TCP and UDP
 ------------------------------------------------------------------------
-r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines
+r19728 | ulfl | 2006-10-29 06:41:16 -0800 (Sun, 29 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
-
-Get rid of unused variable.
+   M /trunk/config.nmake
 
+change the default GTK version from GTK2.6 to GTK2.8
 ------------------------------------------------------------------------
-r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines
+r19729 | ulfl | 2006-10-29 09:14:13 -0800 (Sun, 29 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/gtk/firewall_dlg.c
+   M /trunk/docbook/wsdg_src/WSDG_chapter_capture.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
 
-Get rid of aun unused routine.
+from Sake Blok:
+
+While I was reading the development guide I noticed a few typo's.
+The attached patch fixes them (the patch is against revision 19724).
+------------------------------------------------------------------------
+r19730 | ulfl | 2006-10-29 09:19:52 -0800 (Sun, 29 Oct 2006) | 9 lines
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/Makefile.nmake
+   M /trunk/asn1/acp133/Makefile.nmake
+   M /trunk/asn1/acse/Makefile.nmake
+   M /trunk/asn1/ansi_map/Makefile.nmake
+   M /trunk/asn1/camel/Makefile.nmake
+   M /trunk/asn1/cdt/Makefile.nmake
+   M /trunk/asn1/cmip/Makefile.nmake
+   M /trunk/asn1/cms/Makefile.nmake
+   M /trunk/asn1/dap/Makefile.nmake
+   M /trunk/asn1/disp/Makefile.nmake
+   M /trunk/asn1/dop/Makefile.nmake
+   M /trunk/asn1/dsp/Makefile.nmake
+   M /trunk/asn1/ess/Makefile.nmake
+   M /trunk/asn1/ftam/Makefile.nmake
+   M /trunk/asn1/ftbp/Makefile.nmake
+   M /trunk/asn1/gnm/Makefile.nmake
+   M /trunk/asn1/gsm_ss/Makefile.nmake
+   M /trunk/asn1/gsmmap/Makefile.nmake
+   M /trunk/asn1/h225/Makefile.nmake
+   M /trunk/asn1/h235/Makefile.nmake
+   M /trunk/asn1/h245/Makefile.nmake
+   M /trunk/asn1/h248/Makefile.nmake
+   M /trunk/asn1/h450/Makefile.nmake
+   M /trunk/asn1/inap/Makefile.nmake
+   M /trunk/asn1/ldap/Makefile.nmake
+   M /trunk/asn1/logotype-cert-extn/Makefile.nmake
+   M /trunk/asn1/mms/Makefile.nmake
+   M /trunk/asn1/nbap/Makefile.nmake
+   M /trunk/asn1/ns-cert-exts/Makefile.nmake
+   M /trunk/asn1/ocsp/Makefile.nmake
+   M /trunk/asn1/pkcs1/Makefile.nmake
+   M /trunk/asn1/pkinit/Makefile.nmake
+   M /trunk/asn1/pkix1explicit/Makefile.nmake
+   M /trunk/asn1/pkix1implicit/Makefile.nmake
+   M /trunk/asn1/pkixcmp/Makefile.nmake
+   M /trunk/asn1/pkixcrmf/Makefile.nmake
+   M /trunk/asn1/pkixproxy/Makefile.nmake
+   M /trunk/asn1/pkixqualified/Makefile.nmake
+   M /trunk/asn1/pkixtsp/Makefile.nmake
+   M /trunk/asn1/pres/Makefile.nmake
+   M /trunk/asn1/ranap/Makefile.nmake
+   M /trunk/asn1/rnsap/Makefile.nmake
+   M /trunk/asn1/ros/Makefile.nmake
+   M /trunk/asn1/rrlp/Makefile.nmake
+   M /trunk/asn1/rtse/Makefile.nmake
+   M /trunk/asn1/s4406/Makefile.nmake
+   M /trunk/asn1/smrse/Makefile.nmake
+   M /trunk/asn1/snmp/Makefile.nmake
+   M /trunk/asn1/spnego/Makefile.nmake
+   M /trunk/asn1/tcap/Makefile.nmake
+   M /trunk/asn1/ulp/Makefile.nmake
+   M /trunk/asn1/umts_rrc/Makefile.nmake
+   M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
+   M /trunk/asn1/umts_rrc_ies/Makefile.nmake
+   M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
+   M /trunk/asn1/wlancertextn/Makefile.nmake
+   M /trunk/asn1/x411/Makefile.nmake
+   M /trunk/asn1/x420/Makefile.nmake
+   M /trunk/asn1/x509af/Makefile.nmake
+   M /trunk/asn1/x509ce/Makefile.nmake
+   M /trunk/asn1/x509if/Makefile.nmake
+   M /trunk/asn1/x509sat/Makefile.nmake
+   M /trunk/plugins/acn/Makefile.nmake
+   M /trunk/plugins/agentx/Makefile.nmake
+   M /trunk/plugins/artnet/Makefile.nmake
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/ciscosm/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/enttec/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/lwres/Makefile.nmake
+   M /trunk/plugins/megaco/Makefile.nmake
+   M /trunk/plugins/mgcp/Makefile.nmake
+   M /trunk/plugins/opsi/Makefile.nmake
+   M /trunk/plugins/pcli/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/rlm/Makefile.nmake
+   M /trunk/plugins/rtnet/Makefile.nmake
+   M /trunk/plugins/rudp/Makefile.nmake
+   M /trunk/plugins/sbus/Makefile.nmake
+   M /trunk/plugins/v5ua/Makefile.nmake
+
+put every python script name into "" so the call won't fail on Win32 native python.
+
+The problem is the slash in e.g.:
+
+ @$(PYTHON) ../../tools/make-dissector-reg.py
+
+is interpreted as an option instead of being part of the path.
+
+I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.
+------------------------------------------------------------------------
+r19731 | jake | 2006-10-29 11:14:31 -0800 (Sun, 29 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-arp.c
+
+From Roger Gottsponer:
+During troubleshooting an ARP problem, I found an issue with wireshark
+to properly recognise Gratuitous ARP packets. Gratuitous ARP packets
+can be made with ARP request or ARP reply packets.
+
+------------------------------------------------------------------------
+r19732 | ulfl | 2006-10-29 11:47:59 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
 
+fix a typo in the recent change to the hhc.exe command line, so the chm files compile again - took me more than an hour to find out and reproduce :-(
 ------------------------------------------------------------------------
-r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines
+r19733 | sahlberg | 2006-10-29 12:56:00 -0800 (Sun, 29 Oct 2006) | 16 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/epan/dissectors/packet-ses.c
 
-Clean up indentation.
+from Stephen fischer
 
-Only define cap_air_w if we have AirPcap.
+Attached is a patch to fix bug #1163: "Dissector bug. ISO8073 COTP
+protocol." ?\194?\160The SES dissector was incorrectly believing it had PDUs
+within the COTP PDUs. ?\194?\160I added an additional heuristic check to see if
+the length of the SES PDU is 0, then return false since it can't be zero
+length.
 
-------------------------------------------------------------------------
-r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-image-png.c
 
-initial PNG dissector  (Portable Network Graphics)
+Thanks,
+ ?\194?\160Steve
+
 
 
 
-------------------------------------------------------------------------
-r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
 
-rework the pop-up menu section
 ------------------------------------------------------------------------
-r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines
+r19734 | sahlberg | 2006-10-29 13:01:57 -0800 (Sun, 29 Oct 2006) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
+   M /trunk/epan/dissectors/packet-bpdu.c
 
-fix wrong constant in a valuestring
+from sake blok
 
-add two more chunks to be dissected
+Hi,
 
+The attached file is a patch to packet-bpdu.c so that Wireshark is
+able to dissect the Cisco MST BPDU's that I encountered last week.
 
-------------------------------------------------------------------------
-r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
+Cheers,
 
-two more chunks
 
+Sake
 
-------------------------------------------------------------------------
-r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines
-Changed paths:
-   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
 
-U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. 
 
-For more details see packaging/u3/win32/README.txt
 
+------------------------------------------------------------------------
+r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines
+Changed paths:
+   M /trunk/gtk/packet_list.c
 
+fix #1159 from Jim Young (should go into 0.99.4):
+I think I have a fix for this problem.   The procedure
+packet_list_set_selected_row()would do a clist freeze but not a corresponding
+clist thaw if the list was empty.  A one line fix to gtk/packet_list.c appears
+to fix this problem.
 ------------------------------------------------------------------------
-r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines
+r19736 | gerald | 2006-10-29 22:34:31 -0800 (Sun, 29 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
+   M /trunk/airpcap.h
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/airpcap_gui_utils.h
    M /trunk/gtk/main.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.
+From Giorgio Tino: Add support for version 2.0 of the AirPcap driver,
+which has an updated API for WEP key handling.
 
 ------------------------------------------------------------------------
-r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines
+r19737 | martinm | 2006-10-30 01:50:39 -0800 (Mon, 30 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/dap/dap.asn
-   M /trunk/asn1/dap/dap.cnf
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-
-Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.
-
+   M /trunk/print.c
 
+Fix for (already-closed) bug 1180
 ------------------------------------------------------------------------
-r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines
+r19738 | sahlberg | 2006-10-30 04:18:29 -0800 (Mon, 30 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tpkt.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-scsi-mmc.c
+   A /trunk/epan/dissectors/packet-scsi-mmc.h
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-scsi.h
 
-Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102.
+start splitting the monolitic scsi dissector up into commandset dissectors
 
 
-------------------------------------------------------------------------
-r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.asn
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
+split the MMC commandset out of the main scsi dissector
 
-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 "...".
 
 
 ------------------------------------------------------------------------
-r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line
+r19739 | martinm | 2006-10-30 07:36:40 -0800 (Mon, 30 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-fix a warning by removing now unused code
-------------------------------------------------------------------------
-r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-rmcp.c
-   M /trunk/epan/guid-utils.c
-   M /trunk/gtk/stats_tree_stat.c
+A little prettifying:
+- Most Router Advertisement fields are now properly filterable
+- Option tree has improved label, length set, fixed fields filterable
 
-squelch some compiler warnings
 ------------------------------------------------------------------------
-r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line
+r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/doc/README.capture
-   M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
-   M /trunk/help/capturing.txt
+   M /trunk/gtk/color_edit_dlg.c
+
+Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, set
+the foreground color correctly.
 
-fix #1063, some leftover typo's: Etheral -> Wireshark
 ------------------------------------------------------------------------
-r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines
+r19742 | jmayer | 2006-10-30 10:17:10 -0800 (Mon, 30 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/gtk/print_mswin.c
+   M /trunk/Makefile.am
+   M /trunk/configure.in
+   D /trunk/tools/idl2wrs.sh
+   A /trunk/tools/idl2wrs.sh.in (from /trunk/tools/idl2wrs.sh:19741)
 
-fix #707: "It's not possible to print each packet on a new page"
+carsten.prescher@eads.com:
 
-Win32: detect "form feed" char and create a new page in that case
-------------------------------------------------------------------------
-r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/stats_tree_stat.c
+Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114
+@SHELL@ not replaced in idl2wrs
 
-Fixa a typo.
 ------------------------------------------------------------------------
-r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line
+r19743 | jake | 2006-10-30 10:25:44 -0800 (Mon, 30 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-bssgp.h
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+
+From Gennady Feldman:
+Here is an updated patch. Should be pretty safe. Just added a couple of constants and changed some strings to be cleaner and easier to read.
 
-Do some more of the relase 6 stuff.
 ------------------------------------------------------------------------
-r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines
+r19744 | jmayer | 2006-10-30 10:38:14 -0800 (Mon, 30 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
+   M /trunk/cmake/modules/CMakeInstallDirs.cmake
+   M /trunk/cmake/modules/Check64BitFormat.cmake
+   M /trunk/cmake/modules/FindADNS.cmake
+   M /trunk/cmake/modules/FindDBUS.cmake
+   M /trunk/cmake/modules/FindDBUSGLIB.cmake
+   D /trunk/cmake/modules/FindGCRYPT.cmake
+   M /trunk/cmake/modules/FindPCAP.cmake
+   M /trunk/cmake/modules/UsePkgConfig.cmake
+
+frederic heem:
 
-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.
+Please find the patch that adds copyrights.
 
-Fix up whitespace.
 
 ------------------------------------------------------------------------
-r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line
+r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+Make sure we round up to the nearest 4-byte boundary before trying to process
+the FCS.
 
-More release 6 changes.
 ------------------------------------------------------------------------
-r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines
+r19747 | gerald | 2006-10-30 17:44:11 -0800 (Mon, 30 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-ssl.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
+   M /trunk/airpcap_loader.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/recent.h
+   M /trunk/gtk/simple_dialog.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 Giorgio Tino:  Add a "Don't show this message again" option to an
+AirPcap warning dialog.  Fix a callback bug in simple_dialog.c.
 
 ------------------------------------------------------------------------
-r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines
+r19748 | gerald | 2006-10-30 17:46:59 -0800 (Mon, 30 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-vnc.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.
+Escape non-ASCII characters in the client and server protocol version strings.
 
 ------------------------------------------------------------------------
-r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines
+r19751 | sahlberg | 2006-10-31 01:29:07 -0800 (Tue, 31 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/ulp/packet-ulp-template.c
+   M /trunk/asn1/ulp/ulp-exp.cnf
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/dissectors/packet-cast.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dlsw.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-ifcp.c
+   M /trunk/epan/dissectors/packet-ipdc.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos.h
+   M /trunk/epan/dissectors/packet-laplink.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-mysql.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netsync.c
+   M /trunk/epan/dissectors/packet-pgsql.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/dissectors/packet-skinny.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-tali.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tcp.h
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/epan/dissectors/packet-ulp.h
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-xot.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/plugins/agentx/packet-agentx.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/opsi/packet-opsi.c
 
-Donald White <donald_white@qwest.net>
+change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdus() to also include a packet_info pointer.
 
-There is a small bug in the function dissect_ppp() which prevents proper
-demuxing of packets.  Patch is attached.
 
+there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size
 
 
-------------------------------------------------------------------------
-r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
 
-Fix length check for IP packets with options.
 ------------------------------------------------------------------------
-r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line
+r19752 | sahlberg | 2006-10-31 03:16:01 -0800 (Tue, 31 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-nbd.c
+
+ new protocol NBD   NetworkBlockDevice
 
-add information about remote traffic capture filter
-------------------------------------------------------------------------
-r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-epm.c
 
-add some more right-hand-side infos of the tower data
-------------------------------------------------------------------------
-r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
 
-minor format string change
 ------------------------------------------------------------------------
-r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line
+r19753 | jmayer | 2006-10-31 03:35:55 -0800 (Tue, 31 Oct 2006) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/Makefile.am
+   M /trunk/configure.in
+   M /trunk/tools/lemon/Makefile.am
+
+Robert Schwebel:
+  Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view
+  cross compilation fails
+
+With the following change: Use only AC_CANONICAL_TARGET
+
+From the autoconf manual:
+     The user is encouraged to use either `AC_CANONICAL_BUILD', or
+     `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the
+     needs.  Using `AC_CANONICAL_TARGET' is enough to run the two other
+     macros.
+
 
-add a new this/that flag value
 ------------------------------------------------------------------------
-r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line
+r19754 | jmayer | 2006-10-31 06:36:32 -0800 (Tue, 31 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+   M /trunk/epan/etypes.h
 
-fix a minor typo
+Order ethertypes by number - no other changes
 ------------------------------------------------------------------------
-r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines
+r19755 | jmayer | 2006-10-31 06:47:34 -0800 (Tue, 31 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/configure.in
 
-Fix a typo.
+Repeat after me: Test submission before sending.
+Repeat after me: Test patches before committing.
 
 ------------------------------------------------------------------------
-r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line
+r19756 | jmayer | 2006-10-31 06:49:11 -0800 (Tue, 31 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/etypes.h
 
-fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
+Fix another typowq
 ------------------------------------------------------------------------
-r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines
+r19758 | sahlberg | 2006-10-31 13:13:46 -0800 (Tue, 31 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-nbd.c
+
+prettify the info column and add a generated item for the type (read/write) to response packets
 
-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."
 ------------------------------------------------------------------------
-r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 2006) | 2 lines
+r19759 | gram | 2006-10-31 13:15:38 -0800 (Tue, 31 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-2dparityfec.c
 
-Add a missing file.
+The protocol must be registered before its fields, so that
+proto_registrar_dump_fields() knows the relationship.
 
 ------------------------------------------------------------------------
-r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line
+r19760 | sahlberg | 2006-10-31 13:25:31 -0800 (Tue, 31 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-ssl.h
+   M /trunk/epan/dissectors/packet-nbd.c
 
-get rid of few warnings
-------------------------------------------------------------------------
-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
-
-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.
-
-------------------------------------------------------------------------
-r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-Florent DROUIN <florent.drouin@alcatel.fr>:
-
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077
-
-------------------------------------------------------------------------
-r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-Fix for bug 795: handle CR as line end as well
-------------------------------------------------------------------------
-r19076 | jmayer | 2006-08-29 13:21:47 -0700 (Tue, 29 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/wireshark.desktop
-
-- Update to 0.9.5 (from 0.9.4)
-- Remove some unneeded entries
-- Add a translation
-
-------------------------------------------------------------------------
-r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
+show "Disconnect request" in the info column for disconnects
 
-use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections
-------------------------------------------------------------------------
-r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/fileset.c
 
-fix a minor bug: don't show a single file twice in the fileset dialog
 ------------------------------------------------------------------------
-r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line
+r19761 | gram | 2006-10-31 13:29:34 -0800 (Tue, 31 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+
+Provide field names for fields with true/false values so they
+can be searched on.
 
-add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
 ------------------------------------------------------------------------
-r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line
+r19762 | gram | 2006-10-31 13:43:48 -0800 (Tue, 31 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   M /trunk/epan/dissectors/packet-t38.c
+
+value_string arrays need to be terminated with a {0, NULL}.
 
-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.
 ------------------------------------------------------------------------
-r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line
+r19763 | gram | 2006-10-31 14:00:41 -0800 (Tue, 31 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
+   M /trunk/epan/proto.c
+
+When processing '-G fields', ignore the "proto_tree_add_text"
+pseudo-field by looking at the ID for hf_text_only. Apparently
+some fields really don't have 'name' fields, but we still want
+their info to be dumped out.
 
-sort the u3.c file into the list alphabetically
 ------------------------------------------------------------------------
-r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line
+r19764 | etxrab | 2006-10-31 14:28:50 -0800 (Tue, 31 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/wslua/Makefile.am
 
-Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.
+console.lua missing from the svn tarball preventing making a package. I hope this
+is the right way to fix it.
 ------------------------------------------------------------------------
-r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line
+r19766 | sahlberg | 2006-11-01 01:54:48 -0800 (Wed, 01 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-usb.h
+
+update the list of defined application classes and list all the official ones from www.usb.org
+
+
 
-Remove debugcode left by mistake...
 ------------------------------------------------------------------------
-r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line
+r19767 | gerald | 2006-11-01 12:32:23 -0800 (Wed, 01 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/proto.c
+
+Throw an exception if we try to add more than a million items to the tree.
 
-display Random as a single item with two subitems
 ------------------------------------------------------------------------
-r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line
+r19768 | jmayer | 2006-11-01 14:22:27 -0800 (Wed, 01 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/sip_stat.c
-   M /trunk/tap-sipstat.c
+   M /trunk/cmake/modules/Check64BitFormat.c.in
 
-Add SIP response code 494 from RFC 3329
+Add same license info as in Check64BitFormat.cmake
 ------------------------------------------------------------------------
-r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line
+r19769 | etxrab | 2006-11-01 14:58:41 -0800 (Wed, 01 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-amr.c
 
-flags have only 1 byte
+Handle RFC 3267 Bandwidth-efficient mode.
 ------------------------------------------------------------------------
-r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19770 | etxrab | 2006-11-01 15:01:14 -0800 (Wed, 01 Nov 2006) | 1 line
 Changed paths:
-   D /trunk/plugins/listen_rtp
+   M /trunk/plugins/megaco/packet-megaco.c
 
-From Alejandro Vaquero:
-- The current "/plugin/listen_rtp" directory should be removed from the 
-source
+Add h324_muxtbl_out
 ------------------------------------------------------------------------
-r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line
+r19771 | ulfl | 2006-11-01 15:22:13 -0800 (Wed, 01 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/airpcap_loader.c
 
-seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
+fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' used without having been initialized"
 ------------------------------------------------------------------------
-r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19772 | kukosa | 2006-11-02 00:48:58 -0800 (Thu, 02 Nov 2006) | 2 lines
 Changed paths:
-   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
+   M /trunk/epan/ftypes/ftype-bytes.c
 
-use file related instead of print related help pages for the export dialogs
+Bug 1053: New SNMP filtering is broken
+Do not try to parse OID as hexbytes string
 ------------------------------------------------------------------------
-r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19773 | jmayer | 2006-11-02 00:52:25 -0800 (Thu, 02 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/gtk/follow_dlg.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)
+Try to fix bug 1043.
 
-we might want the Unix/GTK version work the same way, as this is how other programs I know work as well ... and making the documentation easier by desribing only one way how it's working
 ------------------------------------------------------------------------
-r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines
+r19774 | jmayer | 2006-11-02 01:26:38 -0800 (Thu, 02 Nov 2006) | 9 lines
 Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/epan/dissectors/packet-ieee80211.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)
-------------------------------------------------------------------------
-r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   A /trunk/gtk/codecs
-   A /trunk/gtk/codecs/G711a
-   A /trunk/gtk/codecs/G711a/G711adecode.c
-   A /trunk/gtk/codecs/G711a/G711adecode.h
-   A /trunk/gtk/codecs/G711a/G711atable.h
-   A /trunk/gtk/codecs/G711u
-   A /trunk/gtk/codecs/G711u/G711udecode.c
-   A /trunk/gtk/codecs/G711u/G711udecode.h
-   A /trunk/gtk/codecs/G711u/G711utable.h
-   A /trunk/gtk/codecs/Makefile.am
-   A /trunk/gtk/codecs/Makefile.nmake
+Zhu Yi:
 
-From Alejandro Vaquero:
-The "codecs"
-------------------------------------------------------------------------
-r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines
-Changed paths:
-   A /trunk/gtk/rtp_player.c
-   A /trunk/gtk/rtp_player.h
+ieee80211e dissect patch
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1191
 
-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"
-------------------------------------------------------------------------
-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
+Me:
+Fix signedness warnings regarding ssid and ccode.
+(in the old code, not in the 11e code)
 
-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"
 ------------------------------------------------------------------------
-r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line
+r19775 | jmayer | 2006-11-02 01:30:12 -0800 (Thu, 02 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/tools
+
+add idl2wrs.sh to svn:ignore
 
-fix a suspected typo of the portaudio commit
 ------------------------------------------------------------------------
-r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line
+r19776 | ulfl | 2006-11-02 01:36:47 -0800 (Thu, 02 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
    M /trunk/packaging/nsis/wireshark.nsi
 
-remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
-------------------------------------------------------------------------
-r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/config.nmake
+we don't support 95/98/ME any longer, and indeed WS doesn't work on these versions.
 
- 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)
+Give a hint that the last known working version was Ethereal 0.99.0 and quit the installer.
 ------------------------------------------------------------------------
-r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19777 | jmayer | 2006-11-02 01:45:12 -0800 (Thu, 02 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/capture-pcap-util.c
+   M /trunk/capture_loop.c
+   M /trunk/capture_opts.c
+   M /trunk/dumpcap.c
 
-a huge redesign of the settings in config.nmake
+Frederic Heem:
+ Fix some memleaks and overflows.
+
+I haven't committed the changes that are not bug fixes.
 
-most changes are related to comments and the sequence of the settings, so by comparing the old and the new file, any merge conflicts will be hopefully easily resolved at least manually.
 ------------------------------------------------------------------------
-r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line
+r19778 | martinm | 2006-11-02 03:51:09 -0800 (Thu, 02 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/codecs/Makefile.am
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Remove trailing backslash from CFLAGS
+Don't try to report -ve roundtrip delays
 ------------------------------------------------------------------------
-r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines
+r19779 | jake | 2006-11-02 08:47:13 -0800 (Thu, 02 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/gtk/codecs/Makefile.am
-
-the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
-
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
+From Nicolas Dichtel:
+here is a patch that transforms "valid lifetime" and "prefered lifetime" in a prefix option (in RA)
+in human readable format. Following the RFC2461 Section 4.6.2, if the value is 0xffffffff, this means lifetime
+is infinity.
 
 ------------------------------------------------------------------------
-r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines
+r19780 | gerald | 2006-11-02 22:30:52 -0800 (Thu, 02 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/gtk/codecs/Makefile.am
-
-dont include config.nmake in the codecs makefile    it appears it is not needed
+   M /trunk/image/README.image
+   A /trunk/image/make-icons
+   M /trunk/image/wsicon.svg
+   M /trunk/image/wsicon16.png
+   M /trunk/image/wsicon16.xpm
+   D /trunk/image/wsicon200.png
+   A /trunk/image/wsicon256.png (from /trunk/image/wsicon200.png:19779)
+   M /trunk/image/wsicon32.png
+   M /trunk/image/wsicon32.xpm
+   M /trunk/image/wsicon48.png
+   M /trunk/image/wsicon48.xpm
+   M /trunk/image/wsicon64.png
+   M /trunk/image/wsicon64.xpm
+   M /trunk/image/wsiconcap.svg
+   M /trunk/image/wsiconcap16.xpm
+   D /trunk/image/wsiconcap200.png
+   A /trunk/image/wsiconcap256.png (from /trunk/image/wsiconcap200.png:19779)
+   M /trunk/image/wsiconcap32.xpm
+   M /trunk/image/wsiconcap48.xpm
+   A /trunk/image/wsicondoc.svg
+   A /trunk/image/wsicondoc256.png
 
+Touch up the glossy highlight in the main icon.  Split "wsiconcap" into
+"capture-in-progress" and "document" icons.  Update the highlight in
+each of them as well.  Resize and rename the 200-pixel icons to 256.
+Add a script to generate icons from their canonical sources.
 
-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
-
-
-making unix/linux build work again
-
+------------------------------------------------------------------------
+r19781 | gerald | 2006-11-02 22:55:30 -0800 (Thu, 02 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/configure.in
 
+Bump the version to 0.99.5.
 
 ------------------------------------------------------------------------
-r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line
+r19782 | tuexen | 2006-11-03 02:12:36 -0800 (Fri, 03 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/tools/lemon/Makefile.am
+
+Fixes ./autogen.sh on Mac OS X...
 
-don't recycle ethereal-icons
 ------------------------------------------------------------------------
-r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines
+r19783 | jmayer | 2006-11-03 07:10:17 -0800 (Fri, 03 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dissectors/Makefile.am
-
-Albert Chin:
+   M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078
+Update from samba tree revision 18675 to 19540
+============================ Samba log start ============
+svn: When specifying working copy paths, only one target may be given
+============================ Samba log end ==============
 
 
 ------------------------------------------------------------------------
-r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines
+r19784 | gerald | 2006-11-03 07:54:12 -0800 (Fri, 03 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/expert.c
-   M /trunk/epan/expert.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/packet.c
-   M /trunk/gtk/expert_comp_table.c
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/image/wireshark.ico
+   M /trunk/image/wireshark.rc.in
+   A /trunk/image/wiresharkdoc.ico
+   M /trunk/packaging/nsis/wireshark.nsi
 
-move value_strings from expert_dialogs into expert.c to remove duplicates
-keep the highest severity level of the current file (experimental)
-------------------------------------------------------------------------
-r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-icq.c
+Update the Windows icons.  Use the document icon for capture files.
 
-use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available)
 ------------------------------------------------------------------------
-r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line
+r19785 | guy | 2006-11-03 10:39:03 -0800 (Fri, 03 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+
+Add $(EXEXT) after references to the Lemon executable.
 
-mark the "short segment" message field as generated and add an expert_info to it
 ------------------------------------------------------------------------
-r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines
+r19786 | etxrab | 2006-11-03 12:15:17 -0800 (Fri, 03 Nov 2006) | 1 line
 Changed paths:
-   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.
+   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/dissectors/packet-sdp.c
 
+Dissect h324ext_h223lcparm.
 ------------------------------------------------------------------------
-r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines
+r19787 | ulfl | 2006-11-03 14:12:57 -0800 (Fri, 03 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-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.
+don't forget to uninstall pango\1.5.0, we might want to have something like this checked by the buildbot to prevent such problems
 ------------------------------------------------------------------------
-r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines
+r19788 | ulfl | 2006-11-03 14:39:28 -0800 (Fri, 03 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-always create a conversation for gssapi
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
-we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup)
+split subversion into command line and GUI (TortoiseSVN) client
 
+update various version infos
+------------------------------------------------------------------------
+r19789 | gerald | 2006-11-03 16:35:04 -0800 (Fri, 03 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
 
+Fix distcheck.
 
 ------------------------------------------------------------------------
-r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines
+r19790 | gal | 2006-11-04 00:01:44 -0800 (Sat, 04 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/manifest.tmpl
 
-remove a comment with dead code
-remove three pointless volatile declarations
+Update to U3 packaging to:
+*) Assign a new UUID for version 0.99.5 (so different versions of Wireshark can be installed on one U3 device)
+*) Include version number in U3 program name to allow user to differentiate versions
+*) Catch up with packaging changes
 
 
 ------------------------------------------------------------------------
-r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines
+r19791 | sahlberg | 2006-11-04 00:54:45 -0800 (Sat, 04 Nov 2006) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-resolve the oid to a variable before we check it in the conditional so that
-we can add code to check that it looks sane (for better heuristics) when
-we start adding GSS-KRB reassembly.
+   M /trunk/epan/dissectors/packet-ssl.c
 
-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.
+From SF
 
+Attached is a fix for bug #1156: "If a dissector depends on a new
+datasource created by a new tvb, that dissector's protocol can't be
+filtered on."
 
-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.
+Thanks,
+ ?\194?\160Steve
 
 
-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)
 
+I change the code slightly to avoid dereferenceing a NULL pointer.
+While the original code was fine and safe on unix   dereferencing a null pointer in this way would be unsafe and cause a segmentation violation on windows   if tree is NULL.
 
 
 
 ------------------------------------------------------------------------
-r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines
+r19792 | gal | 2006-11-04 01:14:54 -0800 (Sat, 04 Nov 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-break out the handling of conversation specific data so that we will always have one such struct (and not an value pointer to an oid struct)
-so that it is easier to attach other useage to the conversation specific state
+   M /trunk/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-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/libwireshark.def
 
+General updates to:
+*) Remove maximum LDAP PDU size check - they can get large with either large attributes (e.g. CRLs, SPIFs) or with lots of results (see http://www.wireshark.org/lists/wireshark-users/200610/msg00197.html). The max size preference is also removed.
+*) Support for dissecting LDAP controls including server side sorting and paged results. A new BER function is introduced to see if there is a dissector for a given OID.
+*) Remove reference to removed BER preference in the LDAP reassembly preference.
+*) Mark a LDAPURL as a URL
 
 
 ------------------------------------------------------------------------
-r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines
+r19793 | jmayer | 2006-11-04 08:57:21 -0800 (Sat, 04 Nov 2006) | 38 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-Add brackets to squelch a compiler warning.
+Update from samba tree revision 19540 to 19553
+============================ Samba log start ============
+------------------------------------------------------------------------
+r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines
 
-Fix indentation.
+Explicitly segfault when the API is being used incorrectly. Previously
+this would've caused a silent premature return.
 
 ------------------------------------------------------------------------
-r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wtls.c
+r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines
 
-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.
+Fix case of 'warning'.
 
 ------------------------------------------------------------------------
-r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
+r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines
 
-Clean up indentation, etc.
+Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel.
 
 ------------------------------------------------------------------------
-r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   A /trunk/codecs (from /trunk/gtk/codecs:19108)
-   M /trunk/configure.in
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.nmake
-   D /trunk/gtk/codecs
-   M /trunk/gtk/rtp_player.c
+r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines
 
-Move the codecs into a top-level "codecs" subdirectory; there's no
-guarantee that all programs using the codecs will necessarily be using
-GTK+.
+fix number of bytes pushed when using switch_type() set to enum types.
+die() on invalid used of enum_type_fn()
 
 ------------------------------------------------------------------------
-r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/codecs/G711a/G711adecode.h
-   M /trunk/codecs/G711u/G711udecode.h
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
+r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines
 
-Squelch compiler warnings, and get rid of unused variables and
-declarations.
+Fix use of v1_enum on enums used in return types.
 
-Define functions with no arguments as such.
+------------------------------------------------------------------------
+r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
 
-Clean up white space.
+Add check for correct API usage.
+
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-Declare tables in the codec .h files.
 
 ------------------------------------------------------------------------
-r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines
+r19794 | jmayer | 2006-11-04 09:44:37 -0800 (Sat, 04 Nov 2006) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+   A /trunk/epan/dissectors/packet-dcerpc-nspi.h
+   A /trunk/idl/nspi
+   A /trunk/idl/nspi/Makefile
+   A /trunk/idl/nspi/README
+   A /trunk/idl/nspi/mapicodes_enum.h
+   A /trunk/idl/nspi/mapitags_enum.h
+   A /trunk/idl/nspi/nspi.idl
 
-add primitive reassembly of gssapi
+Julien Kerihuel:
 
-this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus
+The new version of the dissector will compile without any patches to apply to
+Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as
+return type. Regarding the nspi.cnf file, it won't be useful anymore.
 
+Regarding the dissector, I've noticed a bug in NspiGetMatches which isn't
+dumped correctly. I'm currently investigating the problem and I'll notify the
+list when a fixed version is available.
 
 
 ------------------------------------------------------------------------
-r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line
+r19795 | jmayer | 2006-11-04 10:00:29 -0800 (Sat, 04 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/codecs/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.h
+   M /trunk/idl/nspi/Makefile
+   M /trunk/idl/nspi/README
+   A /trunk/idl/nspi/README.ws
+   M /trunk/idl/nspi/mapicodes_enum.h
+   M /trunk/idl/nspi/mapitags_enum.h
+   M /trunk/idl/nspi/nspi.idl
 
-Fix path and name.
-------------------------------------------------------------------------
-r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+propset...
 
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.
-------------------------------------------------------------------------
-r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
 
-Remove some extra output for MediaDescriptor.
 ------------------------------------------------------------------------
-r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line
+r19796 | guy | 2006-11-04 12:37:16 -0800 (Sat, 04 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/tools/lemon/Makefile.am
 
-Include codecs in the all target.
-------------------------------------------------------------------------
-r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+xxx_PROGRAMS variables have the name of the program without $(EXEEXT).
+
+Update Gerald's address.
 
-Packages can have digits and '/' in their names...
 ------------------------------------------------------------------------
-r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 lines
+r19797 | sahlberg | 2006-11-04 13:19:14 -0800 (Sat, 04 Nov 2006) | 25 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-epl_v1.c
-   A /trunk/epan/dissectors/packet-epl_v1.h
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-From David Buechi
-New protocol: epl v1
+from Dave Richards
 
 
-Hi,
+Here is a patch to fix a problem with notification parameters.  Fix is:
+
+Remove premature return statements from fNotificationParameters.
 
-in addition to the recently submitted dissector for the EPL v2 protocol,
-this is the dissector for the first version of the EPL protocol.
+The real problem is that the original code is inconsistent about putting
+a break in all cases of the switch blocks and some were falling through
+to the default case where there was a return.  I took the simple route
+and removed the unnecessary returns - they were OK for default case but
+not for the fall through.
 
-Best Regards,
-David
+Is there a standard about having breaks?  If it is desired to have a
+consistent coding style I will further update the code to conform.
+Otherwise, could someone please commit this change as it does fix the bug?
+
+Thanks,
+
+Dave Richards
 
 
 
 
-------------------------------------------------------------------------
-r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
 
-Comment out debug code.
 ------------------------------------------------------------------------
-r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines
+r19798 | guy | 2006-11-04 16:54:17 -0800 (Sat, 04 Nov 2006) | 22 lines
 Changed paths:
-   M /trunk/gtk/rtp_player.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_draw.h
+
+Make the routines that manipulate the hex/text display window take a
+GtkWidget * as an argument, rather than a version-of-GTK+-dependent
+pointer; that way, we need fewer #ifdefs.
+
+Use WIDGET_SET_SIZE() instead of #ifdeffed code using
+gtk_widget_set_usize() or gtk_widget_set_size_request() -
+WIDGET_SET_SIZE() was created to encapsulate that GTK+ 1.2[.x] vs. 2.x
+difference.
+
+Make some variables not used outside gtk/main.c static.
 
-Ad $Id: Â§ and reorder and reformat some comments in the header.
+Clean up white space.
+
+Clean up handling of return value from load_airpcap() a bit.
 
+Use one big #ifdef HAVE_AIRPCAP/#endif for all the AirPcap stuff in
+gtk/main.c.
+
+Attach _U_ to the unused arguments to driver_warning_dialog_cb(), not to
+the arguments that are being used - and don't include it at all if
+HAVE_AIRPCAP isn't defined, as it's not used in that case.
 
 ------------------------------------------------------------------------
-r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines
+r19799 | sahlberg | 2006-11-04 20:38:47 -0800 (Sat, 04 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos4.c
-
-make the heuristics for detecting kerberos4 stronger
+   M /trunk/gtk/proto_draw.c
 
+it is GtkText in gtk-1.x   not GtkTextView
 
 
 ------------------------------------------------------------------------
-r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines
+r19800 | sahlberg | 2006-11-04 20:49:20 -0800 (Sat, 04 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+   M /trunk/epan/dissectors/pidl/winreg.cnf
+
+testing out latest pidl where PARAM values can be used to track policy handles properly
 
-krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
+winreg now tracks also where policy handles were closed    which previously didnt work properly
 
-use call_dissector_only()  which is new-style aware and not call_dissector() which is not.
 
-this fixes a recent bug found on the heimdal list.
 
+------------------------------------------------------------------------
+r19801 | sahlberg | 2006-11-04 21:21:33 -0800 (Sat, 04 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
+
+add tracking of policy_handles to the eventlog dissector
 
 
 ------------------------------------------------------------------------
-r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines
+r19802 | gerald | 2006-11-04 21:33:53 -0800 (Sat, 04 Nov 2006) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   A /trunk/epan/dissectors/packet-umts_fp.c
-   A /trunk/epan/dissectors/packet-umts_fp.h
-   M /trunk/wiretap/catapult_dct2000.c
-   M /trunk/wiretap/wtap.h
 
-Partial implementation of UMTS FP.  Currently only works with Catapult DCT2000 format files, as need extra information about packet when decoding.  There are a few TODOs (notably E-DCH channels), but the current version gives OK coverage.
+Add packet-dcerpc-nspi.h to the distribution.
 
 ------------------------------------------------------------------------
-r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines
+r19803 | sahlberg | 2006-11-04 21:35:06 -0800 (Sat, 04 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-dcerpc-efs.c
+   M /trunk/epan/dissectors/pidl/efs.cnf
 
-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.
+add tracking of policy handles to the efs dissector
 
-acinclude.m4:
-       Replace sequences of 8 spaces by tab
 
 ------------------------------------------------------------------------
-r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines
+r19804 | sahlberg | 2006-11-04 21:56:27 -0800 (Sat, 04 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
+   A /trunk/epan/dissectors/pidl/nspi (from /trunk/idl/nspi:19798)
+   D /trunk/idl/nspi
 
-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.
+rename the nspi dissector from idl (where the idl2wrs dissectors live) ro epan/dissector/pidl  (where the pidl generated dce/rpc dissectors live)
 
-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.
 
 ------------------------------------------------------------------------
-r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines
+r19805 | sahlberg | 2006-11-04 22:00:01 -0800 (Sat, 04 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/epan/dissectors/pidl/nspi/Makefile
 
-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.
+update the Makefile to point to the new path after the svn move
 
 
 ------------------------------------------------------------------------
-r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines
+r19806 | sahlberg | 2006-11-04 22:12:24 -0800 (Sat, 04 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
-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.
+regenerate NSPI using the latest version of pidl
 
 
 ------------------------------------------------------------------------
-r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line
+r19807 | sahlberg | 2006-11-04 23:59:20 -0800 (Sat, 04 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-
-Correct some typos and add some comments.
-------------------------------------------------------------------------
-r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-From Oleg Kostenko:
-This patch will add the following functionality to the H.248
- dissector:
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
- 1. Dissection of properties from Annex C.11 SDP equivalents.
+dissect the Get Attributes List Offset according to the really weird encoding in 4.12.5
 
- 2. Dissection of EventNames and SignalNames from Annex E Basic
-Packages.
 
- 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.
 ------------------------------------------------------------------------
-r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line
+r19808 | sahlberg | 2006-11-05 02:48:53 -0800 (Sun, 05 Nov 2006) | 8 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-Fix a typo for rtp_player
-------------------------------------------------------------------------
-r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+ add a framework to manage dissection of osd attribute pages, attribute number and name and dissectors for them.
 
-Always dissect SDP info to set up RTP conversation.
-------------------------------------------------------------------------
-r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+implement the dissector for attribute page 1 (user object info) number 82 (logical length) as an example.
 
-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.
-------------------------------------------------------------------------
-r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/acinclude.m4
 
-AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue
-one ourselves.
 
-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.
 
 ------------------------------------------------------------------------
-r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines
+r19809 | sahlberg | 2006-11-05 03:19:46 -0800 (Sun, 05 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
-used.
+we used the wrong offset for attribute lists,   fixed
 
-------------------------------------------------------------------------
-r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/codecs/G711a/G711adecode.c
-   M /trunk/codecs/G711a/G711adecode.h
-   M /trunk/codecs/G711a/G711atable.h
-   M /trunk/codecs/G711u/G711udecode.c
-   M /trunk/codecs/G711u/G711udecode.h
-   M /trunk/codecs/G711u/G711utable.h
+add decoding for attribute lists for another instance where these blobs appear in the data in/out buffers
 
-Add RCS IDs, introductory comments, and multiple-include protection. 
-Remove extra blank lines.
 
 ------------------------------------------------------------------------
-r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines
+r19810 | gal | 2006-11-05 04:15:52 -0800 (Sun, 05 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+
+Tidy up of information column for NTLM authentication.
+Related to Bug 1148.
 
-Build with rtp_player.c.
 
 ------------------------------------------------------------------------
-r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines
+r19811 | ulfl | 2006-11-05 05:47:17 -0800 (Sun, 05 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/rtp_player.c
+   M /trunk/file.c
 
-Comment #endifs so you can tell what they match.
+fix svn728: don't scroll down packet list while capturing, if no packets are newly displayed (happens when a display filter is active)
+------------------------------------------------------------------------
+r19812 | jake | 2006-11-05 10:26:21 -0800 (Sun, 05 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hpext.h
+   M /trunk/epan/dissectors/packet-hpsw.c
 
+Add HP Switch Protocol SAP value
 ------------------------------------------------------------------------
-r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines
+r19813 | jake | 2006-11-05 14:31:57 -0800 (Sun, 05 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
-   M /trunk/epan/dissectors/packet-x11-keysym.h
+   M /trunk/stat_menu.h
 
-From Stephen Fisher:
-A patch to bring the VNC dissector almost to completion.
+From Albert Chin
+The IBM C compiler on AIX 4.3.3 doesn't accept a trailing comma after
+the last enum definition. Patch attached for stat_menu.h
 
-I have not had a chance to finish the server message type "frame buffer 
-update," which are the pixel values for screen rectangle updates.  
-Everything else is there - tracking the keys the user is pushing, 
-ringing a bell on the client, mouse button pushes/pointer movements, 
-etc.
 ------------------------------------------------------------------------
-r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 lines
+r19814 | ulfl | 2006-11-05 14:46:44 -0800 (Sun, 05 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/capinfos.c
+   M /trunk/capture_info.c
+   M /trunk/cfile.h
+   M /trunk/config.nmake
+   M /trunk/editcap.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/merge.h
+   M /trunk/summary.h
+   M /trunk/tshark.c
+   M /trunk/wiretap/5views.c
+   M /trunk/wiretap/airopeek9.c
+   M /trunk/wiretap/ascend-grammar.y
+   M /trunk/wiretap/ascend-int.h
+   M /trunk/wiretap/ascend.c
+   M /trunk/wiretap/ber.c
+   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/wiretap/cosine.c
+   M /trunk/wiretap/csids.c
+   M /trunk/wiretap/dbs-etherwatch.c
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/etherpeek.c
+   M /trunk/wiretap/eyesdn.c
+   M /trunk/wiretap/file_access.c
+   M /trunk/wiretap/file_wrappers.c
+   M /trunk/wiretap/file_wrappers.h
+   M /trunk/wiretap/hcidump.c
+   M /trunk/wiretap/i4btrace.c
+   M /trunk/wiretap/iptrace.c
+   M /trunk/wiretap/iseries.c
+   M /trunk/wiretap/k12.c
+   M /trunk/wiretap/lanalyzer.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/netmon.c
+   M /trunk/wiretap/nettl.c
+   M /trunk/wiretap/network_instruments.c
+   M /trunk/wiretap/netxray.c
+   M /trunk/wiretap/ngsniffer.c
+   M /trunk/wiretap/pppdump.c
+   M /trunk/wiretap/radcom.c
+   M /trunk/wiretap/snoop.c
+   M /trunk/wiretap/toshiba.c
+   M /trunk/wiretap/visual.c
+   M /trunk/wiretap/vms.c
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
-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.
+change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
 
+Please distclean Win32 builds!
 ------------------------------------------------------------------------
-r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line
+r19815 | jmayer | 2006-11-05 15:33:28 -0800 (Sun, 05 Nov 2006) | 51 lines
 Changed paths:
-   M /trunk/asn1/h248
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-Added some files to svn:ignore
+Update from samba tree revision 19553 to 19565
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines
+r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/gtk/rtp_player.c
-
-rtp_player.c will now compile with the new API, although it will not
-actually do something useful except to print that the new API is not
-supported.
-
-Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the
-check_message to indicate *why* we are checking for the type.
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
 
+Add check for correct API usage.
 
 ------------------------------------------------------------------------
-r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines
+r19557 | jelmer | 2006-11-04 21:24:35 +0100 (Sat, 04 Nov 2006) | 3 lines
 Changed paths:
-   A /trunk/CMakeLists.txt
-   A /trunk/README.cmake
-   A /trunk/cmake
-   A /trunk/cmake/modules
-   A /trunk/cmake/modules/FindGTK2.cmake
-   A /trunk/cmake/modules/FindPcap.cmake
-   A /trunk/wiretap/CMakeLists.txt
-
-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.
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-Please read the README.cmake for what can be done right now.
+Fix lookup table for WERROR.
+Fix perl warnings when using NTSTATUS as return type.
 
 ------------------------------------------------------------------------
-r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line
+r19559 | jelmer | 2006-11-04 22:53:00 +0100 (Sat, 04 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
-   M /trunk/README.cmake
-   M /trunk/cmake/modules/FindGTK2.cmake
-   M /trunk/cmake/modules/FindPcap.cmake
-   M /trunk/wiretap/CMakeLists.txt
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-propset, add $Id$ and copyright headers
-------------------------------------------------------------------------
-r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/README.cmake
+Fix handling of types where the name isn't prefixed by the interface name.
+Based on patch by Julien Kerihuel.
 
-Add some links for further reading
 ------------------------------------------------------------------------
-r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines
+r19560 | jelmer | 2006-11-05 01:03:44 +0100 (Sun, 05 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-Fix for bug 1093, as proposed by Atsushi Fukumoto
+Fix handling of PARAM_VALUE.
 
 ------------------------------------------------------------------------
-r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines
+r19561 | jelmer | 2006-11-05 01:08:39 +0100 (Sun, 05 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-fix for bug 1079
-
-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
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
+Remove debug statement.
 
 ------------------------------------------------------------------------
-r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines
+r19562 | jelmer | 2006-11-05 01:26:44 +0100 (Sun, 05 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-fix for bug 1054
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-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.
-
-dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory
+Support returning simple scalars.
 
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
 
 ------------------------------------------------------------------------
-r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines
+r19816 | ulfl | 2006-11-05 16:24:24 -0800 (Sun, 05 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/wiretap/file_wrappers.c
 
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092
-Actually, this was a feature request:
+fix the return value of file_seek, as noted by Steve
+------------------------------------------------------------------------
+r19817 | sahlberg | 2006-11-06 01:30:15 -0800 (Mon, 06 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-Store the value of the blksize option in the conversation data
-and use that information to compare whether we have reached the
-last packet.
+some compilers dont like unnamed unions and structs
 
-Includes the cleanup ideas from Ronnie.
 
 ------------------------------------------------------------------------
-r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines
+r19818 | jake | 2006-11-06 03:41:02 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/wiretap/catapult_dct2000.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-For DCT2000, show better transport info:
-- for FP over AAL2, add CID to AAL tree
-- for IPPRIM protocols, show IPV4 addresses in src & dst columns
+Don't remove a preference, make it obsolete instead.
 
 ------------------------------------------------------------------------
-r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line
+r19819 | jake | 2006-11-06 04:19:26 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-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
+Fix bug 1207, simple swap of the two text strings.
 
-option name "blksize" is case in-sensitive
 ------------------------------------------------------------------------
-r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line
+r19820 | jake | 2006-11-06 04:58:14 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
+   M /trunk/image/wireshark.exe.manifest.in
+
+Let the manifest state that we're Wireshark.
 
-Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
 ------------------------------------------------------------------------
-r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line
+r19821 | jmayer | 2006-11-06 06:16:29 -0800 (Mon, 06 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/cmake/modules/Check64BitFormat.c.in
+
+frederic heem:
+Please find attached a patch to replace "#" with "*".
+Check64BitFormat.c.in is a C file.
+
 
-NAME can also contain '_'
 ------------------------------------------------------------------------
-r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line
+r19822 | jake | 2006-11-06 06:20:03 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/image/wiresharkdoc.ico
+
+Remove the executable property from this datafile
 
-Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now.
 ------------------------------------------------------------------------
-r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines
+r19823 | jake | 2006-11-06 06:20:59 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
-
-- Make options filterable
-- Display options in info column
-- Only remember blksize from OACK packets
-- Add some rfc numbers
-- Move tftp_dissect_options in front of dissect_tftp
-  (I forgot to fix the forward decl once too often ;)
-- Warning fixes
-- Add expert error in case of tftp-error pdu
+   M /trunk/Makefile.am
 
+Add image/wiresharkdoc.ico to the EXTRA_DIST symbol
 
 ------------------------------------------------------------------------
-r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines
+r19824 | lego | 2006-11-06 10:16:56 -0800 (Mon, 06 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/wslua/make-taps.pl
 
-fix for the typo in bug 1094
+Avoid ${ename}[...] being interpreted as $ename[...].
 
 
 ------------------------------------------------------------------------
-r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line
+r19825 | jmayer | 2006-11-06 11:44:09 -0800 (Mon, 06 Nov 2006) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
 
-Dissect some more common control messages
+Update from samba tree revision 19565 to 19578
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines
+r19572 | jelmer | 2006-11-06 15:07:20 +0100 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/enterprise-numbers
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
 
-Update enterprise-numbers
+Fix typo.
 
 ------------------------------------------------------------------------
-r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/cmake/modules/FindGTK2.cmake
-
-Update to newer version of the file from
-http://cmake-modules.googlecode.com/svn/trunk/
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-This update adds a license text (dual: GPLv2 and 3 clause BSD)
 
 ------------------------------------------------------------------------
-r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line
+r19826 | jmayer | 2006-11-06 11:47:39 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/README.cmake
+   A /trunk/epan/dissectors/pidl/nspi/nspi.cnf
+
+Copy over the nspi.cnf file which was recently added
 
-Add cmake-modules URL
 ------------------------------------------------------------------------
-r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines
+r19827 | jmayer | 2006-11-06 11:53:39 -0800 (Mon, 06 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
-   A /trunk/cmake/modules/FindGLIB.cmake
-   A /trunk/cmake/modules/FindGLIB2.cmake
-   A /trunk/cmake/modules/FindLEX.cmake
-   A /trunk/cmake/modules/FindPCAP.cmake
-   D /trunk/cmake/modules/FindPcap.cmake
-   A /trunk/cmake/modules/FindYACC.cmake
-   A /trunk/cmake/modules/LICENSE.txt
-   A /trunk/cmakeconfig.h.in
-
-cmake/
-       Add some more (hackish) tests.
-       Add a LICENSE file until I find the time to add it to all
-       files individually.
+   M /trunk/epan/dissectors/packet-linx.c
 
-CMakeLists.txt
-       Add some addiotional stuff regarding options.
-       Add (non-working) code to generate config.h
-       Handle GTK1 vs GTK2 and GLIB1 vs GLIB2
+Don't do forward declarations in the file. I'll try to eventually
+put this stuff into an external file but just doing a forward
+declaration to squelch a compiler warning isn't the way to go - it
+needs to be done right one day.
 
 ------------------------------------------------------------------------
-r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines
+r19828 | jmayer | 2006-11-06 11:56:11 -0800 (Mon, 06 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
-   M /trunk/cmake/modules/FindGTK2.cmake
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-msrp.c
 
-The last update to FindGTK2.cmake was incompatible with it's use.
-Fix a bug and adapt CMakeLists.txt to the new usage.
+Remove some // comments.
+Fix a warning about nested comments.
 
 ------------------------------------------------------------------------
-r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines
+r19829 | jmayer | 2006-11-06 11:58:06 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.cnf
-   M /trunk/epan/dissectors/pidl/winreg.idl
+   M /trunk/epan/dissectors/packet-bssgp.h
+   M /trunk/epan/dissectors/packet-radius.h
 
- pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry)
+Fix some warnings about missing newline at end of file.
 
+------------------------------------------------------------------------
+r19830 | sahlberg | 2006-11-06 12:13:32 -0800 (Mon, 06 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-acn.c
+   A /trunk/epan/dissectors/packet-acn.h
+   D /trunk/plugins/acn
+
+new acn dissector from Bill Florac
 
 
 ------------------------------------------------------------------------
-r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines
+r19831 | jmayer | 2006-11-06 12:21:02 -0800 (Mon, 06 Nov 2006) | 16 lines
 Changed paths:
    M /trunk/tools/pidl/idl.yp
    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/tools/pidl/pidl
 
-Update from samba tree revision 17666 to 18221
+Update from samba tree revision 19578 to 19582
 ============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
-
-
-
 ------------------------------------------------------------------------
-r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines
+r19580 | jelmer | 2006-11-06 21:01:22 +0100 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/pidl
 
-From Andrew Feren:
-       This adds some features to update enterprise-numbers from the web.
+Add --includedir option.
 
-As used in the Makefile currently
- make-sminmpec.pl <infile> <outfile.c>
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-works exactly the same.  Additionally <infile> can be a URL to an infile in
-the expected format.
 
-Using the new "-gen" switch will create a new <infile>
+------------------------------------------------------------------------
+r19832 | sahlberg | 2006-11-06 12:28:19 -0800 (Mon, 06 Nov 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+   M /trunk/epan/dissectors/pidl/nspi/Makefile
+   M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
 
-example:
-make-sminmpec.pl -gen \
-   http://www.iana.org/assignments/enterprise-numbers \
-   enterprise-numbers
+building the nspi dissector depends also on the  nspi.cnf file,    add this dependency to the makefile
 
-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
 
+add tracking of policyhandles to the dissector
 
 
 ------------------------------------------------------------------------
-r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines
+r19833 | etxrab | 2006-11-06 12:36:43 -0800 (Mon, 06 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/Makefile
-   A /trunk/docbook/check_svn_version.sh
-
-fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
-Other minor dependency fixes.
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
 
-I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...
+Remove the references to acn
 ------------------------------------------------------------------------
-r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line
+r19834 | sahlberg | 2006-11-06 12:47:37 -0800 (Mon, 06 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-sysact.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dcom.h
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.h
+   M /trunk/epan/dissectors/pidl/nspi/nspi.idl
+
+convert restrictiontype to be an enum
 
-distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
-------------------------------------------------------------------------
-r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
-   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
+r19835 | etxrab | 2006-11-06 12:49:47 -0800 (Mon, 06 Nov 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
+   M /trunk/Makefile.nmake
 
-tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details)
+Remove the references to acn
 ------------------------------------------------------------------------
-r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines
+r19836 | gerald | 2006-11-06 15:04:53 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
-
-removed options.
+   M /trunk/configure.in
 
+Remove ACN.
 
-now it can either be called as
+------------------------------------------------------------------------
+r19837 | gerald | 2006-11-06 15:08:11 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.in
 
-make-sminmpec.pl
+Fix an inadvertent change.
 
-so it will fetch the file only if it has been modified since we last loaded it
+------------------------------------------------------------------------
+r19838 | gerald | 2006-11-06 15:38:35 -0800 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/plugins/Makefile.nmake
 
-or 
+Remove ACN references.
 
-make-sminmpec.pl enterprise-numbers
+------------------------------------------------------------------------
+r19839 | ulfl | 2006-11-06 15:59:49 -0800 (Mon, 06 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/color_filters.c
 
-to regenerate the C file from the given file.
+fix 1203 as found by stephen fisher
+------------------------------------------------------------------------
+r19840 | guy | 2006-11-06 16:54:01 -0800 (Mon, 06 Nov 2006) | 7 lines
+Changed paths:
+   M /trunk/plugins/Makefile.nmake
 
-Luis
+Split the ".." and subdirectory into two separate "cd"s, in the hopes of
+reducing the chances that, if a plugin is removed, an extra ".."
+reference will be left in.
 
+Get rid of the extra ".."s that were left in when the ACN plugin was
+recently removed.
 
 ------------------------------------------------------------------------
-r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line
+r19841 | guy | 2006-11-06 16:55:14 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/docbook/check_svn_version.sh
+   M /trunk/Makefile.am
+
+Get rid of more ACN plugin references.
 
-propset svn:executable
 ------------------------------------------------------------------------
-r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line
+r19842 | guy | 2006-11-06 16:56:04 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/packaging/nsis/Makefile.nmake
+
+Get rid of another ACN reference.
 
-. 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
 ------------------------------------------------------------------------
-r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line
+r19843 | guy | 2006-11-06 16:56:45 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+Get rid of another ACN reference.
 
-Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs.
 ------------------------------------------------------------------------
-r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines
+r19844 | jake | 2006-11-06 23:39:16 -0800 (Mon, 06 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/gtk/sctp_graph_dlg.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".
+From Albert Chin:
+Patch attached to convert usage of ntohl() -> g_ntohl(). On HP-UX,
+ntohl() isn't available unless you -D_XOPEN_SOURCE_EXTENDED but there
+are other uses of g_ntohl().
 ------------------------------------------------------------------------
-r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line
+r19845 | jmayer | 2006-11-06 23:47:49 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/gtk/funnel_stat.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_stat.h
 
-add dependency to custom_layer_pdf.xsl for all fo files
-------------------------------------------------------------------------
-r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/custom_layer_pdf.xsl
+Warning fixes (void) instead of (), no newline at end of file.
 
-switch off draft mode, so the PDF generation won't try to load a draft image from the web
 ------------------------------------------------------------------------
-r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line
+r19846 | jmayer | 2006-11-06 23:52:53 -0800 (Mon, 06 Nov 2006) | 47 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/codecs/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
+   M /trunk/tools/pidl/idl.yp
+   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/ODL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.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/Wireshark/NDR.pm
 
-minor cleanup for making codecs
+Updated to revision 19604.
+Update from samba tree revision 19582 to 19604
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines
+r19585 | jelmer | 2006-11-06 22:54:19 +0100 (Mon, 06 Nov 2006) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tcp.h
-   M /trunk/epan/packet_info.h
-   M /trunk/epan/req_resp_hdrs.c
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-implement support to reassemble tcp sessions until the end of the session (FIN)
-
-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.
-
-This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
+Add support for some more standard IDL instructions:
+ - `include' (replaces helper())
+ - `import' (replaces depends())
 
+Add support for parsing importlib() - importlib() is now ignored (with a
+warning), but no longer causes syntax errors.
 
+helper() and depends() are now marked deprecated and will cause warnings.
 
 
 ------------------------------------------------------------------------
-r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines
+r19588 | jelmer | 2006-11-06 23:54:49 +0100 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-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
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
+Use include and import statements rather than depends() and helper().
 
 ------------------------------------------------------------------------
-r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines
+r19599 | jelmer | 2006-11-07 02:00:27 +0100 (Tue, 07 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/gtk/voip_calls.c
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
 
-From Alejandro Vaquero:
-Need to use HAVE_LIBPORTAUDIO instead 
-of PORTAUDIO_DIR in voip_calls.c
+Fix --includedir.
 
-And build the windows version with Port audio.
 ------------------------------------------------------------------------
-r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-vrrp.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
+============================ Samba log end ==============
 
-Added E-DCH (HSUPA) channels to FP.
-Also show VPI/VCI/CID in ATM protocol label.
 
 ------------------------------------------------------------------------
-r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines
+r19847 | jmayer | 2006-11-06 23:57:07 -0800 (Mon, 06 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
-
-h248_handle was declared localy, udp port was not added at register.
+   M /trunk/epan/dissectors/pidl/nspi/Makefile
 
-Added a few more packagenames.
-------------------------------------------------------------------------
-r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+Update to use --includedir instead of copying idl_types.h.
 
-add the LUA plugin install option
 ------------------------------------------------------------------------
-r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines
+r19848 | jmayer | 2006-11-06 23:58:01 -0800 (Mon, 06 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/user-guide.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-
-add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
-
-fix a lot of broken URL's
+   M /trunk/epan/dissectors/pidl/nspi
 
+Update svn:ignore
 ------------------------------------------------------------------------
-r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines
+r19849 | jmayer | 2006-11-07 00:00:30 -0800 (Tue, 07 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/README.win32
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
-As no one seems to update the install information in this file (including me), remove most of the installation text and mention the User's Guide instead.
-
-Some minor updates in the development section as well.
+regenerate with news pidl
 ------------------------------------------------------------------------
-r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line
+r19850 | jmayer | 2006-11-07 00:04:11 -0800 (Tue, 07 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/unicode-utils.c
 
-a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly
+Warning fix about empty source file
 ------------------------------------------------------------------------
-r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line
+r19851 | guy | 2006-11-07 00:19:57 -0800 (Tue, 07 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/pidl/README
 
-let the user only specify the PortAudio version and do the "ugly details" in the part below, just as we do it for most other libs 
-------------------------------------------------------------------------
-r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
+You run perl, not make, on Makefile.PL files.
 
-tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
 ------------------------------------------------------------------------
-r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line
+r19852 | sahlberg | 2006-11-07 00:33:24 -0800 (Tue, 07 Nov 2006) | 12 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-usb.h
 
-remove obsolete "HAVE_AIRPCAP_API" comment
-------------------------------------------------------------------------
-r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/menu.c
+from albert chin
 
-various nmake related build file cleanups
-------------------------------------------------------------------------
-r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
 
-Hmmm, don't optimize too much :-)
 
-also fix the clean_setup
-------------------------------------------------------------------------
-r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/image/Makefile.nmake
+The Solaris C compiler, among others, do not allow anonymous unions.
+Patch attached.
 
-add a comment, that .res files are generated using an implicit (built in) nmake rule
-------------------------------------------------------------------------
-r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   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 /
-------------------------------------------------------------------------
-r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
 
-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
+thanks albert
 
-- 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 \
 
 ------------------------------------------------------------------------
-r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines
+r19853 | jmayer | 2006-11-07 00:41:46 -0800 (Tue, 07 Nov 2006) | 18 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/Makefile.am
 
-prettify dissection of ESP
+albert chin:
 
-show the IV as a hexadecimal
-show the protocol name for the Next header field inside ESP
+version_info.c has:
+  #ifdef HAVE_LIBGCRYPT
+  #include <gcrypt.h>
+  #endif /* HAVE_LIBGCRYPT */
 
+  #ifdef HAVE_LIBGNUTLS
+  #include <gnutls/gnutls.h>
+  #endif /* HAVE_LIBGNUTLS */
 
+However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
+resolve symbols from the above. Patch attached.
 
-------------------------------------------------------------------------
-r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
 
-the name of the protocol is IPsec, not IP-sec
+Note: dumpcap should not need to be linked to gnutls, but that's a
+problem with the version infrastructure.
 
 ------------------------------------------------------------------------
-r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines
+r19854 | guy | 2006-11-07 01:06:53 -0800 (Tue, 07 Nov 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-put the ah and esp payload as its own top level expansion in the tree instead of as an expansion inside the ah/esp layer.
+   M /trunk/epan/dissectors/packet-acn.c
+   M /trunk/epan/dissectors/packet-acn.h
 
+Bitfields are bad - the C language spec does *NOT* guarantee which bits
+will correspond to which bit fields.  Don't use them.
 
-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
+Use #defines rather than numbers in the appropriate places.
 
+Constify some arguments.
 
+Get rid of C++ comments.
 
 ------------------------------------------------------------------------
-r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line
+r19855 | guy | 2006-11-07 01:12:30 -0800 (Tue, 07 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/doc/README.developer
+
+Add Yet Another Portability Recommendation.
 
-Various small fixes and prettifications
 ------------------------------------------------------------------------
-r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines
+r19856 | ulfl | 2006-11-07 01:36:26 -0800 (Tue, 07 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/Makefile.nmake
 
-from bryant eastham
+don't copy mibs.txt files to mibs, but to snmp\mibs
+------------------------------------------------------------------------
+r19857 | guy | 2006-11-07 01:50:09 -0800 (Tue, 07 Nov 2006) | 16 lines
+Changed paths:
+   M /trunk/capture_loop.c
 
+As Ulf Lamping notes:
 
-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.
+       if the pipename argument to cap_pipe_open_live() is null, that's
+       a bug, and we want a crash so it's caught;
 
+       if ld->pcap_h is null in capture_loop_dispatch(), that's a bug,
+       and we want a crash so it's caught;
 
-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.
+       if capture_opts is null in capture_loop_start(), that's a bug,
+       and we want a crash so it's caught;
 
+       there's no need to null out capture_opts->save_file twice.
 
+Also, errmsg and secondary_errmsg are null-terminated strings, so the
+array size should be the maximum length + 1.
 
 ------------------------------------------------------------------------
-r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines
+r19858 | jmayer | 2006-11-07 02:55:12 -0800 (Tue, 07 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-redback.c
-
-from Florian Lohoff
-
-Hi,
-after using the redback dissector again i found some more protocol
-types:
-
-
+   M /trunk/epan/Makefile.am
 
+Another packet-acn.c leftover
 ------------------------------------------------------------------------
-r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines
+r19859 | sahlberg | 2006-11-07 05:19:31 -0800 (Tue, 07 Nov 2006) | 15 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-s5066.c
-
-from Taner Kurtulus and Menno Andriesse
+   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
 
-Hi folks,
-We think we've found a bug in STANAG 5066 SIS layer dissector.
+fix for bug 1200
 
-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.
 
+there used to be a bug in tcp reassembly that even if the dissector only asked for x more bytes from the next segment   the entire segment would still be added to reassembly.
+this caused some issues when there was a new multisegment pdu that started at the end of the segment   but this bug was fixed when tcp reassembly was refactored semi-recently.
 
-Confirmed.
 
-It was indeed a "copy-paste-did not edit correctly" bug.
+there was also another "bug" in the http reassembly that it would only ask for one more byte at a time when doing reassembly.
+this did work well however when we still had the bug in tcp reassembly   but made wireshark become very very very slow once this tcp bug was fixed  since it is very very very slow to reassemble a huge http pdu just one byte at a time.
 
-While going over the code once more, I found:
 
-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. ;-)
+this patch adds partial support (what we need for http   which does not use tcp_dissect_pdus() ) for the desegmentation flag : DESEGMENT_ONE_MORE_SEGMENT and also to the http dissector   so that reassembly of http headers spanning multiple semgents now become fast again
 
 
 
 ------------------------------------------------------------------------
-r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines
+r19860 | guy | 2006-11-07 11:25:32 -0800 (Tue, 07 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bpdu.c
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
+   M /trunk/wiretap/README.developer
 
-Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
+Update to describe all that the read routine needs to return, and to
+indicate what the seek_read routine needs to do and that you *have* to
+have a seek_read routine.
 
 ------------------------------------------------------------------------
-r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line
+r19861 | etxrab | 2006-11-07 11:25:59 -0800 (Tue, 07 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-More DCH control types
+Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206
+MEGACO message cannot be decoded correctly for ServiceChange Command
+And decoding of serviceChangeReason.
 ------------------------------------------------------------------------
-r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line
+r19862 | guy | 2006-11-07 11:49:58 -0800 (Tue, 07 Nov 2006) | 11 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   M /trunk/print.c
 
-use the official name spelling for some projects
-------------------------------------------------------------------------
-r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/config.h.win32
+Based on a change from Paul Blankenbaker, make the "show" attribute for
+a field an empty string if the field is zero-length; for some reason,
+the existing code doesn't handle that correctly.
 
-it's HAVE_LIBGNUTLS instead HAVE_GNUTLS
-------------------------------------------------------------------------
-r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/config.nmake
+Also, the NetPDL Visualization Extension:
 
-it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO
-------------------------------------------------------------------------
-r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
+       http://www.nbee.org/Docs/NetPDL/NetPDLVisualization.htm
+
+seems to imply that "value" has to be present, so display it even if the
+field is zero-length.
 
-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
+r19863 | guy | 2006-11-07 12:30:34 -0800 (Tue, 07 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/epan/ftypes/ftype-bytes.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)
+Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES field
 
-Don't know how to use the line breaking stuff, if someone could help me here ...
 ------------------------------------------------------------------------
-r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines
+r19864 | guy | 2006-11-07 13:04:41 -0800 (Tue, 07 Nov 2006) | 7 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/version_info.c
+   M /trunk/print.c
 
-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
+Revert the previous changes - the problem Paul Blankenbaker was fixing
+was really a problem with bytes_repr_len() and zero-length FT_BYTES
+fields, and it's not clear what to do about fields that have zero
+length.  (Put in a comment about that.)
 
-version_info.c
-  - Include <portaudio.h>
-  - Add some , and breaks when printing version infos.
+Clean up indentation a bit.
 
 ------------------------------------------------------------------------
-r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines
+r19865 | guy | 2006-11-07 13:27:52 -0800 (Tue, 07 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/epan/dissectors/packet-aim-sst.c
 
-tshark wouldn't link any more, as it doesn't link against
-libportaudio, but version_info.c with libportaudio >= 19
-needs to link against this.
+The tvb_ensure_length_remaining() calls aren't needed - we want an
+exception to be thrown if all the data for the icon isn't there, so the
+packet gets marked as incomplete.
 
-FIXME: Just print out >= 19 instead of real version string
-  until someone finds a proper solution.
+------------------------------------------------------------------------
+r19866 | jmayer | 2006-11-07 16:10:09 -0800 (Tue, 07 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
+Make things build on my system again
 ------------------------------------------------------------------------
-r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line
+r19867 | etxrab | 2006-11-07 22:57:29 -0800 (Tue, 07 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/asn1/h248/Makefile
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-Set default port to zero.
+Use h248v3.asn.
 ------------------------------------------------------------------------
-r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines
+r19868 | jmayer | 2006-11-08 05:59:46 -0800 (Wed, 08 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-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.
+Make Wireshark build on my system (gcc 4.1.0) again
 ------------------------------------------------------------------------
-r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines
+r19869 | etxrab | 2006-11-08 13:28:03 -0800 (Wed, 08 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/version_info.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can
-use Pa_GetVersionText().
+Sorry that should have been static int. Corrcted now.
+------------------------------------------------------------------------
+r19870 | jake | 2006-11-09 04:27:52 -0800 (Thu, 09 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hpsw.c
 
-(The word-wrapping stuff appears to work.)
+Improve HP Switch Protocol Dissection.
 
 ------------------------------------------------------------------------
-r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines
+r19871 | martinm | 2006-11-09 08:35:12 -0800 (Thu, 09 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/acinclude.m4
-
-AC_CHECK_TYPE already prints a "checking for" message; don't bother
-printing another one before calling it.
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+Make it easier to track user-buffer-space vs capacity requests for HSDPA calls
 ------------------------------------------------------------------------
-r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines
+r19872 | martinm | 2006-11-09 08:46:58 -0800 (Thu, 09 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/wiretap/ber.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Get rid of a compiler warning.
+Use value_string for info column.  Also use fences to handle compound packets
+------------------------------------------------------------------------
+r19873 | martinm | 2006-11-10 04:06:10 -0800 (Fri, 10 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+Fix test
 ------------------------------------------------------------------------
-r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines
+r19874 | sahlberg | 2006-11-10 12:53:42 -0800 (Fri, 10 Nov 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/req_resp_hdrs.c
 
-Not all platforms define "u_short", and "tvb_length_remaining()+4" isn't
-guaranteed to fit into a "u_short" in any case.  Use "gint" instead.
+fix for bug 1142
 
-Squelch some compiler warnings.
 
-------------------------------------------------------------------------
-r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
+if we dont have a content-length   but we do have a keepalive in the header then we should not do reassemble-until-fin.
 
-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.
+convert some tvb_get_String into tvb_get_ephemeral_string at the same time
 
-the biggest problem in changing this is the dcv->private_data usage.
 
+------------------------------------------------------------------------
+r19875 | sahlberg | 2006-11-10 15:36:57 -0800 (Fri, 10 Nov 2006) | 10 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-nfs.c
 
-add a dcv->se_data which can keep data around from a request to a response and use this to change the LSA/OpenPolicy2 servername passing from request to response as a test pattern of moving all users of dcv->private data over to use dcv->se_data.
+From Alex B
 
-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)
 
-this will eventually make the usage more clean and at the same time close down quite a few memory leaks.
+Added support for upcoming Netapp's ONTAP-GX nfsv3 filehandle.
 
+Alex.
 
-eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed.
 
 
 
 ------------------------------------------------------------------------
-r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line
+r19876 | ulfl | 2006-11-10 17:29:43 -0800 (Fri, 10 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/CMakeLists.txt
+   M /trunk/epan/dissectors/packet-lldp.c
 
-Add a comment
+add dissection of PROFINET "MRP Port Status"
 ------------------------------------------------------------------------
-r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line
+r19877 | sahlberg | 2006-11-11 14:39:25 -0800 (Sat, 11 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+
+fix so that tcp.pdu.time works again.
+it broken in one of the previous bugfixes to tcp
+
+add a function to print an emem tree to the console for easier emem tree debugging
+
 
-so it's HAVE_LIBPORTAUDIO
 ------------------------------------------------------------------------
-r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines
+r19878 | gerald | 2006-11-11 16:52:05 -0800 (Sat, 11 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/wiretap/libpcap.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
+Add a plain "radiotap.channel" field to the radiotap dissector.
+Check for an invalid channel frequency.  Pass the channel, data rate,
+and quality to the 802.11 dissector, so that they show up there
+as well.  Clean up whitespace.
 
 ------------------------------------------------------------------------
-r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line
+r19879 | guy | 2006-11-12 14:12:39 -0800 (Sun, 12 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+   M /trunk/epan/dissectors/packet-dns.c
+
+mDNS treats the class field as a flag bit and 15 bits of class; display
+it as such.
 
-fix various minor things noted by Brian Drab
 ------------------------------------------------------------------------
-r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines
+r19880 | etxrab | 2006-11-12 14:18:50 -0800 (Sun, 12 Nov 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
-   M /trunk/epan/dissectors/packet-mtp3mg.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccpmg.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/tools/win32-setup.sh
 
-Jeff Morriss:
-       Fix for bug 1036
+Update to use the latest gtk 2.8 glib and pango libraries.
+Note from a mail on gtk dev list:
+-rwxr-xr-x    1 tml      Administ   224510 Oct  3 18:35 libpango-1.0-0.dll
+-rwxr-xr-x    1 tml      Administ    37952 Oct  3 18:35 libpangocairo-1.0-0.dll
+-rwxr-xr-x    1 tml      Administ    58749 Oct  3 18:35 libpangowin32-1.0-0.dll
 
-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):
+(That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where
+the module(s) are built-in into the DLLs, so no
+lib/pango/1.5.0/modules folder is needed.)
+------------------------------------------------------------------------
+r19881 | guy | 2006-11-12 14:35:21 -0800 (Sun, 12 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
 
-    Routing label
-        DPC (4-5-6) (394500)
+Flag the question as a "QM" question if the QU flag isn't set.
 
-but 394500 == 0x60504 == 6-5-4.  Something's not right.
+------------------------------------------------------------------------
+r19882 | guy | 2006-11-12 15:42:08 -0800 (Sun, 12 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
 
-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.
+Mark Krochmal says that the class field should be treated in mDNS as a
+flag and a 15-bit field even for OPT RRs.
 
 ------------------------------------------------------------------------
-r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines
+r19883 | gerald | 2006-11-12 17:15:56 -0800 (Sun, 12 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
+   M /trunk/image/make-icons
+   M /trunk/image/wsicon16.xpm
+   M /trunk/image/wsicon32.xpm
+   M /trunk/image/wsicon48.xpm
+   M /trunk/image/wsicon64.xpm
+   M /trunk/image/wsiconcap16.xpm
+   M /trunk/image/wsiconcap32.xpm
+   M /trunk/image/wsiconcap48.xpm
 
-add OpenSCManagerW
+Set a transparency threshold for the XPM icons.  Have the make-icons script
+constify the XPMs.
 
+------------------------------------------------------------------------
+r19884 | ashokn | 2006-11-13 09:30:38 -0800 (Mon, 13 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rsvp.h
 
-also make the dissector manage that dcv->private_data in the future will be of ep scope
+Add support for IPv4-Aggregate session/template/filter types.
 
 
 
 ------------------------------------------------------------------------
-r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line
+r19885 | etxrab | 2006-11-13 21:45:28 -0800 (Mon, 13 Nov 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-dcp.c
 
-More fixes and prettifications
-------------------------------------------------------------------------
-r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
+This is Gerrit Renker code which:
 
-svn propset.
+       * makes checksum computation dependent
+         upon the header CsCov field (cf. RFC 4340, 5.1)
+       * removes the case where checksums are zero
+         (unlike UDP/packet-udp, from which the code stems,
+          zero checksums are illegal in DCCP (as in TCP))
+       * fixes a minor typo - missing bitshift of the
+         CCVal field
 ------------------------------------------------------------------------
-r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line
+r19886 | etxrab | 2006-11-13 21:47:57 -0800 (Mon, 13 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-ses.c
 
-More missing message types
+From Stephen Fisher:
+a new more accurate fix for bug #1163.  Thanks to Graeme Lunt for pointing out that the first patch broke a different capture with legitimate SES data in it.  My patch also corrects the check for number of bytes existing from 4 to 2 as the minimum length of an SES PDU is only 2 bytes: 1 byte type, 1 byte length.
 ------------------------------------------------------------------------
-r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines
+r19887 | etxrab | 2006-11-13 21:49:59 -0800 (Mon, 13 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/doc/wireshark.pod
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/util.c
-
-Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
-Look for a string that starts with "rdp".  This should take care of
-cases where a default capture filter is set needlessly.
-
-Update the docs accordingly.
+   M /trunk/epan/dissectors/packet-tipc.c
 
+From martin Peylo:
+This patch changes the name of "Link Configuration" Packets to "Neighbour Discovery" - as preferred by the creator of TIPC - and shows the TIPC src/dst in the columns instead of the MAC address for those packages.
 ------------------------------------------------------------------------
-r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line
+r19888 | etxrab | 2006-11-13 22:00:48 -0800 (Mon, 13 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/image/win32-file-dlg.rc
+   M /trunk/gtk/main.c
 
-"Elapsed Time:" is truncated, use "Elapsed:" instead
+From Simon Munton as pointed out by Stephen Fisher:
+patch on bug #220 (to main.c.
+the second part to packet_list.c was done separately for bug 1159 in rev 19735).  That patch fixes bug #1205 coincidentally.
 ------------------------------------------------------------------------
-r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line
+r19889 | etxrab | 2006-11-13 22:14:20 -0800 (Mon, 13 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/mobileipv4.xml
+   A /trunk/diameter/sip.xml
 
-Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"
+Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.
 ------------------------------------------------------------------------
-r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines
+r19890 | etxrab | 2006-11-13 22:31:47 -0800 (Mon, 13 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/user-guide.xml
-   A /trunk/docbook/wsug_graphics/ws-merge-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-merge-gtk2.png (from /trunk/docbook/wsug_graphics/ws-merge.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-merge-win32.png
-   D /trunk/docbook/wsug_graphics/ws-merge.png
-   A /trunk/docbook/wsug_graphics/ws-open-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-open-gtk2.png (from /trunk/docbook/wsug_graphics/ws-open.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-open-win32.png
-   D /trunk/docbook/wsug_graphics/ws-open.png
-   A /trunk/docbook/wsug_graphics/ws-save-as-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png (from /trunk/docbook/wsug_graphics/ws-save-as.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-save-as-win32.png
-   D /trunk/docbook/wsug_graphics/ws-save-as.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/Makefile.am
+   M /trunk/packaging/nsis/wireshark.nsi
 
-first step to fix the file dialog "mess":
-- use different screenshots for: GTK1, GTK2 and Win32
-- rewrite the "File Open Dialog" section
+Add SIP application AVP:s.
 ------------------------------------------------------------------------
-r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines
+r19891 | martinm | 2006-11-14 04:06:11 -0800 (Tue, 14 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/wiretap/catapult_dct2000.c
 
-make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data
+- Use 64-bit indexes into file for packet locations (was previously casting index to and from void*) - this should allow very large files to be used
+- The characters between the timestamp and start of data are almost always " l ", optimise memory usage in this case
+- Rename hash table for clarity
 
+------------------------------------------------------------------------
+r19892 | martinm | 2006-11-14 05:45:35 -0800 (Tue, 14 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
 
-once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc
+Fix possible build error + warnings seen on buildbot
+------------------------------------------------------------------------
+r19893 | jmayer | 2006-11-14 12:01:41 -0800 (Tue, 14 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
 
+didier gautheron:
+       idl2wrs.sh is a generated file.
 
 
 ------------------------------------------------------------------------
-r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines
+r19894 | jmayer | 2006-11-14 12:08:44 -0800 (Tue, 14 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/getopt.c
+   M /trunk/gtk/rtp_analysis.c
 
-remove any dependencies that dcv->private_data is persistent
+nikai@nikai.net:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
+
+Attempting a simple cleanup of duplicated includes, will attach patch.
 
 
 ------------------------------------------------------------------------
-r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines
+r19895 | jmayer | 2006-11-14 12:32:29 -0800 (Tue, 14 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-
-strings we pass up to the caller through private_data are now of ep scope
-
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/editcap.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-ipdc.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/funnel_stat.c
+   M /trunk/gtk/t38_analysis.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/tools/lemon/lemon.c
 
-this closes a few memory leaks
+nikai@nikai.net:
 
+Remaining fixes from:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
 
 ------------------------------------------------------------------------
-r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines
+r19896 | sfisher | 2006-11-14 13:28:44 -0800 (Tue, 14 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/plugins
+   M /trunk/tools
 
-make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks
-(this function is often called from dcerpc dissectors)
+Add svn:ignore to tools/TAGS and plugins/TAGS
 
 
 ------------------------------------------------------------------------
-r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines
+r19897 | sfisher | 2006-11-14 14:35:22 -0800 (Tue, 14 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   A /trunk/epan/dissectors/pidl/srvsvc.cnf
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-generate SRVSVC by pidl
+   M /trunk/cfile.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_draw.h
 
-small prettification regression but that will be fixed in the next few days
 
+New feature to automatically highlight the field found when doing a find.
+This works for both string and hex searches.  This resolves feature request
+bug #776.
 
 
 ------------------------------------------------------------------------
-r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines
+r19898 | sfisher | 2006-11-14 14:53:24 -0800 (Tue, 14 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/gtk/follow_dlg.c
 
-can we agree on using lynx?
 
-Cygwin situation:
-- lynx works
-- elinks is not available (at least on the standard repositories)
-- links and true doesn't produce any output
+A fix bug #1138: "Follow TCP Streams gets stream direction wrong if started
+from a server->client frame."
+
 
 ------------------------------------------------------------------------
-r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines
+r19899 | sfisher | 2006-11-14 22:46:11 -0800 (Tue, 14 Nov 2006) | 7 lines
 Changed paths:
-   M /trunk/docbook/wsug_graphics/ws-merge-gtk2.png
-   M /trunk/docbook/wsug_graphics/ws-merge-win32.png
-   M /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png
-   M /trunk/docbook/wsug_graphics/ws-save-as-win32.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/epan/dissectors/packet-http.c
 
-second step to fix the file dialog "mess":
-- rewrite the "File Save" and "File Merge" sections
 
-------------------------------------------------------------------------
-r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
+Fix problem reported on -dev list by Frank Maerz with Wireshark crashing
+when it encountered a proxy http connect to port 80.  This was caused by
+the dissector calling itself over and over.  Now if the connect to port is
+one of the defined http ports, it calls the data dissector.
 
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
 
-"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
+r19900 | etxrab | 2006-11-14 23:04:22 -0800 (Tue, 14 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
 
-From Martin Peylo:
-Improve Infocolumn output.
+Add OID translation for some more Generic codecs.
 ------------------------------------------------------------------------
-r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines
+r19901 | martinm | 2006-11-15 09:27:04 -0800 (Wed, 15 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
+   M /trunk/Makefile.am
+   A /trunk/dtds/mscml.dtd
+   M /trunk/packaging/nsis/wireshark.nsi
 
-add decoding of the SessionInfo userflags
+From Olivier Jacques:
 
+Here is a DTD for the MSCML protocol, draft-07. This implementation is not entirely up-to-date (draft-09 is out), but this is a good base to start from.
 
+I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML
 
 ------------------------------------------------------------------------
-r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines
+r19902 | martinm | 2006-11-15 10:20:03 -0800 (Wed, 15 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-some more bitmaps for SRVSVC
-
+   M /trunk/dtds/mscml.dtd
 
+Propset
 ------------------------------------------------------------------------
-r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines
+r19903 | lego | 2006-11-15 10:40:37 -0800 (Wed, 15 Nov 2006) | 10 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dtd_parse.l
 
-From Francesco Fondelli:
-You find attached a patch file (against svn 19058) to dissect packets
-produced by the Linux kernel packet generator.
+ solve both issues pointed out in:
+    http://wireshark.org/lists/ethereal-dev/200605/msg02351.html
 
-------------------------------------------------------------------------
-r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
+- dtd_parse.l:
+   be more liberal on what a name can be (a number now can be a name)
 
-jeff morriss:
-       Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102
+- packet-xml.c
+  if proto-name is given use it instead of the root element name as prefix for generated fields
 
 
 ------------------------------------------------------------------------
-r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line
+r19904 | jake | 2006-11-15 12:55:46 -0800 (Wed, 15 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-omapi.c
 
-Add old release DSCH FDD fields.  Try to squash compiler warnings seen on MACOS buildbot
+Adding ISC Object Management API dissector
 ------------------------------------------------------------------------
-r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines
+r19905 | ulfl | 2006-11-15 15:33:39 -0800 (Wed, 15 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
-   M /trunk/epan/dissectors/packet-dcp.h
-   M /trunk/epan/dissectors/packet-icep.c
-
-Licepnse -> License
+   M /trunk/epan/prefs-int.h
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/recent.c
 
+add a "private_data" pointer to the read_prefs_file() function, which will be "tunneled" to the callback function. This seems to be generally a good idea - as a lot of GLib/GTK function doing similiar and I'll need this for the upcoming update mechanisms.
 ------------------------------------------------------------------------
-r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines
+r19906 | ulfl | 2006-11-15 15:43:16 -0800 (Wed, 15 Nov 2006) | 1 line
 Changed paths:
-   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.
+   M /trunk/gtk/funnel_stat.c
 
-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.
+fix a warning
+------------------------------------------------------------------------
+r19907 | ulfl | 2006-11-15 15:48:56 -0800 (Wed, 15 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
 
+fix a warning
 ------------------------------------------------------------------------
-r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines
+r19908 | sfisher | 2006-11-15 23:04:02 -0800 (Wed, 15 Nov 2006) | 5 lines
 Changed paths:
    M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/prefs_dlg.c
+
+Fix for bug 948, "Apply capture preferences not applying."  Now when the user
+changes a capture option in the preferences, it will show up right away in
+the capture options dialog.
 
-Fix protocol reference link URL.
 
 ------------------------------------------------------------------------
-r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines
+r19909 | martinm | 2006-11-16 06:35:52 -0800 (Thu, 16 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   A /trunk/epan/dissectors/pidl/dfs.cnf
-   A /trunk/epan/dissectors/pidl/dfs.idl
-
-import DFS.idl from samba and use it to generate a much more complete DFS dissector
+   M /trunk/epan/dissectors/packet-multipart.c
 
+Make multipart part a proper field, and append contained content-type to
+it label to make it easier to find the part you're looking for.
 
 ------------------------------------------------------------------------
-r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines
+r19910 | gerald | 2006-11-16 10:28:09 -0800 (Thu, 16 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Template.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
-   M /trunk/tools/pidl/pidl
-   M /trunk/tools/pidl/tests/ndr_string.pl
-
-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 ==============
+   M /trunk/doc/README.developer
 
+Add comments to the indentation style section.
 
 ------------------------------------------------------------------------
-r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line
+r19911 | ulfl | 2006-11-16 12:08:13 -0800 (Thu, 16 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/gtk/gtkvumeter.h
 
-Make Content-Length and Max-Forwards fields uints
+(hopefully) fix the recently discussed warnings where CLAMP() is called with a value being 0
 ------------------------------------------------------------------------
-r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines
+r19912 | ulfl | 2006-11-16 12:13:26 -0800 (Thu, 16 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/gtk/win32-file-dlg.c
 
-From Graham Addis:
- In dissect_geographical_description the longitude is multiplied by 260 
- and should be by 360(degrees).
+fix an annoying behaviour: If we save a capture file, let the default be the current file format - as we do it in the GTK version. The former implementation just defaulted to libpcap all the time, which is especially ugly if you use a file format that provides nanosecond time resolution - you're losing information :-(
 
- Also it would be good to display to 5 decimal places.
+Interestingly the implementation was half way there, but not really working as expected.
 ------------------------------------------------------------------------
-r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 lines
+r19913 | etxrab | 2006-11-16 13:11:26 -0800 (Thu, 16 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Add some routines to the list of routines exported by libwireshark - at
-least one dissector writer needs them.
+   M /trunk/tools/win32-setup.sh
 
+Temporrary change to force the buildbot to update the libraries as  I suspect there are left
+over old files.
 ------------------------------------------------------------------------
-r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines
+r19914 | jmayer | 2006-11-16 13:57:31 -0800 (Thu, 16 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/oui.h
+   M /trunk/epan/dissectors/pidl/efs.idl
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+   M /trunk/epan/dissectors/pidl/srvsvc.idl
+   M /trunk/epan/dissectors/pidl/winreg.idl
+   M /trunk/epan/dissectors/pidl/wkssvc.idl
 
-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).
+Jelmer Vernooij:
+
+The attached patch replace the use of 'depends()' with "import" (the
+latter is a standard IDL statement).
 
-From me:
-Resorted the oui  lists, some witespace changes and added Ericsson OUI:s.
-------------------------------------------------------------------------
-r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
-Dont use itu_ssn
 ------------------------------------------------------------------------
-r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines
+r19915 | gerald | 2006-11-16 14:27:47 -0800 (Thu, 16 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6
+David Young pointed out that we weren't aligning fields according to the
+radiotap specification.  Do so.  Add fields for FHSS and Transmit
+attenuation (untested).
 
 ------------------------------------------------------------------------
-r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines
+r19916 | ulfl | 2006-11-16 17:24:03 -0800 (Thu, 16 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-msrp.c
-
-Make the data part of the message filterable
+   M /trunk/epan/prefs-int.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
 
+various minor prefs code cleanup
 ------------------------------------------------------------------------
-r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines
+r19917 | sfisher | 2006-11-16 17:52:15 -0800 (Thu, 16 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/radius/dictionary
+   M /trunk/epan/dissectors/packet-ses.c
 
-Alexander Schrab:
-       Subject: [Wireshark-dev] New radius attributes (RFC 4590)
-       Hi, i noticed you haven't updated the radius dictionary file. Here is a patch
 
+Improve the heuristics of the SES dissector some more in response to bug #1229
 
-------------------------------------------------------------------------
-r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/radius/dictionary
-
-Repair patch to accurately follow RFC 4590
 
 ------------------------------------------------------------------------
-r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines
+r19918 | ulfl | 2006-11-16 19:08:09 -0800 (Thu, 16 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Add http_dissector_add upon request
+   M /trunk/gtk/prefs_dlg.c
 
+code cleanup
 ------------------------------------------------------------------------
-r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19919 | jake | 2006-11-16 23:44:37 -0800 (Thu, 16 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/pidl/dfs.idl
-
-dfs updates
-
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/prefs_dlg.c
 
+Fix build
 ------------------------------------------------------------------------
-r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line
+r19920 | jmayer | 2006-11-17 01:29:36 -0800 (Fri, 17 Nov 2006) | 25 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.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/Wireshark/NDR.pm
+   M /trunk/tools/pidl/tests/parse_idl.pl
 
-New fields in R6 RACH
+Update from samba tree revision 19744 to 19759
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines
+r19751 | jelmer | 2006-11-16 23:11:32 +0100 (Thu, 16 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
 
-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.
+Add some tests for parsing the "include", "import" and "importlib" statements.
 
 ------------------------------------------------------------------------
-r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines
+r19752 | jelmer | 2006-11-16 23:13:44 +0100 (Thu, 16 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-   M /trunk/gtk/voip_calls.c
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-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.
+Remove support for the `depends' attribute (use "import") instead.
 
 ------------------------------------------------------------------------
-r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-Fix the handling of IPv4-address and Boolean suboptions of the Novell
-options item.
 
 ------------------------------------------------------------------------
-r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines
+r19921 | martinm | 2006-11-17 08:33:43 -0800 (Fri, 17 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Add some space after commas.
+   M /trunk/wiretap/catapult_dct2000.c
 
+Try to squash 2 more warnings seen on buildot
 ------------------------------------------------------------------------
-r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines
+r19922 | ulfl | 2006-11-17 14:38:34 -0800 (Fri, 17 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-lapd.c
-   M /trunk/epan/dissectors/packet-q931.c
-
-Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106
+   M /trunk/epan/dissectors/packet-lldp.c
 
-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
+add dissection for PROFINET "PTCP Status"
 ------------------------------------------------------------------------
-r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19923 | ulfl | 2006-11-17 14:48:21 -0800 (Fri, 17 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.idl
-
-winreg updates    resync idl from s4
-
+   M /trunk/Makefile.nmake
 
+add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/physical_address_extension.asp how to enable 3GB support on several Windows versions - I will update the OutOfMemory Wiki page accordingly
 ------------------------------------------------------------------------
-r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19924 | gerald | 2006-11-17 17:47:49 -0800 (Fri, 17 Nov 2006) | 10 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/eventlog.cnf
-   A /trunk/epan/dissectors/pidl/eventlog.idl
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/gtk/compat_macros.h
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_list.h
+   M /trunk/gtk/proto_draw.c
 
-add idl file and conformance file for eventlog interface
+Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
+menu) move to the previous and next packet even if the packet list isn't
+in focus (specifically, the packet detail will stay in focus if that was
+already the case).  Make the return and enter keys toggle tree items in
+the packet detail and the backspace key jump to the parent node.  Add a
+navigation section to the User's Guide.
 
+Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
+multiple arguments.  Fix up whitespace.
 
 ------------------------------------------------------------------------
-r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19925 | ulfl | 2006-11-17 19:37:34 -0800 (Fri, 17 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/eventlog.idl
-
-merge JBMs changes from the handwritten dissector to the idl
+   M /trunk/wiretap/catapult_dct2000.c
 
+both recent fixes of warnings don't compile on Win32, inttypes.h is not available and PRId64 is not defined in the config.h.win32.
 
+As discussed in a seperate thread the PRId64 should not be required.
 ------------------------------------------------------------------------
-r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines
+r19926 | gerald | 2006-11-17 21:05:18 -0800 (Fri, 17 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-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)
-
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/gtk/main.c
 
+Make F8 and F7 move to the next and previous packets, which adds
+compatibility with a different analyzer.
 
 ------------------------------------------------------------------------
-r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines
+r19927 | gerald | 2006-11-17 21:12:55 -0800 (Fri, 17 Nov 2006) | 2 lines
 Changed paths:
-   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
-
+   M /trunk/gtk/packet_list.c
 
+GTK1 doesn't have gtk_window_get_focus.
 
 ------------------------------------------------------------------------
-r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line
+r19928 | gerald | 2006-11-17 21:19:40 -0800 (Fri, 17 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/gtk/packet_list.c
+
+Don't try to set focus on NULL.
 
-remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation
 ------------------------------------------------------------------------
-r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines
+r19929 | ulfl | 2006-11-18 04:30:58 -0800 (Sat, 18 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-update to eventlog record
-
-dissect the informational strings that may be present inside an event
-
-
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
 
+fix validity of document
 ------------------------------------------------------------------------
-r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines
+r19930 | gerald | 2006-11-18 09:17:28 -0800 (Sat, 18 Nov 2006) | 3 lines
 Changed paths:
-   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
-
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/gtk/main.c
 
+If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start
+filling in a display filter.
 
 ------------------------------------------------------------------------
-r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19931 | sfisher | 2006-11-18 23:41:25 -0800 (Sat, 18 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/pidl/dfs.idl
+   M /trunk/epan/dissectors/packet-ssl.c
 
-dfs updates from the s4 idl repository
+Fix for bug #1126.  In the SSL dissector, don't just check if we're allowed
+to desegment, but also check if we need to before attempting it.
 
 
 ------------------------------------------------------------------------
-r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line
+r19932 | etxrab | 2006-11-19 08:24:18 -0800 (Sun, 19 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/tools/lemon/lemon.c
+   M /trunk/tools/lemon/lempar.c
 
-EDCH new fields + another DCH control message type
+Update to the latest versions from sqlite.
 ------------------------------------------------------------------------
-r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line
+r19933 | ulfl | 2006-11-19 08:49:58 -0800 (Sun, 19 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/Makefile.nmake
 
-Add remaining dedicated control message types.  This dissector is pretty complete now.
+fix clean_setup target
 ------------------------------------------------------------------------
-r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line
+r19934 | ulfl | 2006-11-19 09:02:31 -0800 (Sun, 19 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
+   M /trunk/Makefile.nmake
 
-Add missing updates to unbreak build...
+if the WIRESHARK_LIBS dir isn't already existing, create it
+
+this fixes problems discussed earlier on the list with cygpath
 ------------------------------------------------------------------------
-r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines
+r19935 | gerald | 2006-11-19 15:23:53 -0800 (Sun, 19 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-When dissecting LDAP, the assumption was made that the maximum LDAP PDU size will be 65535. Anything bigger than this was considered not to be LDAP. However, LDAP can have PDU sizes bigger than this - a CRL can easily grow to be bigger than this, for example.
-
-This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility.
+   M /trunk/gtk/main.c
 
+Add exclamation and left parenthesis to the display filter keystroke
+catcher.
 
 ------------------------------------------------------------------------
-r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19936 | martinm | 2006-11-20 06:53:22 -0800 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER.
-
+   M /trunk/epan/proto.c
 
+Make FT_STRINGZ items work as apply/prepare as filter menu items
 ------------------------------------------------------------------------
-r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19937 | jake | 2006-11-20 11:39:19 -0800 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/tools/netscreen2dump.py
-
-Handle netscreen 5.3r4 snoop output, too.
-This format adds "len=\d+" before the ":"
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
+Fix for bug 1235. Elapsed time is in 10ms units.
 ------------------------------------------------------------------------
-r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines
+r19938 | guy | 2006-11-20 16:00:26 -0800 (Mon, 20 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/doc/tshark.pod
-   M /trunk/dumpcap.c
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/guid-utils.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/strutil.c
-   M /trunk/epan/strutil.h
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/webbrowser.c
-   M /trunk/gtk/win32-file-dlg.c
    M /trunk/tshark.c
-   M /trunk/version_info.c
-
-Add support for reading from stdin under Windows.  Based on a patch sent
-in last year by Gianluca Varenni.
 
-Add partial support for reading from named pipes (currently disabled).
+Squelch a compiler warning.
 
-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.
+------------------------------------------------------------------------
+r19939 | guy | 2006-11-20 16:16:44 -0800 (Mon, 20 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/epan.c
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
 
-Fix up whitespace.
+Call guids_init() in epan_init(), so anything that needs libwireshark -
+including dftest - will get the GUID table initialized (which anything
+that needs libwireshark needs to have happen, so dissectors can register
+GUIDs in that table).
 
 ------------------------------------------------------------------------
-r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19940 | guy | 2006-11-20 16:30:36 -0800 (Mon, 20 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/epan/epan.c
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
 
-Move Copy below the tree manipulation options.
+We also need the memory allocation subsystem initialized in anything
+that uses libwireshark.
 
 ------------------------------------------------------------------------
-r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19941 | guy | 2006-11-20 16:36:35 -0800 (Mon, 20 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/filesystem.c
-   A /trunk/epan/unicode-utils.c
-   A /trunk/epan/unicode-utils.h
+   M /trunk/dftest.c
 
-Add missing files from last commit.  Fix an #include.
+Use the <name> convention for command-line arguments in the usage
+message.
 
 ------------------------------------------------------------------------
-r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line
+r19942 | ulfl | 2006-11-20 16:40:36 -0800 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/capture-wpcap.c
-   M /trunk/version_info.c
+   M /trunk/gtk/progress_dlg.c
 
-Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
+flush out the main event loop at dialog creation, so we don't see an empty dialog until the first update
 ------------------------------------------------------------------------
-r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19943 | ulfl | 2006-11-20 16:45:38 -0800 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/file.c
+   M /trunk/gtk/main.c
 
-add a packaging_u3 target
-rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing)
+while loading a huge capture file, enable the main window to show packets rushing into the packet list
 ------------------------------------------------------------------------
-r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19944 | gerald | 2006-11-20 17:27:29 -0800 (Mon, 20 Nov 2006) | 4 lines
 Changed paths:
    M /trunk/gtk/main.c
 
-Don't complain if we can't find airpcap.dll.
+If a user starts typing text in the main window, append it to the
+display filter instead of replacing it.  Check for a valid character
+with a simple isprint() instead of a giant boolean expression paragraph.
 
 ------------------------------------------------------------------------
-r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines
+r19945 | sahlberg | 2006-11-21 00:44:21 -0800 (Tue, 21 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+
+the result code, encoded within the userdata is in network byte order not little endian.
+
+this makes a difference for the cases where the result code is not KPASSWD_SUCCESS == 0x0000
 
-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 ...
 ------------------------------------------------------------------------
-r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines
+r19946 | sahlberg | 2006-11-21 00:53:11 -0800 (Tue, 21 Nov 2006) | 15 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/capture_if_details_dlg.c
-   A /trunk/gtk/gtkvumeter.c
-   A /trunk/gtk/gtkvumeter.h
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpc.h
 
-GTK2: add an analog VU meter like display widget 
 
-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).
+From: Burlyga, Alex
 
-the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 
+Hi,
 
-... and I've heavily changed and extended it to fit the problem here.
+Attached is a patch for packet-rpc.c and packet-rpc.h.
+Update support for pseudo-flavors that used in RPCSEC_GSS
+Also fixed a problem where rpc.reqframe and rpc.repframe where
+reversed.
+
+Alex.
 
-We might use the VU meter widget later at other places as well ...
-------------------------------------------------------------------------
-r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.nmake
 
-rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice
-------------------------------------------------------------------------
-r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/capture_loop.c
 
-squelch some compiler warnings due to currently disabled code
-------------------------------------------------------------------------
-r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/capture_sync.c
 
-use unicode-utils.h instead of strutil.h
 ------------------------------------------------------------------------
-r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19947 | sahlberg | 2006-11-21 01:18:28 -0800 (Tue, 21 Nov 2006) | 10 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/doc/Makefile.nmake
+   M /trunk/epan/dissectors/packet-scsi.c
+
+Patrick vd Lageweg <patrick@bitwizard.nl>
+
+Hi,
+
+The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command.
+
+ ?\194?\160 ?\194?\160 ?\194?\160 ?\194?\160Patrick
+_______________________________________________
 
-change the Win32 build environment, so we can create release zip files without the need of an installer - a feature requested from time to time. When this is matured, we might want to add these zip files (of GTK1 and GTK2 versions) to the released files.
 
-config.nmake contains the target INSTALL1_DIR and INSTALL2_DIR. I guess you can retain the previous behaviour by using . for both DIRs, though I never tested this...
 ------------------------------------------------------------------------
-r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line
+r19948 | morriss | 2006-11-21 05:37:13 -0800 (Tue, 21 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/AUTHORS
 
-fix a typo
+Add Japan SS7 variant to list of things I contributed (and verify this whole commit thing works :-))
 ------------------------------------------------------------------------
-r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines
+r19949 | jake | 2006-11-21 06:18:46 -0800 (Tue, 21 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/doc/README.developer
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tcp.h
 
-replace a rotating buffer in smb with ep allocated memory
+Correct comments and examples on get_pdu_len().
+
+------------------------------------------------------------------------
+r19950 | guy | 2006-11-21 12:10:10 -0800 (Tue, 21 Nov 2006) | 15 lines
+Changed paths:
+   M /trunk/doc/README.developer
 
-dont try dcerpc reassembly of fragments if we dont have the entire pdu
+If you're doing TCP reassembly by hand rather than with
+tcp_dissect_pdus(), pinfo->desegment_len indicates whether your
+dissector needs more data from TCP or not - the return value doesn't
+indicate that.
 
-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.
+Fix typo.
 
+It appears that the Id keyword is one of the case-insensitive ones in
+the svn:keywords property, so if you set it to "ID" it still expands
+"$Id$"; it also appears not to expand "$ID$".  We use Revision, Date,
+and Author in the document to indicate the revision, and don't expand
+Id, so that references to "$Id$" get left alone.
 
+Rewrap paragraphs.
 
 ------------------------------------------------------------------------
-r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines
+r19951 | etxrab | 2006-11-21 13:00:25 -0800 (Tue, 21 Nov 2006) | 3 lines
 Changed paths:
-   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
-
+   M /trunk/epan/dissectors/packet-acn.c
+   M /trunk/epan/dissectors/packet-acn.h
 
+From Bill Florac:
+Here is a patch for the ACN dissector. It fixes a bug in
+acn_add_expiry() and cleans up some cosmetic things.
 ------------------------------------------------------------------------
-r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines
+r19952 | sahlberg | 2006-11-21 13:11:18 -0800 (Tue, 21 Nov 2006) | 23 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.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)
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-Add a new WERR error table to packet-windows-common    so that PIDL generated dissectors can use this table instead of the DOS table.
+fix for bug 1226:
+reported by Benjamin Meyer
 
+WireShark marks DCE RPC FACKs as "malformed" if they do not have a body.
+According to DCE RPC Spec. 1.1 FACKs "may contain" a body PTU.
 
-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
+I am unable to build WireShark (lack of time to install all neccessary stuff)
+but I looked at the SourceCode. I think, at least this has to be fixed:
 
+file: epan/dissectors/packet-dcerpc.c
+function: static gboolean dissect_dcerpc_dg (tvbuff_t *tvb, packet_info *pinfo,
+proto_tree *tree)
 
+*snip*
+case PDU_FACK
+dissect_dcerpc_dg_fack (tvb, offset, pinfo, dcerpc_tree, &hdr);
+break;
+*snap*
 
+I guess, it should look like "case PDU_NOCALL:" directly above.
 
 
 
 ------------------------------------------------------------------------
-r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line
+r19953 | guy | 2006-11-21 13:49:58 -0800 (Tue, 21 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/epan/reassemble.c
 
-fix a typo, the comment char is ; not !
-------------------------------------------------------------------------
-r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
+Fix pluralization of "bytes" so it doesn't say "1 bytes".
 
-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
+Clean up indentation.
 
-this keeps valuable info in COL_INFO, e.g. the HTTP status code 
 ------------------------------------------------------------------------
-r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line
+r19954 | etxrab | 2006-11-21 14:18:12 -0800 (Tue, 21 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/asn1/mms/mms.asn
+   M /trunk/epan/dissectors/packet-mms.c
 
-print the connectionless interface name if such is known
+Revert changes to have named bits in the bitstring of unknown length.
 ------------------------------------------------------------------------
-r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines
+r19955 | etxrab | 2006-11-21 22:39:24 -0800 (Tue, 21 Nov 2006) | 20 lines
 Changed paths:
-   M /trunk/gtk/gtkvumeter.h
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/dissectors/packet-ansi_a.c
+   M /trunk/epan/dissectors/packet-ansi_a.h
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/ansi_a_stat.c
 
-we dont have G_BEGIN_DECLS on old gtk/glib versions
+From Michael Lum
 
-since we dont use c++ anyway we dont need these macros
+1)
+A small change in the number of teleservices recognized
 
+2)
+Finally finished a lot of the changes for IOS 5 support.
 
+The attached files must be used together.
 
-------------------------------------------------------------------------
-r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/atsvc.idl
-   M /trunk/epan/dissectors/pidl/dfs.idl
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
+Built in Windows XP Pro using Visual Studio C++ with the latest repository.
 
-pidl has been updated to use WERR instead of DOS error tables.
-regenerate some dissectors
+packet-ansi_map.c.gz
 
+packet-ansi_a.gz
+    This file contains both packet-ansi_a.c and packet-ansi_a.h changes.
 
+libwireshark.def.gz
+
+ansi_a_stat.c.gz
 ------------------------------------------------------------------------
-r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines
+r19956 | sahlberg | 2006-11-22 01:00:36 -0800 (Wed, 22 Nov 2006) | 3 lines
 Changed paths:
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
+   M /trunk/epan/dissectors/packet-scsi.c
 
-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
+ssc space6 count is a signed integer
 
 
 ------------------------------------------------------------------------
-r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines
+r19957 | sahlberg | 2006-11-22 02:12:59 -0800 (Wed, 22 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/gtkvumeter.c
-
-Squelch some compiler warnings.
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-scsi-ssc.c
+   A /trunk/epan/dissectors/packet-scsi-ssc.h
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/gtk/scsi_stat.c
 
-------------------------------------------------------------------------
-r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/image/toolbar/capture_airpcap_16.xpm
-   M /trunk/image/toolbar/capture_ethernet_16.xpm
+break the SCSI SSC commandset out into its own dissector
 
-Squelch some compiler warnings.
 
 ------------------------------------------------------------------------
-r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines
+r19958 | ulfl | 2006-11-22 12:52:40 -0800 (Wed, 22 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Squelch a compiler warning.
-
-Clean up indentation.
+   M /trunk/epan/dissectors/packet-scsi-ssc.h
+   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/epan/libwireshark.def
 
+fix Win32 build: scsi_ssc2_vals -> scsi_ssc_vals
 ------------------------------------------------------------------------
-r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines
+r19959 | guy | 2006-11-22 14:11:38 -0800 (Wed, 22 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
+   M /trunk/epan/proto.c
 
-dissect_ndr_uint16()'s last argument points to a guint16, not a guint.
+Make the "standard" case in proto_can_match_selected() and
+proto_construct_dfilter_string() the default, so you add explicit cases
+only when the type needs to be treated specially, so we don't end up
+with types where we forget to have a case.
 
 ------------------------------------------------------------------------
-r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line
+r19960 | etxrab | 2006-11-22 15:20:11 -0800 (Wed, 22 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/gtkvumeter.h
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x
+From Cyril Margaria:
+Patch to support RSVP notify and added a few error codes, with some more objectcodes
+added.
 ------------------------------------------------------------------------
-r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line
+r19961 | guy | 2006-11-22 16:15:49 -0800 (Wed, 22 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/proto.c
+
+When checking whether a field supports "match selected", do the same
+checks that we do when we try to construct the filter expression for
+"match selected" - this means we don't just assert that all FT_NONEs are
+filterable, as they aren't.
 
-Handle Zero length SEQUENCE and SEQUENCE OF.
 ------------------------------------------------------------------------
-r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines
+r19962 | sfisher | 2006-11-22 17:45:51 -0800 (Wed, 22 Nov 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
+   M /trunk/tshark.c
+
 
-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
+Fix for bug #1211.  Patch from Joshua Wright to add -S option to tshark's
+usage description (-h).
 
 
 ------------------------------------------------------------------------
-r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines
+r19963 | gerald | 2006-11-22 17:49:18 -0800 (Wed, 22 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/capture_loop.c
-
-make sure we still compile for all out rh71 users
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
+Back out most of r19878; it was making the 802.11 dissector overwrite the
+RSSI column with the wrong value.
 
 ------------------------------------------------------------------------
-r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines
+r19964 | sahlberg | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 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
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-scsi-smc.c
+   A /trunk/epan/dissectors/packet-scsi-smc.h
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/epan/libwireshark.def
 
-update the idl for wkssvc and generate the dissector by pidl
+break the SCSI SMC commandset out into its own dissector
 
 
 ------------------------------------------------------------------------
-r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines
+r19965 | lego | 2006-11-23 04:58:58 -0800 (Thu, 23 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/epan.c
+   D /trunk/plugins/lua
 
-Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
+Errase the lua plugin, its not longer in use.
 
-Sorry!
 
+------------------------------------------------------------------------
+r19966 | etxrab | 2006-11-23 12:17:58 -0800 (Thu, 23 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tipc.c
 
+Show the header size as number of bytes.
 ------------------------------------------------------------------------
-r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines
+r19967 | guy | 2006-11-23 13:16:46 -0800 (Thu, 23 Nov 2006) | 16 lines
 Changed paths:
-   M /trunk/epan/epan.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/print.c
+   M /trunk/tap-protocolinfo.c
 
-Complete the workarround of prev rev, temporarilly disabling lua from unix as well.
+Rename proto_construct_dfilter_string() to
+proto_construct_match_selected_string() to indicate what it does - and
+have it return a Boolean indication of whether the string could be
+built, returning the string through a pointer, and, if that pointer is
+null, have it just return the Boolean and not construct the string.
 
-Luis.
+Get rid of proto_can_match_selected() -
+proto_construct_match_selected_string() can be used for that, which
+means we have only one piece of code that knows whether a "match
+selected" string can be constructed or not.
 
+Have proto_construct_match_selected_string() support matching
+zero-length FT_NONE (and FT_PCRE, but that shouldn't happen) fields even
+if there's no epan_dissect_t, as such a match just checks whether the
+field is present.
 
 ------------------------------------------------------------------------
-r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines
+r19968 | sfisher | 2006-11-23 18:59:43 -0800 (Thu, 23 Nov 2006) | 8 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/Makefile.nmake
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/plugins/Makefile.nmake
+   M /trunk/epan/dissectors/packet-http.c
 
-Lua 5.1.1 for windows
 
+Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)
+as described in RFC 2616.
+
+-This line, and those below, will be ignored--
+
+M    packet-http.c
 
 ------------------------------------------------------------------------
-r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines
+r19969 | sfisher | 2006-11-23 22:04:01 -0800 (Thu, 23 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/dissectors/packet-hsrp.c
 
-The forgotten files!
+
+Fix for bug #940.  Convert HSRP to a new-style dissector so that it can
+reject datagrams that don't have both the source and destination port
+of UDP_PORT_HSRP (1985).
 
 
 ------------------------------------------------------------------------
-r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines
+r19970 | jake | 2006-11-23 23:09:38 -0800 (Thu, 23 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/wslua/init_wslua.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-smb-common.c
+   M /trunk/epan/dissectors/packet-smb-common.h
 
-wslua_init() must return a value
+From Stefan Metzmacher:
+I created two patches:
+1.) move the handling of the compressed strings in CLDAP 'netlogon' replies into a generic place.
+2.) implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
+------------------------------------------------------------------------
+r19971 | jake | 2006-11-23 23:16:06 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
+From Stefan Metzmacher:
+This patch fixes some problems with encrypted DCERPC traffic
+------------------------------------------------------------------------
+r19972 | jake | 2006-11-23 23:28:02 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
+From Patrick vd Lageweg:
+This patch fixes a simple typo.
 ------------------------------------------------------------------------
-r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines
+r19973 | sahlberg | 2006-11-24 00:22:30 -0800 (Fri, 24 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/epan.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/gtk/scsi_stat.c
 
-Re-enable lua as the windows version is already there.
+add some missing commandsets to the preference for default commandset and to the scsi srt statistics
 
 
 ------------------------------------------------------------------------
-r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines
+r19974 | jake | 2006-11-24 03:07:39 -0800 (Fri, 24 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/libwireshark.def
 
-- 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)
+From Peter Johansson:
+The attached patch corrects the Win32 compilation problem.
 
 ------------------------------------------------------------------------
-r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines
+r19975 | wmeier | 2006-11-24 09:41:09 -0800 (Fri, 24 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/wslua/Makefile.am
-
-Fix distcheck errors.  Add epan/wslua to the list of distribution
-directories, make sure $(scrdir) is prepended to script paths, and 
-fixup the wslua distclean target.
+   M /trunk/epan/libwireshark.def
 
+Another fix for Win32 build: add scsi_osd_vals
 ------------------------------------------------------------------------
-r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines
+r19976 | guy | 2006-11-24 10:25:23 -0800 (Fri, 24 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/print.c
+   M /trunk/tap-protocolinfo.c
 
-Don't try to build wslua if LUA_DIR isn't defined.
+Have separate proto_construct_match_selected_string() and
+proto_can_match_selected() routines, to more clearly separate the two
+functions - but have them both call the same underlying routine, so
+they both make the same decisions as to whether a match-selected string
+can be constructed or not.
 
 ------------------------------------------------------------------------
-r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line
+r19977 | wmeier | 2006-11-24 10:47:50 -0800 (Fri, 24 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-scsi-osd.h
 
-use luaforge's 5.1 dll to be able to link on windows. fix some mistakes
+Also required to fix Win32 build problem
 ------------------------------------------------------------------------
-r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines
+r19978 | gerald | 2006-11-24 22:15:51 -0800 (Fri, 24 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/template-init.lua
+   M /trunk/gtk/main.c
 
-Add a simple lua console to allow evaluation of conde into init.lua
+Make sure we don't trigger undefined behavior in isprint().
 
+------------------------------------------------------------------------
+r19979 | jmayer | 2006-11-25 02:35:39 -0800 (Sat, 25 Nov 2006) | 115 lines
+Changed paths:
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/tools/pidl/pidl
+   M /trunk/tools/pidl/tests/Util.pm
+   M /trunk/tools/pidl/tests/ndr_align.pl
+   M /trunk/tools/pidl/tests/ndr_represent.pl
+   M /trunk/tools/pidl/tests/ndr_string.pl
 
+Update from samba tree revision 19759 to 19883
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines
+r19790 | vlendec | 2006-11-19 18:56:35 +0100 (Sun, 19 Nov 2006) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
-   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.h
-   A /trunk/epan/dissectors/pidl/wzcsvc.cnf
-   A /trunk/epan/dissectors/pidl/wzcsvc.idl
+   M /branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
+   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.c
+   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.h
+   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.c
+   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.h
+   M /branches/SAMBA_3_0/source/librpc/gen_ndr/ndr_winreg.c
+   M /branches/SAMBA_3_0/source/librpc/gen_ndr/winreg.h
+   M /branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c
+   M /branches/SAMBA_3_0/source/utils/net_rpc_registry.c
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
 
-add new dcerpc protocol WZCSVC based on samba4 idl
+Check in the PIDL change and the converted unixinfo and winbind pipes without
+waiting for comments. This is what version control is for, and it does fix a
+segfault I ran into ;-)
 
-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
+Nevertheless, Jelmer & Jerry, please take a look!
 
+Thanks,
 
+Volker
 
 ------------------------------------------------------------------------
-r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line
+r19829 | jelmer | 2006-11-22 00:15:57 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/print.c
+   M /branches/SAMBA_4_0/source/pidl/pidl
+
+Update documentation.
 
-Fix PDML export problem for FT_NONE fields (bug 1110)
 ------------------------------------------------------------------------
-r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 2006) | 5 lines
+r19830 | jelmer | 2006-11-22 00:21:08 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
-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.
+Warn about non-ref top-level pointers.
 
 ------------------------------------------------------------------------
-r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines
+r19834 | jelmer | 2006-11-22 14:59:14 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
-Dissect sequence number & method name of CSeq header.
+Prevent some inaccurate warnings.
 
 ------------------------------------------------------------------------
-r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines
+r19842 | jelmer | 2006-11-22 17:53:30 +0100 (Wed, 22 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
-Make the NSIS distclean target be a bit more thorough about cleaning up old
-installers.
+Complain about unknown pointer types.
+Fallback to "unique" when "ptr" is specified instead of failing.
 
 ------------------------------------------------------------------------
-r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines
+r19845 | jelmer | 2006-11-22 18:13:19 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/funnel.c
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/make-init-lua.pl
-   M /trunk/epan/wslua/template-init.lua
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/gtk/gui_stat_menu.h
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/stat_menu.h
-   M /trunk/tap-funnel.c
-   M /trunk/tap_dfilter_dlg.h
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
+Add warning for pointer_default_top()
 
-* 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
+------------------------------------------------------------------------
+r19854 | metze | 2006-11-23 14:11:08 +0100 (Thu, 23 Nov 2006) | 4 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
+readd support for 'sptr' pointers, to work against windows servers
+until jelmer commits his 'ptr' support
 
+metze
 ------------------------------------------------------------------------
-r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines
+r19856 | jelmer | 2006-11-23 14:48:01 +0100 (Thu, 23 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   M /branches/SAMBA_4_0/source/librpc/idl/epmapper.idl
+   M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
-Update GNUTLS to 1.5.1.  This includes an updated libgcrypt, which should
-fix bug 1096.
+Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
+
+------------------------------------------------------------------------
+r19859 | jelmer | 2006-11-23 17:02:20 +0100 (Thu, 23 Nov 2006) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/librpc/ndr/libndr.h
+   M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
 
-Switch back to fetching a date-stamped URL in win32-setup.sh.  This
-ensures backward compatibility with previous releases and non-updated
-SVN trees.
+Reuse referrent ids when pushing full pointers (still need to
+avoid pushing the referred object twice) and add test for full pointers.
 
 ------------------------------------------------------------------------
-r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line
+r19866 | jelmer | 2006-11-23 19:26:55 +0100 (Thu, 23 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
+
+Fix test compilation.
 
-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
+r19868 | jelmer | 2006-11-23 21:59:09 +0100 (Thu, 23 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   A /trunk/epan/tcap-persistentdata.c
-   A /trunk/epan/tcap-persistentdata.h
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
 
-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.
+Fix more tests.
 
-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".
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-You will have too, the possibility to apply a filter to see only the messages related to a TCAP transaction. (tcap.srt.session_id=XXX)
 
-To enable the use of the Tcap context, you have 2 new parameters in the preferences,
-- SRT, enable search for a Tcap context for any TCAP messages
-- persistentSRT, keep the Tcap context, even after the transaction has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
+------------------------------------------------------------------------
+r19980 | etxrab | 2006-11-25 04:04:21 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
 
-There is 2 new timers  in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.
+From   Eliot Blennerhassett :
+Add Cirrus cobranet ethertype
 ------------------------------------------------------------------------
-r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 2006) | 3 lines
+r19981 | etxrab | 2006-11-25 05:03:48 -0800 (Sat, 25 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/packet-dcerpc-efs.h
-   A /trunk/epan/dissectors/pidl/efs.cnf
-   A /trunk/epan/dissectors/pidl/efs.idl
+   M /trunk/epan/Makefile.common
+   A /trunk/epan/crcdrm.c
+   A /trunk/epan/crcdrm.h
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dcp-etsi.c
+   A /trunk/epan/reedsolomon.c
+   A /trunk/epan/reedsolomon.h
 
-generate the EFS DCERPC interface dissector using PIDL
+From Julian Cable:
+New dissector for ETSI DCP (ETSI TS 102 821).
 
+Code rearranged to look more like other Wireshark dissectors and some warnings/errors
+on Windows fixed.
+------------------------------------------------------------------------
+r19982 | etxrab | 2006-11-25 05:07:28 -0800 (Sat, 25 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
+Make dissecton of some of the annex packages work again.
 ------------------------------------------------------------------------
-r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines
+r19983 | wmeier | 2006-11-25 16:23:50 -0800 (Sat, 25 Nov 2006) | 8 lines
 Changed paths:
-   D /trunk/epan/dissectors/dcerpc/efs
+   M /trunk/epan/dissectors/packet-smb-common.c
+
+Problem:
+"off by 1" bug in
+   packet-smb-common.c:  dissect_ms_compressed_string_internal()
+was causing a 1 character buffer overflow thus causing the canary to sing !
 
-EFS is generated by PIDL now so we dont need the old idl2wrs folder any more
+Fixes bug #1241
 
 
 ------------------------------------------------------------------------
-r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines
+r19984 | morriss | 2006-11-26 00:28:09 -0800 (Sun, 26 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Add lua5.1.dll to the installer.
+   M /trunk/acinclude.m4
 
+Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/
 ------------------------------------------------------------------------
-r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines
+r19985 | gal | 2006-11-26 01:04:00 -0800 (Sun, 26 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/manifest.tmpl
+   M /trunk/packaging/u3/win32/u3util.c
 
-From Alex Burlyga
+U3 Packaging update for
+a) Packaging changes - including the latest GTK/GLIB/PANGO libaries
+b) File associations - made when Wireshark is first run and removed when device is removed.
+c) Install WinPcap - by running the installer if WinPcap is not installed. Uninstalled (if the U3 device installed it) when the device is removed. (This is an interim approach until the appropriate WinPcap U3 installation can be determined).
 
-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.
+------------------------------------------------------------------------
+r19986 | jake | 2006-11-26 05:22:14 -0800 (Sun, 26 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-logon.c
 
+From Stefan Metzmacher:
+2nd try: implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
 
-checked in with minor changes
+------------------------------------------------------------------------
+r19987 | jake | 2006-11-26 05:24:07 -0800 (Sun, 26 Nov 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
+From Stefan Metzmacher:
+I have a little additional patch, that makes it easier to see what which bytes
+are not caught by the sub_dissector.
+And it makes it easy to select and export the full payload to a file.
 
 ------------------------------------------------------------------------
-r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines
+r19988 | morriss | 2006-11-26 05:36:03 -0800 (Sun, 26 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/menu.c
-   M /trunk/stat_menu.h
-
-Avoid to add an empty menu if there's no Lua.
+   M /trunk/epan/dissectors/packet-skinny.c
 
+If we found that the packet does not belong to Skinny (new style dissector), there's no need to call call_dissector(data_handle, ...) before returning FALSE.
+------------------------------------------------------------------------
+r19989 | morriss | 2006-11-26 06:00:01 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
 
+Change to show how to write a 'new style' dissector (that is, one that returns the number of bytes it was able to dissect).  I think the Developer's Guide (docbook/) probably needs similar updates but I'm a bit shy about editing XML with good old vi; maybe if I can figure out if I can build the doc in the first place...  Also rewrap a few pararaphs that went past 80 columns.
 ------------------------------------------------------------------------
-r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line
+r19990 | morriss | 2006-11-26 06:27:13 -0800 (Sun, 26 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/print.c
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/dissectors/packet-ansi_a.c
 
-Remove extra double quote from fix to bug 1110
+Clean up a bunch of unused parameter warnings and 2 uninitialized variable warnings
 ------------------------------------------------------------------------
-r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines
+r19991 | wmeier | 2006-11-26 10:20:51 -0800 (Sun, 26 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-bgp.c
 
-Hi,
+fix compiler warning
+------------------------------------------------------------------------
+r19992 | wmeier | 2006-11-26 10:31:53 -0800 (Sun, 26 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/airpcap.h
+   M /trunk/asn1/rrlp/rrlp.asn
+   M /trunk/asn1/snmp/Makefile
+   M /trunk/diameter/TGPPSh.xml
+   M /trunk/epan/wslua/wslua.h
+   M /trunk/epan/wslua/wslua_dumper.c
+   M /trunk/epan/wslua/wslua_field.c
+   M /trunk/epan/wslua/wslua_gui.c
+   M /trunk/epan/wslua/wslua_listener.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/epan/wslua/wslua_proto.c
+   M /trunk/epan/wslua/wslua_tree.c
+   M /trunk/epan/wslua/wslua_tvb.c
+   M /trunk/epan/wslua/wslua_util.c
+   M /trunk/tools/pidl/tests/ndr_represent.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
 
-This patch fixes the page code selector for the scsi log sense command.
+Fix some property typos (eg: svn:kwywords, swn:keywords, etc)
+Add 'svn:eol-style native' for a few .[hc] files
 
-Patrick
 
+------------------------------------------------------------------------
+r19993 | wmeier | 2006-11-26 10:53:35 -0800 (Sun, 26 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/Makefile.nmake
 
+Fix property typo: svm:keywords --> svn:keywords
 
 
 ------------------------------------------------------------------------
-r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines
+r19994 | gerald | 2006-11-26 12:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+   M /trunk/gtk/proto_draw.c
+
+Make keyboard navigation common for all tree views (for GTK2, at least).
 
-additional scsi sense codes from patrick@abra2.bitwizard.nl
+------------------------------------------------------------------------
+r19995 | gerald | 2006-11-26 12:29:24 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
 
+Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.
 
 ------------------------------------------------------------------------
-r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines
+r19996 | wmeier | 2006-11-26 16:13:09 -0800 (Sun, 26 Nov 2006) | 6 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dcerpc-mapi.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   A /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/diameter/chargecontrol.xml
+   M /trunk/epan/dissectors/pidl/idl_types.h
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
 
-From stephen fisher:
+fix property typos:
+     eol-type  --> svn:eol-style
+  sv:eol-style --> svn:eol-style
+  svn:eol-type --> svn:eol-style
 
 
-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.
+------------------------------------------------------------------------
+r19997 | sahlberg | 2006-11-27 01:00:01 -0800 (Mon, 27 Nov 2006) | 5 lines
+Changed paths:
+   D /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
 
-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 file that is not used
 
+bug 1247
 
-Thanks,
 
-Steve
+------------------------------------------------------------------------
+r19998 | sahlberg | 2006-11-27 01:40:08 -0800 (Mon, 27 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
 
-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.
+remove unused variable:  tooltips
 
-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.
 
+------------------------------------------------------------------------
+r19999 | sahlberg | 2006-11-27 01:42:19 -0800 (Mon, 27 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
 
-Steve
+g_strdup takes one parameter not two
 
+------------------------------------------------------------------------
+r20000 | sahlberg | 2006-11-27 03:00:06 -0800 (Mon, 27 Nov 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
+   A /trunk/epan/dissectors/packet-scsi-sbc.c
+   A /trunk/epan/dissectors/packet-scsi-sbc.h
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/scsi_stat.c
 
+break the SCSI SBC commandset out into its own dissector
 
 
 ------------------------------------------------------------------------
-r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines
+r20001 | morriss | 2006-11-27 06:39:06 -0800 (Mon, 27 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
-
-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.
+   M /trunk/epan/dissectors/packet-epl.c
 
+Since this dissector is already 'new style' (it returns FALSE if it thinks the packet doesn't belong to it), register the dissector with new_create_dissector_handle() instead of create_dissector_handle(), thus fixing a compiler warning.  Also comment out some (currently) unused hf_ fields to get rid warnings about them.  Lastly, [AT]-ify the authors' email addresses.
 ------------------------------------------------------------------------
-r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines
+r20002 | sahlberg | 2006-11-27 06:50:23 -0800 (Mon, 27 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_app_files.xml
-   M /trunk/docbook/wsug_src/WSUG_app_messages.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/docbook/wsug_src/WSUG_preface.xml
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+
+create a nice helper to dissect bitmasks and implement some test useage of it in the scsi dissector
 
-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.
 ------------------------------------------------------------------------
-r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines
+r20003 | guy | 2006-11-27 10:10:12 -0800 (Mon, 27 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/wiretap/eyesdn.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
-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.
+Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,
+for which a DLT_ value and LINKTYPE_ value have just been assigned.
 
 ------------------------------------------------------------------------
-r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines
+r20004 | guy | 2006-11-27 10:41:45 -0800 (Mon, 27 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/wiretap/libpcap.c
 
-From Martin Peylo:
+Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarify
+what a DLT_ value of 187 is.
 
-- 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
+r20005 | guy | 2006-11-27 11:41:07 -0800 (Mon, 27 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
+
+Note that this isn't just cut and pasted from RFC 2251.
 
-Update some value_strings
 ------------------------------------------------------------------------
-r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line
+r20006 | guy | 2006-11-27 11:42:14 -0800 (Mon, 27 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/Makefile.am
+
+We got rid of ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig, so
+don't try to put it into the distribution.
 
-Add some more package names.
 ------------------------------------------------------------------------
-r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line
+r20007 | gerald | 2006-11-27 17:18:47 -0800 (Mon, 27 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-llt.c
+
+Use val_to_str() instead of match_strval().
 
-Fixa a typo copy -> xcopy
 ------------------------------------------------------------------------
-r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines
+r20008 | etxrab | 2006-11-27 21:53:00 -0800 (Mon, 27 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/wiretap/eyesdn.c
+   M /trunk/plugins/megaco/packet-megaco.c
 
-From: Rolf Fiedler 
-So far Wireshark complained about channel 129, now it gets a little further 
-and then complains about channel 128. 
+Dissection of two streams in the media descriptor was broken.
+------------------------------------------------------------------------
+r20009 | etxrab | 2006-11-27 21:59:24 -0800 (Mon, 27 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/diameter/sip.xml
 
-Solution: Open up all channel from 128 up. 
+Complete the SIP application AVP:s.
+------------------------------------------------------------------------
+r20010 | etxrab | 2006-11-27 22:31:07 -0800 (Mon, 27 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-q931.c
 
+From Richard Braun:
+The Q931 dissector applies a wrong mask when testing the odd/even indicator bit.
 ------------------------------------------------------------------------
-r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines
+r20011 | sahlberg | 2006-11-28 01:09:58 -0800 (Tue, 28 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/doc/README.developer
 
-move the defines for SPC command opcode values to the headerfile
+add description of proto_tree_add_bitmask()
 
 
 ------------------------------------------------------------------------
-r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines
+r20012 | etxrab | 2006-11-28 12:43:25 -0800 (Tue, 28 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-scsi-osd.c
-   A /trunk/epan/dissectors/packet-scsi-osd.h
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/plugins/megaco/packet-megaco.c
 
-add initial scsi osd dissector  but only dissect sdbs that are impoerted from SPC
+Fix a typo and handling of unknown TerminationStatedescriptors.
+------------------------------------------------------------------------
+r20013 | etxrab | 2006-11-28 22:44:07 -0800 (Tue, 28 Nov 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/wiretap/atm.c
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/file_access.c
 
-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
+Froim Rene Pilz:
+This patch consists also the last issues. Additionally it solves:
+- For the SSCOP frames the AAL5 decoding was not performed due to an earlier patch. This caused that no SSCOP message was properly decoded.
+- As the detection between a LANE frame and a SSCOP frame is rather hard a switch within the atm dissector is included which enforce SSCOP dissecting over a LANE frame. At the moment I do not see a better solution for that.
+------------------------------------------------------------------------
+r20014 | etxrab | 2006-11-28 22:53:48 -0800 (Tue, 28 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
 
+From Reinhard Speyerer:
+this patch adds support for Any-encoding (WSP, 8.4.2.9) and Any-language (WSP, 8.4.2.10)
+------------------------------------------------------------------------
+r20015 | morriss | 2006-11-29 05:42:16 -0800 (Wed, 29 Nov 2006) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
 
+Add documentation of the col_set_fence() and col_prepend_fence_fstr() calls.  I *think* I got the description of col_prepend_fence_fstr() right.
+------------------------------------------------------------------------
+r20016 | guy | 2006-11-29 08:19:56 -0800 (Wed, 29 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-irc.c
 
+Add some protocol references.
 
 ------------------------------------------------------------------------
-r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines
+r20017 | sfisher | 2006-11-29 12:45:02 -0800 (Wed, 29 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/ssl-dlg.c
+
+
+From the wishlist: add basic find functionality to the follow tcp & ssl stream
+dialogs.
+
 
-From Reinhard Speyerer:
-patch fixes a small typo in epan/dissectors/packet-per.c
 ------------------------------------------------------------------------
-r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines
+r20018 | sfisher | 2006-11-29 18:29:31 -0800 (Wed, 29 Nov 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-ssl.c
 
-add a missing heuristic to acept a NOP_IN packet and correct a broken heuristic that would refuse all NOP_OUT pdus as non-iscsi
 
+Allow the sub-dissector to be called for decrypted SSL data even when tree is
+null.  This allows the encrypted payload's dissector to fill in columns such
+as protocol and info without turning on packet coloring or otherwise rescanning
+the packet list.
 
 
-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.
+------------------------------------------------------------------------
+r20019 | jake | 2006-11-29 23:12:59 -0800 (Wed, 29 Nov 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mmse.c
 
+From Michel Marti:
+The attached patch fixes decoding of the "X-Mms-Reply-Charging-Deadline" header.
+According to the OMA-TS-MMS-ENC specs, this header is encoded like this:
+  Reply-charging-deadline-value = Value-length \
+    (Absolute-token Date-value | Relative-token Delta-seconds-value)
 
 ------------------------------------------------------------------------
-r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines
+r20020 | jake | 2006-11-29 23:14:09 -0800 (Wed, 29 Nov 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.h
+   M /trunk/epan/dissectors/packet-ssl.c
 
-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.
+From Martin Warnesi:
+Much simplified patch to use column fences on the COL_INFO field to
+prevent sebsequent calls to the SSL dissector for the same packet
+clearing the information placed by earlier calls. After each SSL record
+is processed a col_set_fence() call is now issued to preserve what has
+been written.
 
 ------------------------------------------------------------------------
-r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line
+r20021 | jake | 2006-11-29 23:15:17 -0800 (Wed, 29 Nov 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-mysql.c
+
+From Martin Warnesi:
+Attached updated patch to use "dissect_mysql_pdu" instead of
+"dissect_mysql" when registering the protocol dissector.
 
-Dissect Via header
 ------------------------------------------------------------------------
-r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines
+r20022 | jake | 2006-11-29 23:16:39 -0800 (Wed, 29 Nov 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xot.c
+   M /trunk/epan/dissectors/packet-ntlmssp.c
+
+From Marc Bevandi:
+Please apply this patch (made against Wireshark 0.99.4). It defines the
+NTLMSSP_NEGOTIATE_ANONYMOUS flag as described in
+<http://davenport.sourceforge.net/ntlm.html>.
 
-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. 
 ------------------------------------------------------------------------
-r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line
+r20023 | kukosa | 2006-11-29 23:30:20 -0800 (Wed, 29 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/epan/dissectors/packet-diameter-defs.h
-   M /trunk/radius/dictionary.3gpp
+   M /trunk/fileset.c
 
-Update Diamater and Radius AVP:s
+suffix in file set is optional
 ------------------------------------------------------------------------
-r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line
+r20024 | martinm | 2006-11-30 03:36:28 -0800 (Thu, 30 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Make prettier the parsing of IPPrim header fields.
+Add mm3 -> http mapping.
 
-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
+r20025 | martinm | 2006-11-30 03:37:41 -0800 (Thu, 30 Nov 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+
+Fix infinite rate test, tweak filter names
 
-MSVC doesn't like empty array inits
 ------------------------------------------------------------------------
-r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line
+r20026 | martinm | 2006-11-30 10:29:45 -0800 (Thu, 30 Nov 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/dissectors/packet-xot.c
 
-fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)
+Make xot dissector findable by name
 ------------------------------------------------------------------------
-r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines
+r20027 | gram | 2006-11-30 13:32:05 -0800 (Thu, 30 Nov 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/prefs-int.h
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/epan.c
 
-from Stephen Fisher:
+Add GPL disclaimer, which as been missing since forever.
+Thanks to Jaap Keuter for pointing this out.
 
-Attached is a patch for consideration that changes the title in the 
-preferences notebook to be the full description of the preference (but 
-leaves the short name in the preferences list on the left).
 ------------------------------------------------------------------------
-r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines
+r20028 | sfisher | 2006-11-30 18:55:45 -0800 (Thu, 30 Nov 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/gtk/flow_graph.c
 
-scsi osd additions
 
-we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly
+Fix for bug #1117: Crash on next action [such as another stats window] when
+flow graph window is open.  Added if(pinfo->cinfo) before attempting to use
+pinfo->cinfo->col_first.  The rest is indentation changes for the new if
+statement.
 
 
 ------------------------------------------------------------------------
-r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line
+r20029 | martinm | 2006-12-01 10:03:45 -0800 (Fri, 01 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/plugins/mgcp/packet-mgcp.c
+
+For duplicate requests and responses, make clickable link back to original.
 
-that wasn't a typo, xcopy can't rename files that way
 ------------------------------------------------------------------------
-r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines
+r20030 | etxrab | 2006-12-01 10:49:09 -0800 (Fri, 01 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-scsi opcode 0x7f is variable length   so dont clamp the cdb length to 16 bytes
-
+   M /trunk/epan/dissectors/packet-sip.c
 
+Add hf fields for the latest headers from IANA.
 ------------------------------------------------------------------------
-r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines
+r20031 | sahlberg | 2006-12-01 15:41:10 -0800 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-smb.c
+
+store FID/TID tracking based on the fid/tid value and not the frame it was opened in.
+
+
+------------------------------------------------------------------------
+r20032 | sfisher | 2006-12-01 17:08:16 -0800 (Fri, 01 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tds.c
+
+
+Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decode
+passwords"
+
+
+------------------------------------------------------------------------
+r20033 | sfisher | 2006-12-01 19:06:55 -0800 (Fri, 01 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+
+Make epan/tvbtest compile again by adding emem.o
+
+
+------------------------------------------------------------------------
+r20034 | wmeier | 2006-12-03 21:41:53 -0800 (Sun, 03 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/Makefile.nmake
+
+Use 'igncr' as needed with Bash (workaround for bug report 1162);
+Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places;
+Add one missing /$(MAKEFLAGS);
+
+
+------------------------------------------------------------------------
+r20035 | etxrab | 2006-12-04 15:03:11 -0800 (Mon, 04 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+Add description of CT AS TIAS and H263-2000 profile.
+------------------------------------------------------------------------
+r20036 | jake | 2006-12-04 15:12:04 -0800 (Mon, 04 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/plugins/h223/Makefile.nmake
+   A /trunk/plugins/h223/moduleinfo.nmake
+   A /trunk/plugins/h223/plugin.rc.in
+
+This is to test the waters.
+I've added a version resource to the h223 Wireshark plugin as Win32 DLL, setting a possible example for other plugins.
+------------------------------------------------------------------------
+r20037 | gerald | 2006-12-04 16:43:00 -0800 (Mon, 04 Dec 2006) | 7 lines
+Changed paths:
+   M /trunk/epan/prefs-int.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/prefs_dlg.h
+
+From Giorgio Tino: Add a "static text" protocol preference type.  This
+can be used to add descriptive text inline with other preference items.
+The "preference" contents are not written to disk.
+
+Fixup whitespace.
+
+
+------------------------------------------------------------------------
+r20038 | wmeier | 2006-12-04 18:53:39 -0800 (Mon, 04 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r20039 | wmeier | 2006-12-04 18:59:06 -0800 (Mon, 04 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/asn1/cdt/cdt-exp.cnf
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   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
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/tools/pidl/tests/ndr_represent.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
+
+More minor properties cleanup
+svn:kewords --> svn:keywords & etc
+
+
+------------------------------------------------------------------------
+r20040 | sfisher | 2006-12-04 19:19:51 -0800 (Mon, 04 Dec 2006) | 13 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/doc/tshark.pod
+   M /trunk/doc/wireshark.pod
+   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/timestamp.h
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/recent.c
+   M /trunk/tshark.c
+
+
+From Douglas Pratley with trivial changes and documentation changes
+by myself:
+
+Corrected patch; epan/column.c and epan/column_utils.c were not included. This
+one has now been properly tested against a clean checkout of today's code.
+
+- New menu option available under view\time display format
+- New sub-option (e) to -t switch for both wireshark and tshark
+- Extended recent settings code to handle new value
+- Did NOT add new explicit epoch time column
+
+
+------------------------------------------------------------------------
+r20041 | etxrab | 2006-12-04 22:43:47 -0800 (Mon, 04 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/sigcomp_state_hdlr.h
+
+From Cristian Constantin:
+As a workarond for the problem that accsessing a state with a state id > the stored
+minimum access length fail,  only store and compare the state with the minimum access
+lengt specified in the standard of 6 bytes.
+------------------------------------------------------------------------
+r20042 | jake | 2006-12-04 22:46:21 -0800 (Mon, 04 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/h223/Makefile.nmake
+
+Oops, the all target slipped through the cracks.
+------------------------------------------------------------------------
+r20043 | etxrab | 2006-12-04 22:53:28 -0800 (Mon, 04 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+Fix a cut and paste error.
+------------------------------------------------------------------------
+r20044 | ulfl | 2006-12-05 00:07:00 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+fix output of PROFINET specific MAC addresses - it simply displayed garbage
+------------------------------------------------------------------------
+r20045 | ulfl | 2006-12-05 00:09:01 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+add dissection of the "IsochronousModeData" block
+------------------------------------------------------------------------
+r20046 | wmeier | 2006-12-05 04:36:06 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/doc/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/tpg/Makefile.nmake
+
+Add a few missing /$(MAKEFLAGS)
+
+------------------------------------------------------------------------
+r20047 | martinm | 2006-12-05 06:20:55 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Via param name copy-paste error
+------------------------------------------------------------------------
+r20048 | jmayer | 2006-12-05 07:25:16 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/manuf.tmpl
+
+Update to current IEEE and remove fixed entry for 00-06-0D (bug 1256)
+------------------------------------------------------------------------
+r20049 | gerald | 2006-12-05 11:24:25 -0800 (Tue, 05 Dec 2006) | 9 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/Makefile.nmake
+   M /trunk/airpcap.h
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_dlg.h
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/airpcap_gui_utils.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/keys.h
+   M /trunk/gtk/main.c
+
+From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption
+support.
+
+WEP key preferences have been overloaded to allow WPA keys.  The
+decryption code currently uses Windows-specific data types, but can be
+converted to use glib equivalents.
+
+Add a few text and whitespace fixups.
+
+------------------------------------------------------------------------
+r20050 | gerald | 2006-12-05 11:39:54 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix a compilation error, and squelch a couple of other errors.
+
+------------------------------------------------------------------------
+r20051 | gerald | 2006-12-05 12:57:22 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix preference registration.
+
+------------------------------------------------------------------------
+r20052 | gerald | 2006-12-05 13:06:09 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+   A /trunk/airpdcap
+   A /trunk/airpdcap/Makefile.am
+   A /trunk/airpdcap/Makefile.nmake
+   A /trunk/airpdcap/airpdcap.c
+   A /trunk/airpdcap/airpdcap_ccmp.c
+   A /trunk/airpdcap/airpdcap_ccmp.h
+   A /trunk/airpdcap/airpdcap_debug.c
+   A /trunk/airpdcap/airpdcap_debug.h
+   A /trunk/airpdcap/airpdcap_int.h
+   A /trunk/airpdcap/airpdcap_interop.h
+   A /trunk/airpdcap/airpdcap_md5.c
+   A /trunk/airpdcap/airpdcap_md5.h
+   A /trunk/airpdcap/airpdcap_rijndael.c
+   A /trunk/airpdcap/airpdcap_rijndael.h
+   A /trunk/airpdcap/airpdcap_sha1.c
+   A /trunk/airpdcap/airpdcap_sha1.h
+   A /trunk/airpdcap/airpdcap_system.h
+   A /trunk/airpdcap/airpdcap_tkip.c
+   A /trunk/airpdcap/airpdcap_tkip.h
+   A /trunk/airpdcap/airpdcap_user.h
+   A /trunk/airpdcap/airpdcap_wep.c
+   A /trunk/airpdcap/airpdcap_wep.h
+   A /trunk/airpdcap/airpdcap_ws.h
+
+Add AirPDcap files.
+
+------------------------------------------------------------------------
+r20053 | gerald | 2006-12-06 12:29:54 -0800 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/gtk/Makefile.nmake
+
+Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined.  Fix a compiler
+warning in the 802.11 dissector.
+
+------------------------------------------------------------------------
+r20054 | etxrab | 2006-12-06 14:03:45 -0800 (Wed, 06 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Dissect EAP inside ISAKMP update some strings from IANA.
+(fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=777)
+------------------------------------------------------------------------
+r20055 | etxrab | 2006-12-06 14:05:55 -0800 (Wed, 06 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
+
+Fix a typo.
+------------------------------------------------------------------------
+r20056 | etxrab | 2006-12-06 14:08:32 -0800 (Wed, 06 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Prepare to decode Q.850 REASON.
+------------------------------------------------------------------------
+r20057 | sfisher | 2006-12-06 15:34:28 -0800 (Wed, 06 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-text-media.c
+
+
+Fix for enhancement bug #1260.  Now packet-text-media will display the
+line terminators (\r and/or \n) for line-based data such as that used in
+HTML.
+
+
+------------------------------------------------------------------------
+r20058 | sahlberg | 2006-12-07 01:28:16 -0800 (Thu, 07 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iscsi.c
+
+strengthen the heuristics for iscsi commandis   assuming that the last 6 bytes of the 8 byte LUN blob are always 0.
+
+
+
+------------------------------------------------------------------------
+r20059 | martinm | 2006-12-07 03:31:25 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-umts_fp.c
+
+EDCH - show total number of PDUs in info column
+------------------------------------------------------------------------
+r20060 | martinm | 2006-12-07 10:06:22 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-umts_fp.c
+
+Fix range highlighted by EDCH sfn header tree
+------------------------------------------------------------------------
+r20061 | sfisher | 2006-12-07 12:29:40 -0800 (Thu, 07 Dec 2006) | 10 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/doc/README.developer
+   M /trunk/epan/value_string.c
+   M /trunk/epan/value_string.h
+
+
+From Francesco Fondelli:
+
+I defined a range_string struct. It's like value_string
+but stores range <-> string pairs.
+Moreover I wrote rval_to_str(), match_strrval_idx()
+match_strrval() which are behaving exactly as
+val_to_str(), match_strval_idx() and match_strval().
+
+
+------------------------------------------------------------------------
+r20062 | etxrab | 2006-12-07 12:34:08 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   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/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-bthci_acl.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cigi.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-inap.h
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-isup_thin.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-llt.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+As ponted out by Stig Bj?\195?\184rlykke change a whole bunch of dissector_handle_t to static.
+------------------------------------------------------------------------
+r20063 | sfisher | 2006-12-07 12:34:21 -0800 (Thu, 07 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
+
+
+From Francesco Fondelli: Update/addition to Bandwidth Constraints Model code
+in OSPF.
+
+
+------------------------------------------------------------------------
+r20064 | etxrab | 2006-12-07 12:53:32 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-tcap.c
+
+Revert some dissector_handle_t to static changes to make it compile again.
+------------------------------------------------------------------------
+r20065 | guy | 2006-12-07 15:24:49 -0800 (Thu, 07 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/version_info.h
+
+Make "svnversion" extern, so the only definition is in version_info.c;
+this fixes build errors on some platforms.
+
+------------------------------------------------------------------------
+r20066 | guy | 2006-12-07 17:05:19 -0800 (Thu, 07 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/camel-persistentdata.c
+
+Get rid of forward declaration of non-existent routine.
+
+------------------------------------------------------------------------
+r20067 | guy | 2006-12-07 17:07:09 -0800 (Thu, 07 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/camel-persistentdata.h
+
+Get rid of CR's, and set the appropriate properties.
+
+------------------------------------------------------------------------
+r20068 | guy | 2006-12-07 17:08:48 -0800 (Thu, 07 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/camel-persistentdata.h
+   M /trunk/epan/tcap-persistentdata.h
+   M /trunk/tap-camelsrt.c
+
+Add the StatSRT flags to the header file, rather than declaring them in
+all modules that use them.
+
+------------------------------------------------------------------------
+r20069 | guy | 2006-12-07 17:11:20 -0800 (Thu, 07 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/prefs-int.h
+   M /trunk/gtk/recent.c
+
+A callback in read_prefs_file() should return a prefs_set_pref_e, not an
+int.
+
+------------------------------------------------------------------------
+r20070 | guy | 2006-12-07 20:09:44 -0800 (Thu, 07 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Handle the "no error" return from pref_set_pair_fct(), to squelch
+compiler warnings.
+
+------------------------------------------------------------------------
+r20071 | jmayer | 2006-12-08 07:05:41 -0800 (Fri, 08 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/acinclude.m4
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/cmakeconfig.h.in
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/format-oid.h
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Get rid of UCD SNMP support (it's not longer supported and
+superseeded by net-snmp). Replace some_snmp by net_snmp
+where appropriate.
+
+
+------------------------------------------------------------------------
+r20072 | guy | 2006-12-08 10:40:42 -0800 (Fri, 08 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/camel-persistentdata.h
+   M /trunk/epan/tcap-persistentdata.h
+
+Declare data values exported from libwireshark with WS_VAR_IMPORT.
+
+------------------------------------------------------------------------
+r20073 | guy | 2006-12-08 11:32:53 -0800 (Fri, 08 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xot.c
+
+The XOT dissector is now a "new-style" dissector; register it as such.
+
+------------------------------------------------------------------------
+r20074 | guy | 2006-12-08 17:34:08 -0800 (Fri, 08 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/README
+
+We no longer support UCD SNMP - and *do* support Net-SNMP, and have
+supported it for quite a while.
+
+------------------------------------------------------------------------
+r20075 | guy | 2006-12-08 17:37:22 -0800 (Fri, 08 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/INSTALL
+
+We no longer support UCD SNMP - and *do* support Net-SNMP, and have
+supported it for quite a while.
+
+Also, note that it might not even be possible to run Wireshark set-UID.
+
+------------------------------------------------------------------------
+r20076 | guy | 2006-12-08 17:39:29 -0800 (Fri, 08 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+
+It's called Net-SNMP - and it replaced UCD SNMP a long time ago, so
+there's no longer a need to mention UCD SNMP.
+
+------------------------------------------------------------------------
+r20077 | sfisher | 2006-12-08 18:25:23 -0800 (Fri, 08 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wlccp.c
+
+
+Change a match_strval() to val_to_str() in a col_add_fstr() call to prevent
+problems if there isn't a match (corrupted packet).
+
+
+------------------------------------------------------------------------
+r20078 | ulfl | 2006-12-09 01:28:29 -0800 (Sat, 09 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-pn-ptcp.c
+
+add IRDataUUID to the blocks subitem
+------------------------------------------------------------------------
+r20079 | ulfl | 2006-12-09 01:32:21 -0800 (Sat, 09 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+
+change it to "Seconds Since Epoch (1970-01-01):   1234567890.123456"
+------------------------------------------------------------------------
+r20080 | ulfl | 2006-12-09 02:09:48 -0800 (Sat, 09 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_if_details_dlg.c
+
+add WinPcap beta 2 and 3 to the details version check
+------------------------------------------------------------------------
+r20081 | jake | 2006-12-09 08:37:54 -0800 (Sat, 09 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+
+Remove mention of UCD SNMP completely.
+
+------------------------------------------------------------------------
+r20082 | sahlberg | 2006-12-09 13:29:06 -0800 (Sat, 09 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+dissect the flags of FORMAT_UNIT
+
+change some hf definitions where FT_BOOLEAN types had the wrong length specified
+(BASE_[HEX|DEC] instead of length of field in bits)
+
+
+------------------------------------------------------------------------
+r20083 | sahlberg | 2006-12-09 14:30:12 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
+
+
+------------------------------------------------------------------------
+r20084 | guy | 2006-12-09 14:34:13 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/version_info.c
+
+Fix the display of whether the program was built with Net-SNMP, now that
+we no longer support UCD SNMP and no longer define HAVE_SOME_SNMP.
+
+------------------------------------------------------------------------
+r20085 | sahlberg | 2006-12-09 16:43:24 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in the cdb
+
+
+------------------------------------------------------------------------
+r20086 | sahlberg | 2006-12-09 17:53:19 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+improve READCAPACITY10
+
+
+------------------------------------------------------------------------
+r20087 | sahlberg | 2006-12-09 18:32:57 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fix up READEFECTDATA 10 and 12
+
+
+------------------------------------------------------------------------
+r20088 | sahlberg | 2006-12-09 18:45:06 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add dissection of READLONG10
+
+
+------------------------------------------------------------------------
+r20089 | sahlberg | 2006-12-09 18:59:09 -0800 (Sat, 09 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add dissection of READ LONG 16
+
+
+------------------------------------------------------------------------
+r20090 | sahlberg | 2006-12-09 19:47:11 -0800 (Sat, 09 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fixup REASSIGN BLOCKS
+
+------------------------------------------------------------------------
+r20091 | sahlberg | 2006-12-09 19:56:25 -0800 (Sat, 09 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fixup START STOP UNIT
+
+------------------------------------------------------------------------
+r20092 | guy | 2006-12-09 20:12:35 -0800 (Sat, 09 Dec 2006) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udp.c
+
+Treat the UDP checksum the same way the TCP checksum is treated - mark
+the "checksum bad" and "checksum good" flags as generated fields, add
+an expert info item on a checksum error, and put a "checksum incorrect"
+indication in the Info column.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r20093 | sfisher | 2006-12-09 20:38:42 -0800 (Sat, 09 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/asn1/s4406/s4406.cnf
+
+
+From Stig Bjorlykke:
+
+This patch fixes a small typo in the s4406 dissector.
+
+
+------------------------------------------------------------------------
+r20094 | sfisher | 2006-12-09 20:57:47 -0800 (Sat, 09 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-s4406.c
+
+
+Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)
+
+
+------------------------------------------------------------------------
+r20095 | sahlberg | 2006-12-10 03:14:35 -0800 (Sun, 10 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add SYNC CACHE 10 and 16
+
+
+------------------------------------------------------------------------
+r20096 | sahlberg | 2006-12-10 03:43:02 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fix the broken VERIFY 10, 12, 16
+
+------------------------------------------------------------------------
+r20097 | sahlberg | 2006-12-10 04:01:36 -0800 (Sun, 10 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+   M /trunk/epan/dissectors/packet-scsi-sbc.h
+
+fixup WRITE 6,10,12,16
+
+
+------------------------------------------------------------------------
+r20098 | sahlberg | 2006-12-10 05:04:37 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fix the WRVERIFY commands
+
+------------------------------------------------------------------------
+r20099 | sahlberg | 2006-12-10 05:38:42 -0800 (Sun, 10 Dec 2006) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add dissection of
+writelong10
+writesame10/16
+xdread10
+xdwrite10
+xdwriteread10
+xpwrite10
+
+
+------------------------------------------------------------------------
+r20100 | sahlberg | 2006-12-10 05:52:30 -0800 (Sun, 10 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+   M /trunk/epan/dissectors/packet-scsi-sbc.h
+   M /trunk/epan/dissectors/packet-scsi.c
+
+change all sbc2 references into sbc
+
+
+------------------------------------------------------------------------
+r20101 | jmayer | 2006-12-10 10:55:24 -0800 (Sun, 10 Dec 2006) | 3 lines
+Changed paths:
+   A /trunk/tools/pidl/tests/ndr_fullptr.pl
+
+Forgot to add this file during one of the last commits.
+
+
+------------------------------------------------------------------------
+r20102 | jake | 2006-12-10 14:19:11 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/plugins/h223/Makefile.nmake
+
+Lost the quotes in the Python line.
+
+------------------------------------------------------------------------
+r20103 | etxrab | 2006-12-10 14:58:55 -0800 (Sun, 10 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipmi.c
+
+Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg01818.html
+from Jason Allred.
+Added some more V2 dissection but far from complete.
+------------------------------------------------------------------------
+r20104 | etxrab | 2006-12-10 15:00:44 -0800 (Sun, 10 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+Add SIP error codes.
+------------------------------------------------------------------------
+r20105 | guy | 2006-12-10 17:55:50 -0800 (Sun, 10 Dec 2006) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipmi.c
+
+Add #defines for the authentication types, and use them.
+
+Squelch some compiler warnings.
+
+Get rid of a C++/C99 comment.
+
+Fix some typoes.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r20106 | guy | 2006-12-10 18:58:38 -0800 (Sun, 10 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/tap.c
+
+Do bounds checking on tap_packet_array.
+
+------------------------------------------------------------------------
+r20107 | guy | 2006-12-10 19:32:01 -0800 (Sun, 10 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+
+We only need to add the tree view to its containing scrolled window
+once.  (Subsequent attempts produce a warning and do nothing.)
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r20108 | kukosa | 2006-12-11 00:47:38 -0800 (Mon, 11 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl.c
+
+SSL keys configuration can be read from file
+------------------------------------------------------------------------
+r20109 | sahlberg | 2006-12-11 01:04:58 -0800 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add a comment about the (few) opcodes that are still missing
+
+
+------------------------------------------------------------------------
+r20110 | sahlberg | 2006-12-11 01:07:10 -0800 (Mon, 11 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add comment that the dissector is based on SBC2
+
+this dissector should be in fairly good shape now
+
+
+------------------------------------------------------------------------
+r20111 | guy | 2006-12-11 01:55:22 -0800 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udp.c
+
+For length errors, add an error item for the expert info, and put a tag
+in the summary line.
+
+------------------------------------------------------------------------
+r20112 | sahlberg | 2006-12-11 02:15:42 -0800 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.h
+
+fixup ERASE16 FORMAT_MEDIUM and LOAD_UNLOAD commands
+
+
+------------------------------------------------------------------------
+r20113 | martinm | 2006-12-11 02:43:43 -0800 (Mon, 11 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Try to fix build (on Linux at least...) by including <errno.h>
+------------------------------------------------------------------------
+r20114 | martinm | 2006-12-11 05:33:46 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Remove \n from long preference description
+
+------------------------------------------------------------------------
+r20115 | gerald | 2006-12-11 10:24:27 -0800 (Mon, 11 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
+
+The capture test suite currently fails on quiet networks.  Try to fix
+this by generating some ICMP packets before each test.  Add an "icmp"
+capture filter to each test to better control the test conditions.
+Fixup whitespace.
+
+------------------------------------------------------------------------
+r20116 | ulfl | 2006-12-11 11:43:19 -0800 (Mon, 11 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+
+remove some warnings
+------------------------------------------------------------------------
+r20117 | sfisher | 2006-12-11 12:09:04 -0800 (Mon, 11 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/column.c
+   M /trunk/epan/column.h
+   M /trunk/gtk/packet_list.c
+
+
+Add a new function to build column widths based not only on the max
+width that is hard-coded in get_column_longest_string(), but also on the
+width of the user specified title of the column (in case it is wider.)
+
+
+------------------------------------------------------------------------
+r20118 | sfisher | 2006-12-11 12:24:51 -0800 (Mon, 11 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-vlan.c
+
+
+From Thomas Sillaber:
+
+Create two new columns: IP DSCP and L2 COS (802.1p)
+
+
+------------------------------------------------------------------------
+r20119 | jake | 2006-12-11 13:28:07 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-acn.c
+
+Removed executable property.
+
+------------------------------------------------------------------------
+r20120 | jake | 2006-12-11 13:46:39 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/plugins/h223/Makefile.am
+
+Add files to EXTRA_DIST target.
+
+------------------------------------------------------------------------
+r20121 | gerald | 2006-12-11 16:16:22 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+Update Neil Kettle's address.
+
+------------------------------------------------------------------------
+r20122 | wmeier | 2006-12-11 18:24:51 -0800 (Mon, 11 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-acn.h
+   M /trunk/epan/unicode-utils.c
+   M /trunk/epan/unicode-utils.h
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/airpcap_gui_utils.h
+
+Remove svn:executable property from a few more .[hc] files
+
+------------------------------------------------------------------------
+r20123 | etxrab | 2006-12-11 23:05:01 -0800 (Mon, 11 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Add get_column_width_string to make win32 build work.
+------------------------------------------------------------------------
+r20124 | etxrab | 2006-12-11 23:06:40 -0800 (Mon, 11 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipmi.c
+
+Dissect Get Channel Authentication Capabilities Command.
+------------------------------------------------------------------------
+r20125 | sahlberg | 2006-12-12 00:28:37 -0800 (Tue, 12 Dec 2006) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not support the specified enctype in AS REQ contains in the e-type field for optional additional data a PA_DATA sequence of sequence just as PREAUTH_REQ/FAILED does.
+
+(it would make much more sense if the KDC here would list the enctypes that are supported)
+
+
+
+
+------------------------------------------------------------------------
+r20126 | gerald | 2006-12-12 14:24:18 -0800 (Tue, 12 Dec 2006) | 14 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Processing packet data via tvb_get_ptr() is like palpating a cow -- it's
+messy and you shouldn't do it unless you REALLY have to.  Change several
+routines to use standard tvb_get_* accessors instead of operating on raw
+packet data.  This fixes an integer overflow in dissect_vendor_ie_rsn()
+found by Neil Kettle.
+
+Use value_strings instead of duplicating their functionality with our
+own routines.  Print the WME surplus bandwidth allowance factor.  Fix
+some compiler warnings.
+
+Update the release notes.
+
+Some of the changes are untested due to a lack of capture data.
+
+------------------------------------------------------------------------
+r20127 | ulfl | 2006-12-12 15:49:28 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/gtk/tcp_graph.c
+
+gtkglobals.h not needed
+------------------------------------------------------------------------
+r20128 | ulfl | 2006-12-12 15:50:59 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+add MaintenanceItem block dissection, fix issues with heuristic of RT classes
+------------------------------------------------------------------------
+r20129 | sahlberg | 2006-12-12 18:44:00 -0800 (Tue, 12 Dec 2006) | 10 lines
+Changed paths:
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
+
+if there is a list of mechTypes in the negTokenInit then store the first one
+and associate it with the conversation properly.
+
+do the same for supportedMech in the negTokenTarg
+
+
+This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided.
+
+
+
+------------------------------------------------------------------------
+r20130 | etxrab | 2006-12-12 22:58:45 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
+
+Fix for parameter Media dissection with more than one parameter.
+------------------------------------------------------------------------
+r20131 | sfisher | 2006-12-13 14:22:05 -0800 (Wed, 13 Dec 2006) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-stun2.c
+
+
+From Marc Petit-Huguenin:
+
+This is a new dissector for STUN v2, that is currently in WGLC at the IETF.
+
+- Keep packet-stun.c for the RFC 3498 protocol, plus the STUN and TURN
+drafts up to draft-ietf-behave-rfc3489bis-02 and
+draft-rosenberg-midcom-turn-08, as there is some huge deployments using
+this.  There will be no modification to this dissectors in the future,
+excepted perhaps to add support for retransmission or things like this.
+
+- Add a new dissector packet-stun2.c for the new STUN (currently in
+WGLC), the STUN relay-usage (formerly known as TURN) and the other
+usages that will be added in the future (IPv6, NAT Behavior, etc...).
+
+
+------------------------------------------------------------------------
+r20132 | sfisher | 2006-12-13 16:05:03 -0800 (Wed, 13 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+
+From Stig Bjorlykke:
+
+* Fixed a typo in README.developer
+
+
+------------------------------------------------------------------------
+r20133 | sfisher | 2006-12-13 16:16:06 -0800 (Wed, 13 Dec 2006) | 19 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/asn1/x411/x411-exp.cnf
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x420/x420-exp.cnf
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/epan/crc16.c
+   M /trunk/epan/crc16.h
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x420.h
+
+
+From Stig Bjorlykke:
+
+I have added a new dissector for DMP (STANAG 4406 Direct Message
+Profile) as defined in STANAG 4406 Annex E.  The DMP protocol has no
+assigned UDP port number yet, so the default value in this dissector
+is 0 (I suppose this is som sort of "disabled"?) until we get this
+registered.
+
+The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC.
+
+Changes in this patch:
+* Added DMP dissector
+* Added a new CRC table and functions in crc16.c
+* Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available
+from X.411
+* Made NonReceiptReasonField and DiscardReasonField available from X.420
+
+
+------------------------------------------------------------------------
+r20134 | sfisher | 2006-12-13 19:34:26 -0800 (Wed, 13 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/colorfilters
+   M /trunk/epan/dissectors/packet-cdp.c
+
+
+Add checksum verification to the CDP dissector and add an entry for this
+in the main colorfilters file.
+
+
+------------------------------------------------------------------------
+r20135 | jake | 2006-12-13 23:54:55 -0800 (Wed, 13 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cdp.c
+
+Some source code clean up.
 
-add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
+------------------------------------------------------------------------
+r20136 | sahlberg | 2006-12-14 02:11:40 -0800 (Thu, 14 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gssapi.c
 
+check for whether the blob starts with "NTLMSSP" before any other check if it is not BED/DER encoded and call tha appropriate subdissector if so.
 
-make the scsi osd service action and getsetattributetype use this facility
+this fixes some issues with some really ancient cifs implementations where the previous tests and statemanagement would cause it to fail othervise.
 
-furhter enhancements to scsi osd
 
 
 ------------------------------------------------------------------------
-r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line
+r20137 | martinm | 2006-12-14 03:50:54 -0800 (Thu, 14 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-remove a warning
+Fix version check needed for EDCH 'Number of subframes' field
 ------------------------------------------------------------------------
-r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines
+r20138 | morriss | 2006-12-14 04:46:50 -0800 (Thu, 14 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-k12.c
 
-scsi osd updates
+From Sebastien Tandel: don't allocate a hash table until a little bit later in the function so memory is not leaked by an early (error) return
+------------------------------------------------------------------------
+r20139 | ulfl | 2006-12-14 14:32:13 -0800 (Thu, 14 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/airpcap_loader.c
 
+remove a warning
+------------------------------------------------------------------------
+r20140 | morriss | 2006-12-16 07:17:43 -0800 (Sat, 16 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.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.
+From Sebastien Tandel: if the TCP dissector is dissecting a fragment of a packet in an ICMP message, put the TCP sequence number in the tree.
+------------------------------------------------------------------------
+r20141 | sfisher | 2006-12-16 21:37:18 -0800 (Sat, 16 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim.c
 
-reassemble these cdb into a proper tvb before passing it to the scsi dissector
 
+Make IPv4 addresses in AIM TLV data human readable.
 
 
 ------------------------------------------------------------------------
-r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines
+r20142 | sfisher | 2006-12-16 21:44:32 -0800 (Sat, 16 Dec 2006) | 5 lines
 Changed paths:
-   A /trunk/plugins/Custom.nmake.example
-   M /trunk/plugins/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ip.c
 
-"Pluggable custom makefile"
-A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback:
-The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years).
 
-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.
+Display icmp echo/echo reply sequence numbers in decimal in addition to hex,
+so that it is easier to match it with the output of a ping program.
+
 
-I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)
 ------------------------------------------------------------------------
-r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20143 | sfisher | 2006-12-17 13:41:19 -0800 (Sun, 17 Dec 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+
 
-finish off the remainder of FORMAT OSD   for scsi osd dissector
+Add sections to the chapter on building and installing for installing under
+Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD.
 
 
 ------------------------------------------------------------------------
-r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20144 | jake | 2006-12-18 08:23:46 -0800 (Mon, 18 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
- add dissection of SCSI OSD CREATE PARTITION
+   M /trunk/plugins/mate
+   M /trunk/plugins/mate/Makefile.am
+   A /trunk/plugins/mate/Makefile.common
+   M /trunk/plugins/mate/Makefile.nmake
+   D /trunk/plugins/mate/mate_plugin.c
+   A /trunk/plugins/mate/moduleinfo.nmake
+   A /trunk/plugins/mate/plugin.rc.in
 
+Update plugin to the current plugin design.
+Add Windows version info resource.
 
 ------------------------------------------------------------------------
-r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20145 | jake | 2006-12-18 08:24:42 -0800 (Mon, 18 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-Update for latest lua changes.
+   M /trunk/plugins/stats_tree/Makefile.am
+   A /trunk/plugins/stats_tree/Makefile.common
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   A /trunk/plugins/stats_tree/moduleinfo.nmake
+   A /trunk/plugins/stats_tree/plugin.rc.in
 
+Update plugin to the current plugin design.
+Add Windows version info resource.
 
 ------------------------------------------------------------------------
-r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line
+r20146 | martinm | 2006-12-18 09:58:52 -0800 (Mon, 18 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/plugins/Custom.nmake.example
+   M /trunk/epan/dissectors/packet-umts_fp.c
+
+Show generated field when frame has 0 TBs for a channel
 
-we don't need to .. the dirs for the clean targets here
 ------------------------------------------------------------------------
-r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line
+r20147 | jake | 2006-12-18 13:39:19 -0800 (Mon, 18 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/plugins/mate/Makefile.am
+   M /trunk/plugins/mate/Makefile.common
+
+Repair distribution target.
 
-remove compiler warnings
 ------------------------------------------------------------------------
-r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines
+r20148 | sfisher | 2006-12-18 15:12:50 -0800 (Mon, 18 Dec 2006) | 9 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
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-isis-lsp.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. 
 
+From Sebastien Tandel:
+
+   a little patch against revision 20088 in packet-isis-lsp.c for the
+following :
+- hf_isis_lsp_remaining_life declared but unused
+- replacing a proto_tree_add_uint useless with proto_tree_add_item
 
-------------------------------------------------------------------------
-r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/proto_draw.c
 
-add a missing #include
 ------------------------------------------------------------------------
-r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20149 | ulfl | 2006-12-18 16:51:07 -0800 (Mon, 18 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/umts_rrc/Makefile
-   M /trunk/asn1/umts_rrc_Internode-defs/Makefile
-   M /trunk/asn1/umts_rrc_ies/Makefile
-   M /trunk/asn1/umts_rrc_pdu_def/Makefile
+   M /trunk/epan/prefs.c
 
-From Reinhard Speyerer:
-Update asn1/umts_rrc*/Makefile
-for the renamed asn2eth.py -> asn2wrs.py.
+change default capturing options to use "show realtime capturing" instead of the "capture summary window"
 ------------------------------------------------------------------------
-r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line
+r20150 | jake | 2006-12-18 23:04:59 -0800 (Mon, 18 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/plugins/stats_tree/plugin.rc.in
 
-fix a typo
+Set the right properties on the new files
 ------------------------------------------------------------------------
-r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines
+r20151 | jake | 2006-12-18 23:06:25 -0800 (Mon, 18 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/plugins/stats_tree/Makefile.common
+   M /trunk/plugins/stats_tree/moduleinfo.nmake
 
-the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data
-
-account for this extra reserved byte in the ahs length so that the reconstructed cdb has the correct length and does not contain one extra byte at the end
+Set the right properties on the new files.
 
+------------------------------------------------------------------------
+r20152 | etxrab | 2006-12-19 14:04:22 -0800 (Tue, 19 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
+From Florent Drouin:
+Introduce the support for "expert info" in the BER decoding module.
+It is usefull if you have to analyze long capture files, containing few malformed messages.
 
+With changes to make it compile with MSVC6.
 ------------------------------------------------------------------------
-r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines
+r20153 | etxrab | 2006-12-19 14:07:08 -0800 (Tue, 19 Dec 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add dissection of the cdb for service action LIST
-(but no decoding of the data in yet)
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
 
+From Florent Drouin:
+Update the Camel ASN1 definition to version 3GPP TS
+29.078 7.3.0 Release 7.
+Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved.
+I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it.
+------------------------------------------------------------------------
+r20154 | jake | 2006-12-19 14:16:54 -0800 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-roofnet.c
 
+From Sebastien Tandel:
+Here is a patch for the dissector of the new Roofnet protocol.
+------------------------------------------------------------------------
+r20155 | jake | 2006-12-19 14:22:34 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/agentx/Makefile.am
+   M /trunk/plugins/agentx/Makefile.nmake
+   A /trunk/plugins/agentx/moduleinfo.nmake
+   A /trunk/plugins/agentx/plugin.rc.in
 
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines
+r20156 | jake | 2006-12-19 14:22:55 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/plugins/artnet/Makefile.am
+   M /trunk/plugins/artnet/Makefile.nmake
+   A /trunk/plugins/artnet/moduleinfo.nmake
+   A /trunk/plugins/artnet/plugin.rc.in
 
-fix for header digest detection being broken when AHS is used.
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20157 | jake | 2006-12-19 14:23:22 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/asn1/Makefile.nmake
+   A /trunk/plugins/asn1/moduleinfo.nmake
+   A /trunk/plugins/asn1/plugin.rc.in
 
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20158 | jake | 2006-12-19 14:23:37 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/ciscosm/Makefile.am
+   M /trunk/plugins/ciscosm/Makefile.nmake
+   A /trunk/plugins/ciscosm/moduleinfo.nmake
+   A /trunk/plugins/ciscosm/plugin.rc.in
 
-we simply forgot to account for the AHS when testing to calculate the crc
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20159 | jake | 2006-12-19 14:23:56 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/docsis/Makefile.am
+   M /trunk/plugins/docsis/Makefile.nmake
+   A /trunk/plugins/docsis/moduleinfo.nmake
+   A /trunk/plugins/docsis/plugin.rc.in
 
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20160 | jake | 2006-12-19 14:24:16 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/enttec/Makefile.am
+   M /trunk/plugins/enttec/Makefile.nmake
+   A /trunk/plugins/enttec/moduleinfo.nmake
+   A /trunk/plugins/enttec/plugin.rc.in
 
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line
+r20161 | jake | 2006-12-19 14:24:40 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/filters.c
-   M /trunk/filters.h
-   M /trunk/gtk/filter_dlg.c
+   M /trunk/plugins/gryphon/Makefile.am
+   M /trunk/plugins/gryphon/Makefile.nmake
+   A /trunk/plugins/gryphon/moduleinfo.nmake
+   A /trunk/plugins/gryphon/plugin.rc.in
 
-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.
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line
+r20162 | jake | 2006-12-19 14:25:09 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/filter_dlg.c
+   M /trunk/plugins/irda/Makefile.am
+   M /trunk/plugins/irda/Makefile.nmake
+   A /trunk/plugins/irda/moduleinfo.nmake
+   A /trunk/plugins/irda/plugin.rc.in
 
-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.
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line
+r20163 | jake | 2006-12-19 14:25:24 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/color_filters.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/color_dlg.c
-   A /trunk/gtk/color_edit_dlg.c
-   A /trunk/gtk/color_edit_dlg.h
+   M /trunk/plugins/lwres/Makefile.am
+   M /trunk/plugins/lwres/Makefile.nmake
+   A /trunk/plugins/lwres/moduleinfo.nmake
+   A /trunk/plugins/lwres/plugin.rc.in
 
-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)
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line
+r20164 | jake | 2006-12-19 14:26:06 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/plugins/megaco/Makefile.am
+   M /trunk/plugins/megaco/Makefile.nmake
+   A /trunk/plugins/megaco/moduleinfo.nmake
+   A /trunk/plugins/megaco/plugin.rc.in
 
-Set correct length for extensions root
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line
+r20165 | jake | 2006-12-19 14:26:27 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/plugins/mgcp/Makefile.am
+   M /trunk/plugins/mgcp/Makefile.nmake
+   A /trunk/plugins/mgcp/moduleinfo.nmake
+   A /trunk/plugins/mgcp/plugin.rc.in
 
-Don't show Tools menu at all if Lua not present
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line
+r20166 | etxrab | 2006-12-19 14:26:41 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ip.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/plugins/megaco/packet-megaco.c
 
-as noted by Anders Broman: the Win2000 version of copy don't like the /d switch
+Correct a problem with media parameter dissection and add inforamtion about a number of packages.
 ------------------------------------------------------------------------
-r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines
+r20167 | jake | 2006-12-19 14:26:43 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/plugins/opsi/Makefile.am
+   M /trunk/plugins/opsi/Makefile.nmake
+   A /trunk/plugins/opsi/moduleinfo.nmake
+   A /trunk/plugins/opsi/plugin.rc.in
 
-Do not show the Windows specific message on non-Windows systems.
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20168 | jake | 2006-12-19 14:27:01 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/pcli/Makefile.am
+   M /trunk/plugins/pcli/Makefile.nmake
+   A /trunk/plugins/pcli/moduleinfo.nmake
+   A /trunk/plugins/pcli/plugin.rc.in
 
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line
+r20169 | jake | 2006-12-19 14:27:15 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/filter_dlg.c
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/Makefile.nmake
+   A /trunk/plugins/profinet/moduleinfo.nmake
+   A /trunk/plugins/profinet/plugin.rc.in
 
-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.
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines
+r20170 | jake | 2006-12-19 14:27:31 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/color_filters.c
+   M /trunk/plugins/rlm/Makefile.am
+   M /trunk/plugins/rlm/Makefile.nmake
+   A /trunk/plugins/rlm/moduleinfo.nmake
+   A /trunk/plugins/rlm/plugin.rc.in
 
-refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now -
-and some other minor code cleanup
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line
+r20171 | jake | 2006-12-19 14:27:45 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/gtk/color_dlg.c
+   M /trunk/plugins/rtnet/Makefile.am
+   M /trunk/plugins/rtnet/Makefile.nmake
+   A /trunk/plugins/rtnet/moduleinfo.nmake
+   A /trunk/plugins/rtnet/plugin.rc.in
 
-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
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 2006) | 1 line
+r20172 | jake | 2006-12-19 14:28:03 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/color_dlg.h
+   M /trunk/plugins/rudp/Makefile.am
+   M /trunk/plugins/rudp/Makefile.nmake
+   A /trunk/plugins/rudp/moduleinfo.nmake
+   A /trunk/plugins/rudp/plugin.rc.in
 
-missing mark -> select changes
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines
+r20173 | etxrab | 2006-12-19 14:28:20 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/gtk/airpcap_dlg.c
-   M /trunk/gtk/airpcap_gui_utils.c
-   M /trunk/gtk/airpcap_gui_utils.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/keys.h
+   M /trunk/epan/dissectors/packet-ber.c
 
-Fix WEP key bug in the AirPcap code that could cause a crash.  Enable
-AirPcap by default. Add initial support for the "Any" device in AirPcap
-(more to come).
+Remove an unused variable.
+------------------------------------------------------------------------
+r20174 | jake | 2006-12-19 14:28:22 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   A /trunk/plugins/sbus/COPYING
+   M /trunk/plugins/sbus/Makefile.am
+   M /trunk/plugins/sbus/Makefile.nmake
+   A /trunk/plugins/sbus/moduleinfo.nmake
+   A /trunk/plugins/sbus/plugin.rc.in
 
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines
+r20175 | jake | 2006-12-19 14:28:41 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/plugins/v5ua/Makefile.am
+   M /trunk/plugins/v5ua/Makefile.nmake
+   A /trunk/plugins/v5ua/moduleinfo.nmake
+   A /trunk/plugins/v5ua/plugin.rc.in
 
-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.
+Add Windows version info resource.
 ------------------------------------------------------------------------
-r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines
+r20176 | jake | 2006-12-19 14:30:38 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/plugins/mate/Makefile.common
+   M /trunk/plugins/mate/moduleinfo.nmake
+   M /trunk/plugins/mate/plugin.rc.in
 
-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.
+Set the right properties on the files.
 ------------------------------------------------------------------------
-r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines
+r20177 | ulfl | 2006-12-19 14:44:35 -0800 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/tap-funnel.c
+   M /trunk/plugins/profinet/ChangeLog
+   M /trunk/plugins/profinet/moduleinfo.h
 
-more Lua APIs:
-- set_filter() : sets the main window filter
-- reload() : reloads the current capture file
-- copy_to_clipboard() : copies its first arfg to the clipboard
-- open_capture_file() : opens a capture file for viewing (still broken)
+raise plugin version, as I've done some small but important changes
+------------------------------------------------------------------------
+r20178 | jake | 2006-12-20 02:07:20 -0800 (Wed, 20 Dec 2006) | 2 lines
+Changed paths:
+   M /trunk/plugins/profinet/moduleinfo.nmake
 
+Bump micro version number, like in moduleinfo.h
 
 ------------------------------------------------------------------------
-r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines
+r20179 | sahlberg | 2006-12-20 03:57:31 -0800 (Wed, 20 Dec 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Enhance tcp reassembly of the flavor "reassemble one more segment" work properly
+for the quite unusual case when we need to do this multiple times in a row for the same PDU.
+
+This fixes the issue reported by Xiaoguang Liu on the mailinglist
+where wireshark did not manage to properly reassemble a big HTTP header spanning several (more than two) tcp segments.
+
 
-- 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)
 
 ------------------------------------------------------------------------
-r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines
+r20180 | jake | 2006-12-20 08:24:19 -0800 (Wed, 20 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/make-reg.pl
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/tap-funnel.c
+   M /trunk/doc/README.plugins
 
-- 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
+Updated to describe the current state of plugin development.
 
+------------------------------------------------------------------------
+r20181 | jmayer | 2006-12-20 13:41:19 -0800 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/asn1/snmp
 
+Set svn:ignore
 ------------------------------------------------------------------------
-r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines
+r20182 | sfisher | 2006-12-20 22:41:11 -0800 (Wed, 20 Dec 2006) | 11 lines
 Changed paths:
-   M /trunk/asn1/h248/MEGACO.asn
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/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
+   M /trunk/epan/dissectors/packet-netflow.c
 
-H.248 packages...
 
-few things to be fixed:
-- // comments,
-- not every hf_xxx used might be registered
+From Motonori Shindo:
 
-some packages from the current h248 dissector are still missing.
+As per NetFlow V9 protocol, Template ID is guaranteed to be unique per
+Observation Domain (identified by Source ID) and the Exporter
+(identified by the source IP address of NetFlow PDU).
 
+The former code was ignoring these information for simplicity, but
+noticing such a necessity.
 
 
 ------------------------------------------------------------------------
-r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line
+r20183 | martinm | 2006-12-21 09:05:42 -0800 (Thu, 21 Dec 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+TBCP changes:
+- Fix 'ignored' flag that wasn't wide enough to take result
+- Use FP_UINT_STRING in a couple of places
 
-Add application/media_control+xml
 ------------------------------------------------------------------------
-r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20184 | martinm | 2006-12-21 10:00:07 -0800 (Thu, 21 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Add a generated field for how many data bytes are accepted by subdissector
+
+------------------------------------------------------------------------
+r20185 | guy | 2006-12-21 13:09:39 -0800 (Thu, 21 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
 
-MSVCC does not like mixing code and variable declarations
+Steve Sommars wanted his work e-mail address removed and his home
+address's entry removed.
 
+------------------------------------------------------------------------
+r20186 | jake | 2006-12-21 14:01:09 -0800 (Thu, 21 Dec 2006) | 3 lines
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
 
+From Florent Drouin:
+Here is a patch for Bug 771.
+It solves the problem of datalink header selection, when the interface has more than one.
 ------------------------------------------------------------------------
-r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines
+r20187 | jake | 2006-12-21 14:13:30 -0800 (Thu, 21 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
+   M /trunk/epan/dissectors/packet-sflow.c
 
-From  David Richards:
-numerous changes, most notably:
+From Taisuke SASAKI:
+I found a misdecoding in dissect_sflow_extended_switch() in epan/dissector/packet-sflow.c and fixed it.
 
-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.
 ------------------------------------------------------------------------
-r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20188 | etxrab | 2006-12-21 14:15:34 -0800 (Thu, 21 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
 
-Update nmakefile to latest changes.
+Update to use gtk 2.10.6 and friends.
+------------------------------------------------------------------------
+r20189 | jake | 2006-12-21 14:24:33 -0800 (Thu, 21 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-q931.c
 
+From Alfred Alinazar:
+The patch is to dissect unknown information element when an Avaya PBX
+use codeset = 6 to send display.
 
 ------------------------------------------------------------------------
-r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines
+r20190 | wmeier | 2006-12-21 16:38:53 -0800 (Thu, 21 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/Makefile.nmake
 
-Get it to compile...
+use 'rm -rf' so no error if directory already deleted (by 'clean_setup')
 
+------------------------------------------------------------------------
+r20191 | wmeier | 2006-12-21 20:46:26 -0800 (Thu, 21 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
 
+Add additional output to try to find out why the "capture 10
+packets" test fails during the run-tests step of the
+buildbot windows build ...
 
 ------------------------------------------------------------------------
-r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines
+r20192 | lego | 2006-12-21 21:48:57 -0800 (Thu, 21 Dec 2006) | 7 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/file.c
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/win32-file-dlg.c
-   M /trunk/gtk/win32-file-dlg.h
+   M /trunk/epan/wslua
+   M /trunk/epan/wslua/init_wslua.c
+   M /trunk/epan/wslua/make-doc.pl
+   M /trunk/epan/wslua/taps
+   M /trunk/epan/wslua/wslua_proto.c
+   M /trunk/epan/wslua/wslua_tvb.c
 
-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.
+- Fix the name of the disable_lua variable.
+== improve documentation
+   make-doc.pl ( make doc ) generates an almost complete reference manual.
 
-As this was a huge internal change, new bugs are very probable - please report.
 
-The implementation isn't still perfect, a new dialog internal list could possibly be removed again. 
 
-However, I want to check in at this condition, just in case I make things worse - again.
 
 ------------------------------------------------------------------------
-r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20193 | lego | 2006-12-21 21:54:12 -0800 (Thu, 21 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/wslua/wslua_tvb.c
+
+fix a typo.
+
 
-From Florent.Drouin@alcatel.fr:
-I did improve the OID management in the tcap dissector.
-Now, when a tcap message is reveived, without upper layer, the ACN is saved in the TCAP context, and can be used for the next messages of the dialogue. It is used only when the upper layer session is opened with Tcap only messages.
 ------------------------------------------------------------------------
-r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines
+r20194 | sahlberg | 2006-12-22 00:35:43 -0800 (Fri, 22 Dec 2006) | 15 lines
 Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/proto_dlg.c
+   M /trunk/epan/dfilter/dfvm.c
+   M /trunk/epan/ftypes/ftype-ipv4.c
+   M /trunk/epan/ftypes/ftype-string.c
+   M /trunk/epan/ftypes/ftypes.c
+   M /trunk/epan/ftypes/ftypes.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/proto.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+
+change some slab allocated memory into ep/emem allocated structures instead.
+
+this primarily removes code and simplifies (==eliminates) the need to track the data that is allocated and should potentially be slightly faster than a slab allocator.
+however these functions are called A LOT so there might be a performance hit when using emem with full debugging canary values and all the bells and whistles activated.
+
+
+this change also makes any future attempt to parallellize dissection of frames easier if we just make the ep allocator allocate from a threads specific ep pool.
+(something we would have to do anyway to make ep allocations multithreaded)
+
+
 
-now: Don't have a Save button in the following settings dialogs:
+this works in all my tests so far but needs more test coverage.
 
-- Edit/Preferences
-- View/Coloring Rules
-- Capture/Capture Filters
-- Analyze/Display Filters
-- Analyze/Enabled Protocols
 
-The settings will be automatically saved when pressing the Ok button.
 
-If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
 ------------------------------------------------------------------------
-r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line
+r20195 | sahlberg | 2006-12-22 01:01:12 -0800 (Fri, 22 Dec 2006) | 10 lines
 Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/epan/dfilter/dfvm.c
+   M /trunk/epan/ftypes/ftype-ipv4.c
+   M /trunk/epan/ftypes/ftype-string.c
+   M /trunk/epan/ftypes/ftypes.c
+   M /trunk/epan/ftypes/ftypes.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/proto.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+
+hmm
+
+best to revert this for a while.
+
+
+
+revert all changes from previous patch.
+
+
 
-the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix.
 ------------------------------------------------------------------------
-r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line
+r20196 | jake | 2006-12-22 04:53:49 -0800 (Fri, 22 Dec 2006) | 4 lines
 Changed paths:
-   M /trunk/gtk/color_dlg.c
+   M /trunk/make-version.pl
+
+Fix for bug 1195.
+Add preference svn_client to indicate you want to use 'svn info' i.s.o. ugly directory hack.
+version.conf format more relaxed.
 
-fix a bug in the export function
 ------------------------------------------------------------------------
-r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line
+r20197 | wmeier | 2006-12-22 05:00:40 -0800 (Fri, 22 Dec 2006) | 3 lines
 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
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
+
+Use interface '1' for the capture tests;
+Add additional error output in case any other problems
 
-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
+r20198 | jake | 2006-12-22 06:48:51 -0800 (Fri, 22 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/epan/dissectors/packet-giop.c
+
+Fix for bug 1272.
+Check length remaining before aligning.
 
-"saying your preferences once ..." -> "applying your preferences once ..."
 ------------------------------------------------------------------------
-r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines
+r20199 | morriss | 2006-12-22 09:23:45 -0800 (Fri, 22 Dec 2006) | 1 line
 Changed paths:
-   A /trunk/epan/camel-persistentdata.c
-   A /trunk/epan/camel-persistentdata.h
-   A /trunk/gtk/camel_counter.c
-   A /trunk/gtk/camel_srt.c
-   A /trunk/tap-camelcounter.c
-   A /trunk/tap-camelsrt.c
+   M /trunk/version_info.c
 
-From Florent.Drouin@alcatel.fr:
-Please find two new TAP for Camel Statistics.
-The first one updates  counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc )
+Take out UCD-SNMP message since we no longer use it
+------------------------------------------------------------------------
+r20200 | wmeier | 2006-12-22 10:16:22 -0800 (Fri, 22 Dec 2006) | 6 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
 
-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.
+OK: I think I've fixed most of the problems in
+    suite-capture.sh which were causing some
+    of tests to fail;
+    The stdout tests still tend to fail:
+    some issue with flushing the stdout pipe ??
 
-Only the new files checked in for now because of include problems.
 ------------------------------------------------------------------------
-r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20201 | jake | 2006-12-22 12:09:09 -0800 (Fri, 22 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/file.c
+   M /trunk/gtk/capture_dlg.c
 
-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.
+Make fix for bug 771 compatible with GTK1
 
-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
+r20202 | gerald | 2006-12-22 13:01:23 -0800 (Fri, 22 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/file.c
+   M /trunk/AUTHORS
+
+@ -> [AT]
 
-fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
 ------------------------------------------------------------------------
-r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines
+r20203 | sfisher | 2006-12-22 14:15:38 -0800 (Fri, 22 Dec 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/wslua/Makefile.am
+   M /trunk/epan/dissectors/packet-pppoe.c
+
 
-an attempt to fix the Ubuntu buildbot:
+Report inaccurate PPPoE Session payload length when detected to aid in the
+troubleshooting of malformed packets.
 
-ERROR: files left in build directory after distclean:
-./epan/wslua/declare_wslua.h
-./epan/wslua/register_wslua.c
 
-Louis, could you have a look - I might have produced a mess :-)
 ------------------------------------------------------------------------
-r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines
+r20204 | gerald | 2006-12-22 16:06:16 -0800 (Fri, 22 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/camel-persistentdata.c
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/tap-camelsrt.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/tools/win32-setup.sh
+
+Update to GNUTLS 1.6.0.
 
-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.
 ------------------------------------------------------------------------
-r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines
+r20205 | sahlberg | 2006-12-22 16:10:49 -0800 (Fri, 22 Dec 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/template-init.lua
-   M /trunk/epan/wslua/wslua_field.c
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/epan/wslua/wslua_util.c
+   M /trunk/epan/ftypes/ftype-ipv4.c
 
-- wslua_util.c:  replace Lua's loadfile and dofile for versions that will try to open the file in perscofdir then  dataconfdir if there's no such file in cwd
-- wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr
-- init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil"
-- Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES
-- wslua_gui.c: fix a typo
+make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memory
+for the temporary storage while parsing
 
 
 ------------------------------------------------------------------------
-r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines
+r20206 | lego | 2006-12-22 19:45:46 -0800 (Fri, 22 Dec 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/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/wslua/console.lua
+   M /trunk/epan/wslua/wslua_listener.c
 
-more cleanup... almost there...
+- Fix an error in the tap listener callback
+- add some comments to console.lua
 
 
 ------------------------------------------------------------------------
-r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line
+r20207 | lego | 2006-12-22 19:52:38 -0800 (Fri, 22 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/Makefile.common
+   M /trunk/tshark.c
+
+Have -X options defined before epan_init() gets called.
+
 
-Finally got it to complie.
 ------------------------------------------------------------------------
-r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines
+r20208 | lego | 2006-12-22 19:53:13 -0800 (Fri, 22 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/wiretap/iseries.c
+   M /trunk/epan/wslua/wslua_listener.c
+
+get rid of an unused variable.
+
 
-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
+r20209 | sahlberg | 2006-12-23 13:17:32 -0800 (Sat, 23 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+   M /trunk/epan/ftypes/ftype-pcre.c
+
+make the PCRE ftype use ep allocated memory instead of g_malloced memory
 
-From Nicolas DICHTEL:
-M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).
 ------------------------------------------------------------------------
-r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines
+r20210 | jake | 2006-12-24 08:12:04 -0800 (Sun, 24 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/ftypes/ftype-pcre.c
 
-From Martin Peylo:
+Reverse commit 20209, breaking the build across the board.
+------------------------------------------------------------------------
+r20211 | guy | 2006-12-24 12:40:19 -0800 (Sun, 24 Dec 2006) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-roofnet.c
 
-dissector for Enea's LINX protocol?
+dissect_roofnet_link() returns no value and nothing expects it to;
+declare it to return void, not int.
 
-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".
+Get rid of an unused variable.
 
-Currently they use ethertype 0x9999 which is not registered at IEEE.
 ------------------------------------------------------------------------
-r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines
+r20212 | sfisher | 2006-12-24 20:01:22 -0800 (Sun, 24 Dec 2006) | 16 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ssl.c
 
-Patch for clean, distclean and maintainer-clean targets for U3 packaging.
 
+From Sake Blok:
 
-------------------------------------------------------------------------
-r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
+The attached patch changes the way the ssl-session-id is displayed.
+Currently it is not shown, only the length is shown like this:
 
-Misterious bug with cf_read() solved... had nothing to do with cf_read :)
+   Session ID Length: 32
+   Session ID (32 bytes)
 
-the callback data for TextWindow buttons was ep_allocated!
-after cf_read() it was reused and so it was rewritten...
+To me, it is not useful to repeat the length and omit the ID itself.
+With this patch the ssl-session-id is shown like this:
 
-fix that making it g_malloced instead.
+   Session ID Length: 32
+   Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E...
 
 
 ------------------------------------------------------------------------
-r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines
+r20213 | guy | 2006-12-25 13:34:11 -0800 (Mon, 25 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/wiretap/wtap-int.h
 
-Fix the version.
+Fix indentation.
 
 ------------------------------------------------------------------------
-r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines
+r20214 | jake | 2006-12-26 01:13:05 -0800 (Tue, 26 Dec 2006) | 7 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+
+From Sebastien Tandel:
+Here is a patch for the management of the bad/good checksum for ISIS (like TCP/UDP/IP).
+support added for:
+- booleans hf_isis_lsp_checksum_good, hf_isis_lsp_checksum_bad in the tree,
+- information in the info column if bad checksum,
+- expert info for bad checksum,
+
+------------------------------------------------------------------------
+r20215 | ulfl | 2006-12-26 04:40:37 -0800 (Tue, 26 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
 
-Put back the bugfixes froim Revision 19190/19356
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
+convert line endings (using dos2unix) of the win32_setup.sh file before using it
+------------------------------------------------------------------------
+r20216 | ulfl | 2006-12-26 12:00:45 -0800 (Tue, 26 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun2.c
 
-"h248_handle was declared localy, udp port was not added at register.
+use prefix to prevent redefinition warning from wingdi.h
+------------------------------------------------------------------------
+r20217 | ulfl | 2006-12-26 12:04:54 -0800 (Tue, 26 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/gtk/proto_draw.c
 
-Added a few more packagenames."
+fix unused warnings
 ------------------------------------------------------------------------
-r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines
+r20218 | ulfl | 2006-12-26 12:20:52 -0800 (Tue, 26 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/config.nmake
 
-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
+cygwins python doesn't work on a lot of machines, make the native python the default (until we know what the cause of the problems are)
+
+set VERSION_EXTRA back to empty - I guess this was checked in by mistake
 ------------------------------------------------------------------------
-r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line
+r20219 | ulfl | 2006-12-26 14:01:09 -0800 (Tue, 26 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
-Added the possibillity of Statistic pkg as well.
+the default python version used changed from cygwin to native Win32 version
 ------------------------------------------------------------------------
-r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines
+r20220 | morriss | 2006-12-26 14:27:46 -0800 (Tue, 26 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-sccp.c
 
-Start to make the output from the dissector more like the actual
-data.
+If p2p_dir isn't set (no message direction is configured) or no association is found, try to find a subdissector on both the called and calling SSNs instead of just trying the called SSN.  Also clean up some indenting and fix the capitalization when showing what dissector the TCAP SSN is linked to.
 ------------------------------------------------------------------------
-r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines
+r20221 | wmeier | 2006-12-26 14:40:49 -0800 (Tue, 26 Dec 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+
+Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the nmake;
+I violated Murphy's nth law: thou shalt test fixes in an
+'out of the box' configuration *not* in one's customized configuration.
+:(
 
-Patch in bug 1149, adds DCE-style flag for gss-api
 
 ------------------------------------------------------------------------
-r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines
+r20222 | guy | 2006-12-26 14:56:35 -0800 (Tue, 26 Dec 2006) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slimp3.c
+
+From Sebastien Tandel: fix places where a signed character was being
+passed to ctype.h macros.
 
-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).
+Make some routines in packet-exec.c not used outside that file static,
+and fix a typo.
 
 ------------------------------------------------------------------------
-r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines
+r20223 | lego | 2006-12-26 17:46:42 -0800 (Tue, 26 Dec 2006) | 5 lines
 Changed paths:
    M /trunk/epan/funnel.h
+   M /trunk/epan/wslua/console.lua
    M /trunk/epan/wslua/wslua_gui.c
    M /trunk/gtk/funnel_stat.c
+   M /trunk/tap-funnel.c
+
 
-have the funnel client passing the destructors for btn data structures to the funnel.
-Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future.
++ browser_open_url()
++ browser_open_data_file()
 
 
 ------------------------------------------------------------------------
-r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line
+r20224 | jake | 2006-12-27 04:21:30 -0800 (Wed, 27 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.am
 
-Remove entries for the lua plugin as it's not used any more.
+Adding moduleinfo.nmake to the distribution
 ------------------------------------------------------------------------
-r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines
+r20225 | etxrab | 2006-12-27 14:21:46 -0800 (Wed, 27 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
 
-Add airpcap.h to the distribution.
+Use portaudio v19.
+------------------------------------------------------------------------
+r20226 | etxrab | 2006-12-27 14:24:22 -0800 (Wed, 27 Dec 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
 
+Use the correct function to translate to hex.
 ------------------------------------------------------------------------
-r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines
+r20227 | gerald | 2006-12-27 15:05:55 -0800 (Wed, 27 Dec 2006) | 7 lines
 Changed paths:
    M /trunk/Makefile.am
+   M /trunk/airpcap.h
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/airpdcap/Makefile.am
+   M /trunk/airpdcap/Makefile.nmake
+   M /trunk/airpdcap/airpdcap.c
+   M /trunk/airpdcap/airpdcap_ccmp.c
+   M /trunk/airpdcap/airpdcap_ccmp.h
+   M /trunk/airpdcap/airpdcap_debug.c
+   M /trunk/airpdcap/airpdcap_debug.h
+   M /trunk/airpdcap/airpdcap_int.h
+   M /trunk/airpdcap/airpdcap_interop.h
+   M /trunk/airpdcap/airpdcap_md5.c
+   M /trunk/airpdcap/airpdcap_md5.h
+   M /trunk/airpdcap/airpdcap_rijndael.c
+   M /trunk/airpdcap/airpdcap_rijndael.h
+   M /trunk/airpdcap/airpdcap_sha1.c
+   M /trunk/airpdcap/airpdcap_sha1.h
+   M /trunk/airpdcap/airpdcap_system.h
+   M /trunk/airpdcap/airpdcap_tkip.c
+   M /trunk/airpdcap/airpdcap_tkip.h
+   M /trunk/airpdcap/airpdcap_user.h
+   M /trunk/airpdcap/airpdcap_wep.c
+   M /trunk/airpdcap/airpdcap_wep.h
+   M /trunk/airpdcap/airpdcap_ws.h
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/gtk/main.c
 
-Add the u3 packaging directory to the distribution.
+Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
+move the files until these changes are checked in).  Add an AC_DEFINE
+for airpdcap (which will be removed once the changes have settled).
+Update the airpdcap code to compile on non-Windows systems.  Fix up
+comments and whitespace to conform more closely to the rest of the
+code base.  Verified to compile under Windows and OS X.
 
 ------------------------------------------------------------------------
-r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines
+r20228 | gerald | 2006-12-27 15:19:45 -0800 (Wed, 27 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
+   A /trunk/airpdcap/Makefile.common
+   A /trunk/epan/crypt
+   A /trunk/epan/crypt/wep-wpadefs.h
 
-From Aaron Campbell:
-The expression (BGP_OSPF_RTYPE_EXT ||BGP_OSPF_RTYPE_NSSA) will always
-evaluate to 1.  As well, neither of these constants are defined as flag
-values, so a bitwise op was probably not intended either.
-------------------------------------------------------------------------
-r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-   M /trunk/epan/dissectors/packet-isup.c
+Add missing files.
 
-Add a few packages and fix dissecton of a_codecs and handle the case when
-hf_param = -1.
 ------------------------------------------------------------------------
-r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines
+r20229 | wmeier | 2006-12-27 19:17:28 -0800 (Wed, 27 Dec 2006) | 4 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/rtp_player.c
-
-Alejandro Vaquero:
-       Add portaudio v19 support in addition to v18:
-
-   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.
+   M /trunk/test/test.sh
 
+Hack so test.sh will work with bash 3.1.6 or greater
+which requires 'igncr' to be able to process files in
+'dos format' (\r\n line endings)
 
 ------------------------------------------------------------------------
-r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines
+r20230 | kukosa | 2006-12-28 04:30:53 -0800 (Thu, 28 Dec 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ethertype.c
-   A /trunk/epan/dissectors/packet-wlccp.c
-   M /trunk/epan/etypes.h
-
-Stephen Fisher:
-       packet-cisco-wireless.c is actually trying to dissect WLCCP:
-
-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.
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl.c
 
+debug improvements
 ------------------------------------------------------------------------
-r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line
+r20231 | gerald | 2006-12-28 09:22:12 -0800 (Thu, 28 Dec 2006) | 4 lines
 Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
    M /trunk/airpcap_loader.c
+   D /trunk/airpdcap
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.nmake
+   A /trunk/epan/crypt/Makefile.am (from /trunk/airpdcap/Makefile.am:20228)
+   A /trunk/epan/crypt/Makefile.common (from /trunk/airpdcap/Makefile.common:20228)
+   A /trunk/epan/crypt/Makefile.nmake (from /trunk/airpdcap/Makefile.nmake:20228)
+   A /trunk/epan/crypt/airpdcap.c (from /trunk/airpdcap/airpdcap.c:20228)
+   A /trunk/epan/crypt/airpdcap_ccmp.c (from /trunk/airpdcap/airpdcap_ccmp.c:20228)
+   A /trunk/epan/crypt/airpdcap_ccmp.h (from /trunk/airpdcap/airpdcap_ccmp.h:20228)
+   A /trunk/epan/crypt/airpdcap_debug.c (from /trunk/airpdcap/airpdcap_debug.c:20228)
+   A /trunk/epan/crypt/airpdcap_debug.h (from /trunk/airpdcap/airpdcap_debug.h:20228)
+   A /trunk/epan/crypt/airpdcap_int.h (from /trunk/airpdcap/airpdcap_int.h:20228)
+   A /trunk/epan/crypt/airpdcap_interop.h (from /trunk/airpdcap/airpdcap_interop.h:20228)
+   A /trunk/epan/crypt/airpdcap_md5.c (from /trunk/airpdcap/airpdcap_md5.c:20228)
+   A /trunk/epan/crypt/airpdcap_md5.h (from /trunk/airpdcap/airpdcap_md5.h:20228)
+   A /trunk/epan/crypt/airpdcap_rijndael.c (from /trunk/airpdcap/airpdcap_rijndael.c:20228)
+   A /trunk/epan/crypt/airpdcap_rijndael.h (from /trunk/airpdcap/airpdcap_rijndael.h:20228)
+   A /trunk/epan/crypt/airpdcap_sha1.c (from /trunk/airpdcap/airpdcap_sha1.c:20228)
+   A /trunk/epan/crypt/airpdcap_sha1.h (from /trunk/airpdcap/airpdcap_sha1.h:20228)
+   A /trunk/epan/crypt/airpdcap_system.h (from /trunk/airpdcap/airpdcap_system.h:20228)
+   A /trunk/epan/crypt/airpdcap_tkip.c (from /trunk/airpdcap/airpdcap_tkip.c:20228)
+   A /trunk/epan/crypt/airpdcap_tkip.h (from /trunk/airpdcap/airpdcap_tkip.h:20228)
+   A /trunk/epan/crypt/airpdcap_user.h (from /trunk/airpdcap/airpdcap_user.h:20228)
+   A /trunk/epan/crypt/airpdcap_wep.c (from /trunk/airpdcap/airpdcap_wep.c:20228)
+   A /trunk/epan/crypt/airpdcap_wep.h (from /trunk/airpdcap/airpdcap_wep.h:20228)
+   A /trunk/epan/crypt/airpdcap_ws.h (from /trunk/airpdcap/airpdcap_ws.h:20228)
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/main.c
+
+Move the contents of airpdcap to epan/crypt.  Try to fix the current
+distcheck failure.  Move the nmake build targets for airpdcap from
+epan/dissectors to epan.  This will probably break the Windows build.
 
-don't crash, if airpcap.dll isn't available
 ------------------------------------------------------------------------
-r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines
+r20232 | gerald | 2006-12-28 09:28:29 -0800 (Thu, 28 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi: unusual scsi protocols can request multiple AHS fields for iscsi   so decode the AHS properly instead of assuming at most one field is present
-
-scsi-osd   add dissection of  LIST data pdus  and  CREATE cdb
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
 
+Add clean targets to wslua.  Fix the config.nmake include in crypt.
 
 ------------------------------------------------------------------------
-r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines
+r20233 | sahlberg | 2006-12-29 13:57:19 -0800 (Fri, 29 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi osd
-collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read
+   M /trunk/epan/strutil.h
 
+gtk1 does not provide g_ascii_isxdigit   so provide it through strutil.h instead
 
-------------------------------------------------------------------------
-r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
 
-Fix for bug 1153, typos in debug output
 ------------------------------------------------------------------------
-r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines
+r20234 | sfisher | 2006-12-29 14:22:54 -0800 (Fri, 29 Dec 2006) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/sat.h
 
-dissect attribute get/set data in data in/out blobs and display them for now as a blob.
 
+Fix for bug #1278:
 
+"When analysing a trace with 802.11 packages (made by airpcap) and selecting
+Statistics->Conversation List->WLAN all wlan conversations are listed. When
+after this selecting Apply as filter->Selected->A<->B a display filter is
+created as
 
-------------------------------------------------------------------------
-r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+eth.addr==<A>  && eth.addr==<B>
 
-add some more SCSI OSD command dissectors
+when if should be
 
-REMOVE
-REMOVE PARTITION
-REMOVE COLELCTION
-SET KEY
+wlan.addr==<A>  && wlan.addr==<B>"
 
 
 ------------------------------------------------------------------------
-r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines
+r20235 | guy | 2006-12-29 14:48:09 -0800 (Fri, 29 Dec 2006) | 6 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
+   M /trunk/epan/dissectors/packet-ipmi.c
+
+Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (it
+returns nothing, so it should be void), and make it static like the
+other functions.
 
-H248:
-Lost a line in last commit.
+Make the ipmi_cmd_array[] table static - and const, while we're at it.
 
-ISUP Export a value string.
 ------------------------------------------------------------------------
-r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines
+r20236 | guy | 2006-12-29 14:48:52 -0800 (Fri, 29 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
+   M /trunk/epan/crypt/airpdcap.c
 
-change the binary path to current windows debug dir: wireshark-gtk2
+Add some parentheses, as the suggestion of Mr. GCC.
 
-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)
 ------------------------------------------------------------------------
-r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 lines
+r20237 | guy | 2006-12-29 14:53:44 -0800 (Fri, 29 Dec 2006) | 10 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/tshark.c
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/crypt/Makefile.am
 
-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?
+Make the crypt library the same way other sublibraries of libwireshark
+are made, so that if libwireshark is shared, the crypt library is built
+appropriately.  (This squelches a build warning, at least in OS X, that
+linking a shared library with a static library is non-portable; it
+should also arrange that the crypt library is built as
+position-independent code if necessary.)
 
-well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem.
+DISTCLEANFILES subsumes CLEANFILES, so it doesn't need to list files
+already in CLEANFILES.
 
 ------------------------------------------------------------------------
-r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines
+r20238 | guy | 2006-12-29 14:54:43 -0800 (Fri, 29 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-
-from Richard van der Hoff:
-[tshark from a fifo]
-I've even gone so far as to add a unit test for it
+   M /trunk/epan/crypt
 
-ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh
-------------------------------------------------------------------------
-r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
+Set svn:ignore appropriately.
 
-If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked....
 ------------------------------------------------------------------------
-r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line
+r20239 | sahlberg | 2006-12-29 14:55:13 -0800 (Fri, 29 Dec 2006) | 4 lines
 Changed paths:
-   M /trunk/tools/lex.py
-   M /trunk/tools/yacc.py
+   M /trunk/epan/dfilter/dfunctions.c
 
-Ply updated to version 2.1
-------------------------------------------------------------------------
-r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+use an ep allocated temporary string when creating the string for a FT_STRING value and call fvalue_set with already_copied==FALSE   so the string gets allocated in ftype-string.c instead
 
-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
 
+------------------------------------------------------------------------
+r20240 | sahlberg | 2006-12-29 15:05:55 -0800 (Fri, 29 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
 
+ use ep allocated memory for the string in proto_item_append_string and let ftype-string.c handle the allocation/freeing of storage by setting already_copied to FALSE
 
 
 
 ------------------------------------------------------------------------
-r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines
+r20241 | guy | 2006-12-29 16:13:00 -0800 (Fri, 29 Dec 2006) | 7 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-   M /trunk/test/suite-clopts.sh
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
-
-Make preparations for running under Buildbot:
-
-  - Check for an "all" argument at startup.  If it's present,
-    then proceed with testing.
+   M /trunk/configure.in
 
-  - 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.
+When building for Darwin, link with -search_paths_first, so that
+--with-pcap=/usr/local will, if there's only a static libpcap in
+/usr/local/lib, link with that rather than the system's dynamic version.
 
-  - Add a "Skipped" result.
+Move the check for Cygwin that adds -no-undefined to LDFLAGS to the
+section checking for linker flags to add.
 
 ------------------------------------------------------------------------
-r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines
+r20242 | guy | 2006-12-29 16:14:25 -0800 (Fri, 29 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/Makefile.am
 
-From Joe Breher
+Regularize the setting of variables for various executable targets.
 
-dissect the permission bits in the capability blob
+------------------------------------------------------------------------
+r20243 | sahlberg | 2006-12-29 16:27:33 -0800 (Fri, 29 Dec 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
 
+make proto_tree_set_string_tvb use ep allocated memory and thus push the memory allocation/free for this field down into ftype-string.c
 
 
-------------------------------------------------------------------------
-r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   A /trunk/asn1/h248/h248v3.asn
 
-Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing.
 ------------------------------------------------------------------------
-r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines
+r20244 | sahlberg | 2006-12-29 16:36:29 -0800 (Fri, 29 Dec 2006) | 3 lines
 Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
+   M /trunk/epan/proto.c
 
-Return 1 on failure.
+make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memory
 
-------------------------------------------------------------------------
-r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/wslua/Makefile.nmake
 
-add some missing files to the clean target
 ------------------------------------------------------------------------
-r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines
+r20245 | sahlberg | 2006-12-29 16:41:41 -0800 (Fri, 29 Dec 2006) | 8 lines
 Changed paths:
-   M /trunk/test/config.sh
+   M /trunk/epan/proto.c
 
-Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise
-use a default value.
+proto_tree_set_string() no longer needs an already_allocated parameter since it is now always FALSE.
 
-------------------------------------------------------------------------
-r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/airpcap_loader.h
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
+This should mean that all fvalue_set() for FT_STRING[Z] are always with already_copied==FALSE
 
-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.
+(funny that we never saw someone trying to g_free("[ Null ]") which might have happened before)
 
-------------------------------------------------------------------------
-r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
 
-Remove a leftover printf.
 
 ------------------------------------------------------------------------
-r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines
+r20246 | sahlberg | 2006-12-29 16:57:46 -0800 (Fri, 29 Dec 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/ftypes/ftype-string.c
 
-Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style
-appropriately.
+since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we now assert that this is the case in ftype-string.c and no longer have a conditional whetehr to create a local copy or not.
 
-------------------------------------------------------------------------
-r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/color_filters.c
 
-Fix some compiler warnings.
 
 ------------------------------------------------------------------------
-r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20247 | sfisher | 2006-12-29 17:06:46 -0800 (Fri, 29 Dec 2006) | 8 lines
 Changed paths:
-   M /trunk/tap-funnel.c
+   M /trunk/epan/dissectors/packet-ssl.c
 
-Squelch a compiler warning, and clean up indentation.
 
-------------------------------------------------------------------------
-r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-linx.c
+Fix for bug #1132:
+
+Stop displaying the application data (in this case, HTML) in the tree and
+and "Decrypted SSL data" tab twice since each already includes both of the
+application data record layers combined.
 
-Get rid of an unused variable.
 
 ------------------------------------------------------------------------
-r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20248 | guy | 2006-12-29 17:15:05 -0800 (Fri, 29 Dec 2006) | 9 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/Makefile.am
 
-Clean up some compiler warnings.
+Bring all the {programname}_* macros together into one section.
 
-------------------------------------------------------------------------
-r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+Split bin_PROGRAMS and man1_MANS into multiple lines, and put them in
+the same order as the corresponding {programname}_* macro sections.
 
-Squelch a compiler warning.
+Get rid of the separate {programname}_DEPENDENCIES macros in cases where
+they can be constructed from the corresponding {programname}_LDADD
+macro, and explain why they're different in cases where they can't be.
 
 ------------------------------------------------------------------------
-r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20249 | guy | 2006-12-29 20:40:59 -0800 (Fri, 29 Dec 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/camel-persistentdata.c
+   M /trunk/Makefile.am
 
-Include "epan/tap.h" to declare a function we use.
+The stuff we were doing with {programname}_DEPENDENCIES macros was to
+work around a deficiency in older versions of automake; we now require
+automake 1.6, which doesn't have that deficiency, so we get rid of that
+stuff and simplify things.
 
 ------------------------------------------------------------------------
-r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines
+r20250 | jake | 2006-12-30 16:00:06 -0800 (Sat, 30 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/color_dlg.c
-
-Get rid of declarations of functions that are no longer defined or used
-in this file.
+   M /trunk/epan/dissectors/packet-dns.c
 
+From Paul Erkkila:
+parse NAPTR records in dns dissector (rfc 3403)
 ------------------------------------------------------------------------
-r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20251 | sahlberg | 2007-01-01 02:23:37 -0800 (Mon, 01 Jan 2007) | 6 lines
 Changed paths:
-   M /trunk/gtk/color_edit_dlg.c
+   M /trunk/cfile.c
+   M /trunk/cfile.h
+   M /trunk/file.c
 
-Include <string.h> to declare string functions we use.
+break out dfcode from the capture file structure and declare it locally where it is needed.
+allocate and release the dfcode program as needed instead of having it hang around in the capture file structure.
+
+this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later
 
-------------------------------------------------------------------------
-r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/version_info.c
 
-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
+r20252 | jake | 2007-01-01 06:43:15 -0800 (Mon, 01 Jan 2007) | 2 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.
+   M /trunk/wiretap/nettl.c
 
+From Mark C. Brown:
+Fix some nettl encap types and size checks
 ------------------------------------------------------------------------
-r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines
+r20253 | jake | 2007-01-01 06:48:18 -0800 (Mon, 01 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-usb.c
-   M /trunk/wiretap/libpcap.c
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/wiretap/nettl.c
+   M /trunk/wiretap/nettl.h
    M /trunk/wiretap/wtap.c
    M /trunk/wiretap/wtap.h
 
-From Paolo Abeni
-
-USB dissector
-
-
+From Mark C. Brown:
+HP-UX 11.31 will add a new nettl trace subsystem, NS_LS_TELNET (ID=267).
+NS_LS_TELNET is just raw telnet data.  There is no layer 2/3/4 headers, so
+there's just the HP-UX nettl record header followed directly by the TCP payload
+for a telnet connection.  Thus the need for a new wiretap encapsulation type...
 ------------------------------------------------------------------------
-r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20254 | wmeier | 2007-01-01 08:58:03 -0800 (Mon, 01 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/capture_opts.c
 
-Prep for the 0.99.4 release.
+From Pierre Juhen: patch to correct the bug 1220
 
 ------------------------------------------------------------------------
-r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line
+r20255 | wmeier | 2007-01-01 09:04:38 -0800 (Mon, 01 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/capture_loop.c
+
+Fix "dumpcap -w -" to use binmode on stdout if Windows;
+(The related tests in suite-capture.sh should now work correctly).
+(Also: Print error message if attempting to use ring-buffers
+   with a named pipe).
 
-u_int32_t gives error on Windows assuming guint32 will do.
 ------------------------------------------------------------------------
-r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line
+r20256 | gerald | 2007-01-01 12:07:23 -0800 (Mon, 01 Jan 2007) | 4 lines
 Changed paths:
-   D /trunk/epan/dissectors/packet-h248_package_bcp.c
-   D /trunk/epan/dissectors/packet-h248_package_bcp.h
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_ccmp.c
+   M /trunk/epan/crypt/airpdcap_int.h
+
+Fix a compiler warning.  Surround an MSVC-specific #pragma with an
+#ifdef, and add a link to a -dev mailing list thread pointing out that
+it may not be necessary.  Fixup whitespace and comments.
 
-Remove no longer used files.
 ------------------------------------------------------------------------
-r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line
+r20257 | etxrab | 2007-01-01 14:03:01 -0800 (Mon, 01 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.h
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
 
-Add H.248 packet BCP dissecton.
+Use TransactionId to match ansi map responses to requests and fix
+some bugs in the asn2wrs generated ansi map dissector.
 ------------------------------------------------------------------------
-r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line
+r20258 | ulfl | 2007-01-01 17:19:40 -0800 (Mon, 01 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   M /trunk/config.nmake
 
-Fix a typo.
+first MSVC 2005 changes:
+- add some lines to set the desired MSVC_VARIANT
+- set some defines (to prevent tons of "deprecated" warnings)
+- set some linker flags (currently don't know if these are the right ones - still experimenting)
 ------------------------------------------------------------------------
-r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines
+r20259 | ulfl | 2007-01-01 17:52:47 -0800 (Mon, 01 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
 
-Simplify the preference string allocation code.  Shorten the comments,
-which (as Ulf pointed out) reduces the size of the prefs file
-significantly.
+MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for MSVC2006
 
+this might be depending on the Platform SDK and not on MSVC version - I don't really know
 ------------------------------------------------------------------------
-r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines
+r20260 | guy | 2007-01-01 22:39:22 -0800 (Mon, 01 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
+   M /trunk/epan/radius_dict.l
 
-Add prefs_apply(), which lets us apply preferences (specifically,
-trigger a module's callback) for a specific module.
+Use G_DIR_SEPARATOR_S as the path separator.
 
 ------------------------------------------------------------------------
-r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines
+r20261 | guy | 2007-01-01 22:49:40 -0800 (Mon, 01 Jan 2007) | 19 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/dftest.c
+   M /trunk/doc/Makefile.am
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/filesystem.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/plugins.c
+   M /trunk/epan/plugins.h
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
 
-From Donald White:
-An enhancement to the PPP multiplexing protocol 
-dissector in protocol-ppp.c.  There are two changes:
+Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;
+if set, and if the program isn't running with additional privileges,
+it'll treat the directory in which the program is found as the data
+directory.
 
-     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.
+If, on Windows, the version-number subdirectory of {data
+directory}\plugins doesn't exist (which is assumed to mean that the
+program is being run from the build directory), or if, on UN*X,
+WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set, the plugin directory is the
+"plugins" subdirectory of the data directory, and all subdirectories of
+that directory are scanned for plugins, as the "plugins" subdirectory of
+the build directory contains subdirectories for the plugins; this means
+that if we're running from the build directory, we'll find the plugins
+we built in the build tree.
 
-     When the protocol id of the subframe is not present, the
-     appropriate default protocol is displayed with the standard
-     indication that Wireshark generated the value.
-------------------------------------------------------------------------
-r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-media.c
+When generating the wireshark-filter man page, run tshark with
+WIRESHARK_RUN_FROM_BUILD_DIRECTORY set, so it uses the plugins from the
+build to generate the list of filters.
 
-fix #1154: although g_vsnprintf() is called, it don't like a NULL pointer for a %s format string. The following proto_tree_add_text was already fixed.
 ------------------------------------------------------------------------
-r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines
+r20262 | guy | 2007-01-02 01:20:27 -0800 (Tue, 02 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-   M /trunk/asn1/ldap/ldap.cnf
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/Makefile.nmake
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-fix for 1148
+Ehtereal[sic] -> Wireshark. :-)
 
-pretty horrible hack to store an ntlmssp blob inside an ldap string
+Give a little more detail in the comment in the H.248 dissector about
+"MEGACO" vs. "H.248".
 
-the info column is not entirely pretty but   the payload is at least decoded
+------------------------------------------------------------------------
+r20263 | jake | 2007-01-02 02:13:38 -0800 (Tue, 02 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/enterprise-numbers
 
+Adding all enterprise numbers for 2006.
 
 ------------------------------------------------------------------------
-r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines
+r20264 | martinm | 2007-01-02 03:46:30 -0800 (Tue, 02 Jan 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-from Paolo A
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtcp.h
 
-update the usb dissector to reflect the recent change in the pcap format
+Fix for bug 1279 (Negative values for RTCP round trip delay
+cannot be stored in guint32).
+- Makes the threshold preference value an absolute value.
+- There is now a separate expert info item for -ve roundtrips
 
+N.B. There is still a problem with filtering -ve values on this
+FT_INT32 field, i.e. rtcp.roundtrip-delay < 0 never matches with
+frames that it should (even if rtcp.roundtrip-delay == -3 can
+be used to match specific frames...).
 
 ------------------------------------------------------------------------
-r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines
+r20265 | ulfl | 2007-01-02 05:05:04 -0800 (Tue, 02 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-fcsb3.c
-   M /trunk/epan/dissectors/packet-fcsp.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-ipfc.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/scsi_stat.c
-   M /trunk/tap-iousers.c
+   M /trunk/config.nmake
 
-move the ITL and the ITLQ structure to packet-scsi.h where it belongs
+make MSVC6 the default for MSVC_VARIANT, not MSVC2005
+------------------------------------------------------------------------
+r20266 | martinm | 2007-01-02 05:25:36 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
+"an wireshark" -> "a wireshark".
+Presumably "an ethereal" was search replaced...
 
 ------------------------------------------------------------------------
-r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines
+r20267 | jake | 2007-01-02 05:34:05 -0800 (Tue, 02 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-add a task_flags bitmap   and two lengths (data and bidirectional data)
-so that the two scsi transports   FCP and ISCSI can provide the expected data transfer lengths to SCSI  to allow SCSI reassembly.
+   M /trunk/plugins/giop/README
 
-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.
+More Ethereal -> Wireshark renaming
 
+------------------------------------------------------------------------
+r20268 | jake | 2007-01-02 05:36:45 -0800 (Tue, 02 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/giop/packet-cosnaming.c
 
+More Ethereal -> Wireshark renaming.
 
 ------------------------------------------------------------------------
-r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines
+r20269 | jake | 2007-01-02 05:46:06 -0800 (Tue, 02 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/plugins/giop/Makefile.nmake
 
-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.
+Align build target names.
 
 ------------------------------------------------------------------------
-r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines
+r20270 | wmeier | 2007-01-02 06:11:35 -0800 (Tue, 02 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/h248/packet-h248-template.h
+   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
+   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
+   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
+   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
+   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
+   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
+   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
+   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/epan/dissectors/packet-image-png.c
+   M /trunk/epan/dissectors/packet-jpeg.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/gtk/camel_counter.c
 
-From  Patrick vd Lageweg
+More ethereal --> wireshark
 
+------------------------------------------------------------------------
+r20271 | martinm | 2007-01-02 09:06:00 -0800 (Tue, 02 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
 
+Dissect details of RAck header, and change RSeq to a numerical field.
 
-Hi,
+------------------------------------------------------------------------
+r20272 | wmeier | 2007-01-02 09:19:25 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/h248/packet-h248-template.h
+   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
+   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
+   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
+   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
+   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
+   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
+   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
+   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
+   M /trunk/docbook/dfilter2xml.pl
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/epan/dissectors/packet-image-png.c
+   M /trunk/epan/dissectors/packet-jpeg.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/plugins/tpg/Makefile.am
+
+Oops:   wireshark.com --> wireshark.org
+Also: 1 additional Ethereal --> Wireshark
 
-This patch impelments a dissect for the SCSI SSC Medium Partition Page.
+------------------------------------------------------------------------
+r20273 | sfisher | 2007-01-02 11:55:55 -0800 (Tue, 02 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
 
-Patrick
+Add a good/bad tree to the FCS item.
 
 
 ------------------------------------------------------------------------
-r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines
+r20274 | gerald | 2007-01-02 11:56:59 -0800 (Tue, 02 Jan 2007) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-From  Patrick vd Lageweg
-
-Hi,
+   M /trunk/airpcap.h
+   M /trunk/airpcap_loader.h
+   M /trunk/epan/crypt/airpdcap_interop.h
 
-This patch fixes the page number user for the "write error couner page".
+From Gisle Vanem:
 
+Here are some patches needed to build using HAVE_AIRPCAP
+on MingW:
 
+* airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>.
 
+* airpcap_loader.h needs <epan/crypt/airpdcap_user.h> and definition of
+ 'decryption_key_t'.
 
+* epan/crypt/airpdcap_interop.h defines 'ntohs()' before <winsock2.h>
+ gets included. Thus creating a parse error later on.
 
+------------------------------------------------------------------------
+r20275 | jake | 2007-01-02 12:53:04 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
+Update supported Win32 versions and NSIS version.
 ------------------------------------------------------------------------
-r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines
+r20276 | ulfl | 2007-01-02 14:19:48 -0800 (Tue, 02 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-From Patrick vd Lageweg 
+define SecMIBs only if NET_SNMP_DIR is defined - to prevent a NSIS warning
+------------------------------------------------------------------------
+r20277 | gerald | 2007-01-02 14:49:57 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/Makefile.nmake
+   M /trunk/asn1/cms/packet-cms-template.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/debian/copyright
+   M /trunk/editcap.c
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/crypt/Makefile.common
+   M /trunk/epan/crypt/airpdcap.c
+   D /trunk/epan/crypt/airpdcap_md5.c
+   D /trunk/epan/crypt/airpdcap_md5.h
+   M /trunk/epan/crypt/airpdcap_system.h
+   A /trunk/epan/crypt/crypt-md5.c (from /trunk/epan/crypt-md5.c:20274)
+   A /trunk/epan/crypt/crypt-md5.h (from /trunk/epan/crypt-md5.h:20274)
+   D /trunk/epan/crypt-md5.c
+   D /trunk/epan/crypt-md5.h
+   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-tacacs.c
 
-Hi,
+Move epan/crypt-md5.[ch] to epan/crypt.  Remove
+epan/crypt/airpdcap_md5.[ch].  Fix up whitespace.
 
-This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers.
+------------------------------------------------------------------------
+r20278 | ulfl | 2007-01-02 15:55:47 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/nsis/AdditionalTasksPage.ini
 
+following the Microsoft installer guidelines: as default, an installer should not put an icon on the desktop
 
 
 ------------------------------------------------------------------------
-r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines
+r20279 | gerald | 2007-01-02 16:07:07 -0800 (Tue, 02 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   D /trunk/epan/crypt/airpdcap_ccmp.h
+   D /trunk/epan/crypt/airpdcap_tkip.h
 
-Export the recent prefs changes.
+Remove empty files (which should have been removed with r20231).
 
 ------------------------------------------------------------------------
-r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines
+r20280 | ulfl | 2007-01-02 16:10:57 -0800 (Tue, 02 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-When dumping the graph data to a file, don't walk past the end of a buffer.
-Should fix bug 396.
+   M /trunk/Makefile.nmake
 
+if exist, the install targets should copy pdb and manifest files along with the exe and dll ones
 ------------------------------------------------------------------------
-r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines
+r20281 | ulfl | 2007-01-02 16:23:22 -0800 (Tue, 02 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/crypt/Makefile.nmake
 
-Update bug lists.
+fix windows build
 
+maybe the definitions from Makefile.common should better be used - the current Makefile.nmake looks a bit strange compared to others ;-)
 ------------------------------------------------------------------------
-r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line
+r20282 | ulfl | 2007-01-02 18:50:22 -0800 (Tue, 02 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-udld.c
+   M /trunk/capture_opts.c
+   M /trunk/epan/filesystem.c
+   M /trunk/gtk/main.c
+   M /trunk/tempfile.c
+   M /trunk/wiretap/file_util.h
 
-Adding initial version of UDLD dissector
+from Laurent Rabret:
+I posted a patch about 1.5 years ago for the formerly Ethereal to successfully compiled with Visual > 6. I have always successfully used this patched Ethereal/Wireshark compiled with VS 2003 and have just checked when compiled with Visual C++ 2005 Express
 ------------------------------------------------------------------------
-r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line
+r20283 | ulfl | 2007-01-02 18:53:30 -0800 (Tue, 02 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/config.nmake
 
-The preferences and alike dialog button behaviour changed.
+move the MSVC "block" towards the top of the file
+don't use GNUTLS and ZLIB when compiling with MSVC != Version 6 - it currently doesn't work
 ------------------------------------------------------------------------
-r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines
+r20284 | ulfl | 2007-01-02 19:42:33 -0800 (Tue, 02 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-From Paolo Abeni:
-The attached patch fix parsing of the setup header in the usb dissector.
-Currently the size of the field specified into proto_tree_add_item call
-was wrong.
+   M /trunk/packaging/nsis/wireshark.nsi
 
+delete GTK 2.10 files and dirs while uninstalling
 ------------------------------------------------------------------------
-r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines
+r20285 | ulfl | 2007-01-02 19:46:48 -0800 (Tue, 02 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Cleanup sample code.
-Cleanup some text and headings.
-Play trick with keyword so text remains untouched.
+from Laurent Rabret:
+"Apply the ugly attached patch to the installer"
 
+... it's not that ugly at all - and installs (deletes) the manifest files if available
 ------------------------------------------------------------------------
-r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines
+r20286 | ulfl | 2007-01-02 20:15:18 -0800 (Tue, 02 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-wireshark does not yet consume enough memory for me to be happy
-
-
-pass conversation form the transports up to the scsi layer
-
-add tracking of conversation specific info to scsi osd
-add tracking of conversation+lun specific info to scsi osd
-
-for scsi osd   add tracking of PARTITIONS and display in which frame they were created/removed
-
+   M /trunk/packaging/nsis/wireshark.nsi
 
+fix packaging (for now): copy the manifest files with the /nonfatal switch, so they only issue a warning if none existing (e.g. MSVC6).
 
+This copying should be controlled by the MSVC_VARIANT setting in config.nmake instead (just like all the other alike settings).
 ------------------------------------------------------------------------
-r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines
+r20287 | ulfl | 2007-01-02 20:18:55 -0800 (Tue, 02 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-Check to see if we've passed a null strval to ndps_string().
-Should fix the recent fuzz bugs.
+   M /trunk/epan/crypt/Makefile.common
 
+an attempt to fix the distcheck
 ------------------------------------------------------------------------
-r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines
+r20288 | ulfl | 2007-01-02 20:28:28 -0800 (Tue, 02 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/epan/wslua/wslua_util.c
-
-- add persconffile(opt_str) 
-- add datafile_path(opt_str)
-- add Dir class -- a Directory Iterator
-
+   M /trunk/config.nmake
 
+Instead of hard coding "C:/program files", use the corresponding environment variable %ProgramFiles% (hopefully this is available on all supported platforms). This makes it possible to use the same unchanged setting even for internationalised Windows versions (e.g. in the german version this is: "C:\Programme")
 ------------------------------------------------------------------------
-r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line
+r20289 | ulfl | 2007-01-02 21:08:20 -0800 (Tue, 02 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/Makefile.nmake
 
-Add 802.1QinQ Ethertype preference.
+fix epan\crypt\crypt-md5.obj
 ------------------------------------------------------------------------
-r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line
+r20290 | ulfl | 2007-01-02 21:41:11 -0800 (Tue, 02 Jan 2007) | 3 lines
 Changed paths:
    M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+
+remove the PDB_FILE setting from config.nmake - there's no real need for this info
+
+add some missing files to the clean targets
+------------------------------------------------------------------------
+r20291 | ulfl | 2007-01-02 22:06:53 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/agentx/Makefile.nmake
+   M /trunk/plugins/artnet/Makefile.nmake
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/ciscosm/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/enttec/Makefile.nmake
+   M /trunk/plugins/giop/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/lwres/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/megaco/Makefile.nmake
+   M /trunk/plugins/mgcp/Makefile.nmake
+   M /trunk/plugins/opsi/Makefile.nmake
+   M /trunk/plugins/pcli/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/rlm/Makefile.nmake
+   M /trunk/plugins/rtnet/Makefile.nmake
+   M /trunk/plugins/rudp/Makefile.nmake
+   M /trunk/plugins/sbus/Makefile.nmake
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/v5ua/Makefile.nmake
+
+clean should also remove generated plugin.c and manifest files
+------------------------------------------------------------------------
+r20292 | ulfl | 2007-01-02 22:41:17 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
 
-distclean should remove wireshark-gtk1/2 dirs completely
+hmmm, maybe he don't like mixing slashes and backslashes ...
 ------------------------------------------------------------------------
-r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines
+r20293 | etxrab | 2007-01-02 23:55:40 -0800 (Tue, 02 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-
-if FC type is FPC/SCSI and the relative offset bit is set in f_ctl  then the parameter field is 4 bytes and contain the relative offset of the data for data in/out
-
-decode this field as relative offset   and also store it in the fc_hdr structure so that FCP can pick it up and pass if to the SCSI payload data in/out dissector later
+   M /trunk/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 call to the Teleservice dissector add a bunch of missing Return signals and
+fix up some cut and paste errors.
+------------------------------------------------------------------------
+r20294 | gerald | 2007-01-03 10:10:13 -0800 (Wed, 03 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
+Fix a typo.
 
+------------------------------------------------------------------------
+r20295 | etxrab | 2007-01-03 11:25:28 -0800 (Wed, 03 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iuup.c
 
+From Peter Vestman:
+The number of rfci's in rate control messages is read in the wrong place.
+We have created a patch for this, in the patch we have also added CRC checks
+for header and payload.
 ------------------------------------------------------------------------
-r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines
+r20296 | jake | 2007-01-03 12:17:17 -0800 (Wed, 03 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/epan/dissectors/packet-iuup.c
 
-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.
+Some cleanup of the source.
+------------------------------------------------------------------------
+r20297 | ulfl | 2007-01-03 14:09:15 -0800 (Wed, 03 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
 
-dissect_scsi_payload() does not yet use this parameter.
+another attempt to fix the "Program Files" setting. Unfortunately, using the environment setting doesn't seem to work ...
+------------------------------------------------------------------------
+r20298 | ulfl | 2007-01-03 15:12:37 -0800 (Wed, 03 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
 
+add wiretap manifest file to packaging
+------------------------------------------------------------------------
+r20299 | etxrab | 2007-01-03 23:51:26 -0800 (Wed, 03 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
-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).
+Add dissection of SystemCapabilities.
+------------------------------------------------------------------------
+r20300 | kukosa | 2007-01-04 01:20:18 -0800 (Thu, 04 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-ssl.h
+   M /trunk/epan/libwireshark.def
 
+- new ssl_set_master_secret() which can set master secret (and optionally other parameters) into SSL dissector from external source, e.g. private 'trace protocol' dissector
+- call 'data' subdissector for decrypted data in real dissector is not found
+------------------------------------------------------------------------
+r20301 | guy | 2007-01-04 03:50:41 -0800 (Thu, 04 Jan 2007) | 25 lines
+Changed paths:
+   M /trunk/configure.in
 
-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.
+Add -Wl,-single_module to the linker flags in Darwin.  The page at
 
+       http://developer.apple.com/releasenotes/DeveloperTools/RN-dyld/index.html
 
+says
 
+       The static linker ld(1) supports building dylibs as either
+       -multi_module or -single_module.  Conceptually, a multi-module
+       dylib is like a group of smaller dylibs - one per source file.
+       The extra meta-data in a multi-module dylib allowed (pre-10.4)
+       dyld to delay binding and running initializers on the individual
+       modules.  In Mac OS X 10.4 dyld ignores all multi-module
+       meta-data and completely binds and runs all initializers the
+       same as if it were built single-module.  In general, building
+       dylibs -single_module is preferred.  The one case where
+       multi-module is still useful is it allows internal functions of
+       a dylib to be interposable.  For instance, libSystem.dylib is
+       built multi_module so that malloc() can be overridden and all
+       uses of malloc in libSystem (e.g.  strdup) would be redirected
+       to use the overridden version.
 
+and we don't need the interposability for our dylibs, and Andreas Fink
+indicates that it's necessary for the packaged Wireshark builds he's
+doing.
 
 ------------------------------------------------------------------------
-r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line
+r20302 | guy | 2007-01-04 03:55:05 -0800 (Thu, 04 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/configure.in
+
+-Wl,-single_module breaks the configure script.
 
-Modify Signals descriptor to look more like the actual text message.
 ------------------------------------------------------------------------
-r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines
+r20303 | guy | 2007-01-04 04:05:17 -0800 (Thu, 04 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/wiretap/libpcap.c
-
-Paolo Abeni:
-the attached patch add support for the recently introduced pcap
-bluetooth data link type. Yes, pcap is going to support also bluetooth
-devices (at least on Linux) :-)
+   M /trunk/plugins/irda/packet-sir.c
 
+Call the handoff registration routine proto_reg_handoff_irsir() to avoid
+collisions with the WSP dissector's proto_reg_handoff_sir() - and don't
+call it in the proto_register_irsir(); handoff registration routines are
+supposed to be called after *all* registration routines are called.
 
 ------------------------------------------------------------------------
-r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines
+r20304 | martinm | 2007-01-04 05:25:25 -0800 (Thu, 04 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Make the "WEP key count" option match the number of WEP key slots.  Add
-a note about improving the WEP key interface.
+   M /trunk/diameter/imscxdx.xml
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/wiretap/catapult_dct2000.c
 
+Check in trivial changes before generating a big diff...
 ------------------------------------------------------------------------
-r19515 | etxrab | 2006-10-13 10:04:16 -0700 (Fri, 13 Oct 2006) | 1 line
+r20305 | kukosa | 2007-01-04 05:26:45 -0800 (Thu, 04 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
 
-Set properties.
+fix compilation without GnuTLS
 ------------------------------------------------------------------------
-r19516 | ulfl | 2006-10-13 11:19:42 -0700 (Fri, 13 Oct 2006) | 3 lines
+r20306 | jake | 2007-01-04 05:44:09 -0800 (Thu, 04 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/docbook/developer-guide.xml
+   M /trunk/docbook/user-guide.xml
 
-remove the experimental display of the highest expert level in the statusbar for now.
+Bump date and version number
 
-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.
 ------------------------------------------------------------------------
-r19517 | sahlberg | 2006-10-13 14:07:07 -0700 (Fri, 13 Oct 2006) | 4 lines
+r20307 | jake | 2007-01-04 05:46:29 -0800 (Thu, 04 Jan 2007) | 2 lines
 Changed paths:
-   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
-
+   M /trunk/version_info.c
 
+Bump date
 
 ------------------------------------------------------------------------
-r19518 | sahlberg | 2006-10-13 14:26:03 -0700 (Fri, 13 Oct 2006) | 4 lines
+r20308 | jake | 2007-01-04 06:23:56 -0800 (Thu, 04 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-check the estinated data transfer length for the current transfer  and start adding checks for scsi data reassembly
-
+   M /trunk/plugins/irda/packet-sir.c
 
+Serious source code cleanup.
 
 ------------------------------------------------------------------------
-r19519 | sahlberg | 2006-10-13 15:25:35 -0700 (Fri, 13 Oct 2006) | 3 lines
+r20309 | martinm | 2007-01-04 09:56:17 -0800 (Thu, 04 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-sip.c
 
-add scsi data reassembly
+Make Expires header value a numeric field
+------------------------------------------------------------------------
+r20310 | guy | 2007-01-04 10:35:33 -0800 (Thu, 04 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/Makefile.am
 
+Rename pkgdata_DATA to dist_pkgdata_DATA, to make sure it's in the
+distribution.  That means we don't have to include it in EXTRA_DIST.
 
 ------------------------------------------------------------------------
-r19520 | ulfl | 2006-10-13 17:22:36 -0700 (Fri, 13 Oct 2006) | 1 line
+r20311 | etxrab | 2007-01-04 12:15:22 -0800 (Thu, 04 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/color_edit_dlg.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-inap.h
 
-as Stephen Fisher noted: fix the files header comment
+Make the recent INAP change in the template file as well.
 ------------------------------------------------------------------------
-r19521 | gerald | 2006-10-13 17:27:50 -0700 (Fri, 13 Oct 2006) | 2 lines
+r20312 | guy | 2007-01-04 12:47:43 -0800 (Thu, 04 Jan 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.am
+   M /trunk/wiretap/Makefile.am
 
-Set SVN properties.
+On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
+used with shared libraries, to fix some error that shows up in some
+cases; some Apple documentation recommends it for most shared libraries.
 
 ------------------------------------------------------------------------
-r19522 | gerald | 2006-10-13 17:31:35 -0700 (Fri, 13 Oct 2006) | 2 lines
+r20313 | ulfl | 2007-01-04 12:51:18 -0800 (Thu, 04 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/docbook/release-notes.xml
+   M /trunk/config.nmake
 
-Release note and changelog updates.
+add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option (this is the one described in the corresponding Wiki page)
 
+mark "Visual Studio 2005" (without Express) as EXPERIMENTAL too, seems to be working just like the Express Edition :-)
 ------------------------------------------------------------------------
-r19523 | sahlberg | 2006-10-13 18:44:29 -0700 (Fri, 13 Oct 2006) | 8 lines
+r20314 | lego | 2007-01-04 14:44:17 -0800 (Thu, 04 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-let SCSI reassembly default to FALSE
+the widcards: Choose and All were inverted (again?)
 
-put "reassembled in" in the summary line
 
-put the fragment list at the top of the tree instead of down inside the SCSI expansion
+------------------------------------------------------------------------
+r20315 | lego | 2007-01-04 14:45:43 -0800 (Thu, 04 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/acinclude.m4
 
+the -lm flag might be needed to link lua
 
 
 ------------------------------------------------------------------------
-r19524 | sahlberg | 2006-10-13 22:02:40 -0700 (Fri, 13 Oct 2006) | 6 lines
+r20316 | lego | 2007-01-04 14:47:23 -0800 (Thu, 04 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/to_str.c
-
-create a new address type AT_USB and start populating the packet list 
-with nice data
-
+   M /trunk/radius/dictionary.3gpp
 
+fix some entries with wrong spaces
 
 
 ------------------------------------------------------------------------
-r19525 | sahlberg | 2006-10-14 02:18:24 -0700 (Sat, 14 Oct 2006) | 6 lines
+r20317 | lego | 2007-01-04 14:58:33 -0800 (Thu, 04 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndmp.c
-
-set both read/write flags in ndmp scsi   and also always set the expected length to whatever length is transported inside the ndmp pdu
-
-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
+   A /trunk/epan/wslua/doc
+   A /trunk/epan/wslua/doc/Makefile
 
+Add the documentation directory
 
 
 ------------------------------------------------------------------------
-r19526 | sahlberg | 2006-10-14 02:43:17 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20318 | gerald | 2007-01-04 15:21:37 -0800 (Thu, 04 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-put the packet type in the summary line
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
+Don't lower-case our SSID and passphrase, otherwise we'll create an
+incorrect PSK hash.
 
 ------------------------------------------------------------------------
-r19527 | sahlberg | 2006-10-14 03:09:32 -0700 (Sat, 14 Oct 2006) | 7 lines
+r20319 | gerald | 2007-01-04 15:54:00 -0800 (Thu, 04 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/wslua/Makefile.nmake
 
-rename some fields in the setup blob to use the same names as in the standard
+Remove duplicate targets.
 
+------------------------------------------------------------------------
+r20320 | sfisher | 2007-01-04 16:33:23 -0800 (Thu, 04 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.h
 
-add dissection of the bmRequestType bitmap
 
+Remove stderr output of an error condition per bug #998.  The error is already
+displayed in the packet tree.
 
 
 ------------------------------------------------------------------------
-r19528 | sahlberg | 2006-10-14 03:52:50 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20321 | gerald | 2007-01-04 17:35:23 -0800 (Thu, 04 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-implement WRITE and CREATE COLLECTION
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/libwireshark.def
+   M /trunk/tools/win32-setup.sh
 
+Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1.  Enable
+AirPcap.
 
 ------------------------------------------------------------------------
-r19529 | sahlberg | 2006-10-14 04:25:38 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20322 | ulfl | 2007-01-04 20:58:52 -0800 (Thu, 04 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/config.nmake
 
-add dissection of FLUSH and FLUSH COLLECTION
+move the directory settings more to the top, add an optional platform SDK setting
+------------------------------------------------------------------------
+r20323 | ulfl | 2007-01-04 21:03:15 -0800 (Thu, 04 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/config.nmake
 
+compile error in openssl.h depends on the Platform SDK, not the MSVC variant used
 
+change the !IFDEF around GNUTLS accordingly
 ------------------------------------------------------------------------
-r19530 | etxrab | 2006-10-14 07:13:00 -0700 (Sat, 14 Oct 2006) | 1 line
+r20324 | ulfl | 2007-01-04 21:23:02 -0800 (Thu, 04 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
 
-Dissect observedeventsdescriptor more like the actual text.
+don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
 ------------------------------------------------------------------------
-r19531 | jake | 2006-10-14 12:00:31 -0700 (Sat, 14 Oct 2006) | 1 line
+r20325 | etxrab | 2007-01-04 23:32:39 -0800 (Thu, 04 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   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
 
-Update FSF address in code template
+- Dissect IA5 digits
+- Update info column
+- Call subdissectors
+- fix some asn1 bugs
+- clean up .cnf file.
 ------------------------------------------------------------------------
-r19532 | guy | 2006-10-14 13:17:14 -0700 (Sat, 14 Oct 2006) | 5 lines
+r20326 | guy | 2007-01-04 23:36:30 -0800 (Thu, 04 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/wiretap/configure.in
 
-Do the suboption processing in dissect_netware_ip_suboption() a bit more
-like the way it's done in other suboption dissectors.
-
-Fix a typo.
+When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot that
+Wiretap has its own configuration file.  Do to its configuration file
+what was done to the top-level configuration file.
 
 ------------------------------------------------------------------------
-r19533 | guy | 2006-10-14 13:18:10 -0700 (Sat, 14 Oct 2006) | 2 lines
+r20327 | lego | 2007-01-05 04:11:05 -0800 (Fri, 05 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/wslua/wslua_util.c
 
-Fix a compiler warning by doing what I suspect was intended.
+ + register_stat_cmd_arg()
+ * use '/' as directory separator on both plattforms
 
 ------------------------------------------------------------------------
-r19534 | sahlberg | 2006-10-14 15:05:57 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20328 | lego | 2007-01-05 04:14:42 -0800 (Fri, 05 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/wslua/wslua_gui.c
 
-if reassembly did not give us a new tvb,  then dont call any scsi payload subdissector
+ * rename url->file in browser_open_data_file()
 
 
 ------------------------------------------------------------------------
-r19535 | sahlberg | 2006-10-14 15:31:27 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20329 | jake | 2007-01-05 05:42:08 -0800 (Fri, 05 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-dissect some more osd service actions
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-ntp.h
 
+Added functionality proposed in bug 1233.
+Clean up of source code.
 
 ------------------------------------------------------------------------
-r19536 | sahlberg | 2006-10-14 15:45:07 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20330 | lego | 2007-01-05 07:09:33 -0800 (Fri, 05 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/wslua/wslua_dumper.c
+   M /trunk/epan/wslua/wslua_util.c
+
+* have the Dumper using either '\' or '/' as directory separator in all plattforms.
+* use the directory separator not a pointer to it.
 
-some more service actions
 
 
 ------------------------------------------------------------------------
-r19537 | sahlberg | 2006-10-14 19:54:08 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20331 | ulfl | 2007-01-05 16:48:11 -0800 (Fri, 05 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-more serviceactions
-
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
 
+fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK issue - time will tell)
 ------------------------------------------------------------------------
-r19538 | sahlberg | 2006-10-14 20:49:27 -0700 (Sat, 14 Oct 2006) | 5 lines
+r20332 | ulfl | 2007-01-05 17:05:59 -0800 (Fri, 05 Jan 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/config.nmake
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/megaco/Makefile.nmake
+   M /trunk/plugins/mgcp/Makefile.nmake
 
-start dissecting the setup headers
+add experimental support for some more of the MSVC_VARIANTs:
+- Microsoft .Net Framework SDK Version 1.1
+- Microsoft .Net Framework 2.0 SDK
+... which seems to work fine now (except for the open problems like zlib) :-)
 
-dissect GET DESCRIPTOR as an example on how to add such dissectors
+Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way.
 
+btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-)
+------------------------------------------------------------------------
+r20333 | etxrab | 2007-01-06 12:21:30 -0800 (Sat, 06 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
+Fix tag > 0x1f
 ------------------------------------------------------------------------
-r19539 | sahlberg | 2006-10-14 23:10:59 -0700 (Sat, 14 Oct 2006) | 8 lines
+r20334 | etxrab | 2007-01-06 12:51:03 -0800 (Sat, 06 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_map.h
 
-add a new port type for usb endpoints
+Check in the asn2wrs generated ANSI map dissector.
+------------------------------------------------------------------------
+r20335 | etxrab | 2007-01-07 07:38:29 -0800 (Sun, 07 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
+Show return signal in info col. also if no data.
+------------------------------------------------------------------------
+r20336 | ulfl | 2007-01-07 11:50:16 -0800 (Sun, 07 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
 
-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
+fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details
+------------------------------------------------------------------------
+r20337 | ulfl | 2007-01-07 18:40:06 -0800 (Sun, 07 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
 
+if we don't have MSVC6, download (using the setup target) the zlib source package instead of the dll one, and compile it in a temp dir before continuing with wiretap
+------------------------------------------------------------------------
+r20338 | guy | 2007-01-07 18:55:41 -0800 (Sun, 07 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/libpcap.c
 
+We support nanosecond resolution in Wiretap; use that with AIX libpcap
+files.
 
 ------------------------------------------------------------------------
-r19540 | sahlberg | 2006-10-15 01:12:41 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20339 | ulfl | 2007-01-07 19:31:28 -0800 (Sun, 07 Jan 2007) | 3 lines
 Changed paths:
-   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
+   M /trunk/config.nmake
 
+Oops, I did it again ;-)
 
+C:\Programme -> C:\Program Files
 ------------------------------------------------------------------------
-r19541 | sahlberg | 2006-10-15 01:21:56 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20340 | ulfl | 2007-01-07 21:03:17 -0800 (Sun, 07 Jan 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-populate the info column with the request type and whetehr it is a request or a response
+   M /trunk/Makefile.nmake
 
+fix general compilation:
+- compile wiretap unconditionally
 
+fix .NET1.1 + PSDK compilation:
+- lib.exe tool not available, build dll only (that's just enough)
+- copy zlib1.dll.manifest file only if it's available, MSVC2003 doesn't generate it
 ------------------------------------------------------------------------
-r19542 | jmayer | 2006-10-15 05:27:51 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20341 | sfisher | 2007-01-07 23:19:31 -0800 (Sun, 07 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dfilter/dfunctions.c
+   M /trunk/epan/dfilter/dfunctions.h
+   M /trunk/epan/dfilter/sttype-function.c
+
+
+Add "svn:keywords Id" and "svn:eol-style native"
 
-- gcc dies on "default: }", add a ;
-- proto_register usb instead of eth.
 
 ------------------------------------------------------------------------
-r19543 | etxrab | 2006-10-15 09:06:02 -0700 (Sun, 15 Oct 2006) | 1 line
+r20342 | ulfl | 2007-01-07 23:42:26 -0800 (Sun, 07 Jan 2007) | 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
+   M /trunk/Makefile.nmake
 
-Upadte to H.248 V3 and add some annex E parameters.
+the makefile dependencies are just killing me ;-) Maybe this is the right way to go ...
 ------------------------------------------------------------------------
-r19544 | etxrab | 2006-10-15 15:11:26 -0700 (Sun, 15 Oct 2006) | 2 lines
+r20343 | jmayer | 2007-01-08 02:36:28 -0800 (Mon, 08 Jan 2007) | 3 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
+   M /trunk/make-version.pl
+
+Adapt the svn info hack to work out of the box for people who
+are using svn 1.4 or newer to automatically switch to svn info.
 
-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
+r20344 | jmayer | 2007-01-08 03:51:04 -0800 (Mon, 08 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/manuf
+
+Update manuf
 
-add a prerequisites section and some minor changes
 ------------------------------------------------------------------------
-r19546 | ulfl | 2006-10-15 15:57:31 -0700 (Sun, 15 Oct 2006) | 1 line
+r20345 | jmayer | 2007-01-08 06:25:35 -0800 (Mon, 08 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
+
+Update FAQ
 
-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
+r20346 | jmayer | 2007-01-08 06:32:10 -0800 (Mon, 08 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-usb.h
+   M /trunk/epan/to_str.c
+
+Commit my USB changes (change address handling)
 
-be more specific about the README.developer file
 ------------------------------------------------------------------------
-r19548 | ulfl | 2006-10-15 18:48:16 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20347 | gerald | 2007-01-08 13:19:46 -0800 (Mon, 08 Jan 2007) | 2 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
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_tkip.c
+   M /trunk/epan/crypt/airpdcap_wep.c
+   D /trunk/epan/crypt/airpdcap_wep.h
 
-deleted lot's of irrelevant/outdated content from README.win32.
+Remove duplicate crc32 code.
 
-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.
 ------------------------------------------------------------------------
-r19549 | ulfl | 2006-10-15 19:37:06 -0700 (Sun, 15 Oct 2006) | 1 line
+r20348 | ulfl | 2007-01-08 14:11:56 -0800 (Mon, 08 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
-   A /trunk/doc/README.display_filter
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-split the display filter engine doc into it's own file
+PropagationDelayFactor -> LineDelay
 ------------------------------------------------------------------------
-r19550 | ulfl | 2006-10-15 20:23:43 -0700 (Sun, 15 Oct 2006) | 1 line
+r20349 | ulfl | 2007-01-08 14:29:18 -0800 (Mon, 08 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/doc/README.binarytrees
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/config.nmake
+   M /trunk/gtk/capture_if_details_dlg.c
 
-fix a typo
+fix compilation for:
+- Visual Studio .NET (2002)
+- Visual Studio .NET 2003
 ------------------------------------------------------------------------
-r19551 | ulfl | 2006-10-15 20:25:50 -0700 (Sun, 15 Oct 2006) | 4 lines
+r20350 | ulfl | 2007-01-08 14:50:49 -0800 (Mon, 08 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
-
-- some more cleanup
-- mention the other README files
-- encode some @ chars to [AT] in mail addresses
+   M /trunk/epan/crypt/Makefile.common
 
+airpdcap_wep.h was removed
 ------------------------------------------------------------------------
index 12f4809ea7d4fb4f497b82b7610fb740b45ae01e..b78fb62ef1bb454a44f5da54751921d01879d219 100644 (file)
@@ -31,22 +31,36 @@ Wireshark Info
     <para>
 
       The following vulnerabilities have been fixed.  See the
-      <ulink url="http://www.wireshark.org/security/wnpa-sec-2006-02.html">security advisory</ulink> for details and a workaround.
+      <ulink url="http://www.wireshark.org/security/wnpa-sec-2007-01.html">security advisory</ulink> for details and a workaround.
 
       <itemizedlist>
 
         <listitem><para>
-         TCP reassembly could crash.
-         <!-- Fixed in ? -->
-         <!-- Bug IDs: ? -->
-         Versions affected: ?
+         The TCP dissector could hang or crash while reassembling HTTP packets.
+         <!-- Fixed in r19859 -->
+         <!-- Bug IDs: 1200 -->
+         Versions affected: 0.99.2 to 0.99.4
+        </para></listitem>
+
+        <listitem><para>
+         The HTTP dissector could crash.
+         <!-- Fixed in 19899 -->
+         <!-- Bug IDs: None -->
+         Versions affected: 0.99.3 to 0.99.4
         </para></listitem>
 
         <listitem><para>
          On some systems, the IEEE 802.11 dissector could crash.
          <!-- Fixed in 20126 -->
          <!-- Bug IDs: None -->
-         Versions affected: ?
+         Versions affected: 0.10.14 to 0.99.4
+        </para></listitem>
+
+        <listitem><para>
+         On some systems, the LLT dissector could crash.
+         <!-- Fixed in 20007 -->
+         <!-- Bug IDs: None -->
+         Versions affected: 0.99.3 to 0.99.4
         </para></listitem>
 
       </itemizedlist>
@@ -59,59 +73,52 @@ Wireshark Info
 
       <itemizedlist>
 
-        <listitem><para>
-          The file set dialog could grow excessively large.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=331">Bug
-          331</ulink>)
-        </para></listitem>
-
-        <listitem><para>
-          Trying to save flow data may crash Wireshark.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=396">Bug
-          396</ulink>)
-        </para></listitem>
+        <para>
+          On Windows systems the packet list scroll bar could sometimes
+          disappear or become unusable.
+          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=220">Bug
+          220</ulink>)
+        </para>
 
         <listitem><para>
-          It may not be possible to re-order coloring rules under Windows.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=699">Bug
-          699</ulink>)
+          The end of HTTP chunked encoding wasn't being displayed.
+          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=646">Bug
+          646</ulink>)
         </para></listitem>
 
         <listitem><para>
-          Printing each packet to a new page didn't work under Windows.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=707">Bug
-          707</ulink>)
+          The Follow TCP Stream window could omit characters.
+          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1043">Bug
+          1043</ulink>)
         </para></listitem>
 
         <listitem><para>
-          The personal hosts configuration file wasn't being parsed correctly.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=795">Bug
-          795</ulink>)
+          Opening a flow graph could crash Wireshark.
+          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1117">Bug
+          1117</ulink>)
         </para></listitem>
 
         <listitem><para>
-          "Save as" to an existing file wasn't allowed.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=927">Bug
-          927</ulink>)
+          Follow TCP Stream would sometimes get the direction wrong.
+          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1138">Bug
+          1138</ulink>)
         </para></listitem>
 
         <listitem><para>
-          The SNMP dissector was not handling 64-bit counters properly.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1047">Bug
-          1047</ulink>)
+          The foreground text in the coloring rules editor was always black..
+          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1164">Bug
+          1164</ulink>)
         </para></listitem>
 
         <listitem><para>
-          Wireshark and TShark would fail to start under Windows while trying to acquire a crypto context.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1096">Bug
-          1096</ulink>)
+          The CSV export format was incorrect.
+          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1173">Bug
+          1173</ulink>)
         </para></listitem>
 
-        <listitem><para>
-          Invalid characters could show up in PDML output.
-          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1110">Bug
-          1110</ulink>)
-        </para></listitem>
+       <listitem><para>
+         On some Windows systems Wireshark could take a long time to start up.
+       </para></listitem>
 
       </itemizedlist>
     </para>
@@ -125,58 +132,40 @@ Wireshark Info
       <itemizedlist>
 
         <listitem><para>
-        <ulink url="http://www.cacetech.com/products/airpcap.htm">AirPcap</ulink>,
-        support (which provides raw mode capture under Windows) has been
-        enhanced to allow capturing on multiple AirPcap adapters
-        simultaneously using the Multi-Channel Aggregator.
+        WPA and WPA2 decryption support has been added.  The TDS / MS SQL
+        dissector now de-obfuscates passwords.
         </para></listitem>
 
         <listitem><para>
-        VoIP call playback has been enhanced.  If Wireshark is linked with
-        the PortAudio library, you can play back G.711 conversations.  This
-        feature is present in the standard Windows installer.
+        64-bit file handling has been improved.
         </para></listitem>
 
         <listitem><para>
-        The capture interface dialog display has been enhanced.
+        The <command>Find</command> function now selects the corresponding.
+        packet detail item.
         </para></listitem>
 
         <listitem><para>
-        The "Save" button has been removed from the "Ok" / "Apply" / "Cancel"
-        button group in the following dialogs:
-        <itemizedlist>
-          <listitem><para>Edit/Preferences</para></listitem>
-          <listitem><para>View/Coloring Rules</para></listitem>
-          <listitem><para>Capture/Capture Filters</para></listitem>
-          <listitem><para>Analyze/Display Filters</para></listitem>
-          <listitem><para>"Analyze/Enabled Protocols</para></listitem>
-        </itemizedlist>
-        If you're fond of the "Save" button it can be resurrected in the
-        User Interface preferences.
+        <command>Find</command> functionality has been added to the TCP and
+        SSL stream dialogs.
         </para></listitem>
 
         <listitem><para>
-        Reading from stdin ("-i -") now works under Windows.
+        Main window keyboard navigation has been improved.
         </para></listitem>
 
         <listitem><para>
-        Expert analysis has been improved.
+        <ulink url="http://www.cacetech.com/products/airpcap.htm">AirPcap</ulink>
+        support (which provides raw mode capture under Windows) has been
+        enhanced to allow capturing on multiple AirPcap adapters
+        simultaneously using the Multi-Channel Aggregator.
         </para></listitem>
 
         <listitem><para>
-        Wireshark now supports USB as a media type.  If you're running a
-        Linux distribution with version 2.6.11 of the kernel or greater
-        <emphasis>and</emphasis> you have the usbmon module enabled <emphasis>and</emphasis>
-        you have a recent CVS version of libpcap (post-0.9.5) installed
-        you can also do live captures.  More details can be found at the
-        <ulink url="http://wiki.wireshark.org/CaptureSetup/USB">USB
-        capture setup</ulink> page on the wiki.
+        You can no longer install Wireshark on Windows 95, 98, or ME.  (OK,
+        so it's not a <emphasis>feature</emphasis> per se&#2026;)
         </para></listitem>
 
-        <listitem><para>
-        The number of WEP keys that the user can specify in the IEEE 802.11
-        protocol preferences has been increased from 4 to 64.
-        </para></listitem>
 
       </itemizedlist>
     </para>
@@ -185,119 +174,117 @@ Wireshark Info
     <section><title>New Protocol Support</title>
     <para>
 
-Enea LINX,
-Ethernet Powerlink (v1 and v2),
-H.248 Q.1950 Annex A,
-Linux pktgen,
-MP2T,
-NEWMAIL,
-PNG,
-SCSI OSD,
-UDLD,
-UMTS FP,
-USB,
-WLCCP,
-WZCSVC,
+DMP,
+NBD,
+OMAPI,
+RGMP,
+Roofnet,
+STUN v2
 
     </para>
     </section>
 
     <section><title>Updated Protocol Support</title> <para>
 
-3Com NJACK,
-802.11,
-ACSE,
-AH,
-ALCAP,
+2dparityfec,
+ACN,
+AIM,
+AMR,
+ANSI 637,
+ANSI A,
 ANSI MAP,
-ATM,
-ASN.1,
+ARP,
+ASN.1 BER,
+ASN.1 PER,
 BACapp,
-BER,
-BGP,
-BSSAP,
-Camel,
-Catapult DCT2000,
-CFlow,
-CLNP,
-Common Windows networking,
-DAP,
-DCERPC (DCERPC, ATSVC, DFS, EFS, EPM, EVENTLOG, INITSHUTDOWN, MAPI, NT, PIPE, SAMR, SPOOLSS, SRVSVC, SVCCTL, WINREG),
-DCOM (DCOM, CBA-ACCO, SYSACT),
-DIAMETER,
-DISP,
+BPDU,
+CAMEL,
+DCERPC (DCERPC, EFS, EVENTLOG, NSPI, PN-IO, WINREG),
+DCOM CBA,
+DCP,
+DHCP,
+DHCPv6,
+DMP,
 DNS,
-DOP,
-DSP,
-ESP,
-Ethernet,
-FC,
+EAP,
+EPL,
+ETSI DCP,
 FCP,
+GIOP,
 GSM A,
-GSM MAP,
-GSM SMS,
-GSSAPI,
-GTP,
-H.225,
 H.245,
 H.248,
+HPSW,
 HTTP,
-ICQ,
-IKE,
+ICMP,
+ICMPv6,
+IEEE 802.11,
+IMAP,
+INAP,
+IPMI,
+IPsec,
+IRC,
 ISAKMP,
 iSCSI,
-ISUP,
+ISIS LSP,
 IUUP,
-Kerberos 4,
-LAP-D,
+K12,
+Kerberos,
 LDAP,
-LLC,
-LogotypeCertExtn,
+LLDP,
 MEGACO,
+MGCP,
 MIME Multipart,
-MIP6,
 MMS,
+MMSE,
 MSRP,
-MTP3,
-NCP,
-NDMP,
-NDPS,
+MySQL,
+NetFlow,
 NFS,
+NTLMSSP,
 NTP,
-OSI,
-PER,
-PN-MRP,
-PPP,
-19154Q.931,
+OSPF,
+PN-PTCP,
+PPPoE,
+Q.931,
+Radiotap,
 RADIUS,
-Redback,
 RPC,
+RSVP,
 RTCP,
-RTP,
+S4406,
 SCCP,
 SCSI,
 SDP,
+SES,
+sFlow,
+SIGCOMP,
 SIP,
-SMB,
-SMRSE,
-SNMP,
+SIR,
+Skinny,
+SMB (SMB, NETLOGON),
+SMTP,
+SPNEGO,
 SSL,
-STANAG 5066,
-STP,
-TCAP,
+T.38,
 TCP,
-TFTP,
+TDS,
+text/media,
 TIPC,
+UDP Lite,
 UDP,
 UMA,
-VLAN,
+UMTS FP,
+USB,
 VNC,
-VRRP,
-X.509ce
-X11,
-YMSG,
-WTLS,
-
+WBXML,
+WLCCP,
+WSP,
+X.411,
+X.420,
+XML,
+XOT,
+YMSG
 
     </para>
     </section>
@@ -305,7 +292,7 @@ WTLS,
     <section><title>New and Updated Capture File Support</title>
     <para>
 
-Catapult DCT2000, EyeSDN, iSeries
+Catapult DCT2000, Netttl, Windows Sniffer / NetXray
 
     </para>
     </section>
@@ -349,14 +336,6 @@ Catapult DCT2000, EyeSDN, iSeries
 
   <section id="KnownProblems"><title>Known Problems</title>
 
-    <para>
-      On Windows systems the packet list scroll bar can sometimes disappear
-      or become unusable.  Until the problem is fixed you can work around it
-      by resizing the packet list or the main window.
-      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=220">Bug
-      220</ulink>)
-    </para>
-
     <para>
       The <guibutton>Filter</guibutton> button is nonfunctional in the
       file dialogs under Windows.