Didier Gautheron:
[obnox/wireshark/wip.git] / ChangeLog
index dab85c8d14d46ed5ebfa0a25af93e40fe7f94118..b1a3e630ec054bbe83dbe1a386131ec77dd34604 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r19646 | gerald | 2006-10-20 16:22:53 -0700 (Fri, 20 Oct 2006) | 6 lines
+r22111 | gerald | 2007-06-15 11:44:43 -0700 (Fri, 15 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/airpcap_dlg.c
-   M /trunk/gtk/airpcap_gui_utils.h
-   M /trunk/gtk/main.c
-   M /trunk/gtk/prefs_dlg.c
-
-AirPcap fixes from Giorgio Tino:
-
-1) When choosing to Merge, Import or Keep decryption keys,  key lists will be saved to the preferences file AND into the registry.
+   M /trunk/config.nmake
+   M /trunk/configure.in
 
-2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.
+0.99.6 has been split off.  Bump the trunk to 0.99.7.
 
 ------------------------------------------------------------------------
-r19649 | sahlberg | 2006-10-20 21:57:12 -0700 (Fri, 20 Oct 2006) | 6 lines
+r22112 | guy | 2007-06-15 16:07:10 -0700 (Fri, 15 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
-
-dissect the self-powered and the remote-wakeup flags
-show the powerconsumption in mA
+   M /trunk/epan/dissectors/packet-rpc.c
 
+Fix indentation.
 
 ------------------------------------------------------------------------
-r19650 | sahlberg | 2006-10-20 22:07:48 -0700 (Fri, 20 Oct 2006) | 3 lines
+r22113 | jake | 2007-06-16 03:52:25 -0700 (Sat, 16 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-the flags are FT_BOOLEAN not FT_UINT8
-
+   M /trunk/docbook/user-guide.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   M /trunk/docbook/wsug_src/WSUG_app_tools.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_introduction.xml
 
+Bring the information up to date regarding versions and sample output.
 ------------------------------------------------------------------------
-r19651 | ulfl | 2006-10-21 02:40:18 -0700 (Sat, 21 Oct 2006) | 1 line
+r22114 | ulfl | 2007-06-16 04:09:34 -0700 (Sat, 16 Jun 2007) | 1 line
 Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
    M /trunk/packaging/nsis/wireshark.nsi
 
-remove two packaging warnings - could this be applied to 0.99.4?
+Since the integration into the official GTK sources, the name of GTK-Wimp is now "GTK MS Windows Engine". Change the name in the NSIS installer and the docbook docs accordingly.
 ------------------------------------------------------------------------
-r19652 | ulfl | 2006-10-21 05:06:26 -0700 (Sat, 21 Oct 2006) | 5 lines
+r22115 | sfisher | 2007-06-16 17:54:58 -0700 (Sat, 16 Jun 2007) | 6 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
-
-the text in the about box license page was hard to read because of line breaks at the wrong places.
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.h
+   M /trunk/gtk/filter_dlg.c
 
-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.
-------------------------------------------------------------------------
-r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/main.c
+Fix bug #1334 and a problem where a user couldn't interact with the
+filter dialog's add expression dialog when going to it through file->open
+or file->merge (because dialogs in between are set to modal).
 
-Put the ", " before the PortAudio item regardless of whether we have
-PortAudio or not; this fixes 1174.
 
 ------------------------------------------------------------------------
-r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 lines
+r22116 | lego | 2007-06-16 21:58:16 -0700 (Sat, 16 Jun 2007) | 5 lines
 Changed paths:
-   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
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/capinfos.c
+   M /trunk/editcap.c
 
+Have editcap and capinfos compile --without-plugins
 
-change http.content_length to be FT_UINT32
+Should go in 0.99.6
 
 
 ------------------------------------------------------------------------
-r19655 | sahlberg | 2006-10-21 17:21:40 -0700 (Sat, 21 Oct 2006) | 6 lines
+r22117 | jake | 2007-06-17 04:18:29 -0700 (Sun, 17 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet_info.h
-
-add a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_pdus() (and others if need be)
+   M /trunk/docbook/developer-guide.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
-in tcp_dissect_pdus()  add a field ( tcp.pdu.size ) to the tree that displays the pdu size.
+Bring developer guide up to date regarding tools and current plugin build infrastructure.
+------------------------------------------------------------------------
+r22118 | sahlberg | 2007-06-17 10:39:30 -0700 (Sun, 17 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfs.c
 
+add some missing error codes
 
 
 ------------------------------------------------------------------------
-r19656 | sahlberg | 2006-10-21 18:21:20 -0700 (Sat, 21 Oct 2006) | 3 lines
+r22119 | sahlberg | 2007-06-17 12:51:20 -0700 (Sun, 17 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/gtk/column_prefs.c
 
-dissect the individual bits in the CONFIDURATION descriptor field for the endpoint address
+column_entry_changed_cb is not used by the GTK1 code.   ifdef it out for 
+gtk1
 
 
 ------------------------------------------------------------------------
-r19657 | sahlberg | 2006-10-21 22:21:37 -0700 (Sat, 21 Oct 2006) | 3 lines
+r22120 | sahlberg | 2007-06-17 12:57:47 -0700 (Sun, 17 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/gtk/filter_dlg.c
 
-fix some endianess issues
+gtk1 does not have gtk_window_get_modal
 
 
 ------------------------------------------------------------------------
-r19658 | sahlberg | 2006-10-22 02:38:59 -0700 (Sun, 22 Oct 2006) | 3 lines
+r22121 | sahlberg | 2007-06-17 13:57:34 -0700 (Sun, 17 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-add tracking of interface class for CONTROL_INPUT as well as existing support for BULK INPUT/OUTPUT
+remember locking info between requests and repsonses so it is easier to 
+diagnose why an operation returned an error
 
 
 ------------------------------------------------------------------------
-r19659 | sahlberg | 2006-10-22 04:49:23 -0700 (Sun, 22 Oct 2006) | 9 lines
+r22122 | sahlberg | 2007-06-17 16:58:01 -0700 (Sun, 17 Jun 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-implement class specific control commands : reset and getmaxlun for mass storage
+track filenames between rename requests and responses to make it easier to 
+diagnose why a rename failed
 
 
-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
+------------------------------------------------------------------------
+r22123 | sahlberg | 2007-06-17 17:01:24 -0700 (Sun, 17 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
 
+make hf_nfs_nfsstat externaly visible so other dissectors can use nfs 
+status codes
 
 
 ------------------------------------------------------------------------
-r19660 | jake | 2006-10-22 07:28:54 -0700 (Sun, 22 Oct 2006) | 1 line
+r22124 | sahlberg | 2007-06-17 17:04:30 -0700 (Sun, 17 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/print.c
+   M /trunk/epan/dissectors/packet-nfsacl.c
+
+nfs acl uses the same status codes as nfs   so use the hf field for nfs
 
-Fix bug 1173, remove the space after the comma in CSV lines
 ------------------------------------------------------------------------
-r19661 | jake | 2006-10-22 22:30:37 -0700 (Sun, 22 Oct 2006) | 3 lines
+r22125 | sfisher | 2007-06-17 18:42:17 -0700 (Sun, 17 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wlccp.c
+   M /trunk/epan/dissectors/packet-dcom.c
 
-From Stephen Fisher:
-Here is a patch to make a few small fixes to packet-wlccp.c:
 
-------------------------------------------------------------------------
-r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/editcap.c
+Fix compilation on OS X with GLib 1.2 by including ctype.h since our
+isprint.h override only kicks in for GLib 2+.
 
-As proposed by Tim Furlong:
-set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
-Might fix Bug 1158
 
 ------------------------------------------------------------------------
-r19663 | tuexen | 2006-10-23 10:12:48 -0700 (Mon, 23 Oct 2006) | 3 lines
+r22126 | standel | 2007-06-17 19:23:44 -0700 (Sun, 17 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /trunk/configure.in
 
-Use G_GINT64_CONSTANT to handle 64-bit constants in the code.
+get rid of the "case" statement to test the value of withval.
 
 
 ------------------------------------------------------------------------
-r19664 | martinm | 2006-10-23 10:22:20 -0700 (Mon, 23 Oct 2006) | 3 lines
+r22127 | standel | 2007-06-17 20:03:54 -0700 (Sun, 17 Jun 2007) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/wiretap/catapult_dct2000.c
-   M /trunk/wiretap/catapult_dct2000.h
+   M /trunk/configure.in
 
-- Fix problems with parsing sctpprim headers
-- Add dissection of nbap (as encap or inside sctp primitive)
+Fix bug #1395
+Configure options '--with-libgnutls-prefix' and '--with-libgcrypt-prefix' could
+be used to indicate the path where the respective libraries had been installed.
+However, these options could not be used to compile wireshark without the use
+of them if installed on the system.
+These two macros are not part of the wireshark project. configure.in has
+therefore been modified so that wireshark can be compiled without gnutls or
+gcrypt. Two configure options have been introduced : '--with-gnutls' and
+'--with-gcrypt'. They take precedence on their 'prefix-specification'
+counterpart or in other words, if '-with-gnutls=no' and
+'--with-libgnutls-prefix' are used, wireshark will be compiled *without*
+gnutls.
 
 ------------------------------------------------------------------------
-r19665 | ashokn | 2006-10-23 10:32:15 -0700 (Mon, 23 Oct 2006) | 4 lines
+r22128 | jake | 2007-06-18 11:11:58 -0700 (Mon, 18 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-edonkey.h
+
+From Lukasz "M.":
+I added 5 new packets to packet-edonkey.c and improve 2. Diffs in
+attachment. This part of wireshark (decoding emule packets) it's not
+finish as I see  :)  I try to do it, meybe...  :)
+------------------------------------------------------------------------
+r22129 | sfisher | 2007-06-18 11:57:58 -0700 (Mon, 18 Jun 2007) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mysql.c
 
 
-Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)
+From Martin Warnes:
+
+Currently the MySQL dissector assumes that an OK-Packet Response
+contains the Server_Status field. Having checked the MySQL protocol page
+I can't say conclusively whether it should or it shouldn't, however I've
+come across a couple of MySQL Java clients that receive the OK-Packet
+without the Server_Status field set in response to a "SET AUTOCOMMIT" call.
+The attached patched simply adds a check to ensure the Server_Status
+field is present before calling function mysql_dissect_server_status.
 
 
 ------------------------------------------------------------------------
-r19666 | jake | 2006-10-23 15:43:11 -0700 (Mon, 23 Oct 2006) | 1 line
+r22130 | sfisher | 2007-06-18 12:08:59 -0700 (Mon, 18 Jun 2007) | 9 lines
 Changed paths:
-   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/epan/dissectors/packet-mysql.c
+
+From Martin Warnes:
+
+Attached is a small patch that adds a preference option to allow the SQL
+Query string to be appended to the INFO column display. This makes life
+a little bit easier when scanning a trace to find the packet associated
+with a specific query. I thought it was better to implement it as a
+preference option with default set FALSE as it can clutter up the
+display for applications that generate large amounts of queries.
 
-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
+r22131 | sfisher | 2007-06-18 12:15:48 -0700 (Mon, 18 Jun 2007) | 12 lines
 Changed paths:
-   M /trunk/gtk/voip_calls.c
+   M /trunk/epan/dissectors/packet-armagetronad.c
+
+From Guillaume Chazarain:
+
+Please find attached a patch to fix some bugs in the armagetronad
+dissector. More specifically:
+  
+* Update the descriptors to armagetronad-0.2.8.2.1, the file
+src/network/Makefile.in does not exist anymore in the armagetronad
+source code.
+* Ensure the printed data is null terminated.
+* Avoid guint16 overflow because of the '* 2'.
+* Remove a statement with no effect (data = NULL).
 
-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
+r22132 | etxrab | 2007-06-18 12:20:52 -0700 (Mon, 18 Jun 2007) | 5 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
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-From Alejandro Vaquero:
-For the Radius dissector to add statistics
- in the "Service Response Time" menu and the tshark stats.
+Add code for signals:
+- LCSParameterRequest
+- CheckMEID
+- PositionEventNotification
+- StatusRequest
 ------------------------------------------------------------------------
-r19669 | sahlberg | 2006-10-24 00:27:32 -0700 (Tue, 24 Oct 2006) | 9 lines
+r22133 | sfisher | 2007-06-18 12:31:34 -0700 (Mon, 18 Jun 2007) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-fcoe.c
 
-by popular request
-reintroducing the ACK_RTT   measurement how long it took to ACK a data segment
 
+From Joe Eykholt:
 
+- Remove ethertype preference from recently added FCoE dissector
 
-Gerald   this is a trivially correct patch   can you apply it to the release branch?
+Me:
 
+- Add Joe to the AUTHORS list
+- Change previous line in AUTHORS list from @ to [AT] in e-mail address
 
 
 ------------------------------------------------------------------------
-r19670 | lego | 2006-10-24 06:16:57 -0700 (Tue, 24 Oct 2006) | 9 lines
+r22134 | sfisher | 2007-06-18 13:14:07 -0700 (Mon, 18 Jun 2007) | 8 lines
 Changed paths:
-   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.
+   M /trunk/epan/dissectors/packet-smb.h
 
-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
 
+Fix Windows build-bot warnings:
 
+packet-smb.c(5479) : error C2220: warning treated as error - no object file generated
+packet-smb.c(5479) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
+packet-smb.c(5480) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
 
 ------------------------------------------------------------------------
-r19671 | lego | 2006-10-24 10:34:17 -0700 (Tue, 24 Oct 2006) | 4 lines
+r22135 | etxrab | 2007-06-18 13:54:15 -0700 (Mon, 18 Jun 2007) | 11 lines
 Changed paths:
-   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
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
 
-Improve the documentation generators
-add some docs.
+Fix to:
+For the Cancel Location message, you can replace the
+old_CancelLocationArgV2 by the Identity message.
+So the old syntax for Cancel Location is not used anymore.
 
+For the message Send Authentication Info Res, there is a typo error. The "item" should not be used.
 
+- one with the decoding of "processUnstructuredSS-Data", the IA5 string 
+is not decoded/displayed.
+
+This should go into 0.99.6.
 ------------------------------------------------------------------------
-r19672 | jmayer | 2006-10-24 10:39:32 -0700 (Tue, 24 Oct 2006) | 5 lines
+r22136 | etxrab | 2007-06-18 14:03:59 -0700 (Mon, 18 Jun 2007) | 1 line
 Changed paths:
-   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,
+   M /trunk/asn1/gsmmap/Makefile.nmake
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
 
+Update .cnf file
 ------------------------------------------------------------------------
-r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines
+r22137 | wmeier | 2007-06-18 14:12:13 -0700 (Mon, 18 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-armagetronad.c
 
-Put a trailing ellipsis behind the wireless toolbar buttons since they open
-a new window.
+Fix windows build error ....
 
 ------------------------------------------------------------------------
-r19675 | etxrab | 2006-10-24 15:06:34 -0700 (Tue, 24 Oct 2006) | 4 lines
+r22138 | gerald | 2007-06-18 14:58:34 -0700 (Mon, 18 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/crypt/airpdcap.c
 
-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).
+Be a little less picky about EAPOL packet lengths.  Someone sent in a
+capture that has extra data in the 4th handshake message.
 
-and added some info from a later spec.
 ------------------------------------------------------------------------
-r19677 | gerald | 2006-10-24 17:17:28 -0700 (Tue, 24 Oct 2006) | 2 lines
+r22139 | sfisher | 2007-06-19 11:09:50 -0700 (Tue, 19 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_field.c
+   M /trunk/doc/wireshark.pod
 
-Attempt to get compilation working under Windows.
 
-------------------------------------------------------------------------
-r19678 | gerald | 2006-10-24 17:49:36 -0700 (Tue, 24 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+Add a simple entry for -z voip,calls to wireshark man page/html file 
 
-Attempt to squelch Coverity CID 221.
 
 ------------------------------------------------------------------------
-r19679 | guy | 2006-10-24 20:03:53 -0700 (Tue, 24 Oct 2006) | 2 lines
+r22140 | gerald | 2007-06-19 14:19:11 -0700 (Tue, 19 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan
+   M /trunk/epan/wslua
 
-Clean up some compiler warnings.
+Add more items to svn:ignore.
 
 ------------------------------------------------------------------------
-r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines
+r22141 | etxrab | 2007-06-19 15:11:30 -0700 (Tue, 19 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-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.
+   M /trunk/asn1/gsmmap/Makefile
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
+- update the Unix Makefile to use gsmmap.cnf and not gsm_map.cnf.
+- the Facility is not bellow the facility itself, but at the end of the tree.
+It's not a problem, but it looks strange.. - Fixed
 ------------------------------------------------------------------------
-r19681 | jake | 2006-10-25 08:22:39 -0700 (Wed, 25 Oct 2006) | 5 lines
+r22142 | martinm | 2007-06-20 07:40:40 -0700 (Wed, 20 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wbxml.c
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-diameter.c
 
-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.
+- include gqpolicy.xml properly!
+- print more specific console disgnostics when AVPs don't match because of vendorID being different
 
 ------------------------------------------------------------------------
-r19682 | gerald | 2006-10-25 09:39:19 -0700 (Wed, 25 Oct 2006) | 2 lines
+r22143 | jake | 2007-06-20 10:17:25 -0700 (Wed, 20 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-
-Squelch Coverity CID 220.  Fix up whitespace.
+   M /trunk/epan/dissectors/packet-edonkey.c
 
+From Lukasz M.:
+Sometimes edonkey packets comes joined, and wireshark display only last
+one on column Info. Now everyone is displayed.
 ------------------------------------------------------------------------
-r19683 | martinm | 2006-10-25 09:46:27 -0700 (Wed, 25 Oct 2006) | 3 lines
+r22145 | morriss | 2007-06-20 13:02:52 -0700 (Wed, 20 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-smtp.c
-
-Allow DCT2000 support to find a couple of more protocols.
-Try to squash some warnings seen on the ubuntu buildbot log
+   M /trunk/editcap.c
 
+Increase the maximum number of packet selections to 512 (from 100).  More importantly, give the user feedback if we run out of room for packet selections.  As mentioned on the list, this could be made completely dynamic if someone actually goes over the (new) limit.  OK for 0.99.6 but not necessary.
 ------------------------------------------------------------------------
-r19684 | gerald | 2006-10-25 10:00:33 -0700 (Wed, 25 Oct 2006) | 2 lines
+r22146 | etxrab | 2007-06-20 14:54:40 -0700 (Wed, 20 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
 
-Add more paranoid pointer checks.  Fixes CID 219.
+Add call to the sms dissector for MO-ForwardSM-Arg and MT-ForwardSM-Arg.
+Use a separate valuestring for forwardSM and sendRoutingInfoForSM.
+------------------------------------------------------------------------
+r22147 | etxrab | 2007-06-20 14:56:03 -0700 (Wed, 20 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ulp/ulp.cnf
+   M /trunk/epan/dissectors/packet-ulp.c
 
+Show IPv4/IPv6 addresses as such.
 ------------------------------------------------------------------------
-r19685 | guy | 2006-10-25 11:25:17 -0700 (Wed, 25 Oct 2006) | 3 lines
+r22148 | martinm | 2007-06-21 04:37:42 -0700 (Thu, 21 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/webbrowser.c
+   M /trunk/Makefile.am
+   A /trunk/dtds/xcap-error.dtd
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Include the top-level header for CoreFoundation, to see whether it'll
-fix a build failure I've seen on L**p*rd.
+Add DTD file for xcap-error (RFC 4825)
 
 ------------------------------------------------------------------------
-r19686 | etxrab | 2006-10-25 12:26:58 -0700 (Wed, 25 Oct 2006) | 1 line
+r22149 | gal | 2007-06-21 09:50:16 -0700 (Thu, 21 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/snmp/snmp.asn
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+
+New preference to specify the tcp port to use for P1 and fix to include /OU= in dissected X.400 addresses.
+
 
-Fix Id marking
 ------------------------------------------------------------------------
-r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
+r22150 | martinm | 2007-06-21 10:30:13 -0700 (Thu, 21 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/rtp_player.c
+   M /trunk/wiretap/catapult_dct2000.c
 
-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.
+Don't create & leak a hash table during unsuccessful open()
 
 ------------------------------------------------------------------------
-r19688 | etxrab | 2006-10-25 15:09:48 -0700 (Wed, 25 Oct 2006) | 1 line
+r22151 | gerald | 2007-06-21 10:49:03 -0700 (Thu, 21 Jun 2007) | 7 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_user.h
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/strutil.c
+
+Be less restrictive about WEP key preferences.  Use hex_str_to_bytes to
+process WEP keys.  Allow the "wep:" prefix for WEP keys even when
+HAVE_AIRPDCAP isn't defined.  Add a NULL pointer check to
+hex_str_to_bytes().  Fixes bug 1584.
+
+Fixup indentation.
 
-Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.
 ------------------------------------------------------------------------
-r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
+r22152 | gerald | 2007-06-21 13:22:56 -0700 (Thu, 21 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+In packet-ieee802.11.c, fix a serious preference bug introduced in the
+last checkin.  In airpcap.c, appease the toolbar code by returning a
+lower-case, non-separated WEP key.
 
-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
 ------------------------------------------------------------------------
-r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
+r22154 | etxrab | 2007-06-21 14:38:34 -0700 (Thu, 21 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/airpcap_dlg.c
-
-don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
 
-It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
+Fix some GSM MAP Warnings.
 ------------------------------------------------------------------------
-r19695 | etxrab | 2006-10-26 00:25:07 -0700 (Thu, 26 Oct 2006) | 1 line
+r22155 | etxrab | 2007-06-21 14:41:31 -0700 (Thu, 21 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   D /trunk/asn1/gsm_ss/Makefile
+   D /trunk/asn1/gsm_ss/Makefile.nmake
+   D /trunk/asn1/gsm_ss/SS-Operations.asn
+   D /trunk/asn1/gsm_ss/gsm_ss.cnf
+   D /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+   D /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
 
-Preparations for using the latest GTK 2.8 files for now only gettext is updated.
+Delete now obsolete GSM SS.
 ------------------------------------------------------------------------
-r19696 | etxrab | 2006-10-26 00:34:10 -0700 (Thu, 26 Oct 2006) | 1 line
+r22156 | etxrab | 2007-06-21 14:44:50 -0700 (Thu, 21 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   D /trunk/asn1/MAP_Dialogue
 
-Missed a change.
+Delete now obsolete MAP dialouge.
 ------------------------------------------------------------------------
-r19697 | sahlberg | 2006-10-26 00:34:22 -0700 (Thu, 26 Oct 2006) | 3 lines
+r22157 | standel | 2007-06-21 15:36:33 -0700 (Thu, 21 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/configure.in
 
-update of shaun j's detains
+default value of --with-gcrypt must be set to yes.
 
 
 ------------------------------------------------------------------------
-r19698 | sahlberg | 2006-10-26 00:45:01 -0700 (Thu, 26 Oct 2006) | 14 lines
+r22158 | gerald | 2007-06-21 15:54:06 -0700 (Thu, 21 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-imap.c
-
-from stephen f    fix for 1040
+   M /trunk/docbook/release-notes.xml
 
+Expand the new/added features section.
 
-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.
+------------------------------------------------------------------------
+r22159 | gerald | 2007-06-21 16:19:16 -0700 (Thu, 21 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
+Fix invalid markup.
 
-Thanks,
- ?\194?\160Steve
+------------------------------------------------------------------------
+r22160 | sfisher | 2007-06-21 16:30:09 -0700 (Thu, 21 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
 
+Fix typo in HTTP Export Object menu path.  It ends with HTTP, not HTML.
 
 
 ------------------------------------------------------------------------
-r19699 | ulfl | 2006-10-26 01:07:13 -0700 (Thu, 26 Oct 2006) | 1 line
+r22162 | martinm | 2007-06-22 05:42:47 -0700 (Fri, 22 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-diameter-defs.h
 
-put python script name in brackets
-------------------------------------------------------------------------
-r19700 | ulfl | 2006-10-26 01:08:13 -0700 (Thu, 26 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+NASREQ AVP 4 (NAS-IP-Address) is of type OctetString, not IPAddress
+(according to RFC 4005).
 
-slightly improve info column output
 ------------------------------------------------------------------------
-r19701 | sahlberg | 2006-10-26 01:37:39 -0700 (Thu, 26 Oct 2006) | 4 lines
+r22163 | sahlberg | 2007-06-22 06:23:50 -0700 (Fri, 22 Jun 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-dns.c
 
-break request/response matching to track transactions out from the CONTROL handler to use the same code for ALL pdu types
+dns request/response tracking did not work if tree==NULL we didnt set up 
+the tracking structures
 
+this makes dns request/response trackign work when you dont have any 
+color filters
 
 
 ------------------------------------------------------------------------
-r19702 | martinm | 2006-10-26 03:11:09 -0700 (Thu, 26 Oct 2006) | 1 line
+r22165 | sahlberg | 2007-06-22 12:32:02 -0700 (Fri, 22 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
 
-Hopefully zap some warnings
-------------------------------------------------------------------------
-r19703 | guy | 2006-10-26 03:27:16 -0700 (Thu, 26 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/README.developer
+add code to handle new insanity in how spnego and gss wrap 
+eachother
 
-Mention the 64-bit-integer accessors.
 
-------------------------------------------------------------------------
-r19704 | martinm | 2006-10-26 05:45:14 -0700 (Thu, 26 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
 
-Cast away remaining warnings seen on buildbot
 ------------------------------------------------------------------------
-r19705 | jake | 2006-10-26 07:36:09 -0700 (Thu, 26 Oct 2006) | 4 lines
+r22166 | sfisher | 2007-06-22 15:22:10 -0700 (Fri, 22 Jun 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/docbook/wsug_graphics/ws-stats-iographs.png
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/io_stat.c
+   A /trunk/gtk/pixmap_save.c
+   A /trunk/gtk/pixmap_save.h
+
+
+Fix enhancement bug #1337: Export IO Graphs
+
+This new code adds a save button to the Statistics IO Graphs window and
+is also reusable by any other code that uses GDK Pixmaps to draw graphs.
+The Gdk-pixbuf library included in GTK is used for this save function.
 
-From Xiaoguang Liu
-In wireshark a NTP field is displayed as "clock dispersion".
-But should it be called "root dispersion" as per RFC 1305?
 
 ------------------------------------------------------------------------
-r19706 | jmayer | 2006-10-26 07:50:03 -0700 (Thu, 26 Oct 2006) | 3 lines
+r22167 | sfisher | 2007-06-22 15:42:33 -0700 (Fri, 22 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/asn1/Makefile.am
+   D /trunk/asn1/gsm_ss
+
+
+Fix distcheck for recently removed asn1/gsm_ss and asn1/MAP_Dialogue and
+remove the asn1/gsm_ss directory.
 
-Don't include /usr/local if usage of /usr/local has been disabled via
-configure option.
 
 ------------------------------------------------------------------------
-r19707 | jmayer | 2006-10-26 08:36:50 -0700 (Thu, 26 Oct 2006) | 8 lines
+r22168 | sfisher | 2007-06-22 15:44:51 -0700 (Fri, 22 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
-   A /trunk/cmake/modules/CMakeInstallDirs.cmake
-   M /trunk/cmake/modules/Check64BitFormat.cmake
-   M /trunk/cmake/modules/FindPCAP.cmake
+   M /trunk/asn1/Makefile.nmake
 
-frederic.heem:
-  Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt
 
-me:
-  Fix a typo, change gcc flags to mimic the behaviour of autofoo
-  stuff.
+Remove gsm_ss and MAP_Dialogue from Windows makefile
 
 
 ------------------------------------------------------------------------
-r19708 | jmayer | 2006-10-26 09:39:34 -0700 (Thu, 26 Oct 2006) | 3 lines
+r22169 | gerald | 2007-06-22 17:00:57 -0700 (Fri, 22 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/cmake/modules/LICENSE.txt
+   M /trunk/epan/crypt/airpdcap.c
 
-Only include the license text and not the rest of the source file
-it was copied from as well.
+A recent checkin broke wpa-psk keys; fix it.
 
 ------------------------------------------------------------------------
-r19709 | martinm | 2006-10-26 09:52:55 -0700 (Thu, 26 Oct 2006) | 1 line
+r22170 | sfisher | 2007-06-22 22:58:01 -0700 (Fri, 22 Jun 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/pixmap_save.c
+
+
+Updates to initial check-in of pixmap saving feature:
+
+ - Bump minimum GTK version from 2.4 to 2.6 in code and users manual
+ - Free some strings after we're done with them 
 
-Try to declare and cast away warnings
 ------------------------------------------------------------------------
-r19710 | martinm | 2006-10-26 10:03:45 -0700 (Thu, 26 Oct 2006) | 1 line
+r22171 | etxrab | 2007-06-23 08:31:37 -0700 (Sat, 23 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ber.c
 
-More warnings...
+Fix a typo.
 ------------------------------------------------------------------------
-r19711 | etxrab | 2006-10-26 14:31:48 -0700 (Thu, 26 Oct 2006) | 1 line
+r22172 | etxrab | 2007-06-23 08:32:36 -0700 (Sat, 23 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-Fix more Ubuntu warnings.
+Try to fix some GCC warnings.
 ------------------------------------------------------------------------
-r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
+r22173 | gal | 2007-06-23 22:09:42 -0700 (Sat, 23 Jun 2007) | 6 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   M /trunk/epan/dissectors/packet-clnp.c
+
+This patch fixes reassembly when receiving a SES MINOR SYNC POINT and a
+COTP DT Data (class 1) fragment in the same frame.  Also added the
+generated dst_ref and a reference to the "COTP segment data" to the
+tree.
 
-Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
-which should fix bug 1176.  Fix up whitespace and indentation.
 
 ------------------------------------------------------------------------
-r19714 | martinm | 2006-10-27 03:16:22 -0700 (Fri, 27 Oct 2006) | 3 lines
+r22174 | gal | 2007-06-23 22:14:39 -0700 (Sat, 23 Jun 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/reassemble.c
+
+Added a new function, fragment_end_seq_next(), to end the 
+fragmented data without adding an empty data fragment. 
+This is used by the RTSE dissector which can't identify the 
+last fragment until after it has been added.
 
-When key length wrong, show expected value.
-Fix Preference label where %d was missing from specifier.
 
 ------------------------------------------------------------------------
-r19715 | ulfl | 2006-10-27 05:06:13 -0700 (Fri, 27 Oct 2006) | 3 lines
+r22175 | gal | 2007-06-23 22:22:09 -0700 (Sat, 23 Jun 2007) | 3 lines
 Changed paths:
-   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
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/epan/dissectors/packet-x420.c
+
+This patch adds s4406 type to COL_INFO, as for X420.
 
-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
 ------------------------------------------------------------------------
-r19716 | martinm | 2006-10-27 06:03:38 -0700 (Fri, 27 Oct 2006) | 1 line
+r22176 | gal | 2007-06-23 22:28:27 -0700 (Sat, 23 Jun 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/AUTHORS
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-ses.h
+
+This patch adds RTSE reassembly.  The reassembly is done when
+receiving a SES MAJOR SYNC POINT, as this indicates the end of the
+COTP DT Data stream.  Previous the RTSE dissector was called when
+receiving a COTP DT Data fragment with the "last data unit" bit set,
+but this does not work with messages fragmented in RTSE.  Reassembly
+can be turned off in the preferences.
+
 
-More warnings
 ------------------------------------------------------------------------
-r19717 | martinm | 2006-10-27 07:36:48 -0700 (Fri, 27 Oct 2006) | 3 lines
+r22177 | etxrab | 2007-06-24 01:13:11 -0700 (Sun, 24 Jun 2007) | 1 line
 Changed paths:
-   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?
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/reassemble.h
 
+Export fragment_end_seq_next to get the Windows buildbot going again.
 ------------------------------------------------------------------------
-r19719 | gerald | 2006-10-27 12:15:57 -0700 (Fri, 27 Oct 2006) | 3 lines
+r22178 | gal | 2007-06-24 01:23:26 -0700 (Sun, 24 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/asn1/x420/Makefile.nmake
+   A /trunk/asn1/x420/ftbp.asn
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x420/x420-exp.cnf
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-ftbp.c
+   D /trunk/epan/dissectors/packet-ftbp.h
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x420.h
+
+Consolidation of FTBP dissector into the X420 dissector.
 
-Allow each program called by the Docbook Makefile to be specified using
-the environment.
 
 ------------------------------------------------------------------------
-r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
+r22179 | gal | 2007-06-24 01:24:49 -0700 (Sun, 24 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   D /trunk/asn1/ftbp
+
+Delete the associated asn2wrs files for the FTBP dissector
 
-Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
-our addresses.
 
 ------------------------------------------------------------------------
-r19721 | jake | 2006-10-28 14:32:38 -0700 (Sat, 28 Oct 2006) | 3 lines
+r22180 | etxrab | 2007-06-24 02:18:36 -0700 (Sun, 24 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-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.
+Try to fix some more GCC warnings.
 ------------------------------------------------------------------------
-r19722 | jake | 2006-10-28 14:52:38 -0700 (Sat, 28 Oct 2006) | 3 lines
+r22181 | sahlberg | 2007-06-24 10:23:55 -0700 (Sun, 24 Jun 2007) | 9 lines
 Changed paths:
-   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
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-Based on RFC3488. This is a setup for RGMP dissection, a simple protocol bolted on IGMP.
+remove some compiler warning due to unused pinfo parameter
 
+a SASL encapsulated ldap blob can contain more than one LDAP message so 
+the rest_is_pad parameter is bogus and thus removed.
 
-------------------------------------------------------------------------
-r19723 | guy | 2006-10-28 17:06:02 -0700 (Sat, 28 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+make dissect_ldap_pdu handle when we have more than one LDAP message 
+inside one sasl blob
 
-The TCP options data is a byte array, not a character string.
 
 ------------------------------------------------------------------------
-r19724 | gerald | 2006-10-28 22:55:04 -0700 (Sat, 28 Oct 2006) | 2 lines
+r22182 | sfisher | 2007-06-24 17:26:31 -0700 (Sun, 24 Jun 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+
+
+Fix Windows builds and dist after revision 22179 removed the FTBP dissector
 
-Add a glossy highlight.
 
 ------------------------------------------------------------------------
-r19725 | jake | 2006-10-29 03:50:30 -0800 (Sun, 29 Oct 2006) | 4 lines
+r22183 | etxrab | 2007-06-24 23:10:36 -0700 (Sun, 24 Jun 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
+   M /trunk/epan/dissectors/packet-tipc.c
 
-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.
+From Martin Peylo:
+Changes are only for protocol version 2.
 
+The changes are:
+- dissect "TIPC Bundler Protocol" messages correctly
+- search for other dissectors which want to dissect encapsulated data according to the TIPC user or TIPC type of a message. The data dissection is difficult since a TIPC data message does not necessarily a "type" set. So for the moment - while TIPC is not widely used - just triggering for the user of a message will be sufficient for people looking into the TIPC protocol.
+- "Dissect TIPC data" in the preferences is now switched on by default
+- to show undissected data, the "data" dissector is now used.
+- corrected some typos
 ------------------------------------------------------------------------
-r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
+r22184 | kukosa | 2007-06-25 01:58:27 -0700 (Mon, 25 Jun 2007) | 3 lines
 Changed paths:
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/tools/asn2wrs.py
+
+- fix field type FT_... for SelectionType
+- fix OPTIONAL handling in CLASS definition
+- Q.932 ROS regenerated
+------------------------------------------------------------------------
+r22185 | kukosa | 2007-06-25 03:26:21 -0700 (Mon, 25 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+comment out some forgotten debug printouts
+------------------------------------------------------------------------
+r22186 | gerald | 2007-06-25 11:22:36 -0700 (Mon, 25 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eapol.c
+
+Fix logic to properly ignore (for now) encrypted keys and group keys.
+
+------------------------------------------------------------------------
+r22187 | etxrab | 2007-06-25 11:40:17 -0700 (Mon, 25 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/Makefile
+   M /trunk/asn1/cmip/Makefile.nmake
+   M /trunk/asn1/cmip/cmip-exp.cnf
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Generate CMIP from original asn1 files with -X and -T option.
+------------------------------------------------------------------------
+r22188 | sfisher | 2007-06-25 11:59:43 -0700 (Mon, 25 Jun 2007) | 6 lines
+Changed paths:
+   M /trunk/capture_opts.c
+
+
+Fix bug #1665 / From Nikns Siankin:
+
+Fix compilation on OpenBSD.  This needs to go into 0.99.6 release.
+
+
+------------------------------------------------------------------------
+r22189 | sfisher | 2007-06-25 12:29:02 -0700 (Mon, 25 Jun 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+
+From Frank Stratemeier:
+
+I added rval_to_str, match_strrval and match_strrval_idx to
+libwireshark.def for being available in plugins.
+
+
+------------------------------------------------------------------------
+r22190 | sfisher | 2007-06-25 12:40:37 -0700 (Mon, 25 Jun 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/x420/Makefile
+   M /trunk/asn1/x420/Makefile.nmake
+
+
+From Stig Bjorlykke:
+
+This patch fixes building x420 with ftbp on Unix platform and adds
+ftbp.asn to the tarball.
+
+
+------------------------------------------------------------------------
+r22191 | etxrab | 2007-06-25 12:51:23 -0700 (Mon, 25 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipmi.c
+
+From Flavio Leitner:
+Fix IPMI Completion Codes.
+------------------------------------------------------------------------
+r22192 | jake | 2007-06-25 13:47:45 -0700 (Mon, 25 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+
+From Lukazs M.:
+Small patch for packet-edonkey.c (stupid mistakes are the easiest to made :-))
+------------------------------------------------------------------------
+r22193 | jake | 2007-06-26 00:02:48 -0700 (Tue, 26 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
+
+Fix for bug 1658:
+Add Do Not Age bit interpretation.
+------------------------------------------------------------------------
+r22194 | etxrab | 2007-06-26 10:10:05 -0700 (Tue, 26 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/gnm/Makefile.nmake
+   M /trunk/asn1/gnm/gnm.cnf
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-gnm.c
+
+Try to fix some GCC warnings
+------------------------------------------------------------------------
+r22195 | gerald | 2007-06-26 12:38:44 -0700 (Tue, 26 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_info.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   A /trunk/epan/dissectors/packet-ppi.h
+   M /trunk/epan/libwireshark.def
+
+Add capture counts for PPI.
+
+------------------------------------------------------------------------
+r22196 | etxrab | 2007-06-26 13:49:21 -0700 (Tue, 26 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/epan/dissectors/packet-cmip.c
+
+Try to fix the last defined but not used warnings.
+------------------------------------------------------------------------
+r22198 | gerald | 2007-06-26 22:39:13 -0700 (Tue, 26 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/export_object.c
+
+If we have problems with "Save All" in the HTTP object list, show a single
+error dialog instead of one dialog per unsaved file.
+
+------------------------------------------------------------------------
+r22199 | etxrab | 2007-06-26 23:03:13 -0700 (Tue, 26 Jun 2007) | 1 line
+Changed paths:
+   D /trunk/asn1/ldap/README
+
+Remove obsolete README file.
+------------------------------------------------------------------------
+r22200 | sfisher | 2007-06-26 23:28:02 -0700 (Tue, 26 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+
+Fix distcheck
+
+
+------------------------------------------------------------------------
+r22201 | kukosa | 2007-06-26 23:54:48 -0700 (Tue, 26 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+export prefs_register_static_text_preference()
+------------------------------------------------------------------------
+r22202 | kukosa | 2007-06-27 01:13:53 -0700 (Wed, 27 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- INSTANCE OF type support
+- fix bug in empty SET handling
+- partial support for OpenTypeFieldVal
+- allow useful object classes in ObjectFieldSpec and ObjectSetFieldSpec
+------------------------------------------------------------------------
+r22203 | kukosa | 2007-06-27 07:26:17 -0700 (Wed, 27 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+check conflict in CLASS fields redefinition
+------------------------------------------------------------------------
+r22204 | etxrab | 2007-06-27 10:02:47 -0700 (Wed, 27 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/cmip-exp.cnf
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Try to fix the last defined but not used warnings(again).
+------------------------------------------------------------------------
+r22205 | etxrab | 2007-06-27 10:03:25 -0700 (Wed, 27 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Fix distcheck
+------------------------------------------------------------------------
+r22206 | gal | 2007-06-27 10:42:41 -0700 (Wed, 27 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/s4406/s4406.asn
+   M /trunk/epan/dissectors/packet-s4406.c
+
+This patch changes ExemptedAddressSeq to a SEQUENCE OF.
+
+
+------------------------------------------------------------------------
+r22207 | gal | 2007-06-27 10:51:19 -0700 (Wed, 27 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/epan/dissectors/packet-pres.c
+
+This patch make PRES context identifiers conversation aware.
+
+
+------------------------------------------------------------------------
+r22208 | gal | 2007-06-27 10:57:44 -0700 (Wed, 27 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/epan/dissectors/packet-rtse.c
+
+This patch adds a check for octet string in RTSE reassembly.
+If not an octet string the data is handled as ordinary RTSE APDU.
+
+
+------------------------------------------------------------------------
+r22209 | gal | 2007-06-27 11:03:23 -0700 (Wed, 27 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+
+This patch will set correct extension_id for ExtensionAttributeType
+(error introduced in r22043), and fix printing of CAP values in
+oraddress (error introduced in r22054).
+
+
+------------------------------------------------------------------------
+r22210 | gerald | 2007-06-27 12:02:58 -0700 (Wed, 27 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
+
+Make the WPA passphrase a percent-escaped string.  Constify and GLib-ize
+some variables.
+
+------------------------------------------------------------------------
+r22211 | gerald | 2007-06-27 14:03:25 -0700 (Wed, 27 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/airpcap_dlg.c
+
+In the wireless key management dialog, apply the 802.11 preferences when
+the "OK," "Apply," or "Cancel" buttons are pressed.  Remove some duplicate
+code.  Add a comment about "Cancel" not working as expected.
+
+------------------------------------------------------------------------
+r22214 | sfisher | 2007-06-27 16:26:24 -0700 (Wed, 27 Jun 2007) | 8 lines
+Changed paths:
+   M /trunk/gtk/capture_file_dlg.c
+
+
+Fix a bug where you couldn't save individual packets from a file type that
+Wireshark doesn't support writing to.  The default in the drop-down menu
+was libpcap, but since gtk_option_menu_set_history() doesn't send the
+activate signal we set up earlier, you would have to manually click on the
+drop-down and reselect libpcap for it to work.  Now it works as expected.
+
+
+------------------------------------------------------------------------
+r22215 | gerald | 2007-06-27 16:42:06 -0700 (Wed, 27 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.common
+
+Put airpcap.h back in the distribution.
+
+------------------------------------------------------------------------
+r22217 | guy | 2007-06-27 16:53:24 -0700 (Wed, 27 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+I think David Young needs to be granted the power of life and death
+over anybody who edits the sys/net80211/ieee80211_radiotap.h header on
+any operating system.  I also think he needs to be willing to use that
+power when necessary.
+
+------------------------------------------------------------------------
+r22220 | jake | 2007-06-28 12:03:47 -0700 (Thu, 28 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Fix for bug 1669:
+Don't ditch the returned offset.
+------------------------------------------------------------------------
+r22222 | martinm | 2007-06-29 03:47:46 -0700 (Fri, 29 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/sip_stat.c
+   M /trunk/tap-sipstat.c
+
+Add 422 "Session Timer Too Small" response code from RFC 4028
+
+------------------------------------------------------------------------
+r22223 | kukosa | 2007-06-29 04:28:35 -0700 (Fri, 29 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- implementation of OPERATION and ERROR objects support started
+- new #.TABLE... directives to printout objects into output files 
+------------------------------------------------------------------------
+r22224 | martinm | 2007-06-29 09:16:57 -0700 (Fri, 29 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/wiretap/catapult_dct2000.c
+
+- Map gre -> IP
+- Change a value string value to help an easily-frightened colleague
+
+------------------------------------------------------------------------
+r22226 | jake | 2007-06-29 12:00:46 -0700 (Fri, 29 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-iax2.h
+
+Fix for bug 1585:
+Add new frame types for IAX protocol and modem subclass dissection.
+------------------------------------------------------------------------
+r22227 | etxrab | 2007-07-01 11:48:15 -0700 (Sun, 01 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/cmip/Makefile.nmake
+   M /trunk/asn1/cmip/cmip-exp.cnf
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/gnm/GNM.asn
+   M /trunk/asn1/gnm/Makefile
+   M /trunk/asn1/gnm/Makefile.nmake
+   M /trunk/asn1/gnm/gnm.cnf
+   M /trunk/asn1/gnm/packet-gnm-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-gnm.h
+
+Try to fix defined but not used warnings and use the nice new table function to get the
+list of Opcodes.
+------------------------------------------------------------------------
+r22228 | etxrab | 2007-07-02 02:20:19 -0700 (Mon, 02 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/epan/dissectors/packet-cmip.c
+
+Correct a copy paste error and rename fields.
+------------------------------------------------------------------------
+r22229 | etxrab | 2007-07-02 05:12:49 -0700 (Mon, 02 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Fix some of the  'defined but not used' warnings.
+------------------------------------------------------------------------
+r22230 | kukosa | 2007-07-02 05:22:05 -0700 (Mon, 02 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+register type of OPERATION fields &ArgumentType and &ResultType and ERROR field &ParemeterType if other type than Typereference is used
+
+------------------------------------------------------------------------
+r22231 | kukosa | 2007-07-02 05:25:13 -0700 (Mon, 02 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/asn1/qsig/qsig-cf.asn
+   M /trunk/asn1/qsig/qsig.cnf
+   M /trunk/epan/dissectors/packet-qsig.c
+
+ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need not to be redefined as assignment
+------------------------------------------------------------------------
+r22232 | kukosa | 2007-07-02 06:03:39 -0700 (Mon, 02 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- HSTRING value support
+- accept any type in CONSTRAINED BY
+------------------------------------------------------------------------
+r22233 | etxrab | 2007-07-03 02:08:31 -0700 (Tue, 03 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ulp/packet-ulp-template.c
+   M /trunk/asn1/ulp/ulp.cnf
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-ulp.c
+
+Fix dissection of IP addresses in unaligned PER.
+Add dissection of MSISDN and IMSI to the ULP dissector.
+------------------------------------------------------------------------
+r22234 | kukosa | 2007-07-03 04:01:21 -0700 (Tue, 03 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+small changes in value reference handling and parameterized object assignment handling
+------------------------------------------------------------------------
+r22235 | sahlberg | 2007-07-03 05:02:16 -0700 (Tue, 03 Jul 2007) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+dissect a new AD-IF-RELEVANT type seen in some vista traces
+
+it is essentially 
+
+Checksum ::= SEQUENCE {
+   type     [0] INTEGER  # -138 == HMAC-MD5
+   checksum [1] OCTET STRING
+}
+
+SignTicket ::= SEQUENCE {
+   enctype   [0] INTEGER
+   signature [1] Checksum
+}
+
+
+
+------------------------------------------------------------------------
+r22236 | sahlberg | 2007-07-03 06:05:33 -0700 (Tue, 03 Jul 2007) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isns.c
+
+relax the checking of [PG] PORTAL IP ADDRESS,   some implementations are 
+apparently broken and send 64 bytes for these fields.
+
+mark these packets in the decode pane that the isns host is broken
+
+
+change the calculation of offset to just increment it by tag size  len 
+size and length one at the very end of the attribute dissector
+
+
+
+------------------------------------------------------------------------
+r22237 | gerald | 2007-07-03 17:53:03 -0700 (Tue, 03 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.am
+   M /trunk/packaging/nsis/Makefile.nmake
+   D /trunk/packaging/nsis/WinPcap_4_0.exe
+   A /trunk/packaging/nsis/WinPcap_4_0_1.exe
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/u3util.c
+
+Switch to WinPcap 4.0.1.
+
+------------------------------------------------------------------------
+r22238 | jake | 2007-07-04 00:22:57 -0700 (Wed, 04 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/copyright
+   M /trunk/debian/patches/00list
+   M /trunk/debian/patches/01_idl2deb.dpatch
+   M /trunk/debian/patches/02_asn2deb.dpatch
+   M /trunk/debian/patches/03_preferences.dpatch
+   M /trunk/debian/patches/04_drop-capabilities.dpatch
+   M /trunk/debian/patches/05_plugin-libdir.dpatch
+   M /trunk/debian/patches/06_giop-buffer.dpatch
+   M /trunk/debian/patches/07_gcc4.dpatch
+   D /trunk/debian/patches/08_ethereal-desktop-menu.dpatch
+   M /trunk/debian/patches/08_wireshark-desktop-menu.dpatch
+   D /trunk/debian/patches/09_idl2eth.dpatch
+   M /trunk/debian/patches/09_idl2wrs.dpatch
+   D /trunk/debian/patches/10_ethereal_gen.dpatch
+   D /trunk/debian/patches/11_diameter_vendors.dpatch
+   A /trunk/debian/pycompat
+   A /trunk/debian/pyversions
+   M /trunk/debian/rules
+   M /trunk/debian/tshark.files
+   M /trunk/debian/tshark.manpages
+   M /trunk/debian/wireshark-common.files
+   M /trunk/debian/wireshark-common.manpages
+   M /trunk/debian/wireshark-dev.docs
+   M /trunk/debian/wireshark-dev.files
+   M /trunk/debian/wireshark-dev.header-files
+   M /trunk/debian/wireshark-dev.manpages
+   M /trunk/debian/wireshark-dev.postinst
+   M /trunk/debian/wireshark-dev.prerm
+   M /trunk/debian/wireshark-root.desktop
+   M /trunk/debian/wireshark.files
+   M /trunk/debian/wireshark.manpages
+   M /trunk/debian/wireshark.menu
+
+From Frederic Peters:
+Update of de Debian Packaging files from 0.99.2 to 0.99.6pre1.
+------------------------------------------------------------------------
+r22239 | etxrab | 2007-07-04 06:27:44 -0700 (Wed, 04 Jul 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/camel/CAP-GPRS-ReferenceNumber.asn
+   A /trunk/asn1/camel/CAP-SMS-ops-args.asn
+   A /trunk/asn1/camel/CAP-U-ABORT-Data.asn
+   A /trunk/asn1/camel/CAP-classes.asn
+   A /trunk/asn1/camel/CAP-datatypes.asn
+   A /trunk/asn1/camel/CAP-errorcodes.asn
+   A /trunk/asn1/camel/CAP-errortypes.asn
+   A /trunk/asn1/camel/CAP-gprsSSF-gsmSCF-ops-args.asn
+   A /trunk/asn1/camel/CAP-gsmSCF-gsmSRF-ops-args.asn
+   A /trunk/asn1/camel/CAP-gsmSSF-gsmSCF-ops-args.asn
+   A /trunk/asn1/camel/CAP-object-identifiers.asn
+   A /trunk/asn1/camel/CAP-operationcodes.asn
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/asn1/inap/inap.cnf
+   M /trunk/asn1/inap/packet-inap-template.h
+   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
+
+Preparations for updated CAMEL dissector.
+------------------------------------------------------------------------
+r22240 | gal | 2007-07-04 09:16:32 -0700 (Wed, 04 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smtp.c
+
+New preference to allow for the reassembly of SMTP DATA and subsequent dissection as Internet Message Format (imf).
+(imf dissector in separate patch).
+
+
+------------------------------------------------------------------------
+r22241 | gal | 2007-07-04 09:24:20 -0700 (Wed, 04 Jul 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-imf.c
+
+New dissector for Internet Message Format (IMF) - RFC 2822.
+It provides basic dissection of the text-based protocol, providing fields for filtering.
+It also calls the multipart dissector for any MIME body that is found.
+It includes very basic support for MIXER (RFC 2156) fields.
+It also registers itself as "message/rfc822" in the media type table.
+
+
+------------------------------------------------------------------------
+r22242 | martinm | 2007-07-04 10:27:46 -0700 (Wed, 04 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Make lines of raw SIP filterable.  Fix a little whitespace.
+
+------------------------------------------------------------------------
+r22243 | martinm | 2007-07-05 02:58:09 -0700 (Thu, 05 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Make timestamp a double to make filtering more useful.
+
+------------------------------------------------------------------------
+r22244 | etxrab | 2007-07-05 06:14:25 -0700 (Thu, 05 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Stig Bj?\195?\184rlykke:
+This patch adds an option to packet-ber to show unexpected tags/data as unknown BER.  It also fixes some offset/length combinations when adding the error message to the tree.
+------------------------------------------------------------------------
+r22245 | etxrab | 2007-07-05 06:18:28 -0700 (Thu, 05 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/camel/Makefile
+   M /trunk/asn1/camel/Makefile.nmake
+   A /trunk/asn1/camel/TCAPMessages.asn
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/camel/packet-camel-template.h
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
+
+New Camel dissector built with -X and -T option and origninal ASN1 files.
+------------------------------------------------------------------------
+r22246 | gal | 2007-07-05 09:19:36 -0700 (Thu, 05 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Allow for leading whitespace in parameters when looking for the boundary.
+
+------------------------------------------------------------------------
+r22248 | gal | 2007-07-05 09:31:12 -0700 (Thu, 05 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Consistent eol-style restored.
+
+
+------------------------------------------------------------------------
+r22250 | etxrab | 2007-07-05 14:29:53 -0700 (Thu, 05 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/camel/packet-camel-template.h
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
+
+Try to get rid of the warnings.
+------------------------------------------------------------------------
+r22251 | etxrab | 2007-07-05 14:51:12 -0700 (Thu, 05 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/chargecontrol.xml
+   M /trunk/diameter/dictionary.xml
+
+Move 3GPP AVP:s to dictionary.xml chnge some AVP types to 'Time' as per 3GPP spec.
+------------------------------------------------------------------------
+r22252 | sahlberg | 2007-07-05 15:01:58 -0700 (Thu, 05 Jul 2007) | 3 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/samr.cnf
+   A /trunk/epan/dissectors/pidl/samr.idl
+
+add initial samr idl and conformance file
+
+
+------------------------------------------------------------------------
+r22253 | sahlberg | 2007-07-05 15:03:35 -0700 (Thu, 05 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+set propset eol-style to native
+
+------------------------------------------------------------------------
+r22254 | sahlberg | 2007-07-05 15:19:28 -0700 (Thu, 05 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
+
+add policy handle tracking to samr.cnf
+
+
+------------------------------------------------------------------------
+r22255 | sahlberg | 2007-07-05 21:05:06 -0700 (Thu, 05 Jul 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+redo the lsa_String dissector we temporarily host in samr until lsa has 
+been pidlified
+
+prettify some strings and show them in the summary line
+
+
+------------------------------------------------------------------------
+r22256 | sahlberg | 2007-07-05 22:45:55 -0700 (Thu, 05 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
+
+some more prettification,   show name of created users on the summary 
+line and also in the associated policy handle
+
+
+------------------------------------------------------------------------
+r22257 | etxrab | 2007-07-06 03:03:19 -0700 (Fri, 06 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+
+From Seehofer, Markus:
+ETHERTYPE for IEEE1588/PTP
+------------------------------------------------------------------------
+r22258 | etxrab | 2007-07-06 03:07:25 -0700 (Fri, 06 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
+
+From Nicolas Dichtel:
+First patch is only to reindent the packet-mip6 files.
+Second patch adds PMIPv6 options (draft-ietf-netlmm-proxymip6-01.txt) and Mobile Node Identifier Option (RFC4283).
+------------------------------------------------------------------------
+r22259 | jake | 2007-07-06 13:34:20 -0700 (Fri, 06 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Have the installer propose to install 4.0.1 over 4.0.0.
+------------------------------------------------------------------------
+r22260 | sahlberg | 2007-07-06 15:14:04 -0700 (Fri, 06 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+add dissection of the bits for the Connect[0-5] access_masks
+
+
+------------------------------------------------------------------------
+r22261 | jake | 2007-07-06 15:27:03 -0700 (Fri, 06 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/mpeg.c
+
+Now it really can read MP3 files, without SIGABRT.
+------------------------------------------------------------------------
+r22262 | jake | 2007-07-06 15:36:58 -0700 (Fri, 06 Jul 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From Steve Karg:
+Attached is a patch that fixes bug 1670 and related issues.
+For the BACnet GetEventInformation-ACK request dissector:
+1. Corrected BitString decoding for acknowledgedTransitions and eventEnable.
+2. Corrected the ability to decode more than one event.
+3. Grouped each item of the sequence using subtrees.  Added more informative
+text to Priority and Timestamp.
+4. Corrected eventState to use BACnetEventState enumeration instead of
+BACnetEventStateFilter.
+------------------------------------------------------------------------
+r22263 | sahlberg | 2007-07-06 18:25:26 -0700 (Fri, 06 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+add some more access masks
+
+
+------------------------------------------------------------------------
+r22264 | sahlberg | 2007-07-06 20:34:30 -0700 (Fri, 06 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
+
+fix a typo
+
+
+------------------------------------------------------------------------
+r22265 | sahlberg | 2007-07-07 14:47:27 -0700 (Sat, 07 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.h
+
+add the new pidl created SAMR dissector
+
+
+------------------------------------------------------------------------
+r22266 | etxrab | 2007-07-07 15:24:37 -0700 (Sat, 07 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/camel/packet-camel-template.h
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
+
+Make hf fileds for ARGGUMENT RESULT and ERROR parameters.
+------------------------------------------------------------------------
+r22267 | sahlberg | 2007-07-07 15:27:22 -0700 (Sat, 07 Jul 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+bug 1550
+add a fix for ack/seq tracking when the tcp is broken and sends a 
+non-zero ack field for SYN packets.
+
+add a warning to the dissect pane that illustrates that these are broken 
+packets
+
+
+------------------------------------------------------------------------
+r22268 | jmayer | 2007-07-08 03:20:30 -0700 (Sun, 08 Jul 2007) | 30 lines
+Changed paths:
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/tools/pidl/tests/ndr_align.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
+
+Update from samba tree revision 23135 to 23750
+============================ Samba log start ============
+------------------------------------------------------------------------
+r23677 | abartlet | 2007-07-03 09:28:46 +0200 (Tue, 03 Jul 2007) | 6 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+
+When I removed data_blob_equal, I clearly didn't test the PIDL code.
+
+Fix these to use the new data_blob_cmp()
+
+Andrew Bartlett
+
+------------------------------------------------------------------------
+r23721 | sahlberg | 2007-07-05 09:19:14 +0200 (Thu, 05 Jul 2007) | 7 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+For unions, The TAG and the ARM are aligned independently.
+
+Move emitting ALIGN_TO_x_BYTES to after the tag has been dissected so the 
+alignment only affects the ARM.
+
+
+
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r22269 | etxrab | 2007-07-08 07:38:07 -0700 (Sun, 08 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/acp133/Makefile
+   M /trunk/asn1/acp133/Makefile.nmake
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-acp133.h
+
+ACP123 with -X and -T option
+------------------------------------------------------------------------
+r22270 | sahlberg | 2007-07-09 03:49:34 -0700 (Mon, 09 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/pidl/samr.cnf
+
+rename all policy handles in samr to have a name that describes the type 
+of handle.
+
+
+
+------------------------------------------------------------------------
+r22271 | sahlberg | 2007-07-09 04:04:38 -0700 (Mon, 09 Jul 2007) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+
+disabling sid snooping in the code
+
+this module was never really finished and was therefore semi-useless.
+disabled now since the change to samr broke it  and the real fix to 
+unbreak it would be a substantial rewrite of it
+(and adding a nice gui so one can see which sids are mapped...)
+
+disabled it   but did not remove it since i do think the module is 
+useful   IF it is completed with a lot more operations.
+
+
+
+------------------------------------------------------------------------
+r22272 | sahlberg | 2007-07-09 05:37:20 -0700 (Mon, 09 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.h
+   M /trunk/epan/dissectors/pidl/samr.cnf
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+make all rids use a single hf filter field
+
+dissect the Type of rid using lsa_Types
+
+
+------------------------------------------------------------------------
+r22273 | sahlberg | 2007-07-09 05:50:57 -0700 (Mon, 09 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+the sidtype is a 32bit enum   not a standard enum
+
+
+------------------------------------------------------------------------
+r22274 | sahlberg | 2007-07-09 06:05:52 -0700 (Mon, 09 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.h
+   M /trunk/epan/dissectors/pidl/samr.cnf
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+dissect lsa_Strings correctly in the samr dissector
+
+
+------------------------------------------------------------------------
+r22275 | martinm | 2007-07-09 06:27:15 -0700 (Mon, 09 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-diameter.c
+
+- Fix a broken comment in xml file
+- Add/fix some AVPs
+- Print unmatched command codes in decimal
+
+------------------------------------------------------------------------
+r22277 | gerald | 2007-07-09 09:31:39 -0700 (Mon, 09 Jul 2007) | 6 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_list.h
+   M /trunk/ui_util.h
+
+From Dustin Johnson: If "Update list of packets in real time" and
+"Automatic scrolling in live capture" are both enabled, make the scroll
+bar behavior more natural.  If the packet list is scrolled to the
+bottom, scroll automatically.  If the user scrolls back, keep the packet
+list scrolled at that point instead of jumping back to the end.
+
+------------------------------------------------------------------------
+r22278 | gerald | 2007-07-09 09:36:29 -0700 (Mon, 09 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/airpcap_gui_utils.c
+
+From Dustin Johnson: AirPcap display update.
+
+------------------------------------------------------------------------
+r22279 | jake | 2007-07-09 09:44:30 -0700 (Mon, 09 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
+
+Add a note on how to handle obsolete preferences
+------------------------------------------------------------------------
+r22280 | gerald | 2007-07-09 10:01:00 -0700 (Mon, 09 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Dustin Johnson: Fix a typo.
+
+------------------------------------------------------------------------
+r22281 | guy | 2007-07-09 13:27:38 -0700 (Mon, 09 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+Check %l[doux] first, when looking for the format to use with 64-bit
+integral data types, so we handle LP64 platforms if "gint64" is just a
+"long int".
+
+------------------------------------------------------------------------
+r22282 | jake | 2007-07-09 22:15:45 -0700 (Mon, 09 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pana.c
+
+Fix reserved bits bitmask.
+------------------------------------------------------------------------
+r22283 | martinm | 2007-07-10 06:20:37 -0700 (Tue, 10 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+   A /trunk/diameter/etsie2e4.xml
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Add ETSI e2/e4 Diameter applications
+
+------------------------------------------------------------------------
+r22284 | martinm | 2007-07-10 10:45:11 -0700 (Tue, 10 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Allow filtering of whole AVP
+
+------------------------------------------------------------------------
+r22285 | gerald | 2007-07-10 16:23:09 -0700 (Tue, 10 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add a missing display filter.
+
+------------------------------------------------------------------------
+r22286 | gerald | 2007-07-11 11:08:14 -0700 (Wed, 11 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Clean out the 0.99.6 material and seed for 0.99.7.
+
+------------------------------------------------------------------------
+r22287 | gerald | 2007-07-11 11:23:54 -0700 (Wed, 11 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ipsec.c
+
+Move packet-ipsec.c to CLEAN_DISSECTOR_SRC.
+
+------------------------------------------------------------------------
+r22288 | sfisher | 2007-07-11 20:27:11 -0700 (Wed, 11 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+
+Fix doc build by removing empty itemized lists
+
+
+------------------------------------------------------------------------
+r22289 | morriss | 2007-07-12 08:34:21 -0700 (Thu, 12 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Undo part of rev 21460: go back to passing proto_ssl to the tap (since apparently follow ssl stream uses it) but now cast it using GINT_TO_POINTER so as to avoid a warning (seen on 64-bit Redhat AS4) about casting to a pointer from an integer of different size.  It does not appear that there is a DTLS tap (which is the other thing changed in 21460).
+------------------------------------------------------------------------
+r22290 | martinm | 2007-07-12 10:31:26 -0700 (Thu, 12 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Fix parsing of sctpprim header (v1)
+
+------------------------------------------------------------------------
+r22291 | martinm | 2007-07-12 10:33:50 -0700 (Thu, 12 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/diameter/gqpolicy.xml
+
+Add some AVPs used with Rq interface (same appid as Gq)
+
+------------------------------------------------------------------------
+r22292 | jake | 2007-07-12 12:55:12 -0700 (Thu, 12 Jul 2007) | 6 lines
+Changed paths:
+   M /trunk/wiretap/wtap.c
+
+From Jim Paris:
+The encap_table_base in wcap.c is missing an entry.
+This causes e.g. "dumpcap -i usb3 -L" to output:
+  Data link types (use option -y to set):
+    USB_LINUX
+   (MPEG)
+------------------------------------------------------------------------
+r22293 | morriss | 2007-07-12 15:36:35 -0700 (Thu, 12 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Guillem Hernandez: fix decoding of EOSP bit. From Jaap Keuter: fix description of 'value' in proto_tree_add_boolean() that caused the former bug.
+------------------------------------------------------------------------
+r22294 | jake | 2007-07-12 23:28:44 -0700 (Thu, 12 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
+
+Added remark on anonymous unions.
+------------------------------------------------------------------------
+r22295 | kukosa | 2007-07-13 04:25:53 -0700 (Fri, 13 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/q932/packet-q932-ros-template.c
+   M /trunk/asn1/q932/packet-q932-ros-template.h
+   M /trunk/asn1/q932/packet-q932-template.c
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932-ros.h
+   M /trunk/epan/dissectors/packet-q932.c
+
+- get rid of anonymous unions
+- move some structures from packet-per and packet-q932-ros to asn1.h
+------------------------------------------------------------------------
+r22296 | kukosa | 2007-07-13 06:17:16 -0700 (Fri, 13 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/tap-camelcounter.c
+
+add necessary include
+------------------------------------------------------------------------
+r22297 | kukosa | 2007-07-13 06:20:34 -0700 (Fri, 13 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/tap-camelcounter.c
+   M /trunk/tap-camelsrt.c
+
+next try to fix includes
+------------------------------------------------------------------------
+r22298 | morriss | 2007-07-13 06:45:11 -0700 (Fri, 13 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-tcap.c
+
+From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1681 : initialize the variable containing the OID so the dialog portion gets decoded properly
+------------------------------------------------------------------------
+r22299 | etxrab | 2007-07-13 07:46:21 -0700 (Fri, 13 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/epan/dissectors/packet-camel.c
+
+From Florent DROUIN:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1652
+patch to correct the decoding of Calling Party Number, and
+Called Party Number, when an implicit tag is used.
+------------------------------------------------------------------------
+r22300 | martinm | 2007-07-13 08:51:34 -0700 (Fri, 13 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Worked out properly the silly way aal header is encoded!
+
+------------------------------------------------------------------------
+r22301 | etxrab | 2007-07-13 13:00:38 -0700 (Fri, 13 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Fix bug
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1640 change "Change-Filter-Request (43)" to "CoA-Request (43)"
+------------------------------------------------------------------------
+r22302 | guy | 2007-07-13 15:09:58 -0700 (Fri, 13 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add some missing files from the doc directory, and sort them in the
+order that "ls" produces them.
+
+------------------------------------------------------------------------
+r22303 | guy | 2007-07-13 16:18:04 -0700 (Fri, 13 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+"isdigit()" doesn't need to be cast to "int".
+
+Its argument, however, needs to be cast to "guchar", so that if the
+high-order bit is set, it doesn't get sign-extended.
+
+------------------------------------------------------------------------
+r22304 | guy | 2007-07-13 16:20:02 -0700 (Fri, 13 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Fix more ctype.h calls - casting to "int" suppresses the warning, but
+doesn't fix the problem, as the sign extension is still done; you have
+to cast to "guchar".
+
+------------------------------------------------------------------------
+r22305 | guy | 2007-07-13 17:29:03 -0700 (Fri, 13 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Fix another cast of the argument to a ctype.h macro.
+
+------------------------------------------------------------------------
+r22306 | guy | 2007-07-13 17:37:01 -0700 (Fri, 13 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/strutil.c
+   M /trunk/epan/uat.c
+   M /trunk/fileset.c
+
+Fix yet more casts of ctype.h macro arguments - and fix some cases where
+we were passing an uncasted "char" to those macros.
+
+------------------------------------------------------------------------
+r22307 | gal | 2007-07-14 01:16:43 -0700 (Sat, 14 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/x420/x420.asn
+   M /trunk/epan/dissectors/packet-x420.c
+
+From Stig Bjorlykke. 
+ExtendedBodyPart parameters are OPTIONAL.
+
+
+------------------------------------------------------------------------
+r22308 | gal | 2007-07-14 01:21:58 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+
+Dissection of octet-aligned EXTERNALs.
+
+
+------------------------------------------------------------------------
+r22309 | gal | 2007-07-14 02:12:38 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/base64.c
+
+Allow the base64 decoding to cope with lines broken with \r\n.
+
+
+------------------------------------------------------------------------
+r22310 | gal | 2007-07-14 02:15:02 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-imf.c
+   A /trunk/epan/dissectors/packet-imf.h
+
+Expose a function (imf_find_field_end()) and 
+make the field format dissection case-insensitive.
+
+------------------------------------------------------------------------
+r22311 | gal | 2007-07-14 02:19:35 -0700 (Sat, 14 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Optional removal of any base64 content-transfer-encoding from a MIME
+body before passing it to a sub-dissector. The decoded content is added 
+as a new source, named with the filename or the content-type.
+
+
+------------------------------------------------------------------------
+r22312 | gal | 2007-07-14 02:53:30 -0700 (Sat, 14 Jul 2007) | 17 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-tnef.c
+
+New dissector for Transport-Neutral Encapsulation Format - TNEF.
+
+TNEF is a Microsoft defined format for carrying additional information about a message (e.g. rich text formatting)
+and generally appears as a "winmail.dat" attachment. Details are here:
+
+http://msdn2.microsoft.com/en-us/library/ms530652.aspx
+
+This is a basic dissector which handles the TNEF attributes and the MAPI properties (found in MAPIPROPS
+TNEF attribute). It is not complete and requires further work to complete the dissection. However it will
+dissect TNEF generated from Outlook (including messages with attachments).
+
+It is registered under the appropriate BER OID (1.2.840.113556.3.10.1) for X.400 attachments and media 
+type ("application/ms-tnef") for MIME messages. For MIME messages, any content-transfer-encoding
+(usually base64) needs to be removed before calling this dissector. There is a preference in the 
+MIME multipart dissector to do this. 
+
+
+------------------------------------------------------------------------
+r22313 | gal | 2007-07-14 02:58:08 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Fix for warnings on OSX.
+
+
+------------------------------------------------------------------------
+r22314 | gal | 2007-07-14 03:15:52 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Further problem highlighted by OSX.
+
+
+------------------------------------------------------------------------
+r22315 | gal | 2007-07-14 05:52:51 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Add packet-imf.h 
+
+
+------------------------------------------------------------------------
+r22316 | gal | 2007-07-15 03:26:55 -0700 (Sun, 15 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+Include latest configuration files and remove ones no longer shipped.
+(Without these configuration files defragmentation was failing - unsure why!)
+
+
+------------------------------------------------------------------------
+r22317 | gal | 2007-07-15 03:59:07 -0700 (Sun, 15 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+Further synchronisation with wireshark.nsi
+
+
+------------------------------------------------------------------------
+r22318 | lego | 2007-07-15 22:41:58 -0700 (Sun, 15 Jul 2007) | 15 lines
+Changed paths:
+   A /trunk/epan/diam_dict.h
+   A /trunk/epan/diam_dict.l
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Rewrite of the diameter dissector to use the dictionary for creating hfids, drop libxml dependency.
+
+The work is still incomplete (anything but strings and numbers appears as bytes) but I want others to start testing it.
+
+TODO:
+builders and decoders for:
+- (ntp) timestamps
+- addresses
+- diameteruris
+- diameteridentities
+- ipfilterrules
+- qosfilterrules
+- mipregistrationrequests
+
+
+------------------------------------------------------------------------
+r22319 | lego | 2007-07-15 22:43:46 -0700 (Sun, 15 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.common
+
+update Makefiles to build diam_dict.[co]
+
+
+------------------------------------------------------------------------
+r22320 | lego | 2007-07-15 23:06:21 -0700 (Sun, 15 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+Windows too needs diam_dict.c 
+
+
+------------------------------------------------------------------------
+r22321 | lego | 2007-07-15 23:28:56 -0700 (Sun, 15 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+for MSVC (vendor_flag ? 12 : 8) is signed ...
+well for gcc is either signed or unsigned (they are two literals!)
+
+
+------------------------------------------------------------------------
+r22322 | kukosa | 2007-07-16 05:51:42 -0700 (Mon, 16 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-ssl.c
+
+make TCP and SSL/TLS ports configurable for HTTP
+------------------------------------------------------------------------
+r22323 | lego | 2007-07-16 10:27:51 -0700 (Mon, 16 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/diam_dict.l
+
+Glibize diam_dict.l (should fix windows config)
+
+
+------------------------------------------------------------------------
+r22324 | lego | 2007-07-16 10:39:40 -0700 (Mon, 16 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+Fix distcheck
+
+
+------------------------------------------------------------------------
+r22325 | gerald | 2007-07-16 11:04:53 -0700 (Mon, 16 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/README.packaging
+
+Add a note about svnversion.h.
+
+------------------------------------------------------------------------
+r22328 | morriss | 2007-07-16 14:37:07 -0700 (Mon, 16 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cast from pointer to integer of different size) and, presumably, display of PER encoded IPv4 addresses by copying the IP address into a guint32 and passing that to proto_tree_add_ipv4().
+------------------------------------------------------------------------
+r22329 | morriss | 2007-07-16 15:19:59 -0700 (Mon, 16 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/expert_comp_table.c
+
+Fix a couple "cast to pointer from integer of different size" warnings when building with GTK1.2 on Redhat AS4 64-bit
+------------------------------------------------------------------------
+r22330 | sfisher | 2007-07-16 23:21:15 -0700 (Mon, 16 Jul 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wlccp.c
+
+
+From Kevin A. Noll via private bug #1683:
+
+This is a major re-write of the WLCCP version 0xc1 dissector. It now is
+able to dissect many more WLCCP message types and the TLVs that may be
+included in a message. Placeholders are left for message types and
+TLV types that we do not currently have enough data to engineer a
+dissector.
+
+
+------------------------------------------------------------------------
+r22331 | jake | 2007-07-17 00:01:36 -0700 (Tue, 17 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipv6.c
+
+Fix for bug 1616:
+ICMPv6 & UDP w/IPv6 checksum with a routing header fixed using the routing header address now.
+------------------------------------------------------------------------
+r22332 | kukosa | 2007-07-17 02:59:35 -0700 (Tue, 17 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+support for syntax of TYPE-IDENTIFIER and ABSTRACT-SYNTAX classes
+------------------------------------------------------------------------
+r22333 | martinm | 2007-07-17 04:54:22 -0700 (Tue, 17 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Avoid an infinite loop (on malformed packet)
+
+------------------------------------------------------------------------
+r22334 | martinm | 2007-07-17 06:09:44 -0700 (Tue, 17 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+Show malformed SDP line as an expert item
+
+------------------------------------------------------------------------
+r22335 | morriss | 2007-07-17 11:09:01 -0700 (Tue, 17 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+Don't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so that GTK1.2 builds work (without a warning).
+------------------------------------------------------------------------
+r22336 | morriss | 2007-07-17 11:56:09 -0700 (Tue, 17 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-imf.c
+
+Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1.  Replaced with generic isupper() and tolower().
+------------------------------------------------------------------------
+r22337 | guy | 2007-07-17 12:09:50 -0700 (Tue, 17 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-imf.c
+
+"key" is a guint8 *; make the pointer into the string to which it refers
+a guint8 * as well - that keeps us from sign-extending the characters
+before passing them to the ctype.h macros.
+
+------------------------------------------------------------------------
+r22338 | gerald | 2007-07-17 14:29:18 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/diam_dict.l
+   M /trunk/epan/dissectors/packet-diameter.c
+
+If we can't find dictionary.xml, fail instead of trying to read from
+stdin (which makes distcheck unhappy).  Fixup whitespace.
+
+------------------------------------------------------------------------
+r22339 | sfisher | 2007-07-17 14:50:29 -0700 (Tue, 17 Jul 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mysql.c
+
+
+From Jess Balint:
+
+a patch to fix the state management for the MySQL protocol dissector.
+
+
+------------------------------------------------------------------------
+r22340 | lego | 2007-07-17 15:00:40 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
+
+Have the encapsulation selection match on the port name as well as stk filename.
+
+
+------------------------------------------------------------------------
+r22341 | lego | 2007-07-17 15:04:00 -0700 (Tue, 17 Jul 2007) | 4 lines
+Changed paths:
+   A /trunk/epan/crc10.c
+   A /trunk/epan/crc10.h
+   A /trunk/epan/crc6.c
+   A /trunk/epan/crc6.h
+   M /trunk/epan/dissectors/packet-iuup.c
+
+get crc10 and crc6 out of packet-iuup.c 
+- experimental code for a way-too-heurstic look for iuup dissector
+
+
+------------------------------------------------------------------------
+r22342 | lego | 2007-07-17 15:05:18 -0700 (Tue, 17 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/uat_load.l
+
+increase line numbers on comments too
+
+------------------------------------------------------------------------
+r22343 | lego | 2007-07-17 15:09:10 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+
+fix a leak
+
+
+------------------------------------------------------------------------
+r22344 | lego | 2007-07-17 15:11:07 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+(Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and crc10
+
+
+------------------------------------------------------------------------
+r22345 | lego | 2007-07-17 15:19:54 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/diam_dict.h
+   M /trunk/epan/diam_dict.l
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_DICT_PARSER and WIRESHARK_DUMP_DIAM_DICT) and fix some issues pointed out by Martin
+
+
+------------------------------------------------------------------------
+r22346 | lego | 2007-07-17 17:19:37 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+fxi a ytpo
+
+
+------------------------------------------------------------------------
+r22347 | tuexen | 2007-07-18 00:06:46 -0700 (Wed, 18 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/diam_dict.l
+   M /trunk/gtk/tcp_graph.c
+
+Make debugging static.
+
+------------------------------------------------------------------------
+r22348 | lego | 2007-07-18 01:25:09 -0700 (Wed, 18 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crc6.c
+
+ add license
+
+
+------------------------------------------------------------------------
+r22349 | kukosa | 2007-07-18 06:15:36 -0700 (Wed, 18 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/q932/Makefile
+   M /trunk/asn1/q932/Makefile.nmake
+   M /trunk/asn1/q932/packet-q932-ros-template.c
+   D /trunk/asn1/q932/packet-q932-ros-template.h
+   M /trunk/asn1/q932/packet-q932-template.c
+   M /trunk/asn1/q932/q932-ros.cnf
+   M /trunk/epan/asn1.c
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   D /trunk/epan/dissectors/packet-q932-ros.h
+   M /trunk/epan/dissectors/packet-q932.c
+
+rose_ctx_t structure usage in Q.932 dissector
+------------------------------------------------------------------------
+r22350 | martinm | 2007-07-18 06:18:41 -0700 (Wed, 18 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Minor changes to expert items
+
+------------------------------------------------------------------------
+r22351 | martinm | 2007-07-18 06:22:11 -0700 (Wed, 18 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/diam_dict.l
+
+Initialise description field to avoid crash when dumping dictionary.
+
+------------------------------------------------------------------------
+r22352 | kukosa | 2007-07-18 07:12:56 -0700 (Wed, 18 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+remove packet-q932-ros.h
+------------------------------------------------------------------------
+r22353 | wmeier | 2007-07-18 08:07:45 -0700 (Wed, 18 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-iuup.c
+
+Fix two Windows compile warnings
+
+------------------------------------------------------------------------
+r22354 | kukosa | 2007-07-19 04:41:10 -0700 (Thu, 19 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/q932/q932-ros.cnf
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/asn1/qsig/qsig.cnf
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/tools/asn2wrs.py
+
+change QSIG tables structure so as they can be generated automatically from ASN.1 in the next step
+------------------------------------------------------------------------
+r22355 | kukosa | 2007-07-19 05:31:01 -0700 (Thu, 19 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/q932/packet-q932-ros-template.c
+   M /trunk/asn1/q932/q932-ros.cnf
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-qsig.c
+
+get rid of few warnings
+------------------------------------------------------------------------
+r22356 | morriss | 2007-07-19 06:05:39 -0700 (Thu, 19 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-netsync.c
+   M /trunk/epan/dissectors/packet-sebek.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-t30.c
+
+Change "lenght" to "length" and "decypt" to "decrypt"
+------------------------------------------------------------------------
+r22357 | morriss | 2007-07-19 06:43:36 -0700 (Thu, 19 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/snmp/snmp-exp.cnf
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Change "lenght" to "length", this time in the *source* of the SNMP dissector (sigh)
+------------------------------------------------------------------------
+r22358 | morriss | 2007-07-19 07:04:56 -0700 (Thu, 19 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/epan/dissectors/packet-snmp.c
+
+For LEGO: Use crypt_tvb when we don't have cleartext_tvb
+------------------------------------------------------------------------
+r22359 | morriss | 2007-07-19 08:11:34 -0700 (Thu, 19 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-mysql.c
+
+Put register_dissector() call back in
+------------------------------------------------------------------------
+r22360 | lego | 2007-07-19 17:15:17 -0700 (Thu, 19 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/diam_dict.h
+   M /trunk/epan/diam_dict.l
+   M /trunk/epan/dissectors/packet-diameter.c
+
+- <?avp-proto and <?type-proto to instruct about which dissector to use for a given type or avp
+- dissect timestamps
+- add all the avps that were commented out in the dictionary
+
+
+------------------------------------------------------------------------
+r22361 | kukosa | 2007-07-20 02:54:47 -0700 (Fri, 20 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/q932/packet-q932-template.c
+   M /trunk/asn1/q932/q932-ros.cnf
+   M /trunk/asn1/qsig/Makefile
+   M /trunk/asn1/qsig/Makefile.nmake
+   A /trunk/asn1/qsig/QSIG-AOC.asn
+   A /trunk/asn1/qsig/QSIG-CC.asn
+   A /trunk/asn1/qsig/QSIG-CF.asn
+   A /trunk/asn1/qsig/QSIG-CI.asn
+   A /trunk/asn1/qsig/QSIG-CIDL.asn
+   A /trunk/asn1/qsig/QSIG-CINT.asn
+   A /trunk/asn1/qsig/QSIG-CMN.asn
+   A /trunk/asn1/qsig/QSIG-CO.asn
+   A /trunk/asn1/qsig/QSIG-CPI.asn
+   A /trunk/asn1/qsig/QSIG-CT.asn
+   A /trunk/asn1/qsig/QSIG-DND.asn
+   A /trunk/asn1/qsig/QSIG-MCM.asn
+   A /trunk/asn1/qsig/QSIG-MCR.asn
+   A /trunk/asn1/qsig/QSIG-MID.asn
+   A /trunk/asn1/qsig/QSIG-NA.asn
+   A /trunk/asn1/qsig/QSIG-PR.asn
+   A /trunk/asn1/qsig/QSIG-PUMCH.asn
+   A /trunk/asn1/qsig/QSIG-PUMR.asn
+   A /trunk/asn1/qsig/QSIG-RE.asn
+   A /trunk/asn1/qsig/QSIG-SD.asn
+   A /trunk/asn1/qsig/QSIG-SMS.asn
+   A /trunk/asn1/qsig/QSIG-SSCT.asn
+   A /trunk/asn1/qsig/QSIG-WTMAU.asn
+   A /trunk/asn1/qsig/QSIG-WTMCH.asn
+   A /trunk/asn1/qsig/QSIG-WTMLR.asn
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/asn1/qsig/qsig-exp.cnf
+   M /trunk/asn1/qsig/qsig-gf-ade.asn
+   M /trunk/asn1/qsig/qsig-gf-ext.asn
+   M /trunk/asn1/qsig/qsig-gf-gp.asn
+   M /trunk/asn1/qsig/qsig.cnf
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-qsig.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/tools/asn2wrs.py
+
+QSIG fully implemented
+------------------------------------------------------------------------
+r22362 | richardv | 2007-07-20 03:45:41 -0700 (Fri, 20 Jul 2007) | 3 lines
+Changed paths:
+   D /trunk/asn1/qsig/qsig-cf.asn
+   D /trunk/asn1/qsig/qsig-na.asn
+
+kukosa has replaced these with uppercase variants (he should have svn mv'ed them...)
+
+
+------------------------------------------------------------------------
+r22363 | martinm | 2007-07-20 04:39:09 -0700 (Fri, 20 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+- add an all_cmds array for looking up 'RFC' packets
+- improve error/expert info when see unmatched AVPs, commands, appids
+
+------------------------------------------------------------------------
+r22364 | morriss | 2007-07-20 11:57:02 -0700 (Fri, 20 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1
+description in Heimdal.
+
+------------------------------------------------------------------------
+r22365 | morriss | 2007-07-20 12:11:57 -0700 (Fri, 20 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/aclocal-fallback/gtk-2.0.m4
+
+From Jess Balint: modern versions of pkg-config want --cflags or --libs *before* the library we're asking about
+------------------------------------------------------------------------
+r22366 | gerald | 2007-07-20 14:31:19 -0700 (Fri, 20 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/image/wslogo.svg
+
+Make the lawyer happy - add a registered trademark symbol.
+
+------------------------------------------------------------------------
+r22367 | gerald | 2007-07-20 14:43:07 -0700 (Fri, 20 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/capture.c
+   M /trunk/capture.h
+   M /trunk/capture_opts.c
+   M /trunk/capture_opts.h
+   M /trunk/capture_sync.c
+   M /trunk/capture_sync.h
+   M /trunk/doc/dumpcap.pod
+   M /trunk/dumpcap.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
+
+Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
+that "-D" and "-L" should produce machine-readable output.  Use this to
+move an indirect get_pcap_linktype() call from the GUI to dumpcap.
+
+------------------------------------------------------------------------
+r22368 | gerald | 2007-07-20 17:31:55 -0700 (Fri, 20 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/capture_sync.c
+
+Fix Windows Buildbot breakage.  Remove an unneeded function and fix a
+couple of memory leaks.
+
+------------------------------------------------------------------------
+r22369 | lego | 2007-07-21 08:24:25 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/Makefile.common
+   M /trunk/docbook/make-wsluarm.pl
+   D /trunk/docbook/template-wsluarm.xml
+   M /trunk/docbook/user-guide.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+
+Migrate the wslua ref man into wsug
+
+
+------------------------------------------------------------------------
+r22370 | lego | 2007-07-21 09:25:17 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+
+Fix dependencies
+
+
+------------------------------------------------------------------------
+r22371 | lego | 2007-07-21 09:30:17 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+according to RFC3588 6.7.2 Proxy-Info is a grouped avp
+
+
+------------------------------------------------------------------------
+r22372 | lego | 2007-07-21 09:36:20 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+fix xml
+
+
+------------------------------------------------------------------------
+r22373 | lego | 2007-07-21 11:23:08 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_field.c
+
+Fix documentation comments
+
+
+------------------------------------------------------------------------
+r22374 | lego | 2007-07-21 11:24:05 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/Makefile.common
+   M /trunk/docbook/Makefile.nmake
+
+work out dependencies in a .common way and make sure we nmake wsluarm
+
+
+------------------------------------------------------------------------
+r22375 | lego | 2007-07-21 13:46:41 -0700 (Sat, 21 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/docbook
+   M /trunk/docbook/Makefile.common
+   M /trunk/docbook/user-guide.xml
+   A /trunk/docbook/wsluarm.xml
+
+Cleanup how WsLuaRm is inserted
+Add a section introducing wslua and how scripts are loaded (to be completed).
+svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual)
+
+
+------------------------------------------------------------------------
+r22376 | lego | 2007-07-21 13:48:21 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsluarm.xml
+
+Pset wsluarm.xml
+
+
+------------------------------------------------------------------------
+r22377 | lego | 2007-07-21 13:49:54 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsluarm.xml
+
+$Id: $ and a fix
+
+
+------------------------------------------------------------------------
+r22378 | lego | 2007-07-21 15:34:46 -0700 (Sat, 21 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsluarm.xml
+
+Add examples of dissector and tap
+
+------------------------------------------------------------------------
+r22379 | jake | 2007-07-22 01:08:41 -0700 (Sun, 22 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/custom_layer_pdf.xsl
+
+Add remark on FOP 0.93
+------------------------------------------------------------------------
+r22380 | lego | 2007-07-22 09:43:35 -0700 (Sun, 22 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+Add some useful hints as examples of payload_protocols to the User DLT table description
+
+
+------------------------------------------------------------------------
+r22381 | lego | 2007-07-22 09:44:25 -0700 (Sun, 22 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+
+register dissect_eth_maybefcs as "eth" users might find it useful.
+
+------------------------------------------------------------------------
+r22382 | martinm | 2007-07-23 07:39:17 -0700 (Mon, 23 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+
+Make contributing items and hdr extensions proper fields.
+
+------------------------------------------------------------------------
+r22383 | morriss | 2007-07-23 12:32:40 -0700 (Mon, 23 Jul 2007) | 19 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-stun2.c
+
+From Marc Petit-Huguenin: this is an update to the STUN2 dissector using the
+last draft, draft-ietf-behave-rfc3489bis-07.  Changelog:
+
+* My employer is now sponsoring this work, so added a copyright line.
+* Added a comment for each method/attribute with the RFC/I-D where is
+  it defined, so it will be easier to add new STUN usages.
+* Removed the SHARED-SECRET method.
+* Removed the PASSWORD and REFRESH-INTERVAL attributes.
+* Changed "Response" to "Success Response".
+* Changed "Error Reason Phase" to "Error Reason Phrase".
+* Added reassembly for TCP segments on STUN2.
+* Updated STUN acronym expansion.
+* Renamed STUN2_ERROR to ERROR_RESPONSE.
+* Changed the value of attribute FINGERPRINT from 0x8025 to 0x8028.
+* Display if an unknown attribute is comprehension-optional or
+  comprehension-required.
+* Reorganized order of attributes in the dissector code.
+* The message length is now displayed in decimal.
+
+------------------------------------------------------------------------
+r22384 | ulfl | 2007-07-23 13:06:03 -0700 (Mon, 23 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+
+show the number of fragment bytes in the info column
+------------------------------------------------------------------------
+r22385 | ulfl | 2007-07-23 13:07:51 -0700 (Mon, 23 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+add dissection of blocks:
+       { 0x021E, "CheckSyncDifference"},
+       { 0x021F, "CheckMAUTypeDifference"},
+------------------------------------------------------------------------
+r22386 | ulfl | 2007-07-23 13:08:53 -0700 (Mon, 23 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+
+remove ProvCRID from expert info output, so the composite view is more compact
+------------------------------------------------------------------------
+r22387 | ulfl | 2007-07-23 13:11:05 -0700 (Mon, 23 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/expert.c
+
+- add a column for the expert info severity level
+- fix a column related bug introduced in SVN 20118
+------------------------------------------------------------------------
+r22388 | ulfl | 2007-07-23 13:12:18 -0700 (Mon, 23 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/update.c
+
+use the right return type of update_pref(), to prevent a warning
+------------------------------------------------------------------------
+r22389 | ulfl | 2007-07-23 13:18:01 -0700 (Mon, 23 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+
+for the Ethernet conversation filter, don't use ethertype but the data link address type being Ethernet. If the ethertype field is a length (0-1500), it will contain 0 - and the filter wouldn't work that way
+------------------------------------------------------------------------
+r22390 | morriss | 2007-07-23 15:38:57 -0700 (Mon, 23 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Move packet-isup to CLEAN_DISSECTOR_SRC--it compiles cleanly for me.
+------------------------------------------------------------------------
+r22391 | etxrab | 2007-07-23 16:02:54 -0700 (Mon, 23 Jul 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/camel/Makefile.nmake
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-inap.c
+
+Fix bug
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo
+
+By fixing up the generation of HF vars for Arg etc
+
+Add an OID name to INAP.
+------------------------------------------------------------------------
+r22392 | morriss | 2007-07-23 16:29:36 -0700 (Mon, 23 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Getting brave (or foolish?): move packet-bacapp, packet-cops, packet-diameter, and packet-sctp to CLEAN_DISSECTOR_SRC
+------------------------------------------------------------------------
+r22393 | morriss | 2007-07-23 17:44:07 -0700 (Mon, 23 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+(sigh): move packet-bacapp, packet-diameter, and packet-sctp back out of CLEAN_DISSECTOR_SRC.  Next time: check the compile logs on the buildbots _before_ experimenting
+------------------------------------------------------------------------
+r22394 | kukosa | 2007-07-24 00:37:10 -0700 (Tue, 24 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/qsig/Makefile
+   M /trunk/asn1/qsig/Makefile.nmake
+   M /trunk/asn1/qsig/QSIG-CF.asn
+   M /trunk/asn1/qsig/QSIG-NA.asn
+   A /trunk/asn1/qsig/SYNC-SIG.asn
+   M /trunk/asn1/qsig/qsig-exp.cnf
+   M /trunk/asn1/qsig/qsig.cnf
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-qsig.h
+
+QSIG extended with SYNC-SIG operations (ECMA-245)
+------------------------------------------------------------------------
+r22395 | martinm | 2007-07-24 08:15:02 -0700 (Tue, 24 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+More space needed for wimax frames.
+
+------------------------------------------------------------------------
+r22396 | etxrab | 2007-07-24 10:20:44 -0700 (Tue, 24 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/camel/Makefile
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+
+From Florent Drouin:
+- add a subtree to the ApplyChargingXX Report
+- add a subtree to ReleaseCall and ReleaseSMS
+- synchronize Unix and Windows makefile.
+------------------------------------------------------------------------
+r22397 | guy | 2007-07-24 14:13:34 -0700 (Tue, 24 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan
+
+Add diam_dict.c to the list of files to ignore in SVN (it's a generated
+file).
+
+------------------------------------------------------------------------
+r22398 | ulfl | 2007-07-24 14:15:34 -0700 (Tue, 24 Jul 2007) | 10 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+from HPfrommer@hilscher.com:
+I?\226?\128?\153ve fixed a bug in the Profinet-Dissector 
+(plugins/profinet/packet-dcerpc-pn-io.c).
+
+In PROFINET IO DCE RPC write-requests, only the first IR frame dataset 
+in PDIRFrameData was dissected.
+
+I?\226?\128?\153ve fixed the problem, now all IR frame datasets are dissected into 
+individual sub-trees.
+
+------------------------------------------------------------------------
+r22399 | jake | 2007-07-24 14:23:55 -0700 (Tue, 24 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+From Francois-Xavier Le Bail:
+The following patch decodes DHCP option 121. (RFC 3442)
+------------------------------------------------------------------------
+r22400 | ulfl | 2007-07-25 01:38:31 -0700 (Wed, 25 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+fix unused parameter warning by adding _U_
+------------------------------------------------------------------------
+r22401 | morriss | 2007-07-25 10:16:02 -0700 (Wed, 25 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/wimax/mac_hd_generic_decoder.c
+
+Initialize a couple of variables to prevent a couple (false, I think) "could be used uninitialized" warnings from GCC
+------------------------------------------------------------------------
+r22402 | gal | 2007-07-25 12:11:02 -0700 (Wed, 25 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tnef.c
+
+Small cosmetic change to show Named Property name.
+
+
+------------------------------------------------------------------------
+r22403 | lego | 2007-07-25 14:30:51 -0700 (Wed, 25 Jul 2007) | 8 lines
+Changed paths:
+   M /trunk/gtk/capture_file_dlg.c
+
+
+from  Florent DROUIN:
+I did load an k12 file (.rf5), and want to save the selected frames in a new file.
+I got the error "Wireshark can't save this capture in that format"
+I think this is due to this correction: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22214
+I have got a patch to force the type of file to libpcap, only if no other format is available. It should solve both problems.
+
+
+------------------------------------------------------------------------
+r22404 | gerald | 2007-07-25 14:56:37 -0700 (Wed, 25 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
+
+Update the sections on submitting patches.
+
+------------------------------------------------------------------------
+r22405 | jake | 2007-07-25 23:45:19 -0700 (Wed, 25 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
+
+Filling in ChSrcDeb section
+------------------------------------------------------------------------
+r22406 | kukosa | 2007-07-26 07:00:48 -0700 (Thu, 26 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/libwireshark.def
+
+- export some ASN.1 functions from libwireshark
+- fill-in actx->created_item in dissect_ber_object_identifier()
+------------------------------------------------------------------------
+r22407 | kukosa | 2007-07-26 07:31:38 -0700 (Thu, 26 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+remove unused variable
+------------------------------------------------------------------------
+r22408 | morriss | 2007-07-26 12:27:22 -0700 (Thu, 26 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PROTOCOL
+------------------------------------------------------------------------
+r22409 | morriss | 2007-07-26 13:05:54 -0700 (Thu, 26 Jul 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-tcap.c
+
+Change a bunch of calls to col_append_*() to col_add_*() in places where we
+_want_ what's currently in the INFO column (usually a more generic message
+type from a lower level dissector) replaced (usually with a more
+specific--higher level--message type from the currect dissector).  Add a
+comment there not to change it back and to explain the use of col_set_fence()
+in case someone finds data there that they _don't_ want replaced.
+
+------------------------------------------------------------------------
+r22410 | guy | 2007-07-26 19:51:42 -0700 (Thu, 26 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+Step 1 in adding support for reentrant Flex scanners if Flex supports
+them - check whether Flex supports them.
+
+------------------------------------------------------------------------
+r22411 | kukosa | 2007-07-26 23:23:45 -0700 (Thu, 26 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-tcap.c
+
+- use #.FN_HDR where #.FN_BODY is not necessary
+- modify subtypes for individual TCMessage/ansi... fields instead of switching based on hf_index inside common TransactionPDU type
+------------------------------------------------------------------------
+r22412 | morriss | 2007-07-27 07:22:47 -0700 (Fri, 27 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Add fetch_tapped_data
+------------------------------------------------------------------------
+r22413 | martinm | 2007-07-27 11:32:09 -0700 (Fri, 27 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Check the length in unsigned32 AVP data fields.
+
+------------------------------------------------------------------------
+r22414 | guy | 2007-07-27 11:52:05 -0700 (Fri, 27 Jul 2007) | 8 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+I think the intent, at least, is to allow people to build Wireshark from
+a source release tarball without having Flex (think of a source release
+tarball being as much a platform-independent distribution format for
+people *not* interested in development, and who are on platforms for
+which there aren't binary packages, as a way of getting the source to do
+development).  Don't check Flex's capabilities in the configure script
+(handling reentrant scanners would have to be done differently).
+
+------------------------------------------------------------------------
+r22415 | morriss | 2007-07-27 12:24:40 -0700 (Fri, 27 Jul 2007) | 14 lines
+Changed paths:
+   M /trunk/AUTHORS
+   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/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/tcap-persistentdata.c
+   M /trunk/epan/tcap-persistentdata.h
+
+From Florent Drouin:
+
+- add support of session management for tcap ANSI.
+   (In fact, this support already exist for ANSI MAP subdissector, but as our
+   simulators can reuse the tcap transaction Id, the decoding of the response
+   may be wrong)
+- move the code related to asn1 in tcap.cnf, and update tcap.cnf
+- move the code related to the session management in tcap-persistentdata
+- add a compilation option to free the entry in the hashtable for a closed
+  transaction. This is used only for tshark statistics generation, with huge file.
+- cleanup and add some comments
+
+Add Id tags to epan/tcap-persistentdata.{c,h}
+
+------------------------------------------------------------------------
+r22416 | lego | 2007-07-28 04:37:27 -0700 (Sat, 28 Jul 2007) | 5 lines
+Changed paths:
+   A /trunk/trigcap.c
+
+A toy I wrote as PoC for a more complex similar tool I'm working on.
+
+Not in the makefiles yet: It works on my mac but I do not know if it works anywhere else (Guy?)
+
+
+------------------------------------------------------------------------
+r22417 | kukosa | 2007-07-30 01:01:59 -0700 (Mon, 30 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   A /trunk/asn1/h450/Addressing-Data-Elements.asn
+   A /trunk/asn1/h450/Call-Completion-Operations.asn
+   A /trunk/asn1/h450/Call-Diversion-Operations.asn
+   A /trunk/asn1/h450/Call-Hold-Operations.asn
+   A /trunk/asn1/h450/Call-Intrusion-Operations.asn
+   A /trunk/asn1/h450/Call-Offer-Operations.asn
+   A /trunk/asn1/h450/Call-Park-Pickup-Operations.asn
+   A /trunk/asn1/h450/Call-Transfer-Operations.asn
+   A /trunk/asn1/h450/Call-Waiting-Operations.asn
+   A /trunk/asn1/h450/Common-Information-Operations.asn
+   A /trunk/asn1/h450/H225-generic-parameters-definition.asn
+   A /trunk/asn1/h450/H4501-General-Error-List.asn
+   A /trunk/asn1/h450/H4501-Supplementary-ServiceAPDU-Structure.asn
+   M /trunk/asn1/h450/Makefile
+   M /trunk/asn1/h450/Makefile.nmake
+   A /trunk/asn1/h450/Manufacturer-specific-service-extension-definition.asn
+   A /trunk/asn1/h450/Message-Waiting-Indication-Operations.asn
+   A /trunk/asn1/h450/Name-Operations.asn
+   A /trunk/asn1/h450/Remote-Operations-Apdus.asn
+   A /trunk/asn1/h450/h450-ros-exp.cnf
+   A /trunk/asn1/h450/h450-ros.cnf
+   M /trunk/asn1/h450/h450.cnf
+   D /trunk/asn1/h450/h4501.asn
+   A /trunk/asn1/h450/packet-h450-ros-template.c
+   A /trunk/asn1/h450/packet-h450-ros-template.h
+   M /trunk/asn1/h450/packet-h450-template.c
+   D /trunk/asn1/h450/packet-h450-template.h
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-h450.c
+   D /trunk/epan/dissectors/packet-h450.h
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/tools/asn2wrs.py
+
+H.450 regenerated from original ASN.1 sources
+------------------------------------------------------------------------
+r22418 | kukosa | 2007-07-30 01:22:22 -0700 (Mon, 30 Jul 2007) | 1 line
+Changed paths:
+   A /trunk/epan/dissectors/packet-h450-ros.c
+   A /trunk/epan/dissectors/packet-h450-ros.h
+
+add forgotten files
+------------------------------------------------------------------------
+r22419 | kukosa | 2007-07-30 05:08:38 -0700 (Mon, 30 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
+   M /trunk/asn1/rnsap/RNSAP-Constants.asn
+   M /trunk/asn1/rnsap/RNSAP-Containers.asn
+   M /trunk/asn1/rnsap/RNSAP-IEs.asn
+   M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
+   M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   M /trunk/asn1/rnsap/rnsap.cnf
+   M /trunk/epan/dissectors/packet-rnsap.c
+
+RNSAP updated to V7.5.0 (2007-06)
+------------------------------------------------------------------------
+r22420 | jake | 2007-07-30 06:06:01 -0700 (Mon, 30 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-text-media.c
+
+Fix for bug 1712:
+RFC 4627 defines "The application/json Media Type for JavaScript Object Notation (JSON)" 
+application/json is a text based type used by JavaScript applications and web pages.
+
+------------------------------------------------------------------------
+r22421 | morriss | 2007-07-30 10:10:20 -0700 (Mon, 30 Jul 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/tcap-persistentdata.c
+
+From Florent Drouin:
+
+Correct bug in TCAP statistics when read filter is used.
+Rename the TCAP decoding functions to show which are ITU vs. ANSI.
+Don't unregister an ITU SSN if it's used by an ANSI subdissector.
+
+------------------------------------------------------------------------
+r22422 | morriss | 2007-07-30 10:21:40 -0700 (Mon, 30 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ip.c
+
+As requested by Mike Rogovin: register the ICMP dissector by name.  For completeness, also register ICMPv6 by name.
+------------------------------------------------------------------------
+r22423 | martinm | 2007-07-30 11:45:48 -0700 (Mon, 30 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ftp.c
+
+Parse EPSV responses (229) & set up FTP-DATA conversation.
+
+------------------------------------------------------------------------
+r22424 | guy | 2007-07-30 13:22:37 -0700 (Mon, 30 Jul 2007) | 18 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/epan/dfilter/scanner.l
+   M /trunk/epan/diam_dict.l
+   M /trunk/epan/dtd_parse.l
+   M /trunk/epan/dtd_preparse.l
+   M /trunk/epan/radius_dict.l
+   M /trunk/epan/uat_load.l
+   M /trunk/plugins/mate/Makefile.am
+   M /trunk/plugins/mate/mate_parser.l
+   M /trunk/text2pcap-scanner.l
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/ascend-scanner.l
+   M /trunk/wiretap/k12text.l
+
+Add comments to various %option items to explain what they're doing. 
+Move the %options to the beginning if they weren't already there, and
+put them in the same order in all files.
+
+Add "prefix=" options to .l files that don't already have them, so we
+don't have to pass a "-P" option.
+
+Add "never-interactive" and "noyywrap" options to our lexical analyzers,
+to remove extra isatty() checks and to eliminate the need for yywrap()
+from the Flex library.
+
+Get rid of %option nostdinit - that's the default.
+
+Add .l.c: rules to Makefile.am files, replacing the rules for specific
+.l files.  Have those rules all check that $(LEX) is set.
+
+Update the address for the FSF.
+
+------------------------------------------------------------------------
+r22425 | lego | 2007-07-30 14:10:12 -0700 (Mon, 30 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/editcap.c
+
+for bug 1158 have editcap print the value of the timestamps while running so I can get feedback from the user.
+
+
+------------------------------------------------------------------------
+r22426 | lego | 2007-07-30 14:17:03 -0700 (Mon, 30 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/editcap.c
+
+nononono.... print one on 250 not every line
+
+
+------------------------------------------------------------------------
+r22427 | lego | 2007-07-30 16:32:47 -0700 (Mon, 30 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dfilter/dfilter-macro.h
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
    M /trunk/file.c
 
-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
+As per Ulf's request add ${proto.field} macros that will use the value of the given field has in the last selected packet.
+
+
+------------------------------------------------------------------------
+r22428 | guy | 2007-07-30 18:24:26 -0700 (Mon, 30 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/tools/lemon/lemonflex-tail.inc
+
+If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with
+flex 2.5.31, WRAP_FUNC will end up being defined as a value that, when
+used as a function-style macro, expands to 1, so the definition of
+WRAP_FUNC will get a syntax error.
+
+------------------------------------------------------------------------
+r22429 | guy | 2007-07-30 18:32:47 -0700 (Mon, 30 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Export dfilter_macro_build_ftv_cache() for use by Wireshark.
+
+------------------------------------------------------------------------
+r22430 | martinm | 2007-07-31 06:53:45 -0700 (Tue, 31 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Add "igmp" -> "ip" mapping.
+
+------------------------------------------------------------------------
+r22431 | ulfl | 2007-07-31 11:57:51 -0700 (Tue, 31 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-pn.c
+   M /trunk/plugins/profinet/packet-pn.h
+
+add helper function dissect_pn_int32()
+------------------------------------------------------------------------
+r22432 | ulfl | 2007-07-31 12:01:15 -0700 (Tue, 31 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/moduleinfo.h
+   M /trunk/plugins/profinet/packet-pn-ptcp.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
+
+update PTCP dissection to latest specification draft
+------------------------------------------------------------------------
+r22433 | ulfl | 2007-07-31 12:03:43 -0700 (Tue, 31 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/manuf.tmpl
+
+add PROFINET Multicast OUI 01:0E:CF (in addition to the unicast 00:0E:CF)
+------------------------------------------------------------------------
+r22434 | guy | 2007-07-31 17:22:25 -0700 (Tue, 31 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+
+Use a common .l.c rule for running Flex on .l files, just as is done on
+UN*X.
+
+------------------------------------------------------------------------
+r22435 | jake | 2007-08-01 10:42:43 -0700 (Wed, 01 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+   M /trunk/plugins/m2m/Makefile.common
+   M /trunk/plugins/m2m/packet-m2m.c
+   D /trunk/plugins/m2m/wmxtypes.h
+
+Clean up the WiMax Mac-to-Mac dissector code.
+
+------------------------------------------------------------------------
+r22436 | guy | 2007-08-01 13:35:05 -0700 (Wed, 01 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/Makefile.am.inc
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+   M /trunk/wiretap/Makefile.am
+
+Add a Makefile.am.inc file, to hold rules etc. used by multiple
+Makefile.am files; currently, it has the (F)lex-to-C rule.  Have
+Makefile.am files with .l.c rules include Makefile.am.inc to get that
+rule.
+
+------------------------------------------------------------------------
+r22437 | guy | 2007-08-01 15:20:38 -0700 (Wed, 01 Aug 2007) | 11 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/Makefile.nmake.inc
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+
+Add a Makefile.nmake.inc file, to hold rules etc.  used by multiple
+Makefile.nmake files; currently, it has the (F)lex-to-C rule and a
+.SUFFIXES pseudo-rule to add .l to the list of suffixes.  Have
+Makefile.nmake files with .l.c rules include Makefile.nmake.inc to get
+that rule.
+
+The names Makefile.am.inc and Makefile.nmake.inc aren't necessarily the
+right names for the files in question.
+
+Use $(PACKAGE) in the Mate plugin's Makefile, rather than "mate".
+
+------------------------------------------------------------------------
+r22438 | standel | 2007-08-01 19:28:48 -0700 (Wed, 01 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipv6.h
+
+From Amine Dhraief:
+
+   there is a mistake in the assigned  number of the update request and update
+   ack shim6 control message. Accordingly to draft-ietf-shim6-proto-08 the
+   update request has a value of 64 and the update ack 65.
+
+
+------------------------------------------------------------------------
+r22439 | guy | 2007-08-02 00:54:03 -0700 (Thu, 02 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/wslua/Makefile.am
+   A /trunk/epan/wslua/Makefile.common
+   M /trunk/epan/wslua/Makefile.nmake
+
+Move the list of source files to a Makefile.common file.
+
+Don't put $(srcdir)/ at the beginning of those file names - other
+Makefile.am files don't have it, and it appears to break "make
+distcheck", at least on my Mac OS X 10.4 machine.
+
+------------------------------------------------------------------------
+r22440 | guy | 2007-08-02 01:24:00 -0700 (Thu, 02 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/Makefile.am
+   M /trunk/epan/wslua/Makefile.nmake
+
+We have to include Makefile.common if we move definitions we need
+there....
+
+------------------------------------------------------------------------
+r22441 | guy | 2007-08-02 09:06:13 -0700 (Thu, 02 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/wslua/Makefile.am
+   D /trunk/epan/wslua/Makefile.common
+   M /trunk/epan/wslua/Makefile.nmake
+
+Gak.  <> makes it too easy to make these make- scripts do what the rest
+do, and take $(srcdir) as the first argument.  Back the previous changes
+out, for now.
+
+------------------------------------------------------------------------
+r22442 | guy | 2007-08-02 12:07:08 -0700 (Thu, 02 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_pinfo.c
+
+Squelch a warning.
+
+------------------------------------------------------------------------
+r22443 | gerald | 2007-08-02 14:45:27 -0700 (Thu, 02 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/capture-pcap-util.h
+   M /trunk/capture.c
+   M /trunk/capture.h
+   M /trunk/capture_opts.c
+   M /trunk/capture_opts.h
+   M /trunk/capture_sync.c
+   M /trunk/capture_sync.h
+   M /trunk/doc/README.packaging
+   M /trunk/dumpcap.c
+   M /trunk/gtk/capture_if_dlg.c
+
+Add a "-S" flag to dumpcap, which prints out interface statistics. Use
+this in the GUI rather than calling pcap_stats() directly. This gets rid
+of the last pcap_open_live() call in the GUI code. Update
+README.packaging.
+
+------------------------------------------------------------------------
+r22444 | ulfl | 2007-08-03 12:29:34 -0700 (Fri, 03 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+- add PDInterfaceFSUDataAdjust block
+- start to implement an AR conversation handler
+
+------------------------------------------------------------------------
+r22445 | ulfl | 2007-08-03 13:07:06 -0700 (Fri, 03 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+mark some parameters as unused
+------------------------------------------------------------------------
+r22446 | guy | 2007-08-03 19:13:52 -0700 (Fri, 03 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am.inc
+   M /trunk/Makefile.nmake.inc
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/dfilter/scanner.l
+   M /trunk/epan/diam_dict.l
+   M /trunk/epan/dtd_parse.l
+   M /trunk/epan/dtd_preparse.l
+   M /trunk/epan/radius_dict.l
+   M /trunk/epan/uat_load.l
+   M /trunk/plugins/mate/Makefile.am
+   M /trunk/plugins/mate/Makefile.common
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/mate/mate_parser.l
+   M /trunk/tools/Makefile.am
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/Makefile.common
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wiretap/ascend-scanner.l
+   M /trunk/wiretap/k12text.l
+
+Add a script as a front-end for Flex, to work around various problems,
+such as the fact that Flex strips all but the last component of the "-o"
+argument, and that it doesn't generate a header file to declare routines
+the generated lexical analyzer defines.  Use that script when building
+lexical analyzers, and, for each lexical analyzer, include the generated
+header file in the generated analyzer.
+
+------------------------------------------------------------------------
+r22447 | guy | 2007-08-03 19:36:21 -0700 (Fri, 03 Aug 2007) | 2 lines
+Changed paths:
+   A /trunk/tools/runlex.sh
+   A /trunk/wiretap/runlex.sh
+
+Oops, forgot to check in the script for running Flex/Lex.
+
+------------------------------------------------------------------------
+r22448 | guy | 2007-08-03 20:11:06 -0700 (Fri, 03 Aug 2007) | 10 lines
+Changed paths:
+   M /trunk/tools/runlex.sh
+   M /trunk/wiretap/runlex.sh
+
+Sigh, crufty old shells.  The Solaris test(1) manual says that
+
+       1) "-e" isn't supported by good old /bin/sh, so we use "-r"
+          instead;
+
+       2) "The algorithm for determining the precedence of the
+          operators and the return value that will be generated is
+          based on the number of arguments presented to test", so we
+          explicitly parenthesize.
+
+------------------------------------------------------------------------
+r22449 | guy | 2007-08-03 20:14:00 -0700 (Fri, 03 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.nmake
+
+runlex.sh is in tools, not the top-level directory.
+
+------------------------------------------------------------------------
+r22450 | guy | 2007-08-03 20:27:18 -0700 (Fri, 03 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/tools/runlex.sh
+   M /trunk/wiretap/runlex.sh
+
+1989 was quite a while ago.  We use function prototypes extensively;
+don't worry about YY_PROTO, which isn't defined with the newer shinier
+versions of Flex.
+
+------------------------------------------------------------------------
+r22451 | guy | 2007-08-03 20:47:20 -0700 (Fri, 03 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/ascend-scanner.l
+
+One quote mark sufficeth.
+
+------------------------------------------------------------------------
+r22452 | guy | 2007-08-04 01:04:17 -0700 (Sat, 04 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/Makefile.nmake
+
+Treat runlex.sh-generated headers differently from Flex-generated .c
+files - for one thing, the former aren't compiled into .o or .obj files.
+
+------------------------------------------------------------------------
+r22453 | guy | 2007-08-04 01:13:22 -0700 (Sat, 04 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+Fix cut-and-pasteo.
+
+------------------------------------------------------------------------
+r22454 | lego | 2007-08-04 07:20:37 -0700 (Sat, 04 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+Add preferences to register XML for a TCP port or as a TCP heuristic dissector.
+
+
+------------------------------------------------------------------------
+r22455 | sfisher | 2007-08-04 10:52:38 -0700 (Sat, 04 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/export_object.c
+   M /trunk/gtk/export_object_http.c
+   M /trunk/gtk/menu.c
+
+
+Change the export object/export object http code to only be included
+in the code for GTK versions 2.4 and up instead of 2 and up.
+
+
+------------------------------------------------------------------------
+r22456 | sfisher | 2007-08-04 11:00:27 -0700 (Sat, 04 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+
+
+Update documentation for change in revision 22455.
+
+
+------------------------------------------------------------------------
+r22457 | ulfl | 2007-08-06 01:44:26 -0700 (Mon, 06 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+add a way to read a personal /etc/services file for TCP/UDP/... port service name resolution.
+------------------------------------------------------------------------
+r22458 | ulfl | 2007-08-06 02:12:18 -0700 (Mon, 06 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+remove an unused variable
+------------------------------------------------------------------------
+r22459 | etxrab | 2007-08-06 05:16:20 -0700 (Mon, 06 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
+   M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
+   M /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
+   M /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
+   M /trunk/asn1/inap/IN-SSF-SCF-datatypes.asn
+   M /trunk/asn1/inap/IN-SSF-SCF-ops-args.asn
+   M /trunk/asn1/inap/IN-common-classes.asn
+   M /trunk/asn1/inap/IN-common-datatypes.asn
+   A /trunk/asn1/inap/IN-errorcodes.asn
+   A /trunk/asn1/inap/IN-errortypes.asn
+   M /trunk/asn1/inap/IN-object-identifiers.asn
+   A /trunk/asn1/inap/IN-operationcodes.asn
+   M /trunk/asn1/inap/Makefile.nmake
+   M /trunk/asn1/inap/inap.cnf
+
+Use correct SVN keywords.
+Add missing ASN1 files.
+------------------------------------------------------------------------
+r22460 | lego | 2007-08-06 15:34:26 -0700 (Mon, 06 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/wiretap/mpeg.c
+
+From: Shaun Jackman
+       
+This patch adds MPEG PES (packetized elementary stream) to the list of
+magic types in wiretap/mpeg.c.
+
+
+------------------------------------------------------------------------
+r22461 | lego | 2007-08-07 13:07:43 -0700 (Tue, 07 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/capinfos.c
+   M /trunk/editcap.c
+   M /trunk/epan/plugins.c
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
+
+Make sure that wiretap plugins are loaded before dissectors are (if a new encap type is registered the plugin probably needs it before reg_handoff)
+
+
+------------------------------------------------------------------------
+r22462 | lego | 2007-08-07 13:09:18 -0700 (Tue, 07 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Export the entire uat api
+
+
+------------------------------------------------------------------------
+r22463 | lego | 2007-08-07 14:26:07 -0700 (Tue, 07 Aug 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+
+from: Mike Duigou
+
+Adds a heur_dissector_delete() function to allow heuristic dissectors to be
+dynamically disabled based upon, for example, preference settings.
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1697
+
+
+------------------------------------------------------------------------
+r22464 | richardv | 2007-08-07 15:49:31 -0700 (Tue, 07 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+remember to dissect IEs which we rely on elsewhere, even when there is no
+packet tree.
+
+------------------------------------------------------------------------
+r22465 | lego | 2007-08-07 16:07:27 -0700 (Tue, 07 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+Remove XML heuristic dissector when disabling it.
+
+
+------------------------------------------------------------------------
+r22466 | jake | 2007-08-08 00:04:28 -0700 (Wed, 08 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+Fix the build
+------------------------------------------------------------------------
+r22467 | etxrab | 2007-08-08 05:44:28 -0700 (Wed, 08 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+
+From Daniel Rao:
+Implement desegment for SIGCOMP over TCP, similar with HTTP desegment.
+------------------------------------------------------------------------
+r22468 | martinm | 2007-08-08 06:12:15 -0700 (Wed, 08 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Send free-standing generic XML messages -> xml dissector
+
+------------------------------------------------------------------------
+r22469 | kukosa | 2007-08-08 07:01:28 -0700 (Wed, 08 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+add missing initial registration to TCP and SSL ports
+------------------------------------------------------------------------
+r22470 | etxrab | 2007-08-08 07:25:17 -0700 (Wed, 08 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Wireshark fails to decode the MIME encapsulation part correctly if there is a
+"white space" in the Content-Type field before the semi-colon.
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1716
+Still does not work correctly as packet-multipart.c seems to have got broken.
+------------------------------------------------------------------------
+r22471 | etxrab | 2007-08-08 12:50:39 -0700 (Wed, 08 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+Add more XCAP application types.
+------------------------------------------------------------------------
+r22472 | ulfl | 2007-08-08 13:06:51 -0700 (Wed, 08 Aug 2007) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ptp.c
+
+From Markus Seehofer:
+A new version of the IEEE1588/PTP dissector. This dissector now includes the
+coming version 2 of the standard. It supports both IP/UDP and pure ethernet
+frames.
+I've done some minor changes:
+LL suffix doesn't work on Win32, used G_GINT64_CONSTANT instead - as described in doc/readme.developer
+removed ETHERTYPE_PTP definition, already defined in etypes.h
+removed some duplicated "if (tree)"
+
+------------------------------------------------------------------------
+r22473 | ulfl | 2007-08-08 15:53:14 -0700 (Wed, 08 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
+
+add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar to the srcport / destport already existing. As simply using srcport / destport for this will confuse mixed protocol usage (like RFC1006 ISOonTCP), I've added explicit clnp fields.
+
+This way, protocols on top of COTP / CLNP have at least a chance to do reassembling correct.
+------------------------------------------------------------------------
+r22474 | ulfl | 2007-08-08 16:36:48 -0700 (Wed, 08 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/packet.c
+
+don't use NULL to initialise an integer
+------------------------------------------------------------------------
+r22475 | jake | 2007-08-08 23:52:13 -0700 (Wed, 08 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/configure.in
+
+Fix for bug 1704:
+libm required if C library is not libc (like uclibc)
+------------------------------------------------------------------------
+r22476 | etxrab | 2007-08-09 05:17:56 -0700 (Thu, 09 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).
+packet-multipart.c - imf_find_field_end()'s maxlength is last offset in tvb.
+------------------------------------------------------------------------
+r22477 | etxrab | 2007-08-09 07:47:25 -0700 (Thu, 09 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ulp.c
+
+Register by name.
+------------------------------------------------------------------------
+r22478 | jake | 2007-08-09 13:40:32 -0700 (Thu, 09 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/file_util.h
+
+Fix for bug 1659:
+Changed eth_dir_get_name(dirent) macro
+------------------------------------------------------------------------
+r22479 | jake | 2007-08-09 13:41:09 -0700 (Thu, 09 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Fix GTK1 compilation.
+------------------------------------------------------------------------
+r22480 | guy | 2007-08-09 15:50:16 -0700 (Thu, 09 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/file_util.h
+
+Parenthesize macro arguments.
+
+------------------------------------------------------------------------
+r22481 | etxrab | 2007-08-10 04:41:28 -0700 (Fri, 10 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Add header fields.
+------------------------------------------------------------------------
+r22482 | etxrab | 2007-08-10 04:42:31 -0700 (Fri, 10 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
+
+Use the latest GTK2 packages
+------------------------------------------------------------------------
+r22483 | lego | 2007-08-10 14:03:26 -0700 (Fri, 10 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/dtds/presence.dtd
+   M /trunk/epan/dissectors/packet-xml.c
+
+An old proposal from Martin, append to COL_PROTO the name taken from a matching DTD (in case the media-type actually matches it). Having the name of the root element found would be nicer.
+
+
+------------------------------------------------------------------------
+r22484 | lego | 2007-08-10 14:07:18 -0700 (Fri, 10 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+
++prefs_add_uat_preference
+
+
+------------------------------------------------------------------------
+r22485 | jake | 2007-08-11 01:03:46 -0700 (Sat, 11 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Fixing the GTK1 build shouldn't break the GTK2 build.
+------------------------------------------------------------------------
+r22486 | lego | 2007-08-11 15:05:44 -0700 (Sat, 11 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/scanner.l
+
+
+Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some text editors going wild
+
+------------------------------------------------------------------------
+r22487 | ulfl | 2007-08-12 13:54:30 -0700 (Sun, 12 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+   A /trunk/services
+
+add IANA port-numbers file as a file named "services", with some minor explanations from me at the top of that file
+
+add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file.
+------------------------------------------------------------------------
+r22488 | ulfl | 2007-08-12 14:46:50 -0700 (Sun, 12 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+as noted by Stig Bj?\195?\184rlykke: Also adding "services" to pkgdata_DATA will install the services file correctly.
+------------------------------------------------------------------------
+r22489 | ulfl | 2007-08-12 16:38:09 -0700 (Sun, 12 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+fix a typo
+------------------------------------------------------------------------
+r22490 | kukosa | 2007-08-13 04:15:39 -0700 (Mon, 13 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/nbap/Makefile
+   M /trunk/asn1/nbap/Makefile.nmake
+   A /trunk/asn1/nbap/NBAP-CommonDataTypes.asn
+   A /trunk/asn1/nbap/NBAP-Constants.asn
+   A /trunk/asn1/nbap/NBAP-Containers.asn
+   A /trunk/asn1/nbap/NBAP-IEs.asn
+   A /trunk/asn1/nbap/NBAP-PDU-Contents.asn
+   A /trunk/asn1/nbap/NBAP-PDU-Descriptions.asn
+   D /trunk/asn1/nbap/nbap.asn
+   M /trunk/asn1/nbap/nbap.cnf
+   M /trunk/asn1/nbap/packet-nbap-template.c
+   D /trunk/asn1/nbap/packet-nbap-template.h
+   M /trunk/asn1/rnsap/Makefile
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/tools/asn2wrs.py
+
+NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (2007-06)
+------------------------------------------------------------------------
+r22491 | etxrab | 2007-08-13 09:28:13 -0700 (Mon, 13 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Add forgotten header field.
+------------------------------------------------------------------------
+r22492 | etxrab | 2007-08-13 09:41:16 -0700 (Mon, 13 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-rtse.c
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739
+Fro Stig Bj?\195?\184rlykke:
+1. BER: Added support for empty indef SET
+2. RTSE: Added fragment length in COL_INFO
+3. IMF: Use correct hf_id for extension value
+4. DOP: Fix typo in COL_INFO oid name
+------------------------------------------------------------------------
+r22493 | etxrab | 2007-08-13 09:44:35 -0700 (Mon, 13 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ulp/packet-ulp-template.c
+
+Register by name.(Add the template file as well).
+------------------------------------------------------------------------
+r22494 | sfisher | 2007-08-13 13:14:42 -0700 (Mon, 13 Aug 2007) | 14 lines
+Changed paths:
+   M /trunk/epan
+   M /trunk/epan/dfilter
+   M /trunk/plugins/mate
+   M /trunk/wiretap
+
+
+Add the following files to svn:ignore
+
+  plugins/mate/mate_parser_lex.h
+  epan/dtd_parse_lex.h
+  epan/uat_load_lex.h
+  epan/radius_dict_lex.h
+  epan/diam_dict_lex.h
+  epan/dtd_preparse_lex.h
+  epan/dfilter/scanner_lex.h
+  wiretap/ascend-scanner_lex.h
+  wiretap/k12text_lex.h
+
+
+------------------------------------------------------------------------
+r22495 | martinm | 2007-08-13 14:17:02 -0700 (Mon, 13 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add etsie2e4.xml to Makefile.am
+
+------------------------------------------------------------------------
+r22496 | etxrab | 2007-08-13 23:03:52 -0700 (Mon, 13 Aug 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/tcap/DialoguePDUs.asn
+   A /trunk/asn1/tcap/TC-Notation-Extensions.asn
+   A /trunk/asn1/tcap/TCAP-Remote-Operations-Information-Objects.asn
+   A /trunk/asn1/tcap/TCAPMessages.asn
+   A /trunk/asn1/tcap/TCAPPackage.asn
+   A /trunk/asn1/tcap/UnidialoguePDUs.asn
+
+Add the original TCAP ASN1 files.
+------------------------------------------------------------------------
+r22497 | etxrab | 2007-08-13 23:14:31 -0700 (Mon, 13 Aug 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/tcap/ansi_tcap.cnf
+   A /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   A /trunk/asn1/tcap/packet-ansi_tcap-template.h
+
+Add files for ANSI TCAP.
+------------------------------------------------------------------------
+r22498 | etxrab | 2007-08-13 23:20:54 -0700 (Mon, 13 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/Makefile.nmake
+
+Update the makefile
+------------------------------------------------------------------------
+r22499 | jake | 2007-08-14 09:37:35 -0700 (Tue, 14 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mip6.h
+
+From Nicolas Dichtel:
+Please find enclosed a patch to update BA status code for PMIPv6
+according to draft-ietf-netlmm-proxymip6-01 Section 8.5
+
+------------------------------------------------------------------------
+r22500 | etxrab | 2007-08-14 14:50:12 -0700 (Tue, 14 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+From From: Sommars, Steven E:
+Minor problem in packet-gtp.c  when decoding the PDP context Information
+Element (7.7.29 in 29.060)   The two uplink TEIDs are reversed in
+packet-gtp.c, it should be control plane, followed by data.
+
+Reworked the patch.
+------------------------------------------------------------------------
+r22501 | etxrab | 2007-08-14 15:05:36 -0700 (Tue, 14 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+
+Preparations to split the TCAP dissector into ANSI and ITU parts.
+------------------------------------------------------------------------
+r22502 | etxrab | 2007-08-14 15:10:55 -0700 (Tue, 14 Aug 2007) | 1 line
+Changed paths:
+   A /trunk/epan/dissectors/packet-ansi_tcap.c
+   A /trunk/epan/dissectors/packet-ansi_tcap.h
+
+Actually adding the dissector may help :)
+------------------------------------------------------------------------
+r22503 | ulfl | 2007-08-14 16:52:51 -0700 (Tue, 14 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+if the manuf address could not be resolved, strip off special bits (multicast, locally administered) and try again to find it
+------------------------------------------------------------------------
+r22504 | ulfl | 2007-08-14 18:35:05 -0700 (Tue, 14 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/user-guide.xml
+   A /trunk/docbook/wsug_graphics/ws-expert-infos.png
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
+
+add a section about expert infos
+------------------------------------------------------------------------
+r22505 | etxrab | 2007-08-14 22:47:17 -0700 (Tue, 14 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+
+Change  tcap_private to ansi_tcap_private.
+------------------------------------------------------------------------
+r22506 | ulfl | 2007-08-15 00:37:23 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
+
+don't use table names twice
+------------------------------------------------------------------------
+r22507 | jmayer | 2007-08-15 06:21:23 -0700 (Wed, 15 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+Mask out only the bc/mc bit, not the locally assigned bit.
+Update comment accordingly.
+
+------------------------------------------------------------------------
+r22508 | lego | 2007-08-15 12:52:44 -0700 (Wed, 15 Aug 2007) | 2 lines
+Changed paths:
+   A /trunk/epan/oids.c
+   A /trunk/epan/oids.h
+
+I'm at the end of the second iteration, so far this compiles OK still haven't tested it but it does not go in the Makefiles, I need this as a reference point.
+
+------------------------------------------------------------------------
+r22509 | morriss | 2007-08-15 13:35:14 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   A /trunk/tools/checkAPIs.pl
+
+As discussed on the -dev list quite a while ago: a small tool to check Wireshark code (or at least parts of it) for "bad" things (C++ style comments and API/function calls that should not be used).  I'm checking in because I almost missed some C++ style comments in a file I was contemplating checking in; this tool can help us (at least me) avoid such problems in the future.
+------------------------------------------------------------------------
+r22510 | morriss | 2007-08-15 14:07:01 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+checkhf.pl found a couple bugs: hf_sccp_calling_itu_global_title_indicator and hf_sccp_ansi_isni_counter were never used (the former due to a typo, the latter due to oversight).
+------------------------------------------------------------------------
+r22511 | morriss | 2007-08-15 14:37:09 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   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
+
+Change tvb_get_string() to tvb_get_ephemeral_string().  Since we weren't freeing the returned buffer, this cleans up a memory leak.  NOTE: I had to manually regenerate this dissector without the "-T" option to avoid checking in a lot of changes that I don't understand/didn't make.  Why is the Makefile newer than what's in epan/dissectors/ ?
+------------------------------------------------------------------------
+r22512 | stig | 2007-08-15 15:20:28 -0700 (Wed, 15 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-dmp.c
+
+Fixed a free -> g_free
+Removed a unused hf_ entry
+
+From Ian Brumby:
+- Fixed decoding of 4 character and longer SICs
+
+------------------------------------------------------------------------
+r22513 | stig | 2007-08-15 15:24:05 -0700 (Wed, 15 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+Added fragment_start_seq_check to start a reassembly without adding any data.
+
+------------------------------------------------------------------------
+r22514 | stig | 2007-08-15 15:26:00 -0700 (Wed, 15 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+Use fragment_start_seq_check to start defragmentation when receiving an 
+Address PDU without adding a empty message fragment.
+
+------------------------------------------------------------------------
+r22515 | morriss | 2007-08-15 15:27:52 -0700 (Wed, 15 Aug 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mysql.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-sdp.c
+
+- s/ntohs/g_ntohs
+- s/ntohl/g_ntohl
+- s/free/g_free
+- Change some tvb_get_string()+g_free()'s into tvb_get_ephemeral_string()
+- Change some tvb_fake_unicode()+g_free()'s into tvb_get_ephemeral_faked_unicode()
+- Change some tvb_get_string() calls that were clearly memory leaks (like
+  atoi(tvb_get_string(...))) into tvb_get_ephemeral_string()
+
+------------------------------------------------------------------------
+r22516 | stig | 2007-08-15 15:29:58 -0700 (Wed, 15 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smtp.c
+
+Added support for RFC3030 (BDAT) in SMTP.
+Added data fragment length to COL_INFO.
+Changed some 0/1 values to boolean.
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1736
+
+------------------------------------------------------------------------
+r22517 | stig | 2007-08-15 15:34:56 -0700 (Wed, 15 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Improved dumping of unexpected data when dissector for OID not implemented.
+
+------------------------------------------------------------------------
+r22518 | morriss | 2007-08-15 15:41:49 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+
+Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string().  In the one remaining use of tvb_get_string(), g_free the old entry if the pointer is *not* NULL.
+------------------------------------------------------------------------
+r22519 | stig | 2007-08-15 16:42:29 -0700 (Wed, 15 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/cdt/Makefile
+   M /trunk/asn1/cdt/Makefile.nmake
+   M /trunk/asn1/cdt/cdt-exp.cnf
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cdt.h
+
+Regenerate the CDT dissector with -X and -T options.
+
+------------------------------------------------------------------------
+r22520 | sfisher | 2007-08-15 20:36:38 -0700 (Wed, 15 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/follow_dlg.c
+   A /trunk/gtk/follow_stream.c
+   A /trunk/gtk/follow_stream.h
+   M /trunk/gtk/ssl-dlg.c
+
+
+Initial work on merging common code between follow TCP & SSL stream features
+
+
+------------------------------------------------------------------------
+r22521 | ulfl | 2007-08-15 21:25:54 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+add an expert info, if ip.ttl < 5
+------------------------------------------------------------------------
+r22522 | ulfl | 2007-08-15 21:32:48 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
+
+some more editing of the expert infos - still incomplete
+------------------------------------------------------------------------
+r22523 | ulfl | 2007-08-15 21:54:30 -0700 (Wed, 15 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/follow_stream.c
+
+fix build problems under Win32
+------------------------------------------------------------------------
+r22524 | lego | 2007-08-15 23:48:51 -0700 (Wed, 15 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+- It's just-a-bad-idea(tm) to redefine anything from a foreign library, Don't.
+- Allow to look for value-types by name.
+
+[still largelly  untested]
+
+------------------------------------------------------------------------
+r22525 | etxrab | 2007-08-16 00:00:50 -0700 (Thu, 16 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/Makefile
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/camel/Makefile
+
+Fix makefiles and a comment.
+------------------------------------------------------------------------
+r22526 | ulfl | 2007-08-16 08:53:35 -0700 (Thu, 16 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/user-guide.xml
+   A /trunk/docbook/wsug_graphics/ws-expert-colored-tree.png
+   A /trunk/docbook/wsug_graphics/ws-expert-column.png
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
+
+finish the expert info section
+------------------------------------------------------------------------
+r22527 | stig | 2007-08-16 10:59:27 -0700 (Thu, 16 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/epan/dissectors/packet-ftam.c
+
+Added handling of ISO FTAM unstructured binary, as this OID is used in 
+X.420 FileTransferBodyPart for generic binary bodyparts.
+Also added handling of ISO FTAM unstructured text.
+
+------------------------------------------------------------------------
+r22528 | etxrab | 2007-08-16 12:59:55 -0700 (Thu, 16 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/ansi_tcap.cnf
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.h
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.h
+
+Collect context data.
+------------------------------------------------------------------------
+r22529 | stig | 2007-08-16 13:54:43 -0700 (Thu, 16 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+When calculating checksum for p_mul the checksum field itself is set to zero.
+Ensure this field is inside the buffer before altering it, so we don't 
+write outside the allocated buffer.
+
+------------------------------------------------------------------------
+r22530 | ulfl | 2007-08-16 15:03:10 -0700 (Thu, 16 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   A /trunk/epan/dissector_filters.c
+   A /trunk/epan/dissector_filters.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/gui_stat_menu.h
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/stat_menu.h
+
+experimental feature: dissector filters
+
+add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI
+
+
+------------------------------------------------------------------------
+r22531 | ulfl | 2007-08-16 15:45:36 -0700 (Thu, 16 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+fix return types, hopefully this will make the osx buildbot happy
+------------------------------------------------------------------------
+r22532 | ulfl | 2007-08-16 16:35:28 -0700 (Thu, 16 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+
+mark some parameters as unused
+------------------------------------------------------------------------
+r22533 | sake | 2007-08-17 01:03:32 -0700 (Fri, 17 Aug 2007) | 26 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.common
+   M /trunk/wiretap/file_access.c
+   A /trunk/wiretap/netscreen.c
+   A /trunk/wiretap/netscreen.h
+   M /trunk/wiretap/wtap.h
+
+(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)
+
+This patch adds support for the Juniper NetScreen snoop output format. 
+It takes a text-dump op the captured packets and parses the headers 
+and hex-data. Since the snoop files on a Junpiper NetScreen can be saved 
+to a tftp-server, this patch makes it quite easy to use the snoop 
+function of the Juniper NetScreen firewalls.
+
+/* XXX TODO:
+ *
+ * o  Create a wiki-page with instruction on how to make tracefiles
+ *    on Juniper NetScreen devices. Also put a few examples up
+ *    on the wiki (Done: wiki-page added 2007-08-03)
+ *
+ * o  Use the interface names to properly detect the encapsulation
+ *    type (ie adsl packets are now not properly dissected)
+ *    (Done: adsl packets are now correctly seen as PPP, 2007-08-03)
+ *
+ * o  Pass the interface names and the traffic direction to either
+ *    the frame-structure, a pseudo-header or use PPI. This needs
+ *    to be discussed on the dev-list first
+ *    (Posted a message to wireshark-dev abou this 2007-08-03)
+ *
+ */
+
+
+------------------------------------------------------------------------
+r22534 | gal | 2007-08-17 11:52:40 -0700 (Fri, 17 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/pkcs12/Makefile
+   M /trunk/asn1/pkcs12/Makefile.nmake
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.h
+   M /trunk/asn1/pkcs12/pkcs12.cnf
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkcs12.h
+
+Support for decrypting of PKCS#12 bag contents.
+Supports RC2, RC4 and 3DES with SHA1 Password-based Encryption using libgcrypt functions.
+Password is provided as a preference, as is trying to decode with a empty/NULL password. 
+
+
+------------------------------------------------------------------------
+r22535 | gal | 2007-08-17 12:14:39 -0700 (Fri, 17 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/cms/cms-exp.cnf
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/cms/packet-cms-template.c
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cms.h
+
+Support for the decryption of EncryptedData which is used by PKCS12
+Uses the PBE routines from PKCS12.
+
+
+------------------------------------------------------------------------
+r22536 | gal | 2007-08-17 12:16:51 -0700 (Fri, 17 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/x509sat/x509sat-exp.cnf
+   M /trunk/asn1/x509sat/x509sat.cnf
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-x509sat.h
+
+Faked BMP string display.
+
+
+------------------------------------------------------------------------
+r22537 | gal | 2007-08-17 12:23:15 -0700 (Fri, 17 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+
+Fix for OSX gremlin in PKCS12 template.
+
+
+------------------------------------------------------------------------
+r22538 | gerald | 2007-08-17 12:34:14 -0700 (Fri, 17 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-prism.c
+   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/epan/dissectors/packet-wlancap.c
+   A /trunk/epan/frequency-utils.c
+   A /trunk/epan/frequency-utils.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/main.c
+
+Instead of converting between 802.11 frequencies and channels umpteen
+different ways, add a set of common conversion routines.  Add a
+"Frequency/Channel" column and fill it in where we can.  Fix RSSI column
+printing in PPI.
+
+Fix up whitespace along the way.
+
+------------------------------------------------------------------------
+r22539 | gal | 2007-08-17 12:40:40 -0700 (Fri, 17 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+
+Further tidy up for preference.
+
+
+------------------------------------------------------------------------
+r22540 | guy | 2007-08-17 13:04:31 -0700 (Fri, 17 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+At least some LAPB Windows Sniffer captures have 4 bytes of extra stuff
+at the ends of packets.
+
+------------------------------------------------------------------------
+r22541 | ashokn | 2007-08-17 14:21:18 -0700 (Fri, 17 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ethertype.c
+   A /trunk/epan/dissectors/packet-ieee8021ah.c
+   A /trunk/epan/dissectors/packet-ieee8021ah.h
+   M /trunk/epan/etypes.h
+
+Added support for 802.1ad and 802.1ah ethernet frames
+
+
+
+------------------------------------------------------------------------
+r22542 | morriss | 2007-08-17 14:21:50 -0700 (Fri, 17 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-sdp.c
+
+Replace a couple more calls to tvb_get_string() with tvb_get_ephemeral_string().  2 of the 3 replacements fix memory leaks.
+------------------------------------------------------------------------
+r22543 | etxrab | 2007-08-17 14:31:22 -0700 (Fri, 17 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dpnss.c
+   M /trunk/epan/dissectors/packet-dua.c
+
+Add a rudimentarry DPNSS dissector - work in progress.
+------------------------------------------------------------------------
+r22544 | etxrab | 2007-08-17 16:23:36 -0700 (Fri, 17 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/ansi_tcap.cnf
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.h
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.h
+
+Add code for finding sub dissectors.
+------------------------------------------------------------------------
+r22545 | gerald | 2007-08-17 16:53:41 -0700 (Fri, 17 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/frequency-utils.c
+
+Fix a couple of signedness mismatches.
+
+------------------------------------------------------------------------
+r22546 | lego | 2007-08-17 17:14:52 -0700 (Fri, 17 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+accept 64bit integers where 8 <= len <= 1
+
+
+------------------------------------------------------------------------
+r22547 | guy | 2007-08-17 18:46:14 -0700 (Fri, 17 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Use #defines, rather than raw numbers, for RTP payload types.
+
+Note that we should return an error for payload types we don't support,
+so the user knows we can't handle the audio.
+
+------------------------------------------------------------------------
+r22548 | wmeier | 2007-08-17 20:19:44 -0700 (Fri, 17 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Fix some gcc warnings so buildbots can proceed.
+
+------------------------------------------------------------------------
+r22549 | wmeier | 2007-08-17 21:28:40 -0700 (Fri, 17 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Add #include needed to get defs for PT_PCMU & etc
+
+------------------------------------------------------------------------
+r22550 | wmeier | 2007-08-18 08:48:10 -0700 (Sat, 18 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+
+Bug #1446 work-around from  Toralf F?\195?\182rster  
+
+------------------------------------------------------------------------
+r22551 | gal | 2007-08-18 10:39:44 -0700 (Sat, 18 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Handle unknown Universal and BMP strings.
+
+
+------------------------------------------------------------------------
+r22552 | stig | 2007-08-18 15:56:44 -0700 (Sat, 18 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x25.c
+
+Check for COTP if Call Request has not been captured.
+Fixed an offset for diagnostic in COL_INFO.
+
+This file should really be rewritten to use more proto_tree_add_item's
+instead of proto_tree_add_text's.
+
+------------------------------------------------------------------------
+r22553 | etxrab | 2007-08-19 13:26:08 -0700 (Sun, 19 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Disscet CC messages.
+------------------------------------------------------------------------
+r22554 | etxrab | 2007-08-19 13:41:16 -0700 (Sun, 19 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Fix copy-paste errors.
+------------------------------------------------------------------------
+r22555 | stig | 2007-08-19 14:56:11 -0700 (Sun, 19 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Mark pinfo as unused to make buildbot happy again.
+
+------------------------------------------------------------------------
+r22556 | lego | 2007-08-19 16:00:47 -0700 (Sun, 19 Aug 2007) | 20 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/snmp/snmp.asn
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+Filtering on snmp variables starts to work so I put it there in case anyone wants to start playing with it. I'll leave the generated dissector in place and the rest off the Makefiles so that others are not bothered by this.
+
+TODO:
+- Global
+   - add libsmi to autoconf (I modified CFLAGS and LDADDs in the makefile.ams appending my own values, that's good only for me)
+   - have other users of oid_resolv.h get to use the new functions in oids.h
+   - add a menu item or preference setting for the smi_modules UAT ( the smi_modules file has one dquoted string per line with the name of each module to be loaded)
+- SNMP
+  - put complete information in the labels of the VarBind Items
+  - add oids to COL_INFO
+  - negative testing (Well, testing in general)
+- OIDS
+  - implement "ALL" modules 
+  - some functions are not yet tested or implemented
+
+I'll put a TO-DO list on the wiki for people (incl. me) to add more items
+
+
+
+
+------------------------------------------------------------------------
+r22557 | sahlberg | 2007-08-20 01:09:52 -0700 (Mon, 20 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+we need to track the fid in the rwdata structure so that reassembly of 
+connectionoriented dcerpc over smb pipes will be able to find the fid 
+used for reassembly
+
+
+------------------------------------------------------------------------
+r22558 | jake | 2007-08-20 13:50:29 -0700 (Mon, 20 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/configure.in
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
+   A /trunk/plugins/unistim
+   A /trunk/plugins/unistim/AUTHORS
+   A /trunk/plugins/unistim/COPYING
+   A /trunk/plugins/unistim/ChangeLog
+   A /trunk/plugins/unistim/Makefile.am
+   A /trunk/plugins/unistim/Makefile.common
+   A /trunk/plugins/unistim/Makefile.nmake
+   A /trunk/plugins/unistim/TODO
+   A /trunk/plugins/unistim/audio.h
+   A /trunk/plugins/unistim/basic.h
+   A /trunk/plugins/unistim/broadcast.h
+   A /trunk/plugins/unistim/defines.h
+   A /trunk/plugins/unistim/display.h
+   A /trunk/plugins/unistim/header_field.h
+   A /trunk/plugins/unistim/key.h
+   A /trunk/plugins/unistim/moduleinfo.h
+   A /trunk/plugins/unistim/moduleinfo.nmake
+   A /trunk/plugins/unistim/network.h
+   A /trunk/plugins/unistim/packet-unistim.c
+   A /trunk/plugins/unistim/packet-unistim.h
+   A /trunk/plugins/unistim/plugin.rc.in
+
+Add the UNISTIM plugin to Wireshark.
+
+------------------------------------------------------------------------
+r22559 | etxrab | 2007-08-20 13:55:06 -0700 (Mon, 20 Aug 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+From Cyrille Colin:
+gsm_a :
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1754
+SMS CP (gsm_a_dtap), RP (gsm_a_rp) and T-PDU (gsm_sms) protocol stacks are
+decoded in Wireshark when called by BSSAP or RANAP.
+Same protocol stack can be called by GPRS-LLC (sapi 7). Simple modification
+needed in packet-gsm_a.c to add dtap dissector to llcgprs.sapi 7.
+
+Me a comment in gprs-llc.
+------------------------------------------------------------------------
+r22560 | etxrab | 2007-08-20 13:58:02 -0700 (Mon, 20 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Dissect End-to-End and Link-by-Link messages.
+------------------------------------------------------------------------
+r22561 | jake | 2007-08-20 14:48:25 -0700 (Mon, 20 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Fix the build.
+
+------------------------------------------------------------------------
+r22562 | jake | 2007-08-21 00:23:34 -0700 (Tue, 21 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtcp.h
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtp.h
+
+From Neil Piercy:
+This patch set provides a an API for out of band signalling protocols to
+register flows as SRTP/SRTCP using extended versions of the existing
+rt(c)p_add_address functions. At present the encrypted portions of the payloads
+are simply skipped, and the auth tags etc added as fields.
+------------------------------------------------------------------------
+r22563 | guy | 2007-08-21 10:49:54 -0700 (Tue, 21 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Update the NSIS files to add the UNISTIM plugin.
+
+------------------------------------------------------------------------
+r22564 | guy | 2007-08-21 10:59:08 -0700 (Tue, 21 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/README.plugins
+
+Add more information on adding a plugin to the NSIS installer.
+
+------------------------------------------------------------------------
+r22565 | guy | 2007-08-21 11:04:09 -0700 (Tue, 21 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+Add the UNISTIM plugin, and put the plugins in alphabetical order (to
+simplify checking whether we have the full list).
+
+------------------------------------------------------------------------
+r22566 | guy | 2007-08-21 11:09:33 -0700 (Tue, 21 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/doc/README.plugins
+
+Give the full pathname of the wireshark.nsi file, and add information on
+what to do for the U3 win32/makefile.nmake file.
+
+------------------------------------------------------------------------
+r22567 | stig | 2007-08-21 11:50:37 -0700 (Tue, 21 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/unistim
+
+Add default svn:ignore files to unistim plugin.
+
+------------------------------------------------------------------------
+r22568 | morriss | 2007-08-21 13:24:17 -0700 (Tue, 21 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+
+When saving off a temporary copy of an address, use SET_ADDRESS instead of COPY_ADDRESS so as to avoid a memory leak (or adding g_free() calls to fix said memory leak).
+------------------------------------------------------------------------
+r22569 | richardv | 2007-08-21 13:32:22 -0700 (Tue, 21 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+fix a signedness-in-comparison warning
+
+------------------------------------------------------------------------
+r22570 | richardv | 2007-08-21 13:57:52 -0700 (Tue, 21 Aug 2007) | 13 lines
+Changed paths:
+   M /trunk/epan/req_resp_hdrs.c
+
+From Mike Duigou <wireshark@duigou.org> (bug 1698):
+
+Enclosed is a patch with fixes problems with the desegmentation of chunked HTTP
+message bodies.
+
+...
+
+Changing the value of pinfo->desegment_len to DESEGMENT_ONE_MORE_SEGMENT rather
+than the current 1 or 2 seems to make everything work. (I'm kind of confused as
+to why the headers resassembly code already used DESEGMENT_ONE_MORE_SEGMENT and
+the body reassembly code did not).
+
+
+------------------------------------------------------------------------
+r22571 | morriss | 2007-08-21 14:03:59 -0700 (Tue, 21 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Use SET_ADDRESS (instead of COPY_ADDRESS) for an address that has "ephemeral" scope.  Use SE_COPY_ADDRESS when the address is copied to the template cache (with "seasonal" scope.)
+------------------------------------------------------------------------
+r22572 | richardv | 2007-08-21 14:15:57 -0700 (Tue, 21 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/color_filters.c
+
+From Florent DROUIN <florent.drouin@alcatel.fr>, bug 1518:
+
+Fix for g_assert when clicking 'OK' on colour filters dialogue whilst
+individual filter edit window is open. 
+
+
+------------------------------------------------------------------------
+r22573 | morriss | 2007-08-21 14:23:37 -0700 (Tue, 21 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-sip.c
+
+Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal" scope (e.g., they are used in conversations or similar).
+------------------------------------------------------------------------
+r22574 | richardv | 2007-08-21 14:25:53 -0700 (Tue, 21 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/text2pcap.c
+
+fix usage message for -o option
+------------------------------------------------------------------------
+r22575 | lego | 2007-08-21 14:32:00 -0700 (Tue, 21 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+A further iteration in the code, things start to look good!
+
+
+------------------------------------------------------------------------
+r22576 | richardv | 2007-08-21 14:40:18 -0700 (Tue, 21 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:
+
+The following patch decode DHCP option 249 (Classless Static Route) used by
+some Microsoft systems. Same decoding as option 121 (RFC 3442).
+
+
+------------------------------------------------------------------------
+r22577 | richardv | 2007-08-21 15:00:06 -0700 (Tue, 21 Aug 2007) | 12 lines
+Changed paths:
+   M /trunk/asn1/mpeg/mpeg-pes.asn
+   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/wiretap/mpeg.c
+   M /trunk/wiretap/wtap-int.h
+
+From Shaun Jackman  <sjackman@gmail.com> / bug 1753:
+
+        * asn1/mpeg/packet-mpeg-pes-template.c: Improved decoding of PES
+        extension header and Pack header. Decode SCR, PTS, and DTS.
+        * asn1/mpeg/mpeg-pes.asn (Pack): Remove.
+        * epan/dissectors/packet-mpeg-pes.c: Regenerate.
+        * wiretap/mpeg.c (mpeg_read): Decode the SCR using integer
+        arithmetic instead of double float arithmetic to prevent rounding
+        error.
+        * wiretap/wtap-int.h (mpeg_t) <t0>: Use time_t instead of double.
+
+
+------------------------------------------------------------------------
+r22578 | richardv | 2007-08-21 15:15:17 -0700 (Tue, 21 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+From            yin sun <sunyin51@gmail.com> / bug 1722:
+
+When a subdissector on top of TCP set ... DESEGMENT_UNTIL_FIN ... then
+the subdissector should receive the whole reassembled TCP stream in tvb.
+But the bug is it is missing the last payload from the FIN packet.
+
+
+------------------------------------------------------------------------
+r22579 | morriss | 2007-08-21 15:18:27 -0700 (Tue, 21 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
+
+Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_strdup().  (The address in question is stored in a conversation structure so it's "seasonal".)
+------------------------------------------------------------------------
+r22580 | guy | 2007-08-21 19:45:42 -0700 (Tue, 21 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/wiretap/mpeg.c
+
+Cast away shortening conversions that are presumed not to lose any data.
+
+Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
+compilers we use support LL as a suffix for that (MSVC++ 6, for one).
+
+------------------------------------------------------------------------
+r22581 | guy | 2007-08-21 21:25:00 -0700 (Tue, 21 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+
+Cast away shortening conversions that are presumed not to lose any data.
+
+Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
+compilers we use support LL as a suffix for that (MSVC++ 6, for one).
+
+------------------------------------------------------------------------
+r22582 | guy | 2007-08-21 21:31:32 -0700 (Tue, 21 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+
+Oops, have to regenerate this after changing its template.
+
+------------------------------------------------------------------------
+r22583 | jake | 2007-08-21 23:59:28 -0700 (Tue, 21 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pana.c
+
+From Victor Fajardo:
+Updated patches to support draft-ietf-pana-pana-18.txt.
+
+------------------------------------------------------------------------
+r22584 | guy | 2007-08-22 00:14:08 -0700 (Wed, 22 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+
+More timestamp calculation fixes similar to the previous ones.
+
+------------------------------------------------------------------------
+r22585 | jake | 2007-08-22 06:58:39 -0700 (Wed, 22 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pana.c
+
+The reserved field is now 16 bits. Treat it as such.
+------------------------------------------------------------------------
+r22586 | martinm | 2007-08-22 07:43:26 -0700 (Wed, 22 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Show which bits 'fragment offset' comes from (I had to look it up :( )
+
+------------------------------------------------------------------------
+r22587 | morriss | 2007-08-22 09:30:16 -0700 (Wed, 22 Aug 2007) | 11 lines
+Changed paths:
+   M /trunk/capture_opts.c
+   M /trunk/capture_opts.h
+   M /trunk/capture_ui_utils.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/main.c
+   M /trunk/summary.c
+   M /trunk/tshark.c
+
+Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :
+
+Try to call get_interface_descriptive_name() as little as possible (storing
+the result in capture_opts) to avoid a performance hit during live capture
+(especially if you have lots of interfaces) and to avoid leaking memory.
+
+One issue with this is that capture_opts.c cannot (without adding significant
+dependencies) set the iface_descr so readers of that field (only gtk/main.c
+and tshark.c) use a macro to (set if not already set and) get the value of
+that field.
+
+------------------------------------------------------------------------
+r22588 | morriss | 2007-08-22 11:56:20 -0700 (Wed, 22 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/capture_opts.h
+   M /trunk/capture_ui_utils.c
+   M /trunk/capture_ui_utils.h
+   M /trunk/gtk/main.c
+   M /trunk/summary.c
+
+gcc 4 doesn't like my macro for getting the interface description: it says there's an invalid lvalue in it.  I don't see what's wrong with it, but replace the macro with a function.  Also: don't include the .xpm files in gtk/main.c if we're building without PCAP (as they're not used in that configuration).
+------------------------------------------------------------------------
+r22589 | morriss | 2007-08-22 11:58:26 -0700 (Wed, 22 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/toolbar.c
+
+autoscroll_button is not used if we don't HAVE_LIBPCAP so put it inside the #ifdef
+------------------------------------------------------------------------
+r22590 | wmeier | 2007-08-22 12:36:49 -0700 (Wed, 22 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/make-version.pl
+
+Handle case of source-dir != build-dir; 2 other minor bug fixes 
+
+------------------------------------------------------------------------
+r22591 | morriss | 2007-08-22 12:38:49 -0700 (Wed, 22 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/wiretap/libpcap.h
+   M /trunk/wiretap/wtap-capture.h
+
+Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi.c can get access to it even when we don't HAVE_LIBPCAP (besides, it doesn't seem to be specific to capturing...)
+------------------------------------------------------------------------
+r22592 | morriss | 2007-08-22 14:05:25 -0700 (Wed, 22 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/configure.in
+
+Postpone checking if dumpcap is enabled until after we have checked if we have libpcap or not: if not, don't bother trying to build dumpcap.
+------------------------------------------------------------------------
+r22593 | etxrab | 2007-08-22 14:47:31 -0700 (Wed, 22 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Put suplementarry service strings and parameters into the tree.
+------------------------------------------------------------------------
+r22594 | stig | 2007-08-22 14:58:21 -0700 (Wed, 22 Aug 2007) | 9 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+
+From Todd J Martin:
+When LACP packets have the actor state or partner state fields set to 0x00,
+wireshark prints the state like this (note the closing parenthesis):
+
+  Actor State: 0x00)
+
+Since there are no flags set, this fields should be printed like this:
+  Actor State: 0x00
+
+------------------------------------------------------------------------
+r22595 | stig | 2007-08-22 15:32:13 -0700 (Wed, 22 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Added DPNSS_NONE as par3_num and par4_num to "PCON-P"
+Fixed a signed/unsigned compiler warning
+
+------------------------------------------------------------------------
+r22596 | lego | 2007-08-22 15:56:36 -0700 (Wed, 22 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+Prepare the oids dataset for managing conceptual table indexing
+
+
+------------------------------------------------------------------------
+r22597 | jake | 2007-08-22 23:56:04 -0700 (Wed, 22 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacnet.c
+
+From Steve Karg
+1. Moved all the network layer message type decodings under the network layer control bit check to prevent malformed packets.
+2. Added the decoding of the optional network number for the Who-Is-Router-To-Network message type.
+3. Added the decoding for the Establish-Connection-To-Network and Disconnect-Connection-To-Network network layer messages.
+4. Corrected Initialize-Routing-Table and Initialize-Routing-Table-Ack decoding.
+5. Added Network layer info under Column Info.
+------------------------------------------------------------------------
+r22598 | jake | 2007-08-23 02:16:31 -0700 (Thu, 23 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+
+From David Helder:
+The MP_REACH_NLRI (and MP_UNREACH_NLRI) parser incorrectly increments a buffer
+offset.  Any attributes following will be skipped and/or parsed incorrectly. 
+No security problem I see - the bounds are checked before parsing each attribute.
+
+------------------------------------------------------------------------
+r22599 | grahamb | 2007-08-23 02:26:01 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cip.c
+
+Permit decoding of individual service errors + removal of a few lines consisting of just whitespace
+------------------------------------------------------------------------
+r22600 | grahamb | 2007-08-23 02:28:03 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Large update with improvements in objects dissected, fragment reassembly, info column details and filter field names
+------------------------------------------------------------------------
+r22601 | wmeier | 2007-08-23 07:56:18 -0700 (Thu, 23 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+Don't rename to self when fuzz err; enable ^C file cleanup trap
+
+------------------------------------------------------------------------
+r22602 | etxrab | 2007-08-23 10:00:44 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Translate Q.850 Cause values.
+------------------------------------------------------------------------
+r22603 | richardv | 2007-08-23 10:25:22 -0700 (Thu, 23 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   A /trunk/epan/golay.c (from /trunk/plugins/h223/golay.c:22567)
+   A /trunk/epan/golay.h (from /trunk/plugins/h223/golay.h:22567)
+   M /trunk/plugins/h223/Makefile.common
+   D /trunk/plugins/h223/golay.c
+   D /trunk/plugins/h223/golay.h
+   M /trunk/plugins/h223/packet-h223.c
+
+in preparation for de-pluginising h223, move golay code support into libwireshark
+
+------------------------------------------------------------------------
+r22604 | gerald | 2007-08-23 10:49:47 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/capture-pcap-util.c
+
+Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()
+in its new location.
+
+------------------------------------------------------------------------
+r22605 | jake | 2007-08-23 12:12:52 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/unistim/TODO
+
+List additional request for command presentation
+------------------------------------------------------------------------
+r22606 | lego | 2007-08-23 12:45:31 -0700 (Thu, 23 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/oids.c
+
+Implement Resolution of conceptual table indexing
+So far this has being tested only for integer indexes.
+
+
+------------------------------------------------------------------------
+r22607 | jake | 2007-08-23 13:42:27 -0700 (Thu, 23 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+
+Clean up the code.
+- Move add. info from header
+- Remove excess comma's
+- Use plurality macro
+- NULL pointer for field descriptions
+------------------------------------------------------------------------
+r22608 | morriss | 2007-08-23 14:11:47 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Export golay_errors() to get the Windows builds going again
+------------------------------------------------------------------------
+r22609 | morriss | 2007-08-23 14:38:15 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+When detecting fast retransmissions or out of order packets, use a 64-bit variable to store the time delta (instead of a 32-bit one).  We're counting nanoseconds here, so this allows us to accurately detect differences greater than 4.294 seconds.
+------------------------------------------------------------------------
+r22610 | stig | 2007-08-23 14:51:36 -0700 (Thu, 23 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/io_stat.c
+
+Fixed drawing of X Axis decimal values:  "0. 50" -> "0.050"
+
+------------------------------------------------------------------------
+r22611 | sfisher | 2007-08-23 14:51:44 -0700 (Thu, 23 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/follow_stream.h
+
+
+Fix comment on top of file
+
+
+------------------------------------------------------------------------
+r22612 | sfisher | 2007-08-23 15:11:39 -0700 (Thu, 23 Aug 2007) | 10 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/wiretap/visual.c
+
+
+From Scott Robinson:
+
+Enhancement patch:
+  http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1758
+
+This change gives Wireshark the ability to read ATM captures saved by UpTime
+Select traffic capture.
+
+
+------------------------------------------------------------------------
+r22613 | gerald | 2007-08-23 16:01:20 -0700 (Thu, 23 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/follow_stream.c
+   M /trunk/gtk/follow_stream.h
+
+Move follow_infos into folow_stream.c and initialize it.
+
+------------------------------------------------------------------------
+r22614 | richardv | 2007-08-23 16:33:23 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+add remaining golay_* functions
+------------------------------------------------------------------------
+r22615 | richardv | 2007-08-23 16:58:59 -0700 (Thu, 23 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-calcappprotocol.c
+   M /trunk/epan/dissectors/packet-cast.c
+   M /trunk/epan/dissectors/packet-cpha.c
+
+From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:
+
+Incorrect display filter field naming conventions for packet-c*.c dissector
+files.
+
+------------------------------------------------------------------------
+r22616 | richardv | 2007-08-23 17:03:02 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/filesystem.c
+
+Don't build in init_plugin_dir if HAVE_PLUGINS is not defined, which
+means that we aren't reliant on PLUGIN_DIR having a sensible value.
+
+------------------------------------------------------------------------
+r22617 | richardv | 2007-08-23 17:06:30 -0700 (Thu, 23 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+
+In keeping with all the other path variables (eg, libdir), don't resolve
+plugindir at configure time. Instead leave it to be defined at make
+time, which means it can then be changed by, eg, changing $prefix. This
+also means moving the definition of PLUGIN_DIR from config.h to a -D in
+CPPFLAGS.
+
+
+------------------------------------------------------------------------
+r22618 | lego | 2007-08-23 17:26:30 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/oids.c
+
+Another iteration, the new code is almost there, We're missing just the implied octetstrings indexes.
+
+
+------------------------------------------------------------------------
+r22619 | lego | 2007-08-23 17:33:35 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+
+Never, never, never modify a generated file... or out of idiocy you might loose changes (or not check them in).
+
+
+------------------------------------------------------------------------
+r22620 | lego | 2007-08-23 17:41:43 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+
+this one was missing
+
+
+------------------------------------------------------------------------
+r22621 | etxrab | 2007-08-23 22:58:08 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_map.h
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+From Chris Maynard:
+Fix display filter field problems
+Correct the template files in the case of generated dissectors.
+------------------------------------------------------------------------
+r22622 | etxrab | 2007-08-23 22:59:08 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+
+From Chris Maynard:
+Fix display filter field problems
+Correct the template files in the case of generated dissectors.
+------------------------------------------------------------------------
+r22623 | jmayer | 2007-08-23 23:49:47 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.h
+
+Add a value for message_authenticator
+
+
+------------------------------------------------------------------------
+r22624 | jmayer | 2007-08-23 23:51:10 -0700 (Thu, 23 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+Make Windows path separator look like Unix path separator.
+That way, we will not have irrelevant diffs depending on
+the platform the last submitter built the dissector on.
+
+------------------------------------------------------------------------
+r22625 | jmayer | 2007-08-23 23:52:19 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Don't acidentally print the hexdump of a certificate
+in the summary-tree
+
+------------------------------------------------------------------------
+r22626 | jmayer | 2007-08-24 00:10:33 -0700 (Fri, 24 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Decode certificates
+
+------------------------------------------------------------------------
+r22627 | jmayer | 2007-08-24 00:12:04 -0700 (Fri, 24 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/acse/acse-exp.cnf
+   M /trunk/asn1/cmip/cmip-exp.cnf
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/dap/dap-exp.cnf
+   M /trunk/asn1/disp/disp-exp.cnf
+   M /trunk/asn1/dop/dop-exp.cnf
+   M /trunk/asn1/dsp/dsp-exp.cnf
+   M /trunk/asn1/ftam/ftam-exp.cnf
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/asn1/h225/h225-exp.cnf
+   M /trunk/asn1/h245/h245-exp.cnf
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/mms/mms-exp.cnf
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mpeg/mpeg-audio-exp.cnf
+   M /trunk/asn1/mpeg/mpeg-pes-exp.cnf
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
+   M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
+   M /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   M /trunk/asn1/q932/packet-q932-template.c
+   M /trunk/asn1/q932/q932-exp.cnf
+   M /trunk/asn1/qsig/qsig-exp.cnf
+   M /trunk/asn1/ranap/ranap-exp.cnf
+   M /trunk/asn1/ros/ros-exp.cnf
+   M /trunk/asn1/rtse/rtse-exp.cnf
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/x411/x411-exp.cnf
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x509af/x509af-exp.cnf
+   M /trunk/asn1/x509ce/x509ce-exp.cnf
+   M /trunk/asn1/x509if/x509if-exp.cnf
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-crmf.h
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-dap.h
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-disp.h
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dop.h
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dsp.h
+   M /trunk/epan/dissectors/packet-ftam.h
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.h
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.h
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-q932.h
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-qsig.h
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-ros.h
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509ce.h
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509if.h
+
+get_ber_length doesn't need the tree argument, get rid of it.
+Rebuild asn1 dissectors.
+
+------------------------------------------------------------------------
+r22628 | jmayer | 2007-08-24 01:12:39 -0700 (Fri, 24 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+The ber header was missing from the object, resulting in
+invalid saved certificates.
+
+------------------------------------------------------------------------
+r22629 | jmayer | 2007-08-24 03:20:22 -0700 (Fri, 24 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Warning fixes
+------------------------------------------------------------------------
+r22630 | richardv | 2007-08-24 05:15:49 -0700 (Fri, 24 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/oids.h
+
+add newline to end of file
+------------------------------------------------------------------------
+r22631 | richardv | 2007-08-24 05:43:38 -0700 (Fri, 24 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/oids.c
+
+fix 'unused variable' warning
+------------------------------------------------------------------------
+r22632 | richardv | 2007-08-24 05:44:29 -0700 (Fri, 24 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/oid_resolv.c
+
+Cut and paste old oid_to_subid_buf (it used to be in packet-snmp.c) to get things building again.
+
+------------------------------------------------------------------------
+r22633 | richardv | 2007-08-24 05:45:08 -0700 (Fri, 24 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+add oids.{c,h} for LEGO
+
+------------------------------------------------------------------------
+r22634 | richardv | 2007-08-24 06:08:21 -0700 (Fri, 24 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-srp.c (from /trunk/plugins/h223/packet-srp.c:22567)
+   M /trunk/plugins/h223/Makefile.common
+   D /trunk/plugins/h223/packet-srp.c
+   D /trunk/plugins/h223/packet-srp.h
+
+move packet-srp into the core (from the h223 plugin)
+------------------------------------------------------------------------
+r22635 | richardv | 2007-08-24 06:44:59 -0700 (Fri, 24 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h223.c (from /trunk/plugins/h223/packet-h223.c:22629)
+   A /trunk/epan/dissectors/packet-h223.h (from /trunk/plugins/h223/packet-h223.h:22629)
+   M /trunk/plugins/Makefile.am
+   D /trunk/plugins/h223
+
+complete the death of the h223 plugin
+
+------------------------------------------------------------------------
+r22636 | jmayer | 2007-08-24 06:52:37 -0700 (Fri, 24 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
+
+Revert back to old version with manually fixed get_ber_length parameters
+------------------------------------------------------------------------
+r22637 | richardv | 2007-08-24 08:29:13 -0700 (Fri, 24 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+fix log msg typo
+------------------------------------------------------------------------
+r22638 | richardv | 2007-08-24 08:33:37 -0700 (Fri, 24 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/capture_loop.c
+
+Add some comments to the effect that capture_loop_dispatch must timeout to make
+the packet batching stuff work properly.
+
+Hence, do not block forever when doing a select() on a capture fd.
+
+------------------------------------------------------------------------
+r22639 | richardv | 2007-08-24 08:34:08 -0700 (Fri, 24 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_loop.h
+
+Fix bug 1181 by always using select() on a capture fd on linux
+
+------------------------------------------------------------------------
+r22640 | richardv | 2007-08-24 08:45:16 -0700 (Fri, 24 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/test/config.sh
+
+do the fifo test on platforms where mkfifo is available
+------------------------------------------------------------------------
+r22641 | gerald | 2007-08-24 09:08:31 -0700 (Fri, 24 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/doc/README.plugins
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/plugins/Makefile.nmake
+
+Clear out any remaining references to the h223 plugin.  Replace the
+references to h223 in README.plugins with agentx since it's small and
+no one seems to be in a hurry to move it to epan/dissectors. 
+
+------------------------------------------------------------------------
+r22642 | richardv | 2007-08-24 09:43:42 -0700 (Fri, 24 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/oid_resolv.c
+
+take out oid_to_subid_buf again, because joerg has put it back into packet-snmp.c.
+
+This is not a productive use of my time. I'm annoyed.
+
+------------------------------------------------------------------------
+r22643 | guy | 2007-08-24 12:14:38 -0700 (Fri, 24 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/capture_ui_utils.c
+
+Add a comment explaining why get_interface_descriptive_name() shouldn't
+be, for example, called once a second while a capture is in progress.
+
+------------------------------------------------------------------------
+r22644 | stig | 2007-08-24 14:23:34 -0700 (Fri, 24 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/io_stat.c
+
+Print the first interval in the graph.
+Print zero label string in the X Axis (not centered).
+Always start the graph with the first interval, not at zero x value.
+
+------------------------------------------------------------------------
+r22645 | stig | 2007-08-24 14:38:10 -0700 (Fri, 24 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/io_stat.c
+
+The code for resizing the scrollbar page_size was a bit strange and did
+some strange justifications when having high "tick values" in the graph.
+
+Simplified this to fix a problem with scrolling to X Axis zero and a
+problem with interval values printed in the wrong time position.
+
+------------------------------------------------------------------------
+r22646 | stig | 2007-08-24 15:22:34 -0700 (Fri, 24 Aug 2007) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-hello.c
+   M /trunk/epan/dissectors/packet-isis-hello.h
+
+From Todd J Martin:
+- Decodes all valid Restart Signaling CLVs
+- The restart flags are now shown in a tree and have display filters for them
+- The Remaining hold time field now has a display filter
+- The Restarting Neighbor Id field is now decoded
+- Corrected another CLV decoder that assumed the length of a system ID was 6
+  and hard coded that value instead of using the id_length variable
+
+Rearranged the Restart Signaling Flags to show the most significant bit first
+
+
+------------------------------------------------------------------------
+r22647 | stig | 2007-08-24 15:42:08 -0700 (Fri, 24 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dmp.c
+
+- Added first version of DMP sequence analysis.
+- Added some generated search fields.
+- Added notice about negative ack in msg_type strings.
+- Added some more expert infos.
+- Rewrote alot of display filter names.
+- Rewrote some hf_ values.
+
+------------------------------------------------------------------------
+r22648 | stig | 2007-08-24 16:27:33 -0700 (Fri, 24 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+Added expert info for length issues.
+
+------------------------------------------------------------------------
+r22649 | stig | 2007-08-24 17:29:40 -0700 (Fri, 24 Aug 2007) | 19 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cisco-erspan.c
+
+From Munenori Ohuchi:
+1. Priority field decode.
+   The 802.1q tag field of a frame is separated from its frame body in 
+   a ERSPAN packet. 
+   Current packet-cisco-erspan.c decodes only the vlan id field of the 
+   802.1q tag.
+   This patch can also decode the priority field of the 802.1q tag.
+
+2. Direction of a captured frame decode.
+   A ERSPAN packet includes the additional information of the direction
+   a captured frame as below.
+
+   If a caputred frame comes from outside to a switch port, this means an
+   'Incoming' frame.  If a caputred frame goes out of a switch port, 
+   this is an 'Outgoing' frame.
+
+
+Added an extra unknown value for the bit between direction and spanid.
+
+------------------------------------------------------------------------
+r22650 | stig | 2007-08-24 17:50:20 -0700 (Fri, 24 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+   M /trunk/epan/dissectors/packet-mp2t.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+
+From Shaun Jackman:
+       * asn1/mpeg/packet-mpeg-pes-template.c (proto_register_mpeg_pes):
+       Register the dissectors mpeg and mpeg-pes.
+       * epan/dissectors/packet-mp2t.c (dissect_tsp): Call the mpeg-pes
+       dissector.
+       (ett_mp2t_header, ett_mp2t_af): New subtree identifiers.
+
+------------------------------------------------------------------------
+r22651 | lego | 2007-08-24 18:14:24 -0700 (Fri, 24 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/acp133/packet-acp133-template.c
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/cdt/packet-cdt-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/cms/packet-cms-template.c
+   M /trunk/asn1/dap/packet-dap-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h235/packet-h235-template.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/asn1/x509if/packet-x509if-template.c
+   M /trunk/asn1/x509sat/packet-x509sat-template.c
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/format-oid.h
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-acp133.h
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_map.h
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-gnm.h
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h235.h
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-inap.h
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.h
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-ocsp.h
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs1.h
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkinit.h
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixproxy.h
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixqualified.h
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pkixtsp.h
+   M /trunk/epan/dissectors/packet-pres.h
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rrlp.c
+   M /trunk/epan/dissectors/packet-s4406.h
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-smrse.h
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-wlancertextn.h
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/epan.c
+   D /trunk/epan/oid_resolv.c
+   D /trunk/epan/oid_resolv.h
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+   M /trunk/epan/proto.c
+   M /trunk/plugins/asn1/asn1.c
+   M /trunk/plugins/asn1/asn1.h
+   M /trunk/plugins/asn1/packet-asn1.c
+
+get users of oid_resolv to use the new oids, rollout packet-snmp.c
+
+
+------------------------------------------------------------------------
+r22652 | etxrab | 2007-08-25 00:44:01 -0700 (Sat, 25 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Get rid of now unused:
+
+ add_oid_name
+ add_oid_str_name
+l get_oid_name
+ get_oid_str_name
+------------------------------------------------------------------------
+r22653 | etxrab | 2007-08-25 01:20:59 -0700 (Sat, 25 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/io_stat.c
+
+Cast as (gfloat)
+io->scrollbar_adjustment->value=(gfloat)first_interval;
+------------------------------------------------------------------------
+r22654 | jake | 2007-08-25 02:08:49 -0700 (Sat, 25 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+Partial fix for bug 1317:
+Add Elliptic Curve cypher suites
+Add extension types
+
+------------------------------------------------------------------------
+r22655 | stig | 2007-08-25 02:57:12 -0700 (Sat, 25 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/epan/dissectors/packet-ftam.c
+
+Removed duplicate entry of OID 1.0.8571.2.4 in FTAM
+
+------------------------------------------------------------------------
+r22656 | lego | 2007-08-25 07:15:56 -0700 (Sat, 25 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/oids.c
+
+Initialize to zero all subids in oid_string2subid() to avoid creating bogus oids. This is aspirin for a buffer overflow somewhere in the code that reads cretificates, that dimensions a buffer probably assumung oid subids are few digits while they can actually be bigger. 
+Place two DISSECTOR_ASSERT() guards to avoid an (I believe impossible) buffer overflow of the ep_allocated subid array in  oid_string2subid() and oid_encoded2subid().
+
+
+------------------------------------------------------------------------
+r22657 | lego | 2007-08-25 07:48:48 -0700 (Sat, 25 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-x411.c
+
+there's nothing like a MAX_OID_STR_LEN...  get rid of a potential stack BO
+
+
+------------------------------------------------------------------------
+r22658 | lego | 2007-08-25 08:15:55 -0700 (Sat, 25 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/trigcap.c
+
+From Gisle Vanem <gvanem@broadpark.no>         
+Some signals needs to be ifdef'ed (missing on VC/MingW):
+
+
+------------------------------------------------------------------------
+r22659 | lego | 2007-08-25 10:29:55 -0700 (Sat, 25 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+
+replace oid_to_str_buf() and oid_to_str()
+
+fix a potential buffer overflow due to a very liberal estimate by oid_repr_len()
+
+
+------------------------------------------------------------------------
+r22660 | wmeier | 2007-08-25 12:13:00 -0700 (Sat, 25 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
+   M /trunk/test/suite-unittests.sh
+
+Disable capture tests and unit tests until possible issues corrected.
+Hopefully the windows buildbot will be OK with these tests disabled
+temporarily.
+
+------------------------------------------------------------------------
+r22661 | lego | 2007-08-25 13:27:58 -0700 (Sat, 25 Aug 2007) | 3 lines
+Changed paths:
+   A /trunk/aclocal-fallback/libsmi.m4
+   M /trunk/configure.in
+   M /trunk/epan/oids.c
+
+get libsmi into the picture
+
+
+------------------------------------------------------------------------
+r22662 | lego | 2007-08-25 16:49:09 -0700 (Sat, 25 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/oids.c
+
+Turns out that smiGetMinSize() and smiGetMaxSize() exists only in libsmi's HEAD... ;-)
+Official releases do not have them yet, avoid using them.
+
+
+------------------------------------------------------------------------
+r22663 | lego | 2007-08-25 20:11:27 -0700 (Sat, 25 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+add the new oid_* functions
+
+
+------------------------------------------------------------------------
+r22664 | etxrab | 2007-08-26 02:17:16 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+Fix indentation
+------------------------------------------------------------------------
+r22665 | stig | 2007-08-26 06:43:47 -0700 (Sun, 26 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
+
+From Todd J Martin:
+- Added support for grace-LSA TLVs
+- Fix a checksum that was printed in hex, but did not prepend "0x"
+
+------------------------------------------------------------------------
+r22666 | stig | 2007-08-26 07:02:59 -0700 (Sun, 26 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/io_stat.c
+
+Added "Dot" as new style in IO Graph.
+
+------------------------------------------------------------------------
+r22667 | stig | 2007-08-26 10:03:44 -0700 (Sun, 26 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+
+Added "Dot" as a new IO Graph style in the user guide.
+
+------------------------------------------------------------------------
+r22668 | jmayer | 2007-08-26 10:58:26 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/configure.in
+
+libsmi: Small fix and add a comment
+------------------------------------------------------------------------
+r22669 | jmayer | 2007-08-26 11:21:52 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Isakmp runs over port 4500 (natt) as well
+------------------------------------------------------------------------
+r22670 | jmayer | 2007-08-26 11:39:34 -0700 (Sun, 26 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Undo last commit. It's not yet clear to my why isakmp traffic
+after nat-t isn't matched by a isakmp display filter, but this
+approach wrong.
+
+------------------------------------------------------------------------
+r22671 | etxrab | 2007-08-26 12:17:03 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+
+Download libsmi
+------------------------------------------------------------------------
+r22672 | etxrab | 2007-08-26 13:03:23 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+
+Use config and makefile from Chris Maynard and Luis instead.
+------------------------------------------------------------------------
+r22673 | lego | 2007-08-26 13:16:35 -0700 (Sun, 26 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+De-NET-SNMPize COPS
+
+
+------------------------------------------------------------------------
+r22674 | etxrab | 2007-08-26 14:01:13 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/version_info.c
+
+Minor tweeks.
+------------------------------------------------------------------------
+r22675 | etxrab | 2007-08-26 14:19:18 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/version_info.c
+
+Fix a typo
+------------------------------------------------------------------------
+r22676 | lego | 2007-08-26 14:35:17 -0700 (Sun, 26 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/version_info.c
+
+libsmi was missing from the CFLAGS
+
+
+------------------------------------------------------------------------
+r22677 | lego | 2007-08-26 14:37:11 -0700 (Sun, 26 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+Give the files its propper title
+Keep libsmi's default path and append the user given one
+
+
+------------------------------------------------------------------------
+r22678 | lego | 2007-08-26 14:38:09 -0700 (Sun, 26 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+Remove every remembrance of NET_SNMP from COPS
+
+
+------------------------------------------------------------------------
+r22679 | lego | 2007-08-26 16:24:49 -0700 (Sun, 26 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+This was missing
+
+
+
+------------------------------------------------------------------------
+r22680 | etxrab | 2007-08-26 23:28:20 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Add SMI to the installation, the MIB:s are still missing.
+------------------------------------------------------------------------
+r22681 | etxrab | 2007-08-26 23:40:36 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
+
+And now the MIB's
+------------------------------------------------------------------------
+r22682 | stig | 2007-08-27 04:27:41 -0700 (Mon, 27 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/COPYING
+
+Removed ^L as they turn up as a strange square in About->License
+
+------------------------------------------------------------------------
+r22683 | stig | 2007-08-27 04:33:47 -0700 (Mon, 27 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+Adjusted indentation to align email addresses.
+
+------------------------------------------------------------------------
+r22684 | lego | 2007-08-27 10:05:11 -0700 (Mon, 27 Aug 2007) | 8 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+- packet-snmp(-template).c
+   - reimplement the "snmp.variable_oid" dissector table
+- oids.[ch]
+   - get rid of keytype_implicit in oid_value_type_t we won't use it.
+   - have the windows base path for mibs be consistent to where we've put the mibs
+   - oid_get_from_encoded() and oid_get_from_string(): have the subids array being computed in a prior statement of where the side-effected argument is going to be used... worked on gcc, not on windows... I deserve "have daemons flying out of my nose" for that :-).
+
+
+------------------------------------------------------------------------
+r22685 | wmeier | 2007-08-27 10:49:53 -0700 (Mon, 27 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/test/config.sh
+
+Prevent execution of the fifo tests on Windows.
+(Windows cygwin has a mkfifo but Windows dumpcap & etc
+use Windows named pipes which are different than
+the cygwin named pipes).
+
+------------------------------------------------------------------------
+r22686 | wmeier | 2007-08-27 11:09:38 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/test/suite-unittests.sh
+
+Re-enable unittests after determining that they work correctly 
+on Windows (and shouldn't cause the Windows buildbot any problems).
+
+------------------------------------------------------------------------
+r22687 | guy | 2007-08-27 11:44:55 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+Get rid of extra newlines at the end of epan/oids.h, and give one of
+them to epan/oids.c. :-)
+
+------------------------------------------------------------------------
+r22688 | lego | 2007-08-27 12:14:30 -0700 (Mon, 27 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/oids.c
+
+Fixed an ep_ buffer overflow (off by one) in oid_subid2string()
+Abort on integer overflow in oid_string2subid() and oid_encoded2subid()
+
+
+
+
+
+------------------------------------------------------------------------
+r22689 | lego | 2007-08-27 12:37:48 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
+
+cast a guint64 down to guint32 before assignment to get windows build running
+
+
+------------------------------------------------------------------------
+r22690 | etxrab | 2007-08-27 13:44:28 -0700 (Mon, 27 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+Update comments.
+------------------------------------------------------------------------
+r22691 | stig | 2007-08-27 14:23:18 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Tuomas Maattanen:
+Committed changes in r21450 again.
+
+------------------------------------------------------------------------
+r22692 | lego | 2007-08-27 14:29:20 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
+
+Do not throw, some of this functions get called outside TRY blocks.
+
+
+------------------------------------------------------------------------
+r22693 | lego | 2007-08-27 15:00:39 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   A /trunk/smi_modules
+
+Add a default smi_modules file.
+
+
+------------------------------------------------------------------------
+r22694 | lego | 2007-08-27 15:06:47 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Get smi_modules in the distrib
+
+
+------------------------------------------------------------------------
+r22695 | lego | 2007-08-27 15:24:39 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/smi_modules
+
+Wes Hardaker refered to net-snmp defaults, It does not apply to this at all.
+
+
+------------------------------------------------------------------------
+r22696 | wmeier | 2007-08-27 15:56:27 -0700 (Mon, 27 Aug 2007) | 2 lines
+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/gryphon/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/lwres/Makefile.nmake
+   M /trunk/plugins/m2m/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/mgcp/Makefile.nmake
+   M /trunk/plugins/opcua/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/unistim/Makefile.nmake
+   M /trunk/plugins/v5ua/Makefile.nmake
+   M /trunk/plugins/wimax/Makefile.nmake
+
+Add .c.obj:: inference rule (to cause "batch compile") 
+
+------------------------------------------------------------------------
+r22697 | sfisher | 2007-08-27 19:13:51 -0700 (Mon, 27 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/capture_ui_utils.c
+
+
+Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801)
+
+Don't get to the point where we may do a strcmp() with a null value.
+
+
+------------------------------------------------------------------------
+r22698 | etxrab | 2007-08-27 22:53:13 -0700 (Mon, 27 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/smi_modules
+
+Temporray remove "SNMP-REPEATER-MIB" it causes a crash.
+------------------------------------------------------------------------
+r22699 | jake | 2007-08-27 22:59:09 -0700 (Mon, 27 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/oids.c
+
+Fix warnings "dereferencing type-punned pointer will break strict-aliasing rules"
+------------------------------------------------------------------------
+r22700 | sahlberg | 2007-08-28 00:34:05 -0700 (Tue, 28 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+improve the ctdb dissector to track request/responses for controls and 
+start decoding some control payload
+
+
+------------------------------------------------------------------------
+r22701 | kukosa | 2007-08-28 00:59:35 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+fix bug in snmp.variable_oid subdissector calling and call them at the end of snmp dissector (so as snmp does not overwrite COL_INFO of subdissector)
+------------------------------------------------------------------------
+r22702 | jmayer | 2007-08-28 03:37:21 -0700 (Tue, 28 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/unistim/packet-unistim.c
+
+Disable unistim for now: it used port 5000 unconditionally
+and that collied with tapa. Please add a check.
+
+------------------------------------------------------------------------
+r22703 | sahlberg | 2007-08-28 04:45:08 -0700 (Tue, 28 Aug 2007) | 22 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.h
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcerpc.h
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/pidl/samr.cnf
+
+rename dcerpc_smb_store_pol_name  to dcerpc_store_polhnd_name
+
+rename dcerpc_smb_fetch_pol  to dcerpc_fetch_polhnd_data and also make 
+it take an additional parameter to return the "type" of the policy 
+handle, if such a type was stored.
+
+extend the pol_value structure used to track policy handles to also 
+store a type to represent what created the policy handle
+types could be USER/ALIAS/CONNECT/... etc handles returned from the 
+SAMR interface
+
+add a new helper function  dcerpc_store_polhnd_type()
+
+track policy handles between request/responses for dcerpc
+
+update the samr.cnf file to make the samr dissectors for
+SetSecurity/QuerySecurity dissect the specific bits for the security 
+descriptor correctly based on whether the policy handle refers to a 
+CONNECT/DOMAIN/USER/ALIAS or GROUP
+
+
+
+------------------------------------------------------------------------
+r22704 | lego | 2007-08-28 08:18:32 -0700 (Tue, 28 Aug 2007) | 10 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/emem.c
+   M /trunk/epan/oids.c
+   M /trunk/epan/uat-int.h
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat.h
+
+SNMP:
+ - As noted by Thomas Anders values are not added to the tree anymore. Move the calling of subdissectors to the end of the function, so that the value is added to the tree.
+ - add port 8161 to be decoded as SNMP (hey, it's on IANA's services file!)
+UAT:
+ - do not have the uat reloaded.
+OIDS:
+ - do not complain if renaming an OID to an identical name
+
+
+
+------------------------------------------------------------------------
+r22705 | lego | 2007-08-28 08:38:05 -0700 (Tue, 28 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat_load.l
+
+Commit canges to uat_load.l, and initialize uat_t->loaded (not every system zeroes-out on malloc).
+
+
+------------------------------------------------------------------------
+r22706 | ulfl | 2007-08-28 10:38:50 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+move "create guides" section above installer section as the installer might need the user's guide
+------------------------------------------------------------------------
+r22707 | wmeier | 2007-08-28 10:47:39 -0700 (Tue, 28 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/capture_opts.c
+
+capture_opts_log: use dummy string if iface_desc is NULL;
+This fixes dumpcap crash on Windows 
+
+------------------------------------------------------------------------
+r22708 | wmeier | 2007-08-28 10:49:16 -0700 (Tue, 28 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
+
+Re-enable capture tests now that a a dumpcap problem has been corrected.
+
+------------------------------------------------------------------------
+r22709 | etxrab | 2007-08-28 10:50:02 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dpnss.c
+
+Add filters.
+------------------------------------------------------------------------
+r22710 | ulfl | 2007-08-28 10:50:25 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+some more editing
+------------------------------------------------------------------------
+r22711 | etxrab | 2007-08-28 10:50:44 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+Add AVP's
+------------------------------------------------------------------------
+r22712 | lego | 2007-08-28 12:07:39 -0700 (Tue, 28 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
+
+Report loading failures to the user
+
+
+------------------------------------------------------------------------
+r22713 | lego | 2007-08-28 12:11:36 -0700 (Tue, 28 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/smi_modules
+
+remove (for now) the COPS PIBs from the list, as I have added a reprot_failure to give feedback about libsmi errors while loading the modules.
+
+
+------------------------------------------------------------------------
+r22714 | ulfl | 2007-08-28 13:31:48 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+
+always compile zlib.dll from source (even on MSVC6 now), this simplifies the makefiles a bit and (more important) removes an annoying behaviour if you switch between compiler versions - you'll need to run the setup target each time you switch
+------------------------------------------------------------------------
+r22715 | wmeier | 2007-08-28 13:58:50 -0700 (Tue, 28 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/colorfilters
+   M /trunk/epan/dissectors/packet-ip.c
+
+From Todd Martin: "Flag IP TTL more intelligently".
+Also: Change default "Low TTL" color filter to match.
+
+------------------------------------------------------------------------
+r22716 | ulfl | 2007-08-28 14:21:25 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+add "Classless InterDomain Routing (CIDR) notation" explanation to the display filter section
+------------------------------------------------------------------------
+r22717 | wmeier | 2007-08-28 14:24:34 -0700 (Tue, 28 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/colorfilters
+
+On 2nd thought: change color filter name from "Low TTL" to "TTL low or unexpected"
+
+------------------------------------------------------------------------
+r22718 | lego | 2007-08-28 14:27:54 -0700 (Tue, 28 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Fix non implicit oid key indexes. This starts to look good!
+
+
+------------------------------------------------------------------------
+r22719 | lego | 2007-08-28 16:19:30 -0700 (Tue, 28 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/snmp/snmp.cnf
+
+Add some more expert info.
+Restore engine-id dissection (a "victim" of decryption support)
+
+
+------------------------------------------------------------------------
+r22720 | lego | 2007-08-28 16:55:49 -0700 (Tue, 28 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/snmp/snmp.asn
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/oids.c
+
+- turn some other TC from FT_BYTES to FT_STRING so that human-readable strings become readable by humans
+- Add the EngineId decoding for the contextEngineId
+- Add some expert info about malformed indexed oids
+
+
+------------------------------------------------------------------------
+r22721 | ulfl | 2007-08-28 17:15:15 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+
+various updates to match current MSVC compiler problems, fix some typos, ...
+------------------------------------------------------------------------
+r22722 | ulfl | 2007-08-28 20:45:56 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+fix broken tags
+------------------------------------------------------------------------
+r22723 | etxrab | 2007-08-28 23:13:40 -0700 (Tue, 28 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+
+Fix up most of the OID names in GSM MAP.
+------------------------------------------------------------------------
+r22724 | kukosa | 2007-08-29 04:44:49 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/asn1.c
+   M /trunk/epan/asn1.h
+
+ASN.1 parameterization handling (1st raw implementation)
+it is not supported in asn2wrs now, code has to be written manually
+------------------------------------------------------------------------
+r22725 | kukosa | 2007-08-29 04:47:35 -0700 (Wed, 29 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+new directive #.ASSIGN_VALUE_TO_TYPE
+------------------------------------------------------------------------
+r22726 | kukosa | 2007-08-29 04:57:27 -0700 (Wed, 29 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/ranap/Makefile
+   M /trunk/asn1/ranap/Makefile.nmake
+   M /trunk/asn1/ranap/RANAP-CommonDataTypes.asn
+   M /trunk/asn1/ranap/RANAP-Constants.asn
+   M /trunk/asn1/ranap/RANAP-Containers.asn
+   M /trunk/asn1/ranap/RANAP-IEs.asn
+   M /trunk/asn1/ranap/RANAP-PDU-Contents.asn
+   M /trunk/asn1/ranap/RANAP-PDU-Descriptions.asn
+   M /trunk/asn1/ranap/packet-ranap-template.c
+   D /trunk/asn1/ranap/ranap.asn
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
+
+RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 (2007-06)
+------------------------------------------------------------------------
+r22727 | martinm | 2007-08-29 08:35:27 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Don't show fragment offset as a bit field, but note number of bits used in long text.
+
+------------------------------------------------------------------------
+r22728 | etxrab | 2007-08-29 09:10:04 -0700 (Wed, 29 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/TGPPSh.xml
+   M /trunk/diameter/dictionary.xml
+
+Adjust to the latest IANA status 2007-08-22.
+------------------------------------------------------------------------
+r22729 | etxrab | 2007-08-29 09:10:47 -0700 (Wed, 29 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+OID name fixes.
+------------------------------------------------------------------------
+r22730 | stig | 2007-08-29 11:39:30 -0700 (Wed, 29 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x411/x411.asn
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+
+- Rewrote handling of extensions to get rid of "funky" oid strings.
+- Added ASN.1 integer values for StandardExtension, ExtensionAttributeType
+  and TokenDataType.
+- Added expert info for unknown standard-extension, extension-attribute-type 
+  and tokendata-type.
+- Added expert info for unknown built-in content-type.
+
+------------------------------------------------------------------------
+r22731 | etxrab | 2007-08-29 12:31:15 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   D /trunk/asn1/inap/IN-CS-1-Datatypes-appendix.asn
+   D /trunk/asn1/inap/IN-CS-1-Datatypes.asn
+
+Makefile.am Try to get the latest state of asn1 files into the dist.
+Delete "old" unused asn1 files.
+------------------------------------------------------------------------
+r22732 | etxrab | 2007-08-29 15:21:25 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+Makefile.am Try to get the latest state of asn1 files into the dist.
+Try again ;)
+------------------------------------------------------------------------
+r22733 | gerald | 2007-08-29 17:24:40 -0700 (Wed, 29 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/capture_loop.c
+   M /trunk/capture_opts.c
+   M /trunk/capture_opts.h
+   M /trunk/configure.in
+   M /trunk/doc/README.packaging
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/privileges.c
+   M /trunk/epan/privileges.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/drag_and_drop.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/recent.h
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/summary.c
+   M /trunk/tools/Makefile.am
+   M /trunk/tshark.c
+
+Change the "--enable-setuid-install" option to install dumpcap and TShark
+setuid instead of Wireshark.  Remove the "DANGEROUS" notices, but leave it
+disabled by default.  Whine if the user runs Wireshark or TShark as root.
+Add a preference to disable the whining.  Add a "setuid-root" script that
+can be used to switch dumpcap and TShark's setuid-ness on and off for
+development and testing.  Update the release notes and README.packaging.
+
+------------------------------------------------------------------------
+r22734 | ulfl | 2007-08-29 19:14:36 -0700 (Wed, 29 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+update to latest draft: 
+- add PDSyncData block with Version 1.2
+- add IOXBlockReq/s ids 0x116, 0x117, 0x8116 and 0x8117
+------------------------------------------------------------------------
+r22735 | guy | 2007-08-29 19:32:55 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+Get rid of tab after backslash, to eliminate warning.
+
+------------------------------------------------------------------------
+r22736 | gerald | 2007-08-29 21:16:11 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   A /trunk/tools/setuid-root.pl.in
+
+Add the setuid script missing from my last checkin.
+
+------------------------------------------------------------------------
+r22737 | etxrab | 2007-08-29 21:35:58 -0700 (Wed, 29 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+Remeove file not to be  included.
+------------------------------------------------------------------------
+r22738 | etxrab | 2007-08-29 21:49:04 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_637.c
+
+From Chris Maynard:
+Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r22739 | etxrab | 2007-08-29 21:58:11 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3com-xns.c
+
+From Chris Maynard:
+Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r22740 | etxrab | 2007-08-29 22:02:33 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+
+From Chris Maynard:
+Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r22741 | etxrab | 2007-08-29 22:05:45 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-admin.c
+
+From Chris Maynard:
+Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r22742 | etxrab | 2007-08-29 22:22:25 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-buddylist.c
+   M /trunk/epan/dissectors/packet-aim-generic.c
+   M /trunk/epan/dissectors/packet-aim-location.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim-signon.c
+   M /trunk/epan/dissectors/packet-aim-ssi.c
+   M /trunk/epan/dissectors/packet-aim-sst.c
+   M /trunk/epan/dissectors/packet-aim-userlookup.c
+   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+
+From Chris Maynard:
+Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r22743 | etxrab | 2007-08-29 22:30:28 -0700 (Wed, 29 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-bos.c
+
+From Chris Maynard:
+Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r22744 | stig | 2007-08-30 01:50:05 -0700 (Thu, 30 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/tools
+
+Fixed a typo: setuid-root.in -> setuid-root.pl.in
+Added setuid-root.pl to svn:ignore
+
+------------------------------------------------------------------------
+r22745 | stig | 2007-08-30 02:28:41 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_info_dlg.c
+
+Added #include <sys/types.h>
+
+------------------------------------------------------------------------
+r22746 | gmorris | 2007-08-30 03:18:29 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-ncp-int.h
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+
+Add eDirectory iteration verb 0x6e.
+Fix eDirectory timestamps to display correctly.
+------------------------------------------------------------------------
+r22747 | gmorris | 2007-08-30 03:23:58 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndps.c
+
+Fix attribute *Print Checkpoint"
+Fix Printer State Reasons in extended error codes.
+------------------------------------------------------------------------
+r22748 | gmorris | 2007-08-30 03:26:20 -0700 (Thu, 30 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/ncp_stat.c
+
+Update to reflect new iteration verb 0x6e.
+------------------------------------------------------------------------
+r22749 | gmorris | 2007-08-30 03:33:24 -0700 (Thu, 30 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-lpd.c
+
+Test to see if packet is actually a request by verifying the one byte function code is a non-zero value.
+------------------------------------------------------------------------
+r22750 | stig | 2007-08-30 04:28:27 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_info.c
+
+Count IEEE 802.11 WLAN AVS packets.
+
+------------------------------------------------------------------------
+r22751 | stig | 2007-08-30 04:37:49 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fixed a brace placement to enable the default case
+
+------------------------------------------------------------------------
+r22752 | stig | 2007-08-30 04:52:30 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_info.c
+
+And include packet-wlancap.h
+
+------------------------------------------------------------------------
+r22753 | stig | 2007-08-30 05:06:18 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+Added setuid-root.pl.in to EXSTRA_DIST
+
+------------------------------------------------------------------------
+r22754 | stig | 2007-08-30 08:44:59 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+Huh.  Fetch setuid-root.pl.in from srcdir instead.
+
+------------------------------------------------------------------------
+r22755 | stig | 2007-08-30 10:36:38 -0700 (Thu, 30 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/capture_if_dlg.c
+
+It seems like capture_stats is working as a correctly implemented pcap_stats.
+Update the Packets count in Capture Interfaces according to this.
+
+------------------------------------------------------------------------
+r22756 | stig | 2007-08-30 12:11:36 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Added capture_wlancap to libwireshark.def
+
+------------------------------------------------------------------------
+r22757 | guy | 2007-08-30 12:34:20 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+Clean up "setuid-root.pl" when we do "make distclean".
+
+------------------------------------------------------------------------
+r22758 | etxrab | 2007-08-30 12:44:22 -0700 (Thu, 30 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+fix dissect_per_bit_string() for unaligned PER, values ar still not correctly displayed.
+------------------------------------------------------------------------
+r22759 | ulfl | 2007-08-30 12:50:56 -0700 (Thu, 30 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-pn-rt.c
+
+fix length calculation for 802.11 packets - the 802.11 dissector will strip off the 4 byte FCS at the end of a packet (while the Ethernet dissector does not).
+------------------------------------------------------------------------
+r22760 | jake | 2007-08-30 22:37:43 -0700 (Thu, 30 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isup.c
+
+Fix for bug 1244:
+hf_isup_event_ind contains incorrect fieldbase.
+------------------------------------------------------------------------
+r22761 | sake | 2007-08-31 07:14:17 -0700 (Fri, 31 Aug 2007) | 15 lines
+Changed paths:
+   M /trunk/editcap.c
+   M /trunk/gtk/about_dlg.c
+
+This patch fixes the following two errors that appear when
+configure is run with "--without-plugins"
+
+cc1: warnings being treated as errors
+about_dlg.c: In function ?\226?\128?\152about_wireshark_cb?\226?\128?\153:
+about_dlg.c:426: warning: unused variable ?\226?\128?\152plugins_page?\226?\128?\153
+make[2]: *** [about_dlg.o] Error 1
+
+editcap.c: In function ?\226?\128?\152main?\226?\128?\153:
+editcap.c:663: error: ?\226?\128?\152check_ts?\226?\128?\153 undeclared (first use in this function)
+editcap.c:663: error: (Each undeclared identifier is reported only once
+editcap.c:663: error: for each function it appears in.)
+make[2]: *** [editcap.o] Error 1
+
+
+------------------------------------------------------------------------
+r22762 | sake | 2007-08-31 08:06:27 -0700 (Fri, 31 Aug 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+When doing TCP_SEQ analysis, if the packet is a SYN, then it's 
+not a lost packet but the tcp ports are being reused. This is often 
+seen in load-balanced environments where client ports are preserved 
+on the server-side.
+
+We only want to report port reusage once, so the SYN/ACK is excluded 
+from TCP_SEQ analysis.
+
+------------------------------------------------------------------------
+r22763 | wmeier | 2007-08-31 16:22:45 -0700 (Fri, 31 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
+
+Enable <esc> to cancel window; remove some redundant code
+
+------------------------------------------------------------------------
+r22764 | guy | 2007-08-31 16:56:07 -0700 (Fri, 31 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Show unsigned quantities with %u, not %d.
+
+------------------------------------------------------------------------
+r22765 | sake | 2007-09-01 04:14:01 -0700 (Sat, 01 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/netscreen.c
+
+This patch solves two issue with the NetScreen wiretap routine:
+- It accepts the "/" character in interface names
+- It accepts EOF as delimiter for the last packet (when there is no more emptyline)
+
+------------------------------------------------------------------------
+r22766 | jake | 2007-09-01 04:47:59 -0700 (Sat, 01 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+From Steve Karg:
+Fix for bug 1807. This patch corrects the decoding of the NotificationParameters. 
+I fuzz tested with these and other captures (Pass > 100).
+------------------------------------------------------------------------
+r22767 | wmeier | 2007-09-02 05:37:24 -0700 (Sun, 02 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.c
+
+macro_name_chk: return valid error string for fail return when empty macro name field;
+fixes bug #1813
+
+------------------------------------------------------------------------
+r22768 | guy | 2007-09-02 13:37:39 -0700 (Sun, 02 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Fix indentation.
+
+------------------------------------------------------------------------
+r22769 | wmeier | 2007-09-02 13:53:15 -0700 (Sun, 02 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
+
+Verify existence of required downloaded library packages during make after Makefile.nmake updated
+
+------------------------------------------------------------------------
+r22770 | guy | 2007-09-02 15:49:56 -0700 (Sun, 02 Sep 2007) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+The actual length of the PPPoE payload is returned by
+tvb_reported_length_remaining(), not by tvb_length_remaining() -
+tvb_length_remaining() shows only the amount of *captured* data
+remaining, but the capture might have been done with a snapshot length
+that cut the packet data short.
+
+The payload length from the PPPoE header could legitimately be different
+from the actual length of the PPPoE payload if there's not enough PPPoE
+payload to avoid padding at the E(thernet) level.  Only complain if
+there shouldn't have been any padding.
+
+Report an "expert" warning if the payload length looks wrong.
+
+Update a comment to reflect current reality (as of many many years ago,
+when we went all-tvbuff).
+
+------------------------------------------------------------------------
+r22771 | guy | 2007-09-02 16:32:43 -0700 (Sun, 02 Sep 2007) | 11 lines
+Changed paths:
+   M /trunk/capture_loop.c
+
+For bug 1685, check for the errors reported on at least some platforms
+when an interface goes down or goes away, and, in that case, just report
+that, rather than reporting a more technical error and indicating that
+the error should be reported to the Wireshark developers.
+
+Line-break the "please report this to the Wireshark developers" error
+differently (so that it doesn't look weird if the dialog box line-wraps
+it).
+
+Fix indentation.
+
+------------------------------------------------------------------------
+r22772 | wmeier | 2007-09-02 16:37:40 -0700 (Sun, 02 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
+
+Fix my previous patch to enable esc on window
+
+------------------------------------------------------------------------
+r22773 | guy | 2007-09-02 16:51:51 -0700 (Sun, 02 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+tvb_reported_length() returns a gint, so assign its value to a gint.
+
+------------------------------------------------------------------------
+r22774 | wmeier | 2007-09-02 17:17:47 -0700 (Sun, 02 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/filter_dlg.c
+
+default window_cancel_butoon_cb  is not appropriate since a specific cancel cb is specified.
+
+------------------------------------------------------------------------
+r22775 | jake | 2007-09-02 22:56:48 -0700 (Sun, 02 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mtp2.c
+
+Fix for bug 1816:
+Add status value to LSSU info column.
+------------------------------------------------------------------------
+r22776 | guy | 2007-09-02 23:44:54 -0700 (Sun, 02 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iuup.c
+
+guint8, not gchar, is the appropriate type for a byte.
+
+------------------------------------------------------------------------
+r22777 | etxrab | 2007-09-03 09:39:07 -0700 (Mon, 03 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+BSSGP.TLLI is not recognized properly in filter
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1384
+------------------------------------------------------------------------
+r22778 | etxrab | 2007-09-03 09:40:51 -0700 (Mon, 03 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ranap/packet-ranap-template.c
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/epan/dissectors/packet-ranap.c
+
+Incorrectly decoded IMSI in RANAP prot./id-CommonID procedure
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1713
+------------------------------------------------------------------------
+r22779 | etxrab | 2007-09-03 09:42:28 -0700 (Mon, 03 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+Wireshark packet-gtp.c error in decoding IMEI.
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1536
+------------------------------------------------------------------------
+r22780 | etxrab | 2007-09-03 22:22:43 -0700 (Mon, 03 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/gtk/rtp_analysis.c
+
+From Stas Maximov:
+RTP analysis' jitter values are thrown off by RTP events
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1076
+a) Ephemeral string (packet duration) was inserted into long-term hash of
+dynamic payloads
+b) There was no clock_rate mapping for MIME type "telephone-event".
+------------------------------------------------------------------------
+r22781 | jake | 2007-09-03 23:55:52 -0700 (Mon, 03 Sep 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+From Munenori Ohuchi:
+This patch adds a new feature to dissect HSRPv2 packets.
+
+One of the main features of HSRPv2 can enable using HSRP on IPv6. In order to
+achieve this new feature, HSRPv2 packet format is totally different from
+HSRPv1. HSRPv2 introduces new TLV formats.
+
+This patch can decode these new formats of HSPRv2.
+------------------------------------------------------------------------
+r22782 | wmeier | 2007-09-04 05:37:19 -0700 (Tue, 04 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
+
+enable esc for new/edit/delete dialogs; remove some redundant code; 
+
+------------------------------------------------------------------------
+r22783 | etxrab | 2007-09-04 09:55:48 -0700 (Tue, 04 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+ANSI MAP systemMyTypeCode should be OPTIONAL
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1820
+------------------------------------------------------------------------
+r22784 | etxrab | 2007-09-04 09:57:07 -0700 (Tue, 04 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+Get correct value for bitstrings.
+------------------------------------------------------------------------
+r22785 | etxrab | 2007-09-04 12:36:07 -0700 (Tue, 04 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+value_tvb=out_tvb, remove unused variables.
+------------------------------------------------------------------------
+r22786 | stig | 2007-09-04 14:46:41 -0700 (Tue, 04 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/disp/disp.cnf
+   M /trunk/asn1/dop/dop.cnf
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dop.c
+
+Rewrote handling of parameters to get rid of "funky" oid strings.
+Added expert info for unknown binding-parameters.
+
+------------------------------------------------------------------------
+r22787 | stig | 2007-09-04 14:49:14 -0700 (Tue, 04 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+Fixed compiler warnings to get the buildbot going.
 
-this one should go into 0.99.4 IMHO
 ------------------------------------------------------------------------
-r19727 | ulfl | 2006-10-29 05:53:07 -0800 (Sun, 29 Oct 2006) | 1 line
+r22788 | morriss | 2007-09-04 15:13:26 -0700 (Tue, 04 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/colorfilters
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-udp.c
+   M /trunk/capture_ui_utils.c
 
-make the checksum fields visible for TCP and UDP
+Don't call get_interface_descriptive_name() on a NULL iface: fixes a segfault when doing Statistics->Summary when you didn't capture anything (but rather read in a file)
 ------------------------------------------------------------------------
-r19728 | ulfl | 2006-10-29 06:41:16 -0800 (Sun, 29 Oct 2006) | 1 line
+r22789 | sahlberg | 2007-09-04 16:27:34 -0700 (Tue, 04 Sep 2007) | 7 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-sdp.c
+
+we dont have g_hash_table_new_full() on gtk1
+use g_hash_table_new() on gtk1 and leak memory instead
+
+
+this should actually a be using an se_tree instead of hashtables
+
 
-change the default GTK version from GTK2.6 to GTK2.8
 ------------------------------------------------------------------------
-r19729 | ulfl | 2006-10-29 09:14:13 -0800 (Sun, 29 Oct 2006) | 4 lines
+r22790 | sahlberg | 2007-09-04 16:35:29 -0700 (Tue, 04 Sep 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/epan/privileges.c
+
+on unix, we dont have size_t until we have imported all the other 
+includes    which breaks emem.h
 
-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
+r22791 | sahlberg | 2007-09-04 17:29:31 -0700 (Tue, 04 Sep 2007) | 3 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/epan/dissectors/packet-nfs.c
+
+start prettifying nfsv4
+
+
+------------------------------------------------------------------------
+r22792 | etxrab | 2007-09-04 22:48:44 -0700 (Tue, 04 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/dop/Makefile
    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
+   M /trunk/asn1/dop/dop-exp.cnf
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dop.h
 
-put every python script name into "" so the call won't fail on Win32 native python.
+Include expert.h and while at it change to use -X and -T options for asn2wrs.
+------------------------------------------------------------------------
+r22793 | jake | 2007-09-04 23:59:24 -0700 (Tue, 04 Sep 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
 
-The problem is the slash in e.g.:
+From Munenori Ohuchi:
+packet-netflow.c is lack of the capability to decode ipv6 address related fields in netflow v9.
 
- @$(PYTHON) ../../tools/make-dissector-reg.py
+This patch enables dissecting the following fields:
+ Type 27 IPV6_SRC_ADDR,
+ Type 28 IPV6_DST_ADDR,
+ Type 29 IPV6_SRC_MASK,
+ Type 30 IPV6_DST_MASK and
+ Type 62 IPV6_NEXT_HOP.
+------------------------------------------------------------------------
+r22794 | stig | 2007-09-05 00:35:59 -0700 (Wed, 05 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/epan/dissectors/packet-rtse.c
 
-is interpreted as an option instead of being part of the path.
+Check object_identifier_id before use.
 
-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
+r22795 | wmeier | 2007-09-05 07:59:37 -0700 (Wed, 05 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/gtk/filter_dlg.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.
+Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in main window;
+Fixes bug reported by Toralf F?\195?\182rster
 
 ------------------------------------------------------------------------
-r19732 | ulfl | 2006-10-29 11:47:59 -0800 (Sun, 29 Oct 2006) | 1 line
+r22796 | etxrab | 2007-09-05 15:24:40 -0700 (Wed, 05 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-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 :-(
+Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plus
+a copy-paste error in the hf fields.
 ------------------------------------------------------------------------
-r19733 | sahlberg | 2006-10-29 12:56:00 -0800 (Sun, 29 Oct 2006) | 16 lines
+r22797 | guy | 2007-09-05 15:43:51 -0700 (Wed, 05 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-from Stephen fischer
+Fix indentation.
 
-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.
+------------------------------------------------------------------------
+r22798 | ulfl | 2007-09-05 16:03:58 -0700 (Wed, 05 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
 
+remove comment which compiler version works - they all work
+------------------------------------------------------------------------
+r22799 | ulfl | 2007-09-05 16:09:39 -0700 (Wed, 05 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/Makefile.nmake
 
-Thanks,
- ?\194?\160Steve
+- "quote" source dir of packaging_zip1 and packaging_zip2, so it also works with spaces in this path
 
+- epan now depends on zlib and wiretap, add dependencies accordingly
+------------------------------------------------------------------------
+r22800 | martinm | 2007-09-06 03:05:41 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   A /trunk/plugins/wimaxasncp
+   A /trunk/plugins/wimaxasncp/AUTHORS
+   A /trunk/plugins/wimaxasncp/COPYING
+   A /trunk/plugins/wimaxasncp/ChangeLog
+   A /trunk/plugins/wimaxasncp/Makefile.am
+   A /trunk/plugins/wimaxasncp/Makefile.common
+   A /trunk/plugins/wimaxasncp/Makefile.nmake
+   A /trunk/plugins/wimaxasncp/moduleinfo.h
+   A /trunk/plugins/wimaxasncp/moduleinfo.nmake
+   A /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+   A /trunk/plugins/wimaxasncp/packet-wimaxasncp.h
+   A /trunk/plugins/wimaxasncp/plugin.rc.in
 
+Add wimaxasncp plugin folder contents (other changes will follow)
 
+------------------------------------------------------------------------
+r22801 | martinm | 2007-09-06 03:14:49 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/configure.in
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
 
+Build WiMAX ASN Control Plane dissector plugin
 
 ------------------------------------------------------------------------
-r19734 | sahlberg | 2006-10-29 13:01:57 -0800 (Sun, 29 Oct 2006) | 15 lines
+r22802 | martinm | 2007-09-06 03:50:17 -0700 (Thu, 06 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-from sake blok
+Map "wimax" -> "wimaxasncp"
 
-Hi,
+------------------------------------------------------------------------
+r22803 | stig | 2007-09-06 03:53:42 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp
 
-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.
+Add default svn:ignore files to wimaxasncp plugin.
 
-Cheers,
+------------------------------------------------------------------------
+r22804 | wmeier | 2007-09-06 05:46:29 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_stat_dlg.c
 
+Enable esc key for SCTP Associations window.
 
-Sake
+------------------------------------------------------------------------
+r22805 | stig | 2007-09-06 07:02:35 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
+Added ipprotostr to libwireshark.def
 
+------------------------------------------------------------------------
+r22806 | martinm | 2007-09-06 07:14:09 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+Fix the unsigned errors. Not sure about the other windows errors yet...
 
 ------------------------------------------------------------------------
-r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines
+r22807 | etxrab | 2007-09-06 09:27:17 -0700 (Thu, 06 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   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
 
-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.
+Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.
 ------------------------------------------------------------------------
-r19736 | gerald | 2006-10-29 22:34:31 -0800 (Sun, 29 Oct 2006) | 3 lines
+r22808 | etxrab | 2007-09-06 09:28:08 -0700 (Thu, 06 Sep 2007) | 1 line
 Changed paths:
-   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
-
-From Giorgio Tino: Add support for version 2.0 of the AirPcap driver,
-which has an updated API for WEP key handling.
+   M /trunk/epan/dissectors/packet-per.c
 
+Remove debug code and a "lost" line.
 ------------------------------------------------------------------------
-r19737 | martinm | 2006-10-30 01:50:39 -0800 (Mon, 30 Oct 2006) | 1 line
+r22809 | guy | 2007-09-06 09:55:03 -0700 (Thu, 06 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/print.c
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
+
+Add .c.obj:: inference rule (to cause "batch compile")
 
-Fix for (already-closed) bug 1180
 ------------------------------------------------------------------------
-r19738 | sahlberg | 2006-10-30 04:18:29 -0800 (Mon, 30 Oct 2006) | 7 lines
+r22810 | guy | 2007-09-06 09:57:41 -0700 (Thu, 06 Sep 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/config.h.win32
 
-start splitting the monolitic scsi dissector up into commandset dissectors
+Fix a comment.
 
+------------------------------------------------------------------------
+r22811 | gerald | 2007-09-06 11:26:04 -0700 (Thu, 06 Sep 2007) | 9 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-dnp.c
 
-split the MMC commandset out of the main scsi dissector
+Fix problems found by Beyond Security:  
 
+Instead of overflowing an unsigned int when determining the number of
+items in a range, use a signed int and check for a negative value.  Make
+sure our offset increments as we step through each item.  This should 
+avoid large/inifinite loops.
 
+Fix the size of hf_dnp3_al_range_stop32.
 
 ------------------------------------------------------------------------
-r19739 | martinm | 2006-10-30 07:36:40 -0800 (Mon, 30 Oct 2006) | 4 lines
+r22812 | etxrab | 2007-09-06 14:25:41 -0700 (Thu, 06 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-A little prettifying:
-- Most Router Advertisement fields are now properly filterable
-- Option tree has improved label, length set, fixed fields filterable
+Add A11 RRQ-CVSE-Active Start Airlink Record-Subtype 108 is expressed to Subnet.
 
+Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun.
 ------------------------------------------------------------------------
-r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
+r22813 | etxrab | 2007-09-06 14:33:57 -0700 (Thu, 06 Sep 2007) | 2 lines
 Changed paths:
-   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.
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+Change it back...
+Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun.
 ------------------------------------------------------------------------
-r19742 | jmayer | 2006-10-30 10:17:10 -0800 (Mon, 30 Oct 2006) | 5 lines
+r22814 | morriss | 2007-09-06 14:57:56 -0700 (Thu, 06 Sep 2007) | 1 line
 Changed paths:
-   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)
+   M /trunk/epan/dissectors/packet-sctp.c
 
-carsten.prescher@eads.com:
+Count the number of TSNs gap-acked in a SACK.  Warn the user (with an Expert info) if the number is greater than, say, 100.  Also reindent large portions of the sack dissector function to make it readable.
+------------------------------------------------------------------------
+r22815 | stig | 2007-09-06 15:26:09 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114
-@SHELL@ not replaced in idl2wrs
+Fixed a warning: 'j' may be used uninitialized in this function.
 
 ------------------------------------------------------------------------
-r19743 | jake | 2006-10-30 10:25:44 -0800 (Mon, 30 Oct 2006) | 3 lines
+r22816 | stig | 2007-09-06 15:29:04 -0700 (Thu, 06 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/epan/dissectors/packet-dmp.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.
+Corrected some types, instead of adding a cast (from r21142).
+Reindented file.
 
 ------------------------------------------------------------------------
-r19744 | jmayer | 2006-10-30 10:38:14 -0800 (Mon, 30 Oct 2006) | 5 lines
+r22817 | stig | 2007-09-06 16:32:46 -0700 (Thu, 06 Sep 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-tnef.c
 
-frederic heem:
+Moved packet-imf.c and packet-tnef.c from ASN_DISSECTOR_SRC to CLEAN_DISSECTOR_SRC, as they are not generated from ASN1.
 
-Please find the patch that adds copyrights.
+------------------------------------------------------------------------
+r22818 | martinm | 2007-09-07 02:56:19 -0700 (Fri, 07 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+Try Stephen Croll's workaround.
 
 ------------------------------------------------------------------------
-r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines
+r22819 | martinm | 2007-09-07 06:53:49 -0700 (Fri, 07 Sep 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-Make sure we round up to the nearest 4-byte boundary before trying to process
-the FCS.
+Small cleanup:
+- remove unprintable chars (pasted from formatted spec doc?)
+- use _U_ for unsused function argument
+- remove accidental(?) assignment in function parameter
+- make indentation consistent by removing the (few) tabs in the file
 
 ------------------------------------------------------------------------
-r19747 | gerald | 2006-10-30 17:44:11 -0800 (Mon, 30 Oct 2006) | 3 lines
+r22820 | stig | 2007-09-07 07:02:32 -0700 (Fri, 07 Sep 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-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.
+Fixed compiler warnings.
 
 ------------------------------------------------------------------------
-r19748 | gerald | 2006-10-30 17:46:59 -0800 (Mon, 30 Oct 2006) | 2 lines
+r22821 | stig | 2007-09-07 08:04:31 -0700 (Fri, 07 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/Makefile.common
 
-Escape non-ASCII characters in the client and server protocol version strings.
+Hm.  Not so clean on all compilers...
 
 ------------------------------------------------------------------------
-r19751 | sahlberg | 2006-10-31 01:29:07 -0800 (Tue, 31 Oct 2006) | 7 lines
+r22822 | stig | 2007-09-07 08:21:08 -0700 (Fri, 07 Sep 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdus() to also include a packet_info pointer.
+Argh!  Used the wrong length modifier for size_t.
 
+------------------------------------------------------------------------
+r22823 | martinm | 2007-09-07 08:24:43 -0700 (Fri, 07 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
 
-there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size
+Crap - missed this one!
 
+------------------------------------------------------------------------
+r22824 | martinm | 2007-09-07 08:58:24 -0700 (Fri, 07 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+Replace remaining non-printable characters that looked like spaces with real spaces.
 
 ------------------------------------------------------------------------
-r19752 | sahlberg | 2006-10-31 03:16:01 -0800 (Tue, 31 Oct 2006) | 4 lines
+r22825 | stig | 2007-09-07 12:05:55 -0700 (Fri, 07 Sep 2007) | 26 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-bfd.c
 
- new protocol NBD   NetworkBlockDevice
+From Todd J Martin:
+The attached patch to packet-bfd.c adds the following enhancements to BFD
+decoding:
+- The Authentication Section is now decoded.  All of the authentication methods
+are supported.  Verification of checksums is not implemented.
+- BFD flags are now shown in a tree
+- Added support for the M flag
+- Added a display filter for the message length
+- For the Desired Min TX Interval, Required Min RX Interval, and Required Min
+Echo RX Interval fields, the time value is now printed in both milliseconds and
+microseconds.  (Previously, only milliseconds was being shown.)  The PDU
+represents the time in microseconds, but most implementations deal in
+milliseconds.
+- Added a warning to flag the packet if the Authentication bit is set, but the
+full Authentication Section is not present.
+- Added descriptions for most of the fields
+- Fix the name of the protocol.  BFD stands for Bidirectional Forwarding
+Detection and not Bi-directional Fault Detection.
+- Register the protocol on the UDP multihop port (4784).
+- Change the filter name for the protocol from bfdcontrol to bfd since all of
+the other display filters started with bfd.
 
 
+Removed unused hf_bfd_auth_checksum.
+Modified printing of the ':' at the end of the Authentication tree.
 
 ------------------------------------------------------------------------
-r19753 | jmayer | 2006-10-31 03:35:55 -0800 (Tue, 31 Oct 2006) | 13 lines
+r22826 | morriss | 2007-09-07 14:46:31 -0700 (Fri, 07 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.in
-   M /trunk/tools/lemon/Makefile.am
+   M /trunk/epan/dissectors/packet-sctp.c
 
-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
+If the whole packet was not captured (e.g., due to the snapshot length), do not attempt to verify the checksum of the packet.  Rather, inform the user that we didn't/couldn't verify the checksum.
+------------------------------------------------------------------------
+r22827 | guy | 2007-09-07 15:11:01 -0700 (Fri, 07 Sep 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-dcerpc-afs4int.c
+   M /trunk/epan/dissectors/packet-dcerpc-bossvr.c
+   A /trunk/epan/dissectors/packet-dcerpc-fileexp.c (from /trunk/epan/dissectors/packet-dcerpc-afs4int.c:22811)
+   M /trunk/epan/dissectors/packet-dcerpc-fldb.c
+   M /trunk/epan/dissectors/packet-dcerpc-icl_rpc.c
+   M /trunk/epan/dissectors/packet-dcerpc-rep_proc.c
+   M /trunk/epan/dissectors/packet-dcerpc-tkn4int.c
+   M /trunk/epan/dissectors/packet-dcerpc-ubikdisk.c
+   M /trunk/epan/dissectors/packet-dcerpc-ubikvote.c
 
-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.
+Change the long protocol name dissectors for various DFS protocols to
+indicate that they're for DFS; update comments as well.
 
+Rename packet-dcerpc-afs4int.c to packet-dcerpc-fileexp.c, and change
+the short and filter names for the protocol, and the names for the
+filterable fields, to reflect the fact that it's for the File Exporter
+protocol in DFS.  ("AFS 4" = DCE DFS.)
 
 ------------------------------------------------------------------------
-r19754 | jmayer | 2006-10-31 06:36:32 -0800 (Tue, 31 Oct 2006) | 1 line
+r22828 | jmayer | 2007-09-08 06:22:27 -0700 (Sat, 08 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/etypes.h
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+- Slightly improved dissection of Cisco's fragmented ISAKMP.
+- Corrected misdetection of CISCO-UNITY VID.
 
-Order ethertypes by number - no other changes
 ------------------------------------------------------------------------
-r19755 | jmayer | 2006-10-31 06:47:34 -0800 (Tue, 31 Oct 2006) | 3 lines
+r22829 | ulfl | 2007-09-09 06:05:32 -0700 (Sun, 09 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/epan/unicode-utils.c
 
-Repeat after me: Test submission before sending.
-Repeat after me: Test patches before committing.
+remove unused #else
+------------------------------------------------------------------------
+r22830 | ulfl | 2007-09-09 06:09:14 -0700 (Sun, 09 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
 
+don't try to put a ## comment after the touch call, this will end up in a few strange new files generated
 ------------------------------------------------------------------------
-r19756 | jmayer | 2006-10-31 06:49:11 -0800 (Tue, 31 Oct 2006) | 1 line
+r22831 | ulfl | 2007-09-09 06:59:58 -0700 (Sun, 09 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/etypes.h
+   A /trunk/all.vcproj
+   A /trunk/doc/doc.vcproj
+   A /trunk/docbook/docbook.vcproj
+   A /trunk/dumpcap.vcproj
+   A /trunk/epan/libwireshark.vcproj
+   A /trunk/gtk/libui.vcproj
+   A /trunk/packaging.vcproj
+   A /trunk/plugins/plugins.vcproj
+   A /trunk/tshark.vcproj
+   A /trunk/wireshark-gtk1.vcproj
+   A /trunk/wireshark-gtk2.vcproj
+   A /trunk/wireshark.sln
+   A /trunk/wiretap/libwiretap.vcproj
 
-Fix another typowq
+start an experiment to provide MS Visual Studio 2005 solution / project files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process.
 ------------------------------------------------------------------------
-r19758 | sahlberg | 2006-10-31 13:13:46 -0800 (Tue, 31 Oct 2006) | 3 lines
+r22832 | ulfl | 2007-09-09 07:58:02 -0700 (Sun, 09 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/all.vcproj
+   M /trunk/dumpcap.vcproj
+   M /trunk/epan/libwireshark.vcproj
+   M /trunk/gtk/libui.vcproj
+   M /trunk/packaging.vcproj
+   M /trunk/tshark.vcproj
+   M /trunk/wireshark-gtk1.vcproj
+   M /trunk/wireshark-gtk2.vcproj
+   M /trunk/wiretap/libwiretap.vcproj
 
-prettify the info column and add a generated item for the type (read/write) to response packets
+translate some german to english
+------------------------------------------------------------------------
+r22833 | ulfl | 2007-09-09 07:58:56 -0700 (Sun, 09 Sep 2007) | 1 line
+Changed paths:
+   A /trunk/epan/dissectors/dissectors.vcproj
+   M /trunk/wireshark.sln
 
+add a dissectors project, so MSVC "jump to error" works
+------------------------------------------------------------------------
+r22834 | jake | 2007-09-10 00:21:27 -0700 (Mon, 10 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/plugins/unistim/packet-unistim.c
+   M /trunk/plugins/unistim/packet-unistim.h
 
+From Chad Singer:
+UNISTIM Tap interface plus call grapher.
 ------------------------------------------------------------------------
-r19759 | gram | 2006-10-31 13:15:38 -0800 (Tue, 31 Oct 2006) | 3 lines
+r22835 | wmeier | 2007-09-10 07:00:12 -0700 (Mon, 10 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-2dparityfec.c
+   M /trunk/Makefile.nmake
 
-The protocol must be registered before its fields, so that
-proto_registrar_dump_fields() knows the relationship.
+Fix my earlier typo.
 
 ------------------------------------------------------------------------
-r19760 | sahlberg | 2006-10-31 13:25:31 -0800 (Tue, 31 Oct 2006) | 3 lines
+r22836 | wmeier | 2007-09-10 10:10:42 -0700 (Mon, 10 Sep 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbd.c
-
-show "Disconnect request" in the info column for disconnects
+   M /trunk/docbook/wsdg_src/WSDG_chapter_build_intro.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_userinterface.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_works.xml
+   M /trunk/docbook/wsdg_src/WSDG_preface.xml
 
+General cleanup; Update 'Win32 Automated library download' section slightly;
+Cleanup: 
+   - relatively minor wording changes
+   - spelling 
+   - typos
+   - minor formatting changes 
 
 ------------------------------------------------------------------------
-r19761 | gram | 2006-10-31 13:29:34 -0800 (Tue, 31 Oct 2006) | 3 lines
+r22837 | wmeier | 2007-09-10 14:02:58 -0700 (Mon, 10 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/docbook/wsug_src/WSUG_app_files.xml
+   M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
+   M /trunk/docbook/wsug_src/WSUG_app_messages.xml
+   M /trunk/docbook/wsug_src/WSUG_app_tools.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_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
 
-Provide field names for fields with true/false values so they
-can be searched on.
+Some cleanup: correct some grammar and do a few minor rewordings
 
 ------------------------------------------------------------------------
-r19762 | gram | 2006-10-31 13:43:48 -0800 (Tue, 31 Oct 2006) | 2 lines
+r22838 | wmeier | 2007-09-10 14:18:11 -0700 (Mon, 10 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/docbook/wsug_src/WSUG_app_tools.xml
 
-value_string arrays need to be terminated with a {0, NULL}.
+Undo one unintended change.
 
 ------------------------------------------------------------------------
-r19763 | gram | 2006-10-31 14:00:41 -0800 (Tue, 31 Oct 2006) | 5 lines
+r22839 | wmeier | 2007-09-10 14:50:01 -0700 (Mon, 10 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
-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.
+Correct (essentially revert) the reference to the Microsoft Debugging Tools;
 
 ------------------------------------------------------------------------
-r19764 | etxrab | 2006-10-31 14:28:50 -0800 (Tue, 31 Oct 2006) | 2 lines
+r22840 | wmeier | 2007-09-10 15:28:42 -0700 (Mon, 10 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/wslua/Makefile.am
+   M /trunk/gtk/color_edit_dlg.c
+
+Fix bug in View ! Color Filter ! New ! (Fore|Back)ground Color & etc code 
+which resulted in a GtkCritcal msg and in disabling the "(Fore|Back)ground Color"
+button when esc used to close the widget.
 
-console.lua missing from the svn tarball preventing making a package. I hope this
-is the right way to fix it.
 ------------------------------------------------------------------------
-r19766 | sahlberg | 2006-11-01 01:54:48 -0800 (Wed, 01 Nov 2006) | 4 lines
+r22841 | sfisher | 2007-09-10 16:50:46 -0700 (Mon, 10 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/follow_stream.c
+   M /trunk/gtk/follow_stream.h
+   M /trunk/gtk/ssl-dlg.c
 
-update the list of defined application classes and list all the official ones from www.usb.org
 
+Some more code merging / cleanup in the Follow TCP & SSL Stream features
 
 
 ------------------------------------------------------------------------
-r19767 | gerald | 2006-11-01 12:32:23 -0800 (Wed, 01 Nov 2006) | 2 lines
+r22842 | wmeier | 2007-09-11 07:36:09 -0700 (Tue, 11 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
 
-Throw an exception if we try to add more than a million items to the tree.
+Some cleanup for Chapters 5 & 6: typos, spelling and minor rewording/additions. 
 
 ------------------------------------------------------------------------
-r19768 | jmayer | 2006-11-01 14:22:27 -0800 (Wed, 01 Nov 2006) | 1 line
+r22843 | jake | 2007-09-11 09:54:27 -0700 (Tue, 11 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/cmake/modules/Check64BitFormat.c.in
+   M /trunk/gtk/about_dlg.c
 
-Add same license info as in Check64BitFormat.cmake
+Make the splash screen look just a little bit better.
 ------------------------------------------------------------------------
-r19769 | etxrab | 2006-11-01 14:58:41 -0800 (Wed, 01 Nov 2006) | 1 line
+r22844 | etxrab | 2007-09-11 09:57:42 -0700 (Tue, 11 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/radius/dictionary.3gpp
+   M /trunk/radius/dictionary.3gpp2
 
-Handle RFC 3267 Bandwidth-efficient mode.
+Add AVP:s
 ------------------------------------------------------------------------
-r19770 | etxrab | 2006-11-01 15:01:14 -0800 (Wed, 01 Nov 2006) | 1 line
+r22845 | etxrab | 2007-09-11 09:58:25 -0700 (Tue, 11 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lapd.c
 
-Add h324_muxtbl_out
+Update valuestrings and comments.
 ------------------------------------------------------------------------
-r19771 | ulfl | 2006-11-01 15:22:13 -0800 (Wed, 01 Nov 2006) | 1 line
+r22846 | etxrab | 2007-09-11 09:59:57 -0700 (Tue, 11 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   M /trunk/epan/dissectors/packet-sndcp.c
 
-fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' used without having been initialized"
+From   cyrille colin:
+PATCH : SNDCP reassembly fails / overlaps when same NPDU number in another call
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1755
 ------------------------------------------------------------------------
-r19772 | kukosa | 2006-11-02 00:48:58 -0800 (Thu, 02 Nov 2006) | 2 lines
+r22847 | wmeier | 2007-09-11 11:55:11 -0700 (Tue, 11 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
+
+Some cleanup for Chapter 7: typos, spelling and minor reformatting/rewording..
 
-Bug 1053: New SNMP filtering is broken
-Do not try to parse OID as hexbytes string
 ------------------------------------------------------------------------
-r19773 | jmayer | 2006-11-02 00:52:25 -0800 (Thu, 02 Nov 2006) | 2 lines
+r22848 | wmeier | 2007-09-11 13:56:14 -0700 (Tue, 11 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/follow_dlg.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
 
-Try to fix bug 1043.
+Fix some links to external web pages: Turn some intended entity refs into real entity refs
 
 ------------------------------------------------------------------------
-r19774 | jmayer | 2006-11-02 01:26:38 -0800 (Thu, 02 Nov 2006) | 9 lines
+r22849 | jake | 2007-09-11 14:31:21 -0700 (Tue, 11 Sep 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Zhu Yi:
+   M /trunk/wiretap/libpcap.c
 
-ieee80211e dissect patch
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1191
+From Pieter de Boer:
+tshark can read a HP-UX nettl IP packet dump (written with 'nettl -traceon all
+-entity ns_ls_ip -file dump'), but cannot convert it to a pcap raw IP packet
+dump, with 'tshark -r dump.nettl -w dump.pcap'. A single-line patch to
+wiretap/libpcap.c makes it possible to do this.
 
-Me:
-Fix signedness warnings regarding ssid and ccode.
-(in the old code, not in the 11e code)
+The input file uses encapsulation type WTAP_ENCAP_NETTL_RAW_IP.
+------------------------------------------------------------------------
+r22850 | jake | 2007-09-11 22:57:53 -0700 (Tue, 11 Sep 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-acn.c
+   M /trunk/epan/dissectors/packet-acn.h
 
+From Bill Florac:
+1) DMP "range" addresses can cause packet dissection failure.
+2) A NULL return of match_strval() is not handled.
+3) DMP addresses should be displayed in hex.
+4) ep_alloc should not be used, use static variables.
 ------------------------------------------------------------------------
-r19775 | jmayer | 2006-11-02 01:30:12 -0800 (Thu, 02 Nov 2006) | 2 lines
+r22851 | jmayer | 2007-09-11 23:31:09 -0700 (Tue, 11 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/tools
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-add idl2wrs.sh to svn:ignore
+If we find a fragmented ike packet, dissect the stuff
+that fits into the first fragment.
 
 ------------------------------------------------------------------------
-r19776 | ulfl | 2006-11-02 01:36:47 -0800 (Thu, 02 Nov 2006) | 3 lines
+r22852 | wmeier | 2007-09-12 07:50:27 -0700 (Wed, 12 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/text2pcap.c
 
-we don't support 95/98/ME any longer, and indeed WS doesn't work on these versions.
+Output err msg if strptime fails converting input time;
 
-Give a hint that the last known working version was Ethereal 0.99.0 and quit the installer.
 ------------------------------------------------------------------------
-r19777 | jmayer | 2006-11-02 01:45:12 -0800 (Thu, 02 Nov 2006) | 5 lines
+r22853 | wmeier | 2007-09-12 08:32:09 -0700 (Wed, 12 Sep 2007) | 5 lines
 Changed paths:
-   M /trunk/capture-pcap-util.c
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/dumpcap.c
+   M /trunk/docbook/wsluarm.xml
 
-Frederic Heem:
- Fix some memleaks and overflows.
+From Patrick Lundquist:
+the Lua dissector example in wsluarm.xml uses C defines instead of Lua
+defines where display bases for ProtoFields are used.
 
-I haven't committed the changes that are not bug fixes.
 
 ------------------------------------------------------------------------
-r19778 | martinm | 2006-11-02 03:51:09 -0800 (Thu, 02 Nov 2006) | 1 line
+r22854 | etxrab | 2007-09-12 09:45:53 -0700 (Wed, 12 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/asn1/ansi_map/Makefile
+   M /trunk/asn1/ansi_map/Makefile.nmake
+   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/ansi_tcap.cnf
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_map.h
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.h
+   M /trunk/epan/dissectors/packet-tcap.c
 
-Don't try to report -ve roundtrip delays
+Use the new ANSI TCAP dissector.
 ------------------------------------------------------------------------
-r19779 | jake | 2006-11-02 08:47:13 -0800 (Thu, 02 Nov 2006) | 5 lines
+r22855 | etxrab | 2007-09-12 11:12:18 -0700 (Wed, 12 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/tcap/ansi_tcap.cnf
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.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.
-
-------------------------------------------------------------------------
-r19780 | gerald | 2006-11-02 22:30:52 -0800 (Thu, 02 Nov 2006) | 5 lines
-Changed paths:
-   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.
-
-------------------------------------------------------------------------
-r19781 | gerald | 2006-11-02 22:55:30 -0800 (Thu, 02 Nov 2006) | 2 lines
+Warning fixes.
+------------------------------------------------------------------------
+r22856 | wmeier | 2007-09-12 14:34:48 -0700 (Wed, 12 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/configure.in
+   M /trunk/docbook/README.txt
 
-Bump the version to 0.99.5.
+Add info for Fedora 7
 
 ------------------------------------------------------------------------
-r19782 | tuexen | 2006-11-03 02:12:36 -0800 (Fri, 03 Nov 2006) | 2 lines
+r22857 | jake | 2007-09-12 14:46:55 -0700 (Wed, 12 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/tools/lemon/Makefile.am
-
-Fixes ./autogen.sh on Mac OS X...
+   M /trunk/plugins/unistim/TODO
+   M /trunk/plugins/unistim/packet-unistim.c
 
+Implement dissect_message loop i.s.o. recursive calls.
 ------------------------------------------------------------------------
-r19783 | jmayer | 2006-11-03 07:10:17 -0800 (Fri, 03 Nov 2006) | 6 lines
+r22858 | etxrab | 2007-09-12 22:22:51 -0700 (Wed, 12 Sep 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/asn1/cms/Makefile
+   M /trunk/asn1/cms/Makefile.nmake
+   M /trunk/asn1/cms/cms-exp.cnf
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cms.h
 
-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 ==============
+Regenerate with -X and -T option.
+Should "sha-1 OBJECT IDENTIFIER..." etc be registerd as oid names?
+------------------------------------------------------------------------
+r22859 | wmeier | 2007-09-13 07:47:29 -0700 (Thu, 13 Sep 2007) | 2 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_app_tools.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_customize.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
 
+Cleanup: mostly Chapter 8 and beyond: the usual minor rewording and reformatting, typos, spelling, grammar & etc.
 
 ------------------------------------------------------------------------
-r19784 | gerald | 2006-11-03 07:54:12 -0800 (Fri, 03 Nov 2006) | 2 lines
+r22860 | wmeier | 2007-09-13 08:04:41 -0700 (Thu, 13 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/image/wireshark.ico
-   M /trunk/image/wireshark.rc.in
-   A /trunk/image/wiresharkdoc.ico
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
 
-Update the Windows icons.  Use the document icon for capture files.
+Fix Typo
 
 ------------------------------------------------------------------------
-r19785 | guy | 2006-11-03 10:39:03 -0800 (Fri, 03 Nov 2006) | 2 lines
+r22861 | lego | 2007-09-13 09:49:51 -0700 (Thu, 13 Sep 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/oids.c
+   M /trunk/epan/oids.h
+
+Given the opportunity I check in the changes to snmp I got in this machine.
+
+- Indexing (implied and not) is OK now, however indexes for related tables (AUGMENT, EXTEND, etc) are registered many times.
 
-Add $(EXEXT) after references to the Lemon executable.
 
 ------------------------------------------------------------------------
-r19786 | etxrab | 2006-11-03 12:15:17 -0800 (Fri, 03 Nov 2006) | 1 line
+r22862 | jake | 2007-09-13 11:47:10 -0700 (Thu, 13 Sep 2007) | 1 line
 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/dissectors/packet-sdp.c
+   M /trunk/plugins/unistim/TODO
+   M /trunk/plugins/unistim/packet-unistim.c
 
-Dissect h324ext_h223lcparm.
+Add RT(C)P conversation setup.
 ------------------------------------------------------------------------
-r19787 | ulfl | 2006-11-03 14:12:57 -0800 (Fri, 03 Nov 2006) | 1 line
+r22863 | jake | 2007-09-13 11:47:54 -0700 (Thu, 13 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/epan/dissectors/packet-rtp.c
 
-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
+Allow for full size setup method name.
 ------------------------------------------------------------------------
-r19788 | ulfl | 2006-11-03 14:39:28 -0800 (Fri, 03 Nov 2006) | 3 lines
+r22864 | jake | 2007-09-13 11:51:32 -0700 (Thu, 13 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-
-split subversion into command line and GUI (TortoiseSVN) client
+   M /trunk/epan/dissectors/packet-bootp.c
 
-update various version infos
+From Thomas Sillaber:
+Attached is a patch for packet-bootp.c to support Alcatel-Lucent TFTP1 and TFTP2 vendor specific options.
 ------------------------------------------------------------------------
-r19789 | gerald | 2006-11-03 16:35:04 -0800 (Fri, 03 Nov 2006) | 2 lines
+r22865 | jmayer | 2007-09-13 13:06:41 -0700 (Thu, 13 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Fix distcheck.
+- Resassemble Cisco ike fragementation
+- Rename some variables from ike to isakmp to make
+  things consistent (not right, just consistent)
 
 ------------------------------------------------------------------------
-r19790 | gal | 2006-11-04 00:01:44 -0800 (Sat, 04 Nov 2006) | 6 lines
+r22866 | etxrab | 2007-09-13 13:20:11 -0700 (Thu, 13 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-   M /trunk/packaging/u3/win32/manifest.tmpl
-
-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
-
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/tcap/ansi_tcap.cnf
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
 
+Try to protect the hash table...
 ------------------------------------------------------------------------
-r19791 | sahlberg | 2006-11-04 00:54:45 -0800 (Sat, 04 Nov 2006) | 17 lines
+r22867 | etxrab | 2007-09-13 13:24:50 -0700 (Thu, 13 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-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."
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
 
+Remove debug code.
+------------------------------------------------------------------------
+r22868 | lego | 2007-09-13 13:27:05 -0700 (Thu, 13 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
-Thanks,
- ?\194?\160Steve
+eliminate an anonymous enum.
 
 
+------------------------------------------------------------------------
+r22869 | sfisher | 2007-09-13 15:11:50 -0700 (Thu, 13 Sep 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/follow_stream.c
+   M /trunk/gtk/follow_stream.h
+   M /trunk/gtk/ssl-dlg.c
 
-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.
 
+Finish the major part of merging duplicate code between follow TCP & SSL
+stream functions.
 
 
 ------------------------------------------------------------------------
-r19792 | gal | 2006-11-04 01:14:54 -0800 (Sat, 04 Nov 2006) | 7 lines
+r22870 | sfisher | 2007-09-13 15:25:20 -0700 (Thu, 13 Sep 2007) | 4 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-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   D /trunk/gtk/follow_dlg.c
+   D /trunk/gtk/follow_dlg.h
+   A /trunk/gtk/follow_ssl.c (from /trunk/gtk/ssl-dlg.c:22869)
+   A /trunk/gtk/follow_ssl.h (from /trunk/gtk/ssl-dlg.h:22840)
+   A /trunk/gtk/follow_tcp.c (from /trunk/gtk/follow_dlg.c:22869)
+   A /trunk/gtk/follow_tcp.h (from /trunk/gtk/follow_dlg.h:22840)
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   D /trunk/gtk/ssl-dlg.c
+   D /trunk/gtk/ssl-dlg.h
+   M /trunk/gtk/stream_prefs.c
+
 
-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
+Standardize filenames and function names for Follow TCP & SSL stream functions
 
 
 ------------------------------------------------------------------------
-r19793 | jmayer | 2006-11-04 08:57:21 -0800 (Sat, 04 Nov 2006) | 38 lines
+r22871 | jake | 2007-09-13 23:51:07 -0700 (Thu, 13 Sep 2007) | 1 line
 Changed paths:
-   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
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
-Update from samba tree revision 19540 to 19553
-============================ Samba log start ============
+Try to get the Windows buildbot going by avoiding namespace collision.
 ------------------------------------------------------------------------
-r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines
+r22872 | jmayer | 2007-09-14 02:59:19 -0700 (Fri, 14 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Explicitly segfault when the API is being used incorrectly. Previously
-this would've caused a silent premature return.
+Small cleanup
 
 ------------------------------------------------------------------------
-r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines
+r22873 | jmayer | 2007-09-14 04:50:58 -0700 (Fri, 14 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Fix case of 'warning'.
+Move the fragmentation info and the defragmented isakmp message
+to the top level tree.
 
 ------------------------------------------------------------------------
-r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines
+r22874 | gerald | 2007-09-14 08:36:13 -0700 (Fri, 14 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dmp.c
 
-Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel.
+Add a cast to allow compilation on Vista.
 
 ------------------------------------------------------------------------
-r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines
-
-fix number of bytes pushed when using switch_type() set to enum types.
-die() on invalid used of enum_type_fn()
+r22875 | tuexen | 2007-09-14 14:30:26 -0700 (Fri, 14 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
 
-------------------------------------------------------------------------
-r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines
+Change the ADDIP error causes as changed by IANA for RFC 5061 publication.
 
-Fix use of v1_enum on enums used in return types.
 
 ------------------------------------------------------------------------
-r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
-
-Add check for correct API usage.
+r22876 | jake | 2007-09-14 15:25:07 -0700 (Fri, 14 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_app_messages.xml
 
+Add "Session setup by" information field description
 ------------------------------------------------------------------------
-============================ Samba log end ==============
+r22877 | gerald | 2007-09-14 17:18:17 -0700 (Fri, 14 Sep 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/privileges.c
+   M /trunk/epan/privileges.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/recent.h
+   M /trunk/tshark.c
+   M /trunk/version_info.c
+   M /trunk/version_info.h
 
+Add routines under Windows to check if npf.sys is running, and to
+fetch the major OS version.  If we're running Windows >= 6 (Vista)
+_and_ npf.sys isn't running, warn the user in Wireshark and TShark.
+Add a recent prefs item to disable the warning in Wireshark.
 
 ------------------------------------------------------------------------
-r19794 | jmayer | 2006-11-04 09:44:37 -0800 (Sat, 04 Nov 2006) | 11 lines
+r22878 | sfisher | 2007-09-15 22:42:02 -0700 (Sat, 15 Sep 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/gtk/follow_ssl.c
+   M /trunk/gtk/follow_tcp.c
 
-Julien Kerihuel:
 
-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.
+Free some recently added strings when we are done with them.
 
 
 ------------------------------------------------------------------------
-r19795 | jmayer | 2006-11-04 10:00:29 -0800 (Sat, 04 Nov 2006) | 3 lines
+r22879 | jake | 2007-09-16 02:07:30 -0700 (Sun, 16 Sep 2007) | 5 lines
 Changed paths:
-   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
-
-propset...
-
+   M /trunk/epan/dissectors/packet-fc.c
 
+The Fibre Channel protocol defines a virtual fabric tag (VFT) similar to
+ethernet's VLAN tag.  It is sometimes called the VSAN tag.  
+It used to be proprietary, but now it's standard.
+Wireshark currently displays it as an 8-byte field without dissecting it further.
+It'd be nice to have it broken down into fields. A patch is attached.
 ------------------------------------------------------------------------
-r19796 | guy | 2006-11-04 12:37:16 -0800 (Sat, 04 Nov 2006) | 4 lines
+r22880 | jake | 2007-09-16 05:56:12 -0700 (Sun, 16 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/tools/lemon/Makefile.am
-
-xxx_PROGRAMS variables have the name of the program without $(EXEEXT).
-
-Update Gerald's address.
+   M /trunk/epan/dissectors/packet-fcels.h
 
+From Joe Eykholt
+The decodes of FC ELS opcodes is incomplete.  The attached patch adds a few
+more that are sometimes seen (ECHO, RTV, RLS, REC, and LKA).  
+The list is still incomplete.
 ------------------------------------------------------------------------
-r19797 | sahlberg | 2006-11-04 13:19:14 -0800 (Sat, 04 Nov 2006) | 25 lines
+r22881 | stig | 2007-09-16 06:18:18 -0700 (Sun, 16 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-from Dave Richards
-
-
-Here is a patch to fix a problem with notification parameters.  Fix is:
-
-Remove premature return statements from fNotificationParameters.
+   M /trunk/epan/dissectors/packet-tcp.c
 
-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.
+Always show real window size in the Info column for SYN packets.
+Added window size for non-ack packets (was removed in r16884).
 
-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?
+------------------------------------------------------------------------
+r22882 | jake | 2007-09-16 07:22:06 -0700 (Sun, 16 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/v5ua/moduleinfo.h
+   M /trunk/plugins/v5ua/moduleinfo.nmake
+   M /trunk/plugins/v5ua/packet-v5ua.c
 
-Thanks,
+Fix for bug 1687:
+Add RFC 3807 defined V5 interface boundary primitives message class.
+------------------------------------------------------------------------
+r22883 | gerald | 2007-09-16 12:28:58 -0700 (Sun, 16 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/dissectors/packet-ssl.c
 
-Dave Richards
+Fix a buffer overflow found by Stefan Esser (untested).
 
+------------------------------------------------------------------------
+r22884 | kukosa | 2007-09-17 03:39:09 -0700 (Mon, 17 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+   A /trunk/asn1/sabp
+   A /trunk/asn1/sabp/Makefile
+   A /trunk/asn1/sabp/Makefile.nmake
+   A /trunk/asn1/sabp/SABP-CommonDataTypes.asn
+   A /trunk/asn1/sabp/SABP-Constants.asn
+   A /trunk/asn1/sabp/SABP-Containers.asn
+   A /trunk/asn1/sabp/SABP-IEs.asn
+   A /trunk/asn1/sabp/SABP-PDU-Contents.asn
+   A /trunk/asn1/sabp/SABP-PDU-Descriptions.asn
+   A /trunk/asn1/sabp/packet-sabp-template.c
+   A /trunk/asn1/sabp/sabp.cnf
+   M /trunk/epan/dissectors/Makefile.common
 
+SABP protocol implemented (not tested as traces are not available)
+------------------------------------------------------------------------
+r22885 | kukosa | 2007-09-17 04:00:42 -0700 (Mon, 17 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/sabp/Makefile
+   M /trunk/asn1/sabp/Makefile.nmake
+   M /trunk/asn1/sabp/SABP-CommonDataTypes.asn
+   M /trunk/asn1/sabp/SABP-Constants.asn
+   M /trunk/asn1/sabp/SABP-Containers.asn
+   M /trunk/asn1/sabp/SABP-IEs.asn
+   M /trunk/asn1/sabp/SABP-PDU-Contents.asn
+   M /trunk/asn1/sabp/SABP-PDU-Descriptions.asn
+   M /trunk/asn1/sabp/packet-sabp-template.c
+   M /trunk/asn1/sabp/sabp.cnf
+   A /trunk/epan/dissectors/packet-sabp.c
 
+add missing file and change file attributes
+------------------------------------------------------------------------
+r22886 | stig | 2007-09-17 04:53:33 -0700 (Mon, 17 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/h248/Makefile
+   M /trunk/asn1/h450/Makefile
+   M /trunk/asn1/inap/Makefile
+   M /trunk/asn1/nbap/Makefile
+   M /trunk/asn1/ranap/Makefile
+   M /trunk/asn1/rnsap/Makefile
+   M /trunk/asn1/sabp/Makefile
+   M /trunk/asn1/snmp/Makefile
+   M /trunk/asn1/t38/Makefile
+   D /trunk/asn1/x501
 
+Modified some ASN1 Makefiles to compile on unix.
+Added some clean targets.
+Removed asn1/x501 directory.
 
 ------------------------------------------------------------------------
-r19798 | guy | 2006-11-04 16:54:17 -0800 (Sat, 04 Nov 2006) | 22 lines
+r22887 | stig | 2007-09-17 05:12:02 -0700 (Mon, 17 Sep 2007) | 6 lines
 Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
    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.
+Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11
+packets in the Packet Details View.
 
-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.
-
-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.
+This "appendix" bytes are not copied with the Copy functions or in the
+Export Selected Packet Bytes.
 
 ------------------------------------------------------------------------
-r19799 | sahlberg | 2006-11-04 20:38:47 -0800 (Sat, 04 Nov 2006) | 3 lines
+r22888 | kukosa | 2007-09-17 06:23:25 -0700 (Mon, 17 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/proto_draw.c
-
-it is GtkText in gtk-1.x   not GtkTextView
-
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/asn1/qsig/qsig-exp.cnf
+   M /trunk/asn1/qsig/qsig.cnf
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-qsig.h
+   M /trunk/epan/libwireshark.def
 
+Support of QSIG Extensions
 ------------------------------------------------------------------------
-r19800 | sahlberg | 2006-11-04 20:49:20 -0800 (Sat, 04 Nov 2006) | 6 lines
+r22889 | stig | 2007-09-17 07:10:34 -0700 (Mon, 17 Sep 2007) | 6 lines
 Changed paths:
-   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
-
-winreg now tracks also where policy handles were closed    which previously didnt work properly
-
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-tipc.c
 
+From Martin Peylo:
+- reassembling of fragmented TIPCv2 messages
+- calling of heuristic subdissectors
+- multicast upper+lower bound header fields are now shown
+- corrects few typos in the comments in packet-tipc.c
 
 ------------------------------------------------------------------------
-r19801 | sahlberg | 2006-11-04 21:21:33 -0800 (Sat, 04 Nov 2006) | 3 lines
+r22890 | martinm | 2007-09-17 09:03:49 -0700 (Mon, 17 Sep 2007) | 1 line
 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
-
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
+Handle tty messages, diameter_r7, sabp
 ------------------------------------------------------------------------
-r19802 | gerald | 2006-11-04 21:33:53 -0800 (Sat, 04 Nov 2006) | 2 lines
+r22891 | morriss | 2007-09-17 10:53:50 -0700 (Mon, 17 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Add packet-dcerpc-nspi.h to the distribution.
+   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
 
+From Florent Drouin: malloc the size of the structure, not the size of a pointer to the structure.  Hopefully this will fix bug 1844.
 ------------------------------------------------------------------------
-r19803 | sahlberg | 2006-11-04 21:35:06 -0800 (Sat, 04 Nov 2006) | 3 lines
+r22892 | morriss | 2007-09-17 10:58:49 -0700 (Mon, 17 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/pidl/efs.cnf
-
-add tracking of policy handles to the efs dissector
-
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
+(Again, this time for ANSI MAP) From Florent Drouin: malloc the size of the structure, not the size of a pointer to the structure.  Hopefully this will fix bug 1844.
 ------------------------------------------------------------------------
-r19804 | sahlberg | 2006-11-04 21:56:27 -0800 (Sat, 04 Nov 2006) | 4 lines
+r22893 | stig | 2007-09-17 11:24:20 -0700 (Mon, 17 Sep 2007) | 2 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/nspi (from /trunk/idl/nspi:19798)
-   D /trunk/idl/nspi
+   M /trunk/asn1/tcap/Makefile
 
-rename the nspi dissector from idl (where the idl2wrs dissectors live) ro epan/dissector/pidl  (where the pidl generated dce/rpc dissectors live)
+Updated tcap Makefile to also build ANSI TCAP on unix.
 
+------------------------------------------------------------------------
+r22894 | gerald | 2007-09-17 11:40:34 -0700 (Mon, 17 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/nsis/GetWindowsVersion.nsh
+   M /trunk/packaging/nsis/wireshark.nsi
 
+Enable NPF by default under Vista.
 
 ------------------------------------------------------------------------
-r19805 | sahlberg | 2006-11-04 22:00:01 -0800 (Sat, 04 Nov 2006) | 3 lines
+r22895 | stig | 2007-09-17 15:42:15 -0700 (Mon, 17 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/nspi/Makefile
-
-update the Makefile to point to the new path after the svn move
+   M /trunk/configure.in
 
+Added test to the libsmi AM_CONDITIONAL to remove a error message in configure.
 
 ------------------------------------------------------------------------
-r19806 | sahlberg | 2006-11-04 22:12:24 -0800 (Sat, 04 Nov 2006) | 3 lines
+r22896 | kukosa | 2007-09-18 04:46:50 -0700 (Tue, 18 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
-
-regenerate NSPI using the latest version of pidl
+   M /trunk/asn1/sabp/sabp.cnf
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-sabp.c
 
+PER: fix bitstring handling if SIZE(n) where n<=16
+SABP: implement some forgotten code
+------------------------------------------------------------------------
+r22897 | kukosa | 2007-09-18 04:49:26 -0700 (Tue, 18 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/qsig/Makefile
 
+missing SYNC-SIG.asn in unix makefile
 ------------------------------------------------------------------------
-r19807 | sahlberg | 2006-11-04 23:59:20 -0800 (Sat, 04 Nov 2006) | 4 lines
+r22898 | stig | 2007-09-18 05:33:54 -0700 (Tue, 18 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/asn1/gsmmap/Makefile
 
-dissect the Get Attributes List Offset according to the really weird encoding in 4.12.5
+Added missing MAP-Errors.asn in unix Makefile.
 
+------------------------------------------------------------------------
+r22899 | stig | 2007-09-18 05:37:52 -0700 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/qsig/Makefile
 
+Adding SYNC-SIG.asn twice is not such a good idea...
 
 ------------------------------------------------------------------------
-r19808 | sahlberg | 2006-11-05 02:48:53 -0800 (Sun, 05 Nov 2006) | 8 lines
+r22900 | stig | 2007-09-18 05:47:40 -0700 (Tue, 18 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
- add a framework to manage dissection of osd attribute pages, attribute number and name and dissectors for them.
+   A /trunk/asn1/inap/inap-exp.cnf
 
-implement the dissector for attribute page 1 (user object info) number 82 (logical length) as an example.
+Added inap-exp.cnf as camel depends on this.
 
+------------------------------------------------------------------------
+r22901 | stig | 2007-09-18 06:03:18 -0700 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
 
+And add it to the Makefile...
 
+------------------------------------------------------------------------
+r22902 | wmeier | 2007-09-18 08:30:34 -0700 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/text2pcap.c
 
+If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if debug option used
 
 ------------------------------------------------------------------------
-r19809 | sahlberg | 2006-11-05 03:19:46 -0800 (Sun, 05 Nov 2006) | 5 lines
+r22903 | jmayer | 2007-09-18 08:59:40 -0700 (Tue, 18 Sep 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   D /trunk/asn1/inap/inap-exp.cnf
 
-we used the wrong offset for attribute lists,   fixed
+Remove autogenerated file:
 
-add decoding for attribute lists for another instance where these blobs appear in the data in/out buffers
+# Do not modify this file.
+# It is created automatically by the ASN.1 to Wireshark dissector compiler
+# ./inap-exp.cnf
 
 
 ------------------------------------------------------------------------
-r19810 | gal | 2006-11-05 04:15:52 -0800 (Sun, 05 Nov 2006) | 4 lines
+r22904 | jmayer | 2007-09-18 09:00:51 -0700 (Tue, 18 Sep 2007) | 2 lines
 Changed paths:
-   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.
+   M /trunk/epan/dissectors/packet-extreme.c
 
+Try to improve dissection of ELSM message (guesswork)
 
 ------------------------------------------------------------------------
-r19811 | ulfl | 2006-11-05 05:47:17 -0800 (Sun, 05 Nov 2006) | 1 line
+r22905 | jmayer | 2007-09-18 09:31:03 -0700 (Tue, 18 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/asn1/Makefile.am
+
+Remove the autogenerated file. Will fix the camel build process tomorrow
+to automatically regenerate inap-exp.cnf if it doesn't exist.
 
-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
+r22906 | martinm | 2007-09-19 02:27:34 -0700 (Wed, 19 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hpext.c
-   M /trunk/epan/dissectors/packet-hpext.h
-   M /trunk/epan/dissectors/packet-hpsw.c
+   M /trunk/epan/dissectors/packet-sip.c
+
+Add authentication ik and ck parameters.
 
-Add HP Switch Protocol SAP value
 ------------------------------------------------------------------------
-r19813 | jake | 2006-11-05 14:31:57 -0800 (Sun, 05 Nov 2006) | 4 lines
+r22907 | bondolo | 2007-09-19 09:34:06 -0700 (Wed, 19 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/stat_menu.h
+   M /trunk/epan/packet.c
+
+call_dissector() provides generic 'data' handler for unrecognized data types. call_dissector_only() fails gracefully for unrecognized types. The handler for generic 'data' should avoid the variant that potentially could result in recursively calling itself.
 
-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
 
 ------------------------------------------------------------------------
-r19814 | ulfl | 2006-11-05 14:46:44 -0800 (Sun, 05 Nov 2006) | 3 lines
+r22908 | martinm | 2007-09-19 10:33:08 -0700 (Wed, 19 Sep 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-smpp.c
 
-change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
+Make this dissector finable by name.
 
-Please distclean Win32 builds!
 ------------------------------------------------------------------------
-r19815 | jmayer | 2006-11-05 15:33:28 -0800 (Sun, 05 Nov 2006) | 51 lines
+r22909 | jake | 2007-09-19 11:54:31 -0700 (Wed, 19 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/epan/dissectors/packet-mikey.c
 
-Update from samba tree revision 19553 to 19565
-============================ Samba log start ============
+Cleanup the source somewhat.
 ------------------------------------------------------------------------
-r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
+r22910 | jake | 2007-09-19 11:57:09 -0700 (Wed, 19 Sep 2007) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
-
-Add check for correct API usage.
+   M /trunk/plugins/unistim/basic.h
 
+From Don Newton:
+Added phone type using Nortel branded Polycom unistim conference phone.
 ------------------------------------------------------------------------
-r19557 | jelmer | 2006-11-04 21:24:35 +0100 (Sat, 04 Nov 2006) | 3 lines
+r22911 | jake | 2007-09-19 13:12:38 -0700 (Wed, 19 Sep 2007) | 1 line
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Fix lookup table for WERROR.
-Fix perl warnings when using NTSTATUS as return type.
+   M /trunk/epan/dissectors/packet-mikey.c
 
+Add UDP and TCP port preferences.
 ------------------------------------------------------------------------
-r19559 | jelmer | 2006-11-04 22:53:00 +0100 (Sat, 04 Nov 2006) | 3 lines
+r22912 | etxrab | 2007-09-19 14:02:41 -0700 (Wed, 19 Sep 2007) | 1 line
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Fix handling of types where the name isn't prefixed by the interface name.
-Based on patch by Julien Kerihuel.
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/lapd_sapi.h
 
+Make it possible to use GSM SAPI:s
 ------------------------------------------------------------------------
-r19560 | jelmer | 2006-11-05 01:03:44 +0100 (Sun, 05 Nov 2006) | 2 lines
+r22913 | gerald | 2007-09-19 14:39:52 -0700 (Wed, 19 Sep 2007) | 3 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-Fix handling of PARAM_VALUE.
+Append the packet type and flags to the top-level 802.11 tree item, and append
+the flags to the info column.  Make the info column presentation consistent.
 
 ------------------------------------------------------------------------
-r19561 | jelmer | 2006-11-05 01:08:39 +0100 (Sun, 05 Nov 2006) | 2 lines
+r22914 | gerald | 2007-09-19 15:57:40 -0700 (Wed, 19 Sep 2007) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/docbook/release-notes.xml
 
-Remove debug statement.
+Add an item for ANSI MAP.
 
 ------------------------------------------------------------------------
-r19562 | jelmer | 2006-11-05 01:26:44 +0100 (Sun, 05 Nov 2006) | 2 lines
+r22915 | jake | 2007-09-19 23:50:53 -0700 (Wed, 19 Sep 2007) | 4 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/epan/dissectors/packet-fcoe.c
 
-Support returning simple scalars.
-
-------------------------------------------------------------------------
+From Joe Eykholt:
+At an August 2007 meeting, a T11 committee made changes to the encapsulation
+protocol for FCoE.  For the latest info, see http://fcoe.com.
+The attached patch will update the dissector to handle the new version also.
 ------------------------------------------------------------------------
-============================ Samba log end ==============
+r22916 | wmeier | 2007-09-20 09:12:17 -0700 (Thu, 20 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/text2pcap.pod
+   M /trunk/text2pcap.c
 
+When -t option: Use current date or time fields for unspecified fields; Fixes bug #1836.
 
 ------------------------------------------------------------------------
-r19816 | ulfl | 2006-11-05 16:24:24 -0800 (Sun, 05 Nov 2006) | 1 line
+r22917 | etxrab | 2007-09-21 10:07:05 -0700 (Fri, 21 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/file_wrappers.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
-fix the return value of file_seek, as noted by Steve
+Make it possible to decode messages on the CCCH link.
 ------------------------------------------------------------------------
-r19817 | sahlberg | 2006-11-06 01:30:15 -0800 (Mon, 06 Nov 2006) | 3 lines
+r22918 | jake | 2007-09-21 11:56:49 -0700 (Fri, 21 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-some compilers dont like unnamed unions and structs
-
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
+Get the GSM A Interface dissector to compile again.
 ------------------------------------------------------------------------
-r19818 | jake | 2006-11-06 03:41:02 -0800 (Mon, 06 Nov 2006) | 2 lines
+r22919 | etxrab | 2007-09-21 12:53:42 -0700 (Fri, 21 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-Don't remove a preference, make it obsolete instead.
+   A /trunk/epan/dissectors/packet-rsl.c
 
+Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).
 ------------------------------------------------------------------------
-r19819 | jake | 2006-11-06 04:19:26 -0800 (Mon, 06 Nov 2006) | 2 lines
+r22920 | etxrab | 2007-09-21 12:54:20 -0700 (Fri, 21 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Fix bug 1207, simple swap of the two text strings.
+   M /trunk/epan/dissectors/Makefile.common
 
+Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).
+And the makefile :)
 ------------------------------------------------------------------------
-r19820 | jake | 2006-11-06 04:58:14 -0800 (Mon, 06 Nov 2006) | 2 lines
+r22921 | gerald | 2007-09-21 15:39:02 -0700 (Fri, 21 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/image/wireshark.exe.manifest.in
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Let the manifest state that we're Wireshark.
+Fix compiler warnings.
 
 ------------------------------------------------------------------------
-r19821 | jmayer | 2006-11-06 06:16:29 -0800 (Mon, 06 Nov 2006) | 5 lines
+r22922 | gerald | 2007-09-21 16:04:56 -0700 (Fri, 21 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/cmake/modules/Check64BitFormat.c.in
-
-frederic heem:
-Please find attached a patch to replace "#" with "*".
-Check64BitFormat.c.in is a C file.
+   M /trunk/gtk/main.c
 
+Spell out each of the units in the status bar.  A few people have remarked
+that this would be helpful for new users.
 
 ------------------------------------------------------------------------
-r19822 | jake | 2006-11-06 06:20:03 -0800 (Mon, 06 Nov 2006) | 2 lines
+r22923 | gerald | 2007-09-21 17:16:45 -0700 (Fri, 21 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/image/wiresharkdoc.ico
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
 
-Remove the executable property from this datafile
+Simplify the parsing of column preferences, which should make it easier
+to add column prefs in the future.  Fix up whitespace in a couple of
+places.
 
 ------------------------------------------------------------------------
-r19823 | jake | 2006-11-06 06:20:59 -0800 (Mon, 06 Nov 2006) | 2 lines
+r22924 | jake | 2007-09-23 12:40:54 -0700 (Sun, 23 Sep 2007) | 5 lines
 Changed paths:
-   M /trunk/Makefile.am
-
-Add image/wiresharkdoc.ico to the EXTRA_DIST symbol
+   M /trunk/epan/dissectors/packet-bthci_cmd.c
+   M /trunk/epan/dissectors/packet-bthci_evt.c
+   M /trunk/epan/dissectors/packet-hci_h4.h
 
+From Allan M. Madsen:
+Wireshark is only supporting a very old and deprecated version of the Bluetooth
+specification (1.1). The Bluetooth SIG recently ratified version 2.1 of the
+Bluetooth specification and a lot of enhancements have been added to the
+specification. The HCI dissectors needs a major update to match these changes.
 ------------------------------------------------------------------------
-r19824 | lego | 2006-11-06 10:16:56 -0800 (Mon, 06 Nov 2006) | 3 lines
+r22925 | etxrab | 2007-09-23 13:57:00 -0700 (Sun, 23 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/wslua/make-taps.pl
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Avoid ${ename}[...] being interpreted as $ename[...].
+Decode more IE's
+------------------------------------------------------------------------
+r22926 | guy | 2007-09-23 15:10:59 -0700 (Sun, 23 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
+Close yer comments.
 
 ------------------------------------------------------------------------
-r19825 | jmayer | 2006-11-06 11:44:09 -0800 (Mon, 06 Nov 2006) | 14 lines
+r22927 | etxrab | 2007-09-23 15:30:08 -0700 (Sun, 23 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Update from samba tree revision 19565 to 19578
-============================ Samba log start ============
+Fix a typo.
 ------------------------------------------------------------------------
-r19572 | jelmer | 2006-11-06 15:07:20 +0100 (Mon, 06 Nov 2006) | 2 lines
+r22928 | wmeier | 2007-09-23 17:42:34 -0700 (Sun, 23 Sep 2007) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Fix typo.
+#if 0 dissect_rsl_ie_meas_res_no and dissect_rsl_ie_message_id so buildbot doesn't error out.
 
 ------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
+r22929 | jake | 2007-09-23 23:19:56 -0700 (Sun, 23 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+   M /trunk/plugins/unistim/Makefile.common
+   M /trunk/plugins/unistim/header_field.h
+   M /trunk/plugins/unistim/packet-unistim.c
+   A /trunk/plugins/unistim/uftp.h
 
+From Chad Singer:
+I fixed a bug in packet_unistim.c which was causing a 'malformed packet' to
+appear when an open stream command is read with no endpoint ip (as is sometimes
+done) I added a simple msg_len check to avoid this. 
+I also added UFTP to the unistim dissector and adjusted the unistim call-detection 
+in voip-info.c to start on an open stream as well as keypresses..
 ------------------------------------------------------------------------
-r19826 | jmayer | 2006-11-06 11:47:39 -0800 (Mon, 06 Nov 2006) | 2 lines
+r22930 | jake | 2007-09-23 23:42:59 -0700 (Sun, 23 Sep 2007) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/pidl/nspi/nspi.cnf
-
-Copy over the nspi.cnf file which was recently added
+   M /trunk/gtk/voip_calls.c
 
+Get rid of the last warning.
 ------------------------------------------------------------------------
-r19827 | jmayer | 2006-11-06 11:53:39 -0800 (Mon, 06 Nov 2006) | 5 lines
+r22931 | jake | 2007-09-23 23:46:59 -0700 (Sun, 23 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-linx.c
-
-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.
+   M /trunk/epan/dissectors/packet-ip.c
 
+From Jonathan:
+Capture files generated on TCP segmentation offload (TSO) hardware have an 
+all-zero IP-length field in outbound packets.
+Wireshark errors out on the small length and refuses to parse the packet further.
 ------------------------------------------------------------------------
-r19828 | jmayer | 2006-11-06 11:56:11 -0800 (Mon, 06 Nov 2006) | 3 lines
+r22932 | jmayer | 2007-09-23 23:57:52 -0700 (Sun, 23 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/tools/Makefile.am
+   M /trunk/tools/Makefile.nmake
+
+ome files were left even after "make maintainer-clean". Found
+with "svn status --no-ignore".
 
-Remove some // comments.
-Fix a warning about nested comments.
 
 ------------------------------------------------------------------------
-r19829 | jmayer | 2006-11-06 11:58:06 -0800 (Mon, 06 Nov 2006) | 2 lines
+r22933 | jmayer | 2007-09-23 23:58:23 -0700 (Sun, 23 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.h
-   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/wiretap/Makefile.am
+
+Add ascend-grammar.h explicitely to the generation rules, otherwise
+make distclean on a really clean source tree will fail.
 
-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
+r22934 | jmayer | 2007-09-23 23:59:40 -0700 (Sun, 23 Sep 2007) | 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
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/acinclude.m4
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/config.nmake
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/packaging/nsis/Makefile.nmake
 
-new acn dissector from Bill Florac
+Get rid of the remains of NET-SNMP in the build process.
 
 
 ------------------------------------------------------------------------
-r19831 | jmayer | 2006-11-06 12:21:02 -0800 (Mon, 06 Nov 2006) | 16 lines
+r22935 | jmayer | 2007-09-24 00:00:59 -0700 (Mon, 24 Sep 2007) | 336 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/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Template.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
    M /trunk/tools/pidl/pidl
+   M /trunk/tools/pidl/tests/Util.pm
+   M /trunk/tools/pidl/tests/header.pl
+   M /trunk/tools/pidl/tests/ndr.pl
+   M /trunk/tools/pidl/tests/parse_idl.pl
+   M /trunk/tools/pidl/tests/samba3-cli.pl
+   M /trunk/tools/pidl/tests/util.pl
 
-Update from samba tree revision 19578 to 19582
-============================ Samba log start ============
-------------------------------------------------------------------------
-r19580 | jelmer | 2006-11-06 21:01:22 +0100 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   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
 
-Add --includedir option.
+Update pidl to current samba tree. This changes the license
+of the *tool* to GPLv3. The license of the generated code is
+is most likely not affected (see mail on wireshark-dev from Jelmer).
 
+Update from samba tree revision 23750 to 25198
+============================ Samba log start ============
 ------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
+r23792 | tridge | 2007-07-10 04:07:03 +0200 (Tue, 10 Jul 2007) | 6 lines
 
+convert Samba4 to GPLv3
 
+There are still a few tidyups of old FSF addresses to come (in both s3
+and s4). More commits soon.
 ------------------------------------------------------------------------
-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
+r24407 | metze | 2007-08-14 13:50:45 +0200 (Tue, 14 Aug 2007) | 6 lines
 
-building the nspi dissector depends also on the  nspi.cnf file,    add this dependency to the makefile
+$element->{ARRAY_LEN} doesn't exist...
 
+and a few lines above we use $element->{ORIGINAL}->{ARRAY_LEN}
+I assume it was just forgotten in the update.
 
-add tracking of policyhandles to the dissector
+metze
+------------------------------------------------------------------------
+r24446 | metze | 2007-08-15 08:08:02 +0200 (Wed, 15 Aug 2007) | 4 lines
 
+We only need one genric GenerateFunctionInEnv
+function
 
+metze
 ------------------------------------------------------------------------
-r19833 | etxrab | 2006-11-06 12:36:43 -0800 (Mon, 06 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
+r24447 | metze | 2007-08-15 10:55:16 +0200 (Wed, 15 Aug 2007) | 3 lines
 
-Remove the references to acn
-------------------------------------------------------------------------
-r19834 | sahlberg | 2006-11-06 12:47:37 -0800 (Mon, 06 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
-   M /trunk/epan/dissectors/packet-dcerpc-nspi.h
-   M /trunk/epan/dissectors/pidl/nspi/nspi.idl
+fix samba3-cli pidl tests
 
-convert restrictiontype to be an enum
+metze
+------------------------------------------------------------------------
+r24452 | metze | 2007-08-15 11:18:25 +0200 (Wed, 15 Aug 2007) | 4 lines
 
+bail out instead of only giving a warning on
+incorrect idl files
 
+metze
 ------------------------------------------------------------------------
-r19835 | etxrab | 2006-11-06 12:49:47 -0800 (Mon, 06 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
+r24454 | metze | 2007-08-15 12:23:28 +0200 (Wed, 15 Aug 2007) | 3 lines
+
+when level 0 is a pointer we need to look for an array in level 1...
 
-Remove the references to acn
+metze
 ------------------------------------------------------------------------
-r19836 | gerald | 2006-11-06 15:04:53 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.in
+r24463 | metze | 2007-08-15 16:02:23 +0200 (Wed, 15 Aug 2007) | 4 lines
 
-Remove ACN.
+we have a function to correctly create an $env object
+so don't try it manually and introduce bugs:-)
 
+metze
 ------------------------------------------------------------------------
-r19837 | gerald | 2006-11-06 15:08:11 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.in
+r24482 | metze | 2007-08-16 12:07:19 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-Fix an inadvertent change.
+white space cleanup only...
 
+metze
 ------------------------------------------------------------------------
-r19838 | gerald | 2006-11-06 15:38:35 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/plugins/Makefile.nmake
+r24484 | metze | 2007-08-16 12:54:11 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-Remove ACN references.
+pass down $ndr tree instead of the $pidl tree to Samba4/Header.pm
 
+metze
 ------------------------------------------------------------------------
-r19839 | ulfl | 2006-11-06 15:59:49 -0800 (Mon, 06 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/color_filters.c
+r24487 | metze | 2007-08-16 15:27:41 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-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
+fix formating and add defined($opt_header)
 
-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.
+metze
+------------------------------------------------------------------------
+r24488 | metze | 2007-08-16 15:29:38 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-Get rid of the extra ".."s that were left in when the ACN plugin was
-recently removed.
+enum's and bitmap's not have nested types
 
+metze
 ------------------------------------------------------------------------
-r19841 | guy | 2006-11-06 16:55:14 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
+r24489 | metze | 2007-08-16 15:34:54 +0200 (Thu, 16 Aug 2007) | 4 lines
 
-Get rid of more ACN plugin references.
+only typedef enum { ... } foo; enum's should look
+for has_properties() of $enum->{PARENT}
 
+metze
 ------------------------------------------------------------------------
-r19842 | guy | 2006-11-06 16:56:04 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
+r24490 | metze | 2007-08-16 15:39:30 +0200 (Thu, 16 Aug 2007) | 8 lines
 
-Get rid of another ACN reference.
+For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn()
+so for ParseEnum() we should also use Parse::Pidl::Typelist::enum_type_fn().
 
-------------------------------------------------------------------------
-r19843 | guy | 2006-11-06 16:56:45 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
+Also the base_type() property isn't standard IDL and we should not support it.
 
-Get rid of another ACN reference.
+This changes TDR enum to also to default to uint16 (as with NDR enums).
 
+metze
 ------------------------------------------------------------------------
-r19844 | jake | 2006-11-06 23:39:16 -0800 (Mon, 06 Nov 2006) | 4 lines
-Changed paths:
-   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
+r24492 | metze | 2007-08-16 15:41:48 +0200 (Thu, 16 Aug 2007) | 4 lines
 
-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().
+Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree
+not the $pidl tree anymore.
+
+metze
 ------------------------------------------------------------------------
-r19845 | jmayer | 2006-11-06 23:47:49 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_stat.h
+r24493 | metze | 2007-08-16 16:42:22 +0200 (Thu, 16 Aug 2007) | 11 lines
 
-Warning fixes (void) instead of (), no newline at end of file.
+- it turns out that
+  foreach my $e (@{$union->{ELEMENTS}}) {
+  changes $union->{ELEMENTS} from undef into an empty array.
+  this removes the difference between
+  struct foo { }; and struct foo;
+  So we need to explicit return before.
+- we should return the same element for layout for
+  structs and unions with no elements.
+- fix the testsuite to match
 
+metze
 ------------------------------------------------------------------------
-r19846 | jmayer | 2006-11-06 23:52:53 -0800 (Mon, 06 Nov 2006) | 47 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/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
+r24505 | metze | 2007-08-17 09:06:02 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-Updated to revision 19604.
-Update from samba tree revision 19582 to 19604
-============================ Samba log start ============
-------------------------------------------------------------------------
-r19585 | jelmer | 2006-11-06 22:54:19 +0100 (Mon, 06 Nov 2006) | 10 lines
-Changed paths:
-   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
+pass down $fn one level
 
-Add support for some more standard IDL instructions:
- - `include' (replaces helper())
- - `import' (replaces depends())
+metze
+------------------------------------------------------------------------
+r24506 | metze | 2007-08-17 09:46:34 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-Add support for parsing importlib() - importlib() is now ignored (with a
-warning), but no longer causes syntax errors.
+pass $fn down one more layer
 
-helper() and depends() are now marked deprecated and will cause warnings.
+metze
+------------------------------------------------------------------------
+r24507 | metze | 2007-08-17 10:05:57 +0200 (Fri, 17 Aug 2007) | 3 lines
 
+pass $d down to HeaderTypedef
 
+metze
 ------------------------------------------------------------------------
-r19588 | jelmer | 2006-11-06 23:54:49 +0100 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   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
+r24508 | metze | 2007-08-17 10:47:38 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-Use include and import statements rather than depends() and helper().
+add HeaderTypeNew() which will go if everything is converted
 
+metze
 ------------------------------------------------------------------------
-r19599 | jelmer | 2006-11-07 02:00:27 +0100 (Tue, 07 Nov 2006) | 2 lines
-Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/idl.yp
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+r24509 | metze | 2007-08-17 11:01:19 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-Fix --includedir.
+pass down the full ndr elements instead of the old pidl elements
+from ->{ORIGINAL}
 
+metze
 ------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
+r24511 | metze | 2007-08-17 11:12:13 +0200 (Fri, 17 Aug 2007) | 3 lines
 
+pass the correct thing to fatal()
 
+metze
 ------------------------------------------------------------------------
-r19847 | jmayer | 2006-11-06 23:57:07 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/nspi/Makefile
+r24514 | metze | 2007-08-17 13:09:46 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-Update to use --includedir instead of copying idl_types.h.
+IS_* elemements sound be perl integers consistantly...
 
+metze
 ------------------------------------------------------------------------
-r19848 | jmayer | 2006-11-06 23:58:01 -0800 (Mon, 06 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/pidl/nspi
+r24515 | metze | 2007-08-17 13:24:25 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-Update svn:ignore
-------------------------------------------------------------------------
-r19849 | jmayer | 2006-11-07 00:00:30 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+use fatal() wrapper instead of die() directly
 
-regenerate with news pidl
+metze
 ------------------------------------------------------------------------
-r19850 | jmayer | 2006-11-07 00:04:11 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/unicode-utils.c
+r24516 | metze | 2007-08-17 14:04:41 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-Warning fix about empty source file
+don't use ->{ORIGINAL}
+
+metze
 ------------------------------------------------------------------------
-r19851 | guy | 2006-11-07 00:19:57 -0800 (Tue, 07 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/README
+r24517 | metze | 2007-08-17 14:55:47 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-You run perl, not make, on Makefile.PL files.
+move skipping pointer before an array logic into the
+pointer loop as we do in other places
 
+metze
 ------------------------------------------------------------------------
-r19852 | sahlberg | 2006-11-07 00:33:24 -0800 (Tue, 07 Nov 2006) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
-
-from albert chin
+r24518 | metze | 2007-08-17 15:01:51 +0200 (Fri, 17 Aug 2007) | 4 lines
 
+get rid of using ->{ORIGINAL} and move stuff
+into subfunctions
 
+metze
+------------------------------------------------------------------------
+r24520 | metze | 2007-08-17 15:08:00 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-The Solaris C compiler, among others, do not allow anonymous unions.
-Patch attached.
+make use of the new ElementStars() and ArrayBrackets()
+functions
 
+metze
+------------------------------------------------------------------------
+r24521 | metze | 2007-08-17 15:42:09 +0200 (Fri, 17 Aug 2007) | 3 lines
 
+we don't yet have optional args to DeclLong()
 
-thanks albert
+metze
+------------------------------------------------------------------------
+r24522 | metze | 2007-08-17 15:45:18 +0200 (Fri, 17 Aug 2007) | 3 lines
 
+make the "skip pointer to an array" logic a bit easier
 
+metze
 ------------------------------------------------------------------------
-r19853 | jmayer | 2006-11-07 00:41:46 -0800 (Tue, 07 Nov 2006) | 18 lines
-Changed paths:
-   M /trunk/Makefile.am
+r24523 | metze | 2007-08-17 15:47:03 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-albert chin:
+we don't support multi-dimentional [out] arrays
+for the samba3 server stubs yet, so bail out.
 
-version_info.c has:
-  #ifdef HAVE_LIBGCRYPT
-  #include <gcrypt.h>
-  #endif /* HAVE_LIBGCRYPT */
-
-  #ifdef HAVE_LIBGNUTLS
-  #include <gnutls/gnutls.h>
-  #endif /* HAVE_LIBGNUTLS */
+metze
+------------------------------------------------------------------------
+r24524 | metze | 2007-08-17 15:53:12 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
-resolve symbols from the above. Patch attached.
+make use of ElementStars()
 
+metze
+------------------------------------------------------------------------
+r24535 | metze | 2007-08-18 12:30:40 +0200 (Sat, 18 Aug 2007) | 4 lines
 
-Note: dumpcap should not need to be linked to gnutls, but that's a
-problem with the version infrastructure.
+rename struct dcerpc_interface_call -> struct ndr_interface_call
+and move it to librpc/ndr/libndr.h
 
+metze
 ------------------------------------------------------------------------
-r19854 | guy | 2006-11-07 01:06:53 -0800 (Tue, 07 Nov 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-acn.c
-   M /trunk/epan/dissectors/packet-acn.h
+r24540 | metze | 2007-08-18 14:25:37 +0200 (Sat, 18 Aug 2007) | 4 lines
 
-Bitfields are bad - the C language spec does *NOT* guarantee which bits
-will correspond to which bit fields.  Don't use them.
+rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
+into ndr_interface_string_array and move it to libndr.h
 
-Use #defines rather than numbers in the appropriate places.
+metze
+------------------------------------------------------------------------
+r24551 | metze | 2007-08-19 22:46:45 +0200 (Sun, 19 Aug 2007) | 6 lines
 
-Constify some arguments.
+rename dcerpc_interface_table -> ndr_interface_table
+rename dcerpc_interface_list  -> ndr_interface_list
 
-Get rid of C++ comments.
+and move them to libndr.h
 
+metze
 ------------------------------------------------------------------------
-r19855 | guy | 2006-11-07 01:12:30 -0800 (Tue, 07 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/README.developer
+r24557 | metze | 2007-08-19 23:23:03 +0200 (Sun, 19 Aug 2007) | 3 lines
 
-Add Yet Another Portability Recommendation.
+rename 'dcerpc_table_' -> 'ndr_table_'
 
+metze
 ------------------------------------------------------------------------
-r19856 | ulfl | 2006-11-07 01:36:26 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
+r24560 | metze | 2007-08-20 00:09:21 +0200 (Mon, 20 Aug 2007) | 3 lines
+
+rename some DCERPC_ prefixes into NDR_
 
-don't copy mibs.txt files to mibs, but to snmp\mibs
+metze
 ------------------------------------------------------------------------
-r19857 | guy | 2006-11-07 01:50:09 -0800 (Tue, 07 Nov 2006) | 16 lines
-Changed paths:
-   M /trunk/capture_loop.c
+r24563 | metze | 2007-08-20 00:23:17 +0200 (Mon, 20 Aug 2007) | 3 lines
+
+remove unused DCERPC specific stuff from the generated NDR code
 
-As Ulf Lamping notes:
+metze
+------------------------------------------------------------------------
+r24592 | metze | 2007-08-21 14:19:56 +0200 (Tue, 21 Aug 2007) | 4 lines
 
-       if the pipename argument to cap_pipe_open_live() is null, that's
-       a bug, and we want a crash so it's caught;
+pass down the ndr_interface_table in the samba3 client bindings
+instead of the pull and push functions
 
-       if ld->pcap_h is null in capture_loop_dispatch(), that's a bug,
-       and we want a crash so it's caught;
+metze
+------------------------------------------------------------------------
+r24596 | metze | 2007-08-21 16:06:33 +0200 (Tue, 21 Aug 2007) | 7 lines
 
-       if capture_opts is null in capture_loop_start(), that's a bug,
-       and we want a crash so it's caught;
+- talloc request structure for the samba3 server bindings
+  and make that the primary context for the request
+  which the implementations can also use.
+- go via functions pointers in the ndr_interface_table
+  instead of calling functions directly.
 
-       there's no need to null out capture_opts->save_file twice.
+metze
+------------------------------------------------------------------------
+r24717 | jelmer | 2007-08-27 20:43:18 +0200 (Mon, 27 Aug 2007) | 2 lines
+   D /branches/SAMBA_4_0/BRANCH.TODO
 
-Also, errmsg and secondary_errmsg are null-terminated strings, so the
-array size should be the maximum length + 1.
+Some more easy bool conversions, update TODO for registry
 
 ------------------------------------------------------------------------
-r19858 | jmayer | 2006-11-07 02:55:12 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.am
+r24721 | jelmer | 2007-08-27 21:47:23 +0200 (Mon, 27 Aug 2007) | 1 line
 
-Another packet-acn.c leftover
+Avoid True and False because they are only available within Samba.
 ------------------------------------------------------------------------
-r19859 | sahlberg | 2006-11-07 05:19:31 -0800 (Tue, 07 Nov 2006) | 15 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
+r24812 | jelmer | 2007-08-31 00:25:59 +0200 (Fri, 31 Aug 2007) | 1 line
 
-fix for bug 1200
+Fix headers for external users.
+------------------------------------------------------------------------
+r24815 | jelmer | 2007-08-31 02:03:54 +0200 (Fri, 31 Aug 2007) | 1 line
 
+Support cpp_quote().
+------------------------------------------------------------------------
+r24816 | jelmer | 2007-08-31 02:31:32 +0200 (Fri, 31 Aug 2007) | 4 lines
+   D /branches/SAMBA_4_0/source/include/core.h
 
-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.
+Move the rest of the contents of core.h to more appropriate places. 
+include/ now only contains build system related headers, all other headers are 
+now near the source code they're related to.
 
+------------------------------------------------------------------------
+r24983 | metze | 2007-09-06 15:48:01 +0200 (Thu, 06 Sep 2007) | 4 lines
 
-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.
+setup the correct talloc name for structures used in the generated
+server stubs
 
+metze
+------------------------------------------------------------------------
+r25114 | metze | 2007-09-12 14:31:19 +0200 (Wed, 12 Sep 2007) | 7 lines
 
-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
+handle structs and unions without typedefs better
+in can_contain_deffered()
 
+jelmer: we need to handle this more genericly, I assume
+        we have a lot of other related bugs
 
+metze
+------------------------------------------------------------------------
+r25166 | jelmer | 2007-09-14 20:06:51 +0200 (Fri, 14 Sep 2007) | 1 line
 
+Simplify can_contain_deferred and add tests for it.
 ------------------------------------------------------------------------
-r19860 | guy | 2006-11-07 11:25:32 -0800 (Tue, 07 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/wiretap/README.developer
+r25168 | jelmer | 2007-09-14 20:26:23 +0200 (Fri, 14 Sep 2007) | 1 line
 
-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.
+Fix include for gen_ndr/misc.h. Patch by Julien Kerihuel.
+------------------------------------------------------------------------
+r25185 | jelmer | 2007-09-16 01:03:34 +0200 (Sun, 16 Sep 2007) | 1 line
 
+Check that can_contain_deferred returns true if one of the members of a type can contain deferred data.
 ------------------------------------------------------------------------
-r19861 | etxrab | 2006-11-07 11:25:59 -0800 (Tue, 07 Nov 2006) | 3 lines
-Changed paths:
-   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
+============================ Samba log end ==============
 
-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.
 ------------------------------------------------------------------------
-r19862 | guy | 2006-11-07 11:49:58 -0800 (Tue, 07 Nov 2006) | 11 lines
+r22936 | kukosa | 2007-09-24 04:01:53 -0700 (Mon, 24 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/print.c
-
-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.
-
-Also, the NetPDL Visualization Extension:
-
-       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.
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h450/Makefile
+   M /trunk/asn1/h450/Makefile.nmake
+   M /trunk/asn1/h450/h450-ros-exp.cnf
+   M /trunk/asn1/h450/h450-ros.cnf
+   M /trunk/asn1/q932/Makefile
+   M /trunk/asn1/q932/Makefile.nmake
+   M /trunk/asn1/q932/packet-q932-ros-template.c
+   M /trunk/asn1/q932/q932-ros.cnf
+   A /trunk/asn1/ros/ros-err.cnf
+   A /trunk/asn1/ros/ros-inv.cnf
+   A /trunk/asn1/ros/ros-rej.cnf
+   A /trunk/asn1/ros/ros-res.cnf
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h450-ros.c
+   M /trunk/epan/dissectors/packet-h450-ros.h
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/libwireshark.def
 
+improvements in ROS handling in Q.932 and H.450
+move common ROS code into ros/ros-*.cnf files
 ------------------------------------------------------------------------
-r19863 | guy | 2006-11-07 12:30:34 -0800 (Tue, 07 Nov 2006) | 2 lines
+r22937 | kukosa | 2007-09-24 05:46:02 -0700 (Mon, 24 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
-
-Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES field
+   M /trunk/config.h.win32
 
+remove forgotten @HAVE_NET_SNMP@
 ------------------------------------------------------------------------
-r19864 | guy | 2006-11-07 13:04:41 -0800 (Tue, 07 Nov 2006) | 7 lines
+r22938 | jmayer | 2007-09-24 06:49:25 -0700 (Mon, 24 Sep 2007) | 6 lines
 Changed paths:
-   M /trunk/print.c
+   M /trunk/tools/asn2wrs.py
 
-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.)
+Add command line switch
+ -D dir        : Directory for input_file(s) (default: '.')
+to allow asn2wrs being used in out of tree builds.
 
-Clean up indentation a bit.
+Beautify -h output a bit.
 
 ------------------------------------------------------------------------
-r19865 | guy | 2006-11-07 13:27:52 -0800 (Tue, 07 Nov 2006) | 4 lines
+r22939 | jmayer | 2007-09-24 09:05:51 -0700 (Mon, 24 Sep 2007) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aim-sst.c
-
-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.
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
+Update from samba tree revision 25198 to 25306
+============================ Samba log start ============
 ------------------------------------------------------------------------
-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
+r25301 | jelmer | 2007-09-23 23:35:03 +0200 (Sun, 23 Sep 2007) | 1 line
+   A /branches/SAMBA_4_0/source/libcli/raw/clierror.c (from /branches/SAMBA_4_0/source/libcli/util/clierror.c:25300)
+   D /branches/SAMBA_4_0/source/libcli/util/clierror.c
+   D /branches/SAMBA_4_0/source/libcli/util/nt_status.h
+   D /branches/SAMBA_4_0/source/libcli/util/nterr.h
+   A /branches/SAMBA_4_0/source/libcli/util/ntstatus.h (from /branches/SAMBA_4_0/source/libcli/util/nterr.h:25300)
+   A /branches/SAMBA_4_0/source/libcli/util/werror.h (from /branches/SAMBA_4_0/source/libcli/util/nt_status.h:25300)
 
-Make things build on my system again
+Merge my includes.h cleanups.
 ------------------------------------------------------------------------
-r19867 | etxrab | 2006-11-07 22:57:29 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/Makefile
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-Use h248v3.asn.
 ------------------------------------------------------------------------
-r19868 | jmayer | 2006-11-08 05:59:46 -0800 (Wed, 08 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+============================ Samba log end ==============
+
 
-Make Wireshark build on my system (gcc 4.1.0) again
 ------------------------------------------------------------------------
-r19869 | etxrab | 2006-11-08 13:28:03 -0800 (Wed, 08 Nov 2006) | 1 line
+r22940 | stig | 2007-09-24 12:56:17 -0700 (Mon, 24 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/plugins/unistim/packet-unistim.c
+   M /trunk/plugins/unistim/uftp.h
+
+From Don Newton:
+added null termination to uftp and cleaned comments in packet-unistim.c
 
-Sorry that should have been static int. Corrcted now.
 ------------------------------------------------------------------------
-r19870 | jake | 2006-11-09 04:27:52 -0800 (Thu, 09 Nov 2006) | 2 lines
+r22941 | etxrab | 2007-09-24 14:26:31 -0700 (Mon, 24 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-hpsw.c
-
-Improve HP Switch Protocol Dissection.
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_a.h
+   M /trunk/epan/dissectors/packet-rsl.c
 
+More IE:s
 ------------------------------------------------------------------------
-r19871 | martinm | 2006-11-09 08:35:12 -0800 (Thu, 09 Nov 2006) | 1 line
+r22942 | wmeier | 2007-09-24 14:34:58 -0700 (Mon, 24 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/gtk/color_edit_dlg.c
+
+Fix bug #1457: Undersized array causing "smashed stack".
 
-Make it easier to track user-buffer-space vs capacity requests for HSDPA calls
 ------------------------------------------------------------------------
-r19872 | martinm | 2006-11-09 08:46:58 -0800 (Thu, 09 Nov 2006) | 1 line
+r22943 | etxrab | 2007-09-24 14:51:41 -0700 (Mon, 24 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Use value_string for info column.  Also use fences to handle compound packets
+Fix warnings.
 ------------------------------------------------------------------------
-r19873 | martinm | 2006-11-10 04:06:10 -0800 (Fri, 10 Nov 2006) | 1 line
+r22944 | sahlberg | 2007-09-24 20:38:28 -0700 (Mon, 24 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+add more control names
+
 
-Fix test
 ------------------------------------------------------------------------
-r19874 | sahlberg | 2006-11-10 12:53:42 -0800 (Fri, 10 Nov 2006) | 8 lines
+r22945 | sahlberg | 2007-09-24 21:15:30 -0700 (Mon, 24 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/req_resp_hdrs.c
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+
+add support for yet another random combination of authentication 
+wrappers that can be used when connecting with sasl
 
-fix for bug 1142
 
+------------------------------------------------------------------------
+r22946 | gerald | 2007-09-24 22:12:44 -0700 (Mon, 24 Sep 2007) | 10 lines
+Changed paths:
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/color_edit_dlg.c
 
-if we dont have a content-length   but we do have a keepalive in the header then we should not do reassemble-until-fin.
+In newer versions of GTK+ 2.x, if you have the mouse positioned above a
+button that goes from insensitive to sensitive, the button won't respond
+to mouse clicks.
 
-convert some tvb_get_String into tvb_get_ephemeral_string at the same time
+This caused the Coloring Rules dialog behavior reported in bug 699.  Work 
+around it by not making the up/down buttons insensitive while we're moving
+a rule.
 
+Fixup whitespace.
 
 ------------------------------------------------------------------------
-r19875 | sahlberg | 2006-11-10 15:36:57 -0800 (Fri, 10 Nov 2006) | 10 lines
+r22947 | sake | 2007-09-24 22:42:22 -0700 (Mon, 24 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/wiretap/netscreen.c
 
-From Alex B
+Allow the output of NetScreen VSI interfaces to be parsed.
 
 
-Added support for upcoming Netapp's ONTAP-GX nfsv3 filehandle.
+------------------------------------------------------------------------
+r22948 | sahlberg | 2007-09-25 00:47:00 -0700 (Tue, 25 Sep 2007) | 11 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-Alex.
+not all SASL protected blobs use a GSS wrapper for the payload so we 
+cant check that the payload starts with BER tag 0x60 and an oid.
+instead  check that the length byte (first 4 bytes) look sane and if 
+SASL authentication has been negotiated on the connection
 
+also, sometimes clients will mix both non-SASL and SASL protected LDAP 
+traffic on the same tcp connection   by initially performing simple 
+unauthenticated searches on the database before performing the Bind.
 
 
 
 ------------------------------------------------------------------------
-r19876 | ulfl | 2006-11-10 17:29:43 -0800 (Fri, 10 Nov 2006) | 1 line
+r22949 | sahlberg | 2007-09-25 01:05:17 -0700 (Tue, 25 Sep 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+
+only set ldap_info->first_auth_frame to 0 first time we see the 
+authentication packet or else we will get inconsistent dissection when 
+clicking on packets.
+(inconsistent as in :  a certain packet might/might not be dissected as 
+LDAP/SASL depending on which packets we clicked on previously)
+  
 
-add dissection of PROFINET "MRP Port Status"
 ------------------------------------------------------------------------
-r19877 | sahlberg | 2006-11-11 14:39:25 -0800 (Sat, 11 Nov 2006) | 6 lines
+r22950 | jmayer | 2007-09-25 03:30:55 -0700 (Tue, 25 Sep 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
+   M /trunk/asn1/Makefile.am
+   A /trunk/asn1/Makefile.inc
+   A /trunk/asn1/Makefile.inc.nmake
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/camel
+   D /trunk/asn1/camel/Makefile
+   A /trunk/asn1/camel/Makefile.am
+   A /trunk/asn1/camel/Makefile.common
+   M /trunk/asn1/camel/Makefile.nmake
 
-fix so that tcp.pdu.time works again.
-it broken in one of the previous bugfixes to tcp
+- Rework the Makefile structure to generate external -cnf files
+   a protocol depends on.
+- Make sure we need to add asn files to only 1 Makefile instead
+   of 3 (Makefile, Makefile.nmake, ../Makefile.am)
+- Change the Makefiles of the camel protocol to use the new structure.
 
-add a function to print an emem tree to the console for easier emem tree debugging
+------------------------------------------------------------------------
+r22951 | kukosa | 2007-09-25 04:58:35 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/asn1/camel/Makefile.common
+   A /trunk/asn1/h245/Makefile.am
+   A /trunk/asn1/h245/Makefile.common
+   M /trunk/asn1/h245/Makefile.nmake
+   A /trunk/asn1/nbap/Makefile.am
+   A /trunk/asn1/nbap/Makefile.common
+   M /trunk/asn1/nbap/Makefile.nmake
+   A /trunk/asn1/ranap/Makefile.am
+   A /trunk/asn1/ranap/Makefile.common
+   M /trunk/asn1/ranap/Makefile.nmake
+   A /trunk/asn1/rnsap/Makefile.am
+   A /trunk/asn1/rnsap/Makefile.common
+   M /trunk/asn1/rnsap/Makefile.nmake
+   A /trunk/asn1/sabp/Makefile.am
+   A /trunk/asn1/sabp/Makefile.common
+   M /trunk/asn1/sabp/Makefile.nmake
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-rnsap.c
 
+put few simple ASN.1 dissectors into the new makefile structure
+------------------------------------------------------------------------
+r22952 | kukosa | 2007-09-25 05:17:48 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
 
+remove trailing backslash on the last line of list
 ------------------------------------------------------------------------
-r19878 | gerald | 2006-11-11 16:52:05 -0800 (Sat, 11 Nov 2006) | 5 lines
+r22953 | jmayer | 2007-09-25 07:07:53 -0700 (Tue, 25 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-radiotap.c
-   M /trunk/wiretap/libpcap.c
+   M /trunk/configure.in
+
+I forgot to commit the necessary change to configure.in,
+so the distcheck failed. Fix that.
 
-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.
 
 ------------------------------------------------------------------------
-r19879 | guy | 2006-11-12 14:12:39 -0800 (Sun, 12 Nov 2006) | 3 lines
+r22954 | jmayer | 2007-09-25 07:09:08 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   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.
+   M /trunk/manuf
+   M /trunk/wka.tmpl
 
+Small change about extreme EAPSv2 address and update manuf
 ------------------------------------------------------------------------
-r19880 | etxrab | 2006-11-12 14:18:50 -0800 (Sun, 12 Nov 2006) | 9 lines
+r22955 | etxrab | 2007-09-25 09:09:58 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
    M /trunk/Makefile.nmake
    M /trunk/config.nmake
+   M /trunk/packaging/nsis/Makefile.nmake
    M /trunk/packaging/nsis/wireshark.nsi
    M /trunk/tools/win32-setup.sh
 
-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
-
-(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.)
+Use GTK+ 2.12
 ------------------------------------------------------------------------
-r19881 | guy | 2006-11-12 14:35:21 -0800 (Sun, 12 Nov 2006) | 2 lines
+r22956 | etxrab | 2007-09-25 09:51:49 -0700 (Tue, 25 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-Flag the question as a "QM" question if the QU flag isn't set.
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
+Fix:
+packet-ldap-template.c(1330) : error C2220: warning treated as error - no object  file generated
+packet-ldap-template.c(1330) : warning C4101: 'gss_len' : unreferenced local var iable NMAKE : fatal error U1077: 'cl' :
 ------------------------------------------------------------------------
-r19882 | guy | 2006-11-12 15:42:08 -0800 (Sun, 12 Nov 2006) | 3 lines
+r22957 | jmayer | 2007-09-25 10:09:01 -0700 (Tue, 25 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-Mark Krochmal says that the class field should be treated in mDNS as a
-flag and a 15-bit field even for OPT RRs.
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/acp133
+   D /trunk/asn1/acp133/Makefile
+   A /trunk/asn1/acp133/Makefile.am
+   A /trunk/asn1/acp133/Makefile.common
+   M /trunk/asn1/acp133/Makefile.nmake
+   M /trunk/asn1/camel
+   M /trunk/asn1/h245
+   D /trunk/asn1/h245/Makefile
+   M /trunk/asn1/nbap
+   D /trunk/asn1/nbap/Makefile
+   M /trunk/asn1/ranap
+   D /trunk/asn1/ranap/Makefile
+   M /trunk/asn1/rnsap
+   D /trunk/asn1/rnsap/Makefile
+   M /trunk/asn1/sabp
+   D /trunk/asn1/sabp/Makefile
+   M /trunk/configure.in
 
-------------------------------------------------------------------------
-r19883 | gerald | 2006-11-12 17:15:56 -0800 (Sun, 12 Nov 2006) | 3 lines
-Changed paths:
-   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
+Convert acp133 to new build structure.
 
-Set a transparency threshold for the XPM icons.  Have the make-icons script
-constify the XPMs.
+Update some svn:ignore files, remove no longer needed Makefiles
 
 ------------------------------------------------------------------------
-r19884 | ashokn | 2006-11-13 09:30:38 -0800 (Mon, 13 Nov 2006) | 4 lines
+r22958 | jmayer | 2007-09-25 11:02:49 -0700 (Tue, 25 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rsvp.h
-
-Add support for IPv4-Aggregate session/template/filter types.
-
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/asn1/acp133
+   M /trunk/asn1/acp133/Makefile.common
+   M /trunk/asn1/acse
+   D /trunk/asn1/acse/Makefile
+   A /trunk/asn1/acse/Makefile.am
+   A /trunk/asn1/acse/Makefile.common
+   M /trunk/asn1/acse/Makefile.nmake
+   M /trunk/asn1/acse/acse-exp.cnf
+   M /trunk/asn1/ansi_map
+   D /trunk/asn1/ansi_map/Makefile
+   A /trunk/asn1/ansi_map/Makefile.am
+   A /trunk/asn1/ansi_map/Makefile.common
+   M /trunk/asn1/ansi_map/Makefile.nmake
+   M /trunk/asn1/camel
+   M /trunk/asn1/cdt
+   D /trunk/asn1/cdt/Makefile
+   A /trunk/asn1/cdt/Makefile.am
+   A /trunk/asn1/cdt/Makefile.common
+   M /trunk/asn1/cdt/Makefile.nmake
+   M /trunk/asn1/cdt/cdt-exp.cnf
+   M /trunk/asn1/cmip
+   D /trunk/asn1/cmip/Makefile
+   A /trunk/asn1/cmip/Makefile.am
+   A /trunk/asn1/cmip/Makefile.common
+   M /trunk/asn1/cmip/Makefile.nmake
+   M /trunk/asn1/cmip/cmip-exp.cnf
+   M /trunk/asn1/cms
+   D /trunk/asn1/cms/Makefile
+   A /trunk/asn1/cms/Makefile.am
+   A /trunk/asn1/cms/Makefile.common
+   M /trunk/asn1/cms/Makefile.nmake
+   M /trunk/asn1/cms/cms-exp.cnf
+   M /trunk/configure.in
 
+Change some additional protocols to the new build system
 
 ------------------------------------------------------------------------
-r19885 | etxrab | 2006-11-13 21:45:28 -0800 (Mon, 13 Nov 2006) | 9 lines
+r22959 | ulfl | 2007-09-25 12:22:31 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/all.vcproj
 
-This is Gerrit Renker code which:
-
-       * 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
+also do a distclean when doing a clean for the all target
 ------------------------------------------------------------------------
-r19886 | etxrab | 2006-11-13 21:47:57 -0800 (Mon, 13 Nov 2006) | 2 lines
+r22960 | stig | 2007-09-25 12:30:26 -0700 (Tue, 25 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-eth.c
 
-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.
-------------------------------------------------------------------------
-r19887 | etxrab | 2006-11-13 21:49:59 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+Highlight whole ethernet trailer in Packet Details View.
 
-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.
 ------------------------------------------------------------------------
-r19888 | etxrab | 2006-11-13 22:00:48 -0800 (Mon, 13 Nov 2006) | 3 lines
+r22961 | jake | 2007-09-25 12:42:46 -0700 (Tue, 25 Sep 2007) | 19 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-dcp.c
 
-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.
-------------------------------------------------------------------------
-r19889 | etxrab | 2006-11-13 22:14:20 -0800 (Mon, 13 Nov 2006) | 1 line
+From Gerrit Renker:
+This is an update for the DCCP dissector and has previously been sent to
+the DCCP dissector maintainer, Francesco Fondelli, who supplied
+the Acked-by. I have been using it with profit for several weeks.
+
+This patch provides the following extensions:
+ * type-dependent decoding of feature-negotiation options (NN and SP types of
+options, NN is a 1..6 byte value in network-byte-order, SP is always a list of
+unsigned char)
+ * decoding for CCID3 Send Loss Event Rate feature
+ * some pretty-printing of options
+ * decoding of CCID3-specific options
+       - Loss Event Rate (receiver report)
+       - Receive Rate (also reported by receiver)
+ * there was a change in the spec - the NDP count at sometime `grew' from 3 to
+6 bytes (it was the same in the kernel). I have updated the data type from uint32 to
+uint64
+ * utility function to decode from network-byte-order into host byte order with
+variable length
+------------------------------------------------------------------------
+r22962 | gerald | 2007-09-25 12:52:19 -0700 (Tue, 25 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/diameter/mobileipv4.xml
-   A /trunk/diameter/sip.xml
+   M /trunk/capinfos.c
+
+Add the file encapsulation.
 
-Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.
 ------------------------------------------------------------------------
-r19890 | etxrab | 2006-11-13 22:31:47 -0800 (Mon, 13 Nov 2006) | 1 line
+r22963 | ulfl | 2007-09-25 12:52:51 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/asn1/Makefile.inc.nmake
 
-Add SIP application AVP:s.
+fix a typo in the source files target, took me more than an hour to find it :-(((
 ------------------------------------------------------------------------
-r19891 | martinm | 2006-11-14 04:06:11 -0800 (Tue, 14 Nov 2006) | 4 lines
+r22964 | wmeier | 2007-09-25 12:59:50 -0700 (Tue, 25 Sep 2007) | 2 lines
 Changed paths:
    M /trunk/wiretap/catapult_dct2000.c
 
-- 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
+Add error checking for fwrites; replacement for one of patches provided in bug #1864
 
 ------------------------------------------------------------------------
-r19892 | martinm | 2006-11-14 05:45:35 -0800 (Tue, 14 Nov 2006) | 1 line
+r22965 | wmeier | 2007-09-25 13:34:06 -0700 (Tue, 25 Sep 2007) | 2 lines
 Changed paths:
    M /trunk/wiretap/catapult_dct2000.c
 
-Fix possible build error + warnings seen on buildbot
+Fix whitespace of newly added lines to match rest of file
+
 ------------------------------------------------------------------------
-r19893 | jmayer | 2006-11-14 12:01:41 -0800 (Tue, 14 Nov 2006) | 4 lines
+r22966 | sake | 2007-09-25 13:37:13 -0700 (Tue, 25 Sep 2007) | 13 lines
 Changed paths:
-   M /trunk/Makefile.am
-
-didier gautheron:
-       idl2wrs.sh is a generated file.
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tcp.h
 
+This patch adds two new fields to the tcp-dissector:
 
-------------------------------------------------------------------------
-r19894 | jmayer | 2006-11-14 12:08:44 -0800 (Tue, 14 Nov 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/getopt.c
-   M /trunk/gtk/rtp_analysis.c
+tcp.time_relative ==> the time that has elapsed since the 
+   first packet that was seen in the current TCP stream
 
-nikai@nikai.net:
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
+tcp.time_delta ==> the time that has elapsed since the 
+   last packet that was seen in the current TCP stream
 
-Attempting a simple cleanup of duplicated includes, will attach patch.
+Calculating these timestamps is turned off by default to not 
+use the extra memory that is needed for the per-packet-data.
+It can be turned on through the TCP protocol preferences
 
 
 ------------------------------------------------------------------------
-r19895 | jmayer | 2006-11-14 12:32:29 -0800 (Tue, 14 Nov 2006) | 5 lines
+r22967 | gerald | 2007-09-25 14:35:20 -0700 (Tue, 25 Sep 2007) | 2 lines
 Changed paths:
-   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
-
-nikai@nikai.net:
+   M /trunk/docbook/release-notes.xml
 
-Remaining fixes from:
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
+Add an item about the coloring rules crash fix.
 
 ------------------------------------------------------------------------
-r19896 | sfisher | 2006-11-14 13:28:44 -0800 (Tue, 14 Nov 2006) | 3 lines
+r22968 | ulfl | 2007-09-25 14:38:54 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/plugins
-   M /trunk/tools
-
-Add svn:ignore to tools/TAGS and plugins/TAGS
-
+   M /trunk/doc/tshark.pod
 
+clarify tshark -B (file format) option
 ------------------------------------------------------------------------
-r19897 | sfisher | 2006-11-14 14:35:22 -0800 (Tue, 14 Nov 2006) | 6 lines
+r22969 | ulfl | 2007-09-25 14:55:06 -0700 (Tue, 25 Sep 2007) | 11 lines
 Changed paths:
-   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
+   M /trunk/Makefile.common
+   M /trunk/capture.c
+   M /trunk/capture_opts.c
+   M /trunk/tshark.c
+   M /trunk/tshark.vcproj
 
+as "advertised" some days ago:
+rewrite the tshark capture code almost completely, to use dumpcap instead of it's own pcap functionality.
 
-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.
+This works on Win32 and should work on unix/linux (but I'm not sure here). Some stuff needs to be cleaned up, some more may need to be rewritten to specifically work with unix/win32. Futher work needs to be done at:
 
+1. read filters (simply document current behaviour?)
+2. event loop polling
+3. privileges
+4. code cleanup (e.g. in capture_loop.c)
 
+Be prepared that tshark might not work as before / expected at least in the next days!
 ------------------------------------------------------------------------
-r19898 | sfisher | 2006-11-14 14:53:24 -0800 (Tue, 14 Nov 2006) | 5 lines
+r22970 | ulfl | 2007-09-25 14:56:43 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/follow_dlg.c
-
-
-A fix bug #1138: "Follow TCP Streams gets stream direction wrong if started
-from a server->client frame."
-
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
+slightly better summary of IODWriteRes and don't repeat AR info for each IODWriteRes_header
 ------------------------------------------------------------------------
-r19899 | sfisher | 2006-11-14 22:46:11 -0800 (Tue, 14 Nov 2006) | 7 lines
+r22971 | ulfl | 2007-09-25 14:57:25 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.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.
-
+   M /trunk/epan/dissectors/dissectors.vcproj
 
+add some more files
 ------------------------------------------------------------------------
-r19900 | etxrab | 2006-11-14 23:04:22 -0800 (Tue, 14 Nov 2006) | 1 line
+r22972 | ulfl | 2007-09-25 14:59:19 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/wireshark.sln
 
-Add OID translation for some more Generic codecs.
+add a "build.0" configuration, MSVC 2005 wants to have it (for whatever reasons)
 ------------------------------------------------------------------------
-r19901 | martinm | 2006-11-15 09:27:04 -0800 (Wed, 15 Nov 2006) | 6 lines
+r22973 | ulfl | 2007-09-25 15:38:39 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/dtds/mscml.dtd
-   M /trunk/packaging/nsis/wireshark.nsi
-
-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.
+   M /trunk/Makefile.common
 
-I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML
+remove trailing backslash
+------------------------------------------------------------------------
+r22974 | ulfl | 2007-09-25 16:23:56 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/tshark.c
 
+add a dummy function, so unix/linux version should at least compile
 ------------------------------------------------------------------------
-r19902 | martinm | 2006-11-15 10:20:03 -0800 (Wed, 15 Nov 2006) | 1 line
+r22975 | ulfl | 2007-09-25 17:03:30 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/dtds/mscml.dtd
+   M /trunk/tshark.c
 
-Propset
+solve some more of the unix specific buildbot problems
 ------------------------------------------------------------------------
-r19903 | lego | 2006-11-15 10:40:37 -0800 (Wed, 15 Nov 2006) | 10 lines
+r22976 | guy | 2007-09-25 17:41:00 -0700 (Tue, 25 Sep 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dtd_parse.l
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-dcp.c
 
- solve both issues pointed out in:
-    http://wireshark.org/lists/ethereal-dev/200605/msg02351.html
+Don't use
 
-- dtd_parse.l:
-   be more liberal on what a name can be (a number now can be a name)
+       case N ... M:
 
-- packet-xml.c
-  if proto-name is given use it instead of the root element name as prefix for generated fields
+as that's not supported by all compilers.
 
+Say so in the Portability section of README.developer, in the hopes of
+discouraging others from using that GCCism.
 
 ------------------------------------------------------------------------
-r19904 | jake | 2006-11-15 12:55:46 -0800 (Wed, 15 Nov 2006) | 1 line
+r22977 | ulfl | 2007-09-25 17:44:47 -0700 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-omapi.c
+   M /trunk/tshark.c
 
-Adding ISC Object Management API dissector
+the Ubuntu / OS X buildbots don't seem to like G_STATIC_MUTEX_INIT (for whatever reason), try to use g_static_mutex_init() instead
 ------------------------------------------------------------------------
-r19905 | ulfl | 2006-11-15 15:33:39 -0800 (Wed, 15 Nov 2006) | 1 line
+r22978 | guy | 2007-09-25 19:21:31 -0700 (Tue, 25 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/prefs-int.h
-   M /trunk/epan/prefs.c
-   M /trunk/gtk/recent.c
+   M /trunk/epan/dissectors/packet-dcp.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.
-------------------------------------------------------------------------
-r19906 | ulfl | 2006-11-15 15:43:16 -0800 (Wed, 15 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/funnel_stat.c
+A guint8 can never be > 255.
 
-fix a warning
 ------------------------------------------------------------------------
-r19907 | ulfl | 2006-11-15 15:48:56 -0800 (Wed, 15 Nov 2006) | 1 line
+r22979 | guy | 2007-09-25 19:36:22 -0700 (Tue, 25 Sep 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/emem.c
+   M /trunk/epan/dissectors/packet-dcp.c
+
+Squelch *another* "case M ... N:".
+
+To quote doc/README.developer:
+
+  Don't use "inline"; not all compilers support it.  If you want to have a
+  function be an inline function if the compiler supports it, use
+  G_INLINE_FUNC, which is declared by <glib.h>.
 
-fix a warning
 ------------------------------------------------------------------------
-r19908 | sfisher | 2006-11-15 23:04:02 -0800 (Wed, 15 Nov 2006) | 5 lines
+r22980 | sfisher | 2007-09-25 20:05:42 -0700 (Tue, 25 Sep 2007) | 13 lines
 Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/gtk/main.h
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-dcp.c
+
+
+The dissector packet-dcp.c now fails to compile on MacOS X (gcc 4.0.1/Apple).  Change G_INLINE_FUNC back to inline per GLib documentation (also remove recommendation in developer's guide to not use inline):
+
+http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#id2571572
 
-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.
+G_INLINE_FUNC
+
+#define             G_INLINE_FUNC
+This macro is used to export function prototypes so they can be linked with an external version when no inlining is performed. The file which implements the functions should define G_IMPLEMENTS_INLINES before including the headers which contain G_INLINE_FUNC declarations. Since inlining is very compiler-dependent using these macros correctly is very difficult. Their use is strongly discouraged.
+
+This macro is often mistaken for a replacement for the inline keyword; inline is already declared in a portable manner in the glib headers and can be used normally.
 
 
 ------------------------------------------------------------------------
-r19909 | martinm | 2006-11-16 06:35:52 -0800 (Thu, 16 Nov 2006) | 3 lines
+r22981 | sfisher | 2007-09-25 20:31:41 -0700 (Tue, 25 Sep 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/Makefile.common
+
+
+Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also needed
+by tshark as well as Wireshark to fix compilation on Unix platforms.
+This is due to the introduction of capture_sync.c (which calls
+sync_pipe_errmsg_to_parent) to tshark_SOURCES in SVN revision 22969.
 
-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.
 
 ------------------------------------------------------------------------
-r19910 | gerald | 2006-11-16 10:28:09 -0800 (Thu, 16 Nov 2006) | 2 lines
+r22982 | guy | 2007-09-25 23:53:38 -0700 (Tue, 25 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-dcp.c
 
-Add comments to the indentation style section.
+Make the number of bytes just a guint, in the hopes that it'll squelch
+some of the warnings.
 
 ------------------------------------------------------------------------
-r19911 | ulfl | 2006-11-16 12:08:13 -0800 (Thu, 16 Nov 2006) | 1 line
+r22983 | jmayer | 2007-09-26 00:09:51 -0700 (Wed, 26 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/gtkvumeter.h
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/gtk/proto_draw.c
+
+"fix" some warnings about "might be used uninitialized" variables
 
-(hopefully) fix the recently discussed warnings where CLAMP() is called with a value being 0
 ------------------------------------------------------------------------
-r19912 | ulfl | 2006-11-16 12:13:26 -0800 (Thu, 16 Nov 2006) | 3 lines
+r22984 | jmayer | 2007-09-26 00:10:40 -0700 (Wed, 26 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/epan/dissectors/packet-extreme.c
 
-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 :-(
+Beginnings of EAPS shared link packet dissection (EAPSv2)
 
-Interestingly the implementation was half way there, but not really working as expected.
 ------------------------------------------------------------------------
-r19913 | etxrab | 2006-11-16 13:11:26 -0800 (Thu, 16 Nov 2006) | 2 lines
+r22985 | jmayer | 2007-09-26 01:38:43 -0700 (Wed, 26 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/dissectors/packet-extreme.c
 
-Temporrary change to force the buildbot to update the libraries as  I suspect there are left
-over old files.
+Decode role on shared link
 ------------------------------------------------------------------------
-r19914 | jmayer | 2006-11-16 13:57:31 -0800 (Thu, 16 Nov 2006) | 6 lines
+r22986 | martinm | 2007-09-26 07:47:22 -0700 (Wed, 26 Sep 2007) | 4 lines
 Changed paths:
-   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
-
-Jelmer Vernooij:
-
-The attached patch replace the use of 'depends()' with "import" (the
-latter is a standard IDL statement).
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+- show type (number) of unrecognised tlvs in the tlv root item
+- also add this as an expert item
+- tlv root item is now an FT_BYTES item (allowing filtering on whole tlv contents)
 
 ------------------------------------------------------------------------
-r19915 | gerald | 2006-11-16 14:27:47 -0800 (Thu, 16 Nov 2006) | 4 lines
+r22987 | gerald | 2007-09-26 08:48:45 -0700 (Wed, 26 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/doc/capinfos.pod
 
-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).
+Add the -E (encapsulation) flag.
 
 ------------------------------------------------------------------------
-r19916 | ulfl | 2006-11-16 17:24:03 -0800 (Thu, 16 Nov 2006) | 1 line
+r22988 | etxrab | 2007-09-26 12:00:48 -0700 (Wed, 26 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/prefs-int.h
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-various minor prefs code cleanup
+Try to fix the U3 build.
 ------------------------------------------------------------------------
-r19917 | sfisher | 2006-11-16 17:52:15 -0800 (Thu, 16 Nov 2006) | 4 lines
+r22989 | etxrab | 2007-09-26 12:01:29 -0700 (Wed, 26 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.c
-
-
-Improve the heuristics of the SES dissector some more in response to bug #1229
-
+   M /trunk/epan/dissectors/packet-rsl.c
 
+Further IE dissection.
 ------------------------------------------------------------------------
-r19918 | ulfl | 2006-11-16 19:08:09 -0800 (Thu, 16 Nov 2006) | 1 line
+r22990 | etxrab | 2007-09-26 12:50:53 -0700 (Wed, 26 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-code cleanup
+The unused pinfo strikes back (again).
 ------------------------------------------------------------------------
-r19919 | jake | 2006-11-16 23:44:37 -0800 (Thu, 16 Nov 2006) | 1 line
+r22991 | etxrab | 2007-09-26 14:37:57 -0700 (Wed, 26 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Fix build
+Fix unused functions.
 ------------------------------------------------------------------------
-r19920 | jmayer | 2006-11-17 01:29:36 -0800 (Fri, 17 Nov 2006) | 25 lines
+r22992 | stig | 2007-09-26 15:50:53 -0700 (Wed, 26 Sep 2007) | 5 lines
 Changed paths:
-   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
+   M /trunk/gtk/io_stat.c
+
+- Added Tick interval 1 min and 10 min.
+- Draw an empty graph if no items in given tick interval.
+- Initialize interval_delta so we don't get overlaping x-scale labels.
+- Some whitespace cleanup.
 
-Update from samba tree revision 19744 to 19759
-============================ Samba log start ============
 ------------------------------------------------------------------------
-r19751 | jelmer | 2006-11-16 23:11:32 +0100 (Thu, 16 Nov 2006) | 2 lines
+r22993 | stig | 2007-09-26 15:55:36 -0700 (Wed, 26 Sep 2007) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
 
-Add some tests for parsing the "include", "import" and "importlib" statements.
+Added 1 min and 10 min tick intervals to the user guide.
 
 ------------------------------------------------------------------------
-r19752 | jelmer | 2006-11-16 23:13:44 +0100 (Thu, 16 Nov 2006) | 2 lines
+r22994 | kukosa | 2007-09-26 23:03:45 -0700 (Wed, 26 Sep 2007) | 1 line
 Changed paths:
-   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
-
-Remove support for the `depends' attribute (use "import") instead.
+   M /trunk/asn1/Makefile.am
+   D /trunk/asn1/rrc/Makefile
+   M /trunk/asn1/rrc/Makefile.nmake
+   D /trunk/asn1/rrlp/Makefile
+   M /trunk/asn1/rrlp/Makefile.nmake
+   D /trunk/asn1/t38/Makefile
+   M /trunk/asn1/t38/Makefile.nmake
+   D /trunk/asn1/ulp/Makefile
+   M /trunk/asn1/ulp/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-t38.h
 
+put next few simple ASN.1 dissectors into the new makefile structure
 ------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
+r22995 | kukosa | 2007-09-27 00:08:47 -0700 (Thu, 27 Sep 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/rrc/Makefile.am
+   A /trunk/asn1/rrc/Makefile.common
+   A /trunk/asn1/rrlp/Makefile.am
+   A /trunk/asn1/rrlp/Makefile.common
+   A /trunk/asn1/t38/Makefile.am
+   A /trunk/asn1/t38/Makefile.common
+   A /trunk/asn1/ulp/Makefile.am
+   A /trunk/asn1/ulp/Makefile.common
 
+add forgotten makefiles
 ------------------------------------------------------------------------
-r19921 | martinm | 2006-11-17 08:33:43 -0800 (Fri, 17 Nov 2006) | 1 line
+r22996 | kukosa | 2007-09-27 01:33:53 -0700 (Thu, 27 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/config.nmake
+   M /trunk/configure.in
 
-Try to squash 2 more warnings seen on buildot
+revert changes in config.nmake committed by mistake and commit configure.in 
 ------------------------------------------------------------------------
-r19922 | ulfl | 2006-11-17 14:38:34 -0800 (Fri, 17 Nov 2006) | 1 line
+r22997 | jmayer | 2007-09-27 02:24:38 -0700 (Thu, 27 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/dap
+   D /trunk/asn1/dap/Makefile
+   A /trunk/asn1/dap/Makefile.am
+   A /trunk/asn1/dap/Makefile.common
+   M /trunk/asn1/dap/Makefile.nmake
+   M /trunk/asn1/dap/dap-exp.cnf
+   M /trunk/configure.in
 
-add dissection for PROFINET "PTCP Status"
+Convert asn1/dap/
 ------------------------------------------------------------------------
-r19923 | ulfl | 2006-11-17 14:48:21 -0800 (Fri, 17 Nov 2006) | 1 line
+r22998 | morriss | 2007-09-27 07:11:57 -0700 (Thu, 27 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-nsip.c
 
-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
+As requested by Juan Wortley on -users: instead of allowing only 2 UDP ports to be dissected as NSIP, allow a range.  Obsolete the old preferences.
 ------------------------------------------------------------------------
-r19924 | gerald | 2006-11-17 17:47:49 -0800 (Fri, 17 Nov 2006) | 10 lines
+r22999 | morriss | 2007-09-27 08:58:54 -0700 (Thu, 27 Sep 2007) | 8 lines
 Changed paths:
-   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
+   M /trunk/tshark.c
 
-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.
+(Try to) get tshark capturing working on *NIX (it works for me anyway):
+We can simply block waiting for input from the child process because we are
+in a CLI that does not need to worry about updating a GUI while we're waiting
+for packets and so forth.
 
-Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
-multiple arguments.  Fix up whitespace.
+Before I realized that I wrote a working (for me) method using select() that
+I've left in for now (#ifdef'd out).
 
 ------------------------------------------------------------------------
-r19925 | ulfl | 2006-11-17 19:37:34 -0800 (Fri, 17 Nov 2006) | 3 lines
+r23000 | sake | 2007-09-27 11:36:17 -0700 (Thu, 27 Sep 2007) | 15 lines
 Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/wiretap/iseries.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.
+From Martin Warnes:
 
-As discussed in a seperate thread the PRId64 should not be required.
-------------------------------------------------------------------------
-r19926 | gerald | 2006-11-17 21:05:18 -0800 (Fri, 17 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/gtk/main.c
+Attached is a small patch that correct an issue with reading certain IBM
+iSeries Comms traces.
 
-Make F8 and F7 move to the next and previous packets, which adds
-compatibility with a different analyzer.
+Traces where data has been dropped for whatever reason now have the
+packet number suffixed with an asterix "*", this causes the current
+iSeries wiretap routine to report a "bad" header. The attached patch
+simply scans the packet number field and removes any "* characters prior
+to scanning, the fact that data may be missing is more than adequately
+reported later by current wireshark packet processing.
 
-------------------------------------------------------------------------
-r19927 | gerald | 2006-11-17 21:12:55 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/packet_list.c
+Regards .. Martin
 
-GTK1 doesn't have gtk_window_get_focus.
 
 ------------------------------------------------------------------------
-r19928 | gerald | 2006-11-17 21:19:40 -0800 (Fri, 17 Nov 2006) | 2 lines
+r23001 | stig | 2007-09-27 14:27:34 -0700 (Thu, 27 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/asn1/rrc
+   M /trunk/asn1/rrlp
+   M /trunk/asn1/t38
+   M /trunk/asn1/ulp
 
-Don't try to set focus on NULL.
+Added default svn:ignore for asn1 rrlp, rrc, ulp and t38.
 
 ------------------------------------------------------------------------
-r19929 | ulfl | 2006-11-18 04:30:58 -0800 (Sat, 18 Nov 2006) | 1 line
+r23002 | stig | 2007-09-27 14:48:25 -0700 (Thu, 27 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/asn1/ranap/Makefile.common
+
+Updated to include the ranap header file.
 
-fix validity of document
 ------------------------------------------------------------------------
-r19930 | gerald | 2006-11-18 09:17:28 -0800 (Sat, 18 Nov 2006) | 3 lines
+r23003 | gerald | 2007-09-27 16:49:05 -0700 (Thu, 27 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/gtk/main.c
+   M /trunk/tshark.c
 
-If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start
-filling in a display filter.
+Load wpcap.dll, since we still use it for some things.  This should hopefully
+fix Buildbot.
 
 ------------------------------------------------------------------------
-r19931 | sfisher | 2006-11-18 23:41:25 -0800 (Sat, 18 Nov 2006) | 4 lines
+r23004 | sahlberg | 2007-09-27 22:50:19 -0700 (Thu, 27 Sep 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-ip.c
 
-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.
+queue the ip/eth headers for tapping before calling any subdissectors   
+so that they can be tapped even if the subdissectors cause an exception
 
 
-------------------------------------------------------------------------
-r19932 | etxrab | 2006-11-19 08:24:18 -0800 (Sun, 19 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/tools/lemon/lemon.c
-   M /trunk/tools/lemon/lempar.c
+this fixes bug 1527
 
-Update to the latest versions from sqlite.
 ------------------------------------------------------------------------
-r19933 | ulfl | 2006-11-19 08:49:58 -0800 (Sun, 19 Nov 2006) | 1 line
+r23005 | etxrab | 2007-09-27 23:06:36 -0700 (Thu, 27 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
 
-fix clean_setup target
+Use the tag for downloading.
 ------------------------------------------------------------------------
-r19934 | ulfl | 2006-11-19 09:02:31 -0800 (Sun, 19 Nov 2006) | 3 lines
+r23006 | sahlberg | 2007-09-28 00:08:52 -0700 (Fri, 28 Sep 2007) | 9 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-if the WIRESHARK_LIBS dir isn't already existing, create it
+ndmp   and tcp encapsulation of esp   both use port 10000
 
-this fixes problems discussed earlier on the list with cygpath
-------------------------------------------------------------------------
-r19935 | gerald | 2006-11-19 15:23:53 -0800 (Sun, 19 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/main.c
+make ndmp a heuristic dissector so it will "win" over tcp esp  if the 
+packets look like ndmp  and if "preferences/tcp/heuristic dissectors 
+first has been 
+chosen"
 
-Add exclamation and left parenthesis to the display filter keystroke
-catcher.
 
-------------------------------------------------------------------------
-r19936 | martinm | 2006-11-20 06:53:22 -0800 (Mon, 20 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
 
-Make FT_STRINGZ items work as apply/prepare as filter menu items
 ------------------------------------------------------------------------
-r19937 | jake | 2006-11-20 11:39:19 -0800 (Mon, 20 Nov 2006) | 1 line
+r23007 | sahlberg | 2007-09-28 00:25:50 -0700 (Fri, 28 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   A /trunk/epan/dissectors/packet-ndmp.h
 
-Fix for bug 1235. Elapsed time is in 10ms units.
-------------------------------------------------------------------------
-r19938 | guy | 2006-11-20 16:00:26 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/tshark.c
+add a function to test if a packet is ndmp or not
 
-Squelch a compiler warning.
 
 ------------------------------------------------------------------------
-r19939 | guy | 2006-11-20 16:16:44 -0800 (Mon, 20 Nov 2006) | 5 lines
+r23008 | sahlberg | 2007-09-28 00:26:40 -0700 (Fri, 28 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/epan.c
-   M /trunk/gtk/main.c
-   M /trunk/tshark.c
+   M /trunk/epan/dissectors/Makefile.common
+
+add ndmp.h to the makefile
 
-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).
 
 ------------------------------------------------------------------------
-r19940 | guy | 2006-11-20 16:30:36 -0800 (Mon, 20 Nov 2006) | 3 lines
+r23009 | sahlberg | 2007-09-28 00:34:42 -0700 (Fri, 28 Sep 2007) | 13 lines
 Changed paths:
-   M /trunk/epan/epan.c
-   M /trunk/gtk/main.c
-   M /trunk/tshark.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+
+this silly protocol uses the same port as ndmp   and worse,   there is 
+nothing really in the header to identify it reliably as silly 
+vendor specific encapsulation 
+
+10000 is actually registered by iana for ndmp   so it makes no sense for 
+a lazy vendor to use it by default.
 
-We also need the memory allocation subsystem initialized in anything
-that uses libwireshark.
+make it check if the packet is ndmp first before assuming that anything 
+that goes to port 10000 must be some lazy vendor specific protocol
 
-------------------------------------------------------------------------
-r19941 | guy | 2006-11-20 16:36:35 -0800 (Mon, 20 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/dftest.c
+grrr
 
-Use the <name> convention for command-line arguments in the usage
-message.
 
 ------------------------------------------------------------------------
-r19942 | ulfl | 2006-11-20 16:40:36 -0800 (Mon, 20 Nov 2006) | 1 line
+r23010 | morriss | 2007-09-28 06:33:54 -0700 (Fri, 28 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/progress_dlg.c
+   M /trunk/doc/README.developer
 
-flush out the main event loop at dialog creation, so we don't see an empty dialog until the first update
+Add notes suggesting not to use hidden fields but if you're going to, use PROTO_ITEM_SET_HIDDEN() instead of proto_tree_add_*_hidden().  (I thought that was in here already...)  Suggest putting fields-you-want-hidden in subtrees where they can be found by ordinary users.
 ------------------------------------------------------------------------
-r19943 | ulfl | 2006-11-20 16:45:38 -0800 (Mon, 20 Nov 2006) | 1 line
+r23011 | morriss | 2007-09-28 06:39:20 -0700 (Fri, 28 Sep 2007) | 1 line
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/main.c
+   M /trunk/doc/README.developer
 
-while loading a huge capture file, enable the main window to show packets rushing into the packet list
+Add a small note saying not to use proto_tree_add_text() in new code unless you have a specific reason (like those given in the next paragraphs).
 ------------------------------------------------------------------------
-r19944 | gerald | 2006-11-20 17:27:29 -0800 (Mon, 20 Nov 2006) | 4 lines
+r23012 | sake | 2007-09-28 07:37:15 -0700 (Fri, 28 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/wiretap/netscreen.c
 
-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.
+When reading NetScreen snoop output, allow the '.' in interface names
+so that packets on subinterfaces are accepted too.
 
 ------------------------------------------------------------------------
-r19945 | sahlberg | 2006-11-21 00:44:21 -0800 (Tue, 21 Nov 2006) | 6 lines
+r23013 | martinm | 2007-09-28 09:17:22 -0700 (Fri, 28 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-the result code, encoded within the userdata is in network byte order not little endian.
+Handle IPv6 addresses in ipprim headers.
 
-this makes a difference for the cases where the result code is not KPASSWD_SUCCESS == 0x0000
+------------------------------------------------------------------------
+r23014 | morriss | 2007-09-28 09:34:59 -0700 (Fri, 28 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/tshark.c
 
+Specify that -l causes tshark to flush the *standard* output (from bug 1875).  The man page already states this
+------------------------------------------------------------------------
+r23015 | wmeier | 2007-09-28 10:22:03 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/k12.c
 
+Add error checking for fwrites; replacement for the 2nd of the patches provided in bug #1864
 
 ------------------------------------------------------------------------
-r19946 | sahlberg | 2006-11-21 00:53:11 -0800 (Tue, 21 Nov 2006) | 15 lines
+r23016 | bondolo | 2007-09-28 11:23:59 -0700 (Fri, 28 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rpc.h
-
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/column-utils.c
 
-From: Burlyga, Alex
+Changes get_addr_name_buf() to use the more common convention where the provided buffer size is the entire size of the buffer including the space for the terminating \0
 
-Hi,
 
-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.
+------------------------------------------------------------------------
+r23017 | bondolo | 2007-09-28 12:00:45 -0700 (Fri, 28 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
 
-Alex.
+Special casing is no longer necessary for formatting of AT_STRINGZ in col_set_addr() as
+address_to_str_buf() does now take COL_MAX_LEN as a parameter.
 
+Add support for AT_URI to col_expr for addresses in col_set_addr(). The field names are "uri.src" and "uri.dst".
 
 
+------------------------------------------------------------------------
+r23018 | jake | 2007-09-28 12:16:05 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-data.c
 
+Why do I have to enable the Bytes View to see the (start of) data of the Data dissector?
+Adding the data as a subtree to the Data dissector.
 ------------------------------------------------------------------------
-r19947 | sahlberg | 2006-11-21 01:18:28 -0800 (Tue, 21 Nov 2006) | 10 lines
+r23019 | bondolo | 2007-09-28 13:53:56 -0700 (Fri, 28 Sep 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-jxta.c
 
-Patrick vd Lageweg <patrick@bitwizard.nl>
+Improves dissection of JXTA traffic from http connections. 
 
-Hi,
+Improved address display in packet summary panes.
 
-The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command.
+more options for jxta pdu filtering by addresses.
 
- ?\194?\160 ?\194?\160 ?\194?\160 ?\194?\160Patrick
-_______________________________________________
+------------------------------------------------------------------------
+r23020 | gerald | 2007-09-28 16:40:51 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
 
+Support Solaris along with Windows.
 
 ------------------------------------------------------------------------
-r19948 | morriss | 2006-11-21 05:37:13 -0800 (Tue, 21 Nov 2006) | 1 line
+r23021 | guy | 2007-09-28 17:58:20 -0700 (Fri, 28 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/version_info.c
+
+We don't use NetSNMP any more.
 
-Add Japan SS7 variant to list of things I contributed (and verify this whole commit thing works :-))
 ------------------------------------------------------------------------
-r19949 | jake | 2006-11-21 06:18:46 -0800 (Tue, 21 Nov 2006) | 2 lines
+r23022 | guy | 2007-09-28 18:01:02 -0700 (Fri, 28 Sep 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/dumpcap.c
 
-Correct comments and examples on get_pdu_len().
+We don't use NetSNMP any more.
 
 ------------------------------------------------------------------------
-r19950 | guy | 2006-11-21 12:10:10 -0800 (Tue, 21 Nov 2006) | 15 lines
+r23023 | guy | 2007-09-28 18:14:16 -0700 (Fri, 28 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/capture_sync.c
 
-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.
+The fork_child argument to sync_interface_stats_close is unused on UN*X.
 
-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.
+------------------------------------------------------------------------
+r23024 | guy | 2007-09-28 18:15:11 -0700 (Fri, 28 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/dumpcap.c
+   M /trunk/sync_pipe.h
+   M /trunk/sync_pipe_write.c
 
-Rewrap paragraphs.
+Don't hardcode the notion that the sync pipe is the standard output into
+sync_pipe_errmsg_to_parent(); have it take the FD for the sync pipe as
+an argument.
 
 ------------------------------------------------------------------------
-r19951 | etxrab | 2006-11-21 13:00:25 -0800 (Tue, 21 Nov 2006) | 3 lines
+r23025 | guy | 2007-09-28 18:36:03 -0700 (Fri, 28 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-acn.c
-   M /trunk/epan/dissectors/packet-acn.h
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
+
+Make the "-Z" argument to dumpcap take an argument that's the file
+descriptor to use as the sync pipe.  For now, always pass 1, so the sync
+pipe is the standard output of dumpcap.
 
-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.
 ------------------------------------------------------------------------
-r19952 | sahlberg | 2006-11-21 13:11:18 -0800 (Tue, 21 Nov 2006) | 23 lines
+r23026 | guy | 2007-09-28 19:05:09 -0700 (Fri, 28 Sep 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/tshark.c
 
-fix for bug 1226:
-reported by Benjamin Meyer
+Clean up indentation a bit.
 
-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.
+Count packets even if we're not dissecting them.
 
-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:
+------------------------------------------------------------------------
+r23027 | guy | 2007-09-28 19:05:31 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/capinfos.c
 
-file: epan/dissectors/packet-dcerpc.c
-function: static gboolean dissect_dcerpc_dg (tvbuff_t *tvb, packet_info *pinfo,
-proto_tree *tree)
+Fix typo.
 
-*snip*
-case PDU_FACK
-dissect_dcerpc_dg_fack (tvb, offset, pinfo, dcerpc_tree, &hdr);
-break;
-*snap*
+------------------------------------------------------------------------
+r23028 | guy | 2007-09-28 19:10:25 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/README
 
-I guess, it should look like "case PDU_NOCALL:" directly above.
+Update to reflect that we're using libsmi, not Net-SNMP.
 
+------------------------------------------------------------------------
+r23029 | guy | 2007-09-28 19:20:17 -0700 (Fri, 28 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
+"pinfo->match_string" is a "const char *"; save it into a variable of
+the same type - that makes compilers much happier.
 
 ------------------------------------------------------------------------
-r19953 | guy | 2006-11-21 13:49:58 -0800 (Tue, 21 Nov 2006) | 4 lines
+r23030 | guy | 2007-09-28 19:27:04 -0700 (Fri, 28 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/reassemble.c
-
-Fix pluralization of "bytes" so it doesn't say "1 bytes".
+   M /trunk/tshark.c
 
-Clean up indentation.
+Get rid of a forward declaration of a routine that no longer exists.
 
 ------------------------------------------------------------------------
-r19954 | etxrab | 2006-11-21 14:18:12 -0800 (Tue, 21 Nov 2006) | 1 line
+r23031 | sake | 2007-09-29 00:55:25 -0700 (Sat, 29 Sep 2007) | 7 lines
 Changed paths:
-   M /trunk/asn1/mms/mms.asn
-   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/wiretap/netscreen.c
+
+When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKET
+if there are packets with different encapsulationtype in the file.
+Otherwise use the encapsulationtype of the packets in the file. 
+
+This makes it possible to save the imported data as libpcap file
+(or any other format that does not support per-packet encapsulation).
 
-Revert changes to have named bits in the bitstring of unknown length.
 ------------------------------------------------------------------------
-r19955 | etxrab | 2006-11-21 22:39:24 -0800 (Tue, 21 Nov 2006) | 20 lines
+r23032 | guy | 2007-09-29 16:42:45 -0700 (Sat, 29 Sep 2007) | 5 lines
 Changed paths:
-   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
+   M /trunk/README.bsd
 
-From Michael Lum
+Include DragonFly BSD in the list of BSDs to which this applies.
 
-1)
-A small change in the number of teleservices recognized
+Add information on how to set the mode, owner, and/or group of the BPF
+devices in FreeBSD with devfs.
 
-2)
-Finally finished a lot of the changes for IOS 5 support.
+------------------------------------------------------------------------
+r23033 | guy | 2007-09-29 17:03:38 -0700 (Sat, 29 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/README.macos
 
-The attached files must be used together.
+Wireshark builds with 10.4's X11 as well.
 
-Built in Windows XP Pro using Visual Studio C++ with the latest repository.
+------------------------------------------------------------------------
+r23034 | guy | 2007-09-29 17:18:44 -0700 (Sat, 29 Sep 2007) | 17 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/debian/wireshark-root.desktop
+   M /trunk/wireshark.desktop
 
-packet-ansi_map.c.gz
+From St?\195?\169phane Loeuillet: patches to fix problems with the .desktop files
+found by desktop-file-validate:
 
-packet-ansi_a.gz
-    This file contains both packet-ansi_a.c and packet-ansi_a.h changes.
+  wireshark.desktop: warning: value "" for key "Path" in group "Desktop Entry"
+  does not look like an absolute path
+  wireshark.desktop: warning: value "GNOME;Application;Network;" for key
+  "Categories" in group "Desktop Entry" contains a deprecated value
+  "Application"
 
-libwireshark.def.gz
+  wireshark-root.desktop: warning: key "Encoding" in group "Desktop Entry" is
+  deprecated
+  wireshark-root.desktop: warning: value "" for key "Path" in group "Desktop
+  Entry" does not look like an absolute path
+  wireshark-root.desktop: warning: value "GNOME;Application;Network;" for key
+  "Categories" in group "Desktop Entry" contains a deprecated value
+  "Application"
 
-ansi_a_stat.c.gz
 ------------------------------------------------------------------------
-r19956 | sahlberg | 2006-11-22 01:00:36 -0800 (Wed, 22 Nov 2006) | 3 lines
+r23035 | stig | 2007-09-30 03:07:56 -0700 (Sun, 30 Sep 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-ssc space6 count is a signed integer
+   M /trunk/configure.in
 
+Try xdg-open before htmlview.
 
 ------------------------------------------------------------------------
-r19957 | sahlberg | 2006-11-22 02:12:59 -0800 (Wed, 22 Nov 2006) | 3 lines
+r23036 | guy | 2007-09-30 15:13:38 -0700 (Sun, 30 Sep 2007) | 8 lines
 Changed paths:
-   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
+   M /trunk/editcap.c
 
-break the SCSI SSC commandset out into its own dissector
+Clean up indentation.
 
+"time_t" is not guaranteed to be an "unsigned long"; when printing it
+with %lu, cast it to "unsigned long".
 
-------------------------------------------------------------------------
-r19958 | ulfl | 2006-11-22 12:52:40 -0800 (Wed, 22 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.h
-   M /trunk/epan/dissectors/packet-scsi.h
-   M /trunk/epan/libwireshark.def
+The "secs" field of a wtap_nstime, however, *is* defined to be a time_t;
+there's no need to cast it to time_t.
 
-fix Win32 build: scsi_ssc2_vals -> scsi_ssc_vals
 ------------------------------------------------------------------------
-r19959 | guy | 2006-11-22 14:11:38 -0800 (Wed, 22 Nov 2006) | 5 lines
+r23037 | guy | 2007-09-30 15:34:15 -0700 (Sun, 30 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/dumpcap.c
 
-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.
+"get_compiled_version_info()" appends to the string text starting with
+"with", so we shouldn't put our own "with" in there.
 
 ------------------------------------------------------------------------
-r19960 | etxrab | 2006-11-22 15:20:11 -0800 (Wed, 22 Nov 2006) | 3 lines
+r23038 | sahlberg | 2007-09-30 15:34:19 -0700 (Sun, 30 Sep 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-dcerpc-fldb.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-ftam.c
 
-From Cyril Margaria:
-Patch to support RSVP notify and added a few error codes, with some more objectcodes
-added.
-------------------------------------------------------------------------
-r19961 | guy | 2006-11-22 16:15:49 -0800 (Wed, 22 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/proto.c
+update filter fields for bug 1803
 
-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.
 
 ------------------------------------------------------------------------
-r19962 | sfisher | 2006-11-22 17:45:51 -0800 (Wed, 22 Nov 2006) | 5 lines
+r23039 | sahlberg | 2007-09-30 16:14:18 -0700 (Sun, 30 Sep 2007) | 15 lines
 Changed paths:
-   M /trunk/tshark.c
+   M /trunk/epan/dissectors/packet-radius.c
 
+change dissect_radius() to become a new-style dissector that can reject 
+packets that doesnt look like valid radius.
 
-Fix for bug #1211.  Patch from Joshua Wright to add -S option to tshark's
-usage description (-h).
+verify that a packet is radius by checking that the command code is 
+known and also that the length is between 20 and 4096 bytes
 
+move the tap data to be ep_allocated instead of a static global variable
+
+dont use tvb_memcpy() to read a structure off the wiredata
+use tvb_get_...    to unmarshall the fields explicitely
 
-------------------------------------------------------------------------
-r19963 | gerald | 2006-11-22 17:49:18 -0800 (Wed, 22 Nov 2006) | 3 lines
-Changed paths:
-   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.
+
+this fixes bug 1634
 
 ------------------------------------------------------------------------
-r19964 | sahlberg | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 2006) | 3 lines
+r23040 | wmeier | 2007-09-30 17:22:39 -0700 (Sun, 30 Sep 2007) | 2 lines
 Changed paths:
-   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
-
-break the SCSI SMC commandset out into its own dissector
+   M /trunk/tshark.c
 
+Add 'C' as a valid -N option in error message.
 
 ------------------------------------------------------------------------
-r19965 | lego | 2006-11-23 04:58:58 -0800 (Thu, 23 Nov 2006) | 3 lines
+r23041 | ulfl | 2007-10-01 22:04:35 -0700 (Mon, 01 Oct 2007) | 1 line
 Changed paths:
-   D /trunk/plugins/lua
-
-Errase the lua plugin, its not longer in use.
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
+update to latest IEC draft
+------------------------------------------------------------------------
+r23042 | ulfl | 2007-10-01 22:07:13 -0700 (Mon, 01 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/packet.c
 
+be a bit more verbose, if the name given to register_dissector_table() is not unique (e.g. because of a buggy/duplicated plugin)
 ------------------------------------------------------------------------
-r19966 | etxrab | 2006-11-23 12:17:58 -0800 (Thu, 23 Nov 2006) | 1 line
+r23043 | kukosa | 2007-10-01 23:52:11 -0700 (Mon, 01 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/tools/asn2wrs.py
 
-Show the header size as number of bytes.
+support of 'ANY DEFINED BY' from X.208 which is obsolete but still used in some RFCs
 ------------------------------------------------------------------------
-r19967 | guy | 2006-11-23 13:16:46 -0800 (Thu, 23 Nov 2006) | 16 lines
+r23044 | sahlberg | 2007-10-02 01:21:25 -0700 (Tue, 02 Oct 2007) | 6 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+get rid of a check for null we dont need
 
-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.
 
-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.
+coverity 257
 
-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.
 
 ------------------------------------------------------------------------
-r19968 | sfisher | 2006-11-23 18:59:43 -0800 (Thu, 23 Nov 2006) | 8 lines
+r23045 | sahlberg | 2007-10-02 01:27:39 -0700 (Tue, 02 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/pidl/samr.cnf
 
-Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)
-as described in RFC 2616.
+remove a test for null that we dont need since the variable can not be 
+null at this point
 
--This line, and those below, will be ignored--
-
-M    packet-http.c
 
 ------------------------------------------------------------------------
-r19969 | sfisher | 2006-11-23 22:04:01 -0800 (Thu, 23 Nov 2006) | 6 lines
+r23046 | sahlberg | 2007-10-02 01:33:38 -0700 (Tue, 02 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-jxta.c
 
-
-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).
+coverity 263      check if variable is null before dereferencing it
 
 
 ------------------------------------------------------------------------
-r19970 | jake | 2006-11-23 23:09:38 -0800 (Thu, 23 Nov 2006) | 4 lines
+r23047 | kukosa | 2007-10-02 02:26:28 -0700 (Tue, 02 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-common.h
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-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
+review and update list of TLS cipher suites
 ------------------------------------------------------------------------
-r19971 | jake | 2006-11-23 23:16:06 -0800 (Thu, 23 Nov 2006) | 2 lines
+r23048 | morriss | 2007-10-02 07:45:20 -0700 (Tue, 02 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-cpfi.c
 
-From Stefan Metzmacher:
-This patch fixes some problems with encrypted DCERPC traffic
+Make the CPFI dissector new style: return 0 in several cases (including if we don't have MAC addresses for the packet) to give other dissectors a chance to dissect the packet.  I rearranged the code quite a bit here and don't have a sample capture to test against: hopefully I didn't break anything.
 ------------------------------------------------------------------------
-r19972 | jake | 2006-11-23 23:28:02 -0800 (Thu, 23 Nov 2006) | 2 lines
+r23049 | stig | 2007-10-02 08:46:17 -0700 (Tue, 02 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-udp.c
+
+Do not indicate bogus length if inside an icmp.
 
-From Patrick vd Lageweg:
-This patch fixes a simple typo.
 ------------------------------------------------------------------------
-r19973 | sahlberg | 2006-11-24 00:22:30 -0800 (Fri, 24 Nov 2006) | 3 lines
+r23050 | stig | 2007-10-02 09:27:52 -0700 (Tue, 02 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/gtk/scsi_stat.c
-
-add some missing commandsets to the preference for default commandset and to the scsi srt statistics
+   M /trunk/epan/proto.c
 
+Added a missing break - fixing bug 1890.
 
 ------------------------------------------------------------------------
-r19974 | jake | 2006-11-24 03:07:39 -0800 (Fri, 24 Nov 2006) | 3 lines
+r23051 | stig | 2007-10-02 09:46:49 -0700 (Tue, 02 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-nfs.c
 
-From Peter Johansson:
-The attached patch corrects the Win32 compilation problem.
+Use given length when decoding fhandles as unknown.
 
 ------------------------------------------------------------------------
-r19975 | wmeier | 2006-11-24 09:41:09 -0800 (Fri, 24 Nov 2006) | 1 line
+r23052 | stig | 2007-10-02 12:02:58 -0700 (Tue, 02 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+
+Check return value from ptvcursor_add in an attempt to fix bug 1886.
 
-Another fix for Win32 build: add scsi_osd_vals
 ------------------------------------------------------------------------
-r19976 | guy | 2006-11-24 10:25:23 -0800 (Fri, 24 Nov 2006) | 6 lines
+r23053 | etxrab | 2007-10-02 13:09:15 -0700 (Tue, 02 Oct 2007) | 1 line
 Changed paths:
-   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
-
-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.
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_a.h
+   M /trunk/epan/dissectors/packet-rsl.c
 
+Dissect more IE's
 ------------------------------------------------------------------------
-r19977 | wmeier | 2006-11-24 10:47:50 -0800 (Fri, 24 Nov 2006) | 1 line
+r23054 | etxrab | 2007-10-02 13:28:11 -0700 (Tue, 02 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.h
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Also required to fix Win32 build problem
+Fix comments
 ------------------------------------------------------------------------
-r19978 | gerald | 2006-11-24 22:15:51 -0800 (Fri, 24 Nov 2006) | 2 lines
+r23055 | sahlberg | 2007-10-02 14:21:55 -0700 (Tue, 02 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-rsl.c
+
+ifdef out a function that is not yet used
 
-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
+r23056 | sahlberg | 2007-10-02 14:26:22 -0700 (Tue, 02 Oct 2007) | 5 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
+   M /trunk/epan/dissectors/packet-ansi_a.c
+
+bug 1872
+
+from chris maynard  fix some filter names for ansi_a
+
 
-Update from samba tree revision 19759 to 19883
-============================ Samba log start ============
 ------------------------------------------------------------------------
-r19790 | vlendec | 2006-11-19 18:56:35 +0100 (Sun, 19 Nov 2006) | 10 lines
+r23057 | sahlberg | 2007-10-02 15:04:07 -0700 (Tue, 02 Oct 2007) | 7 lines
 Changed paths:
-   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
+   M /trunk/plugins/sbus/packet-sbus.c
 
-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 ;-)
+make the sbus dissector nwe-style and make it check that the packet does 
+indeed look like sbus before taking it.
 
-Nevertheless, Jelmer & Jerry, please take a look!
 
-Thanks,
+this fixes bug 1871
 
-Volker
 
 ------------------------------------------------------------------------
-r19829 | jelmer | 2006-11-22 00:15:57 +0100 (Wed, 22 Nov 2006) | 2 lines
+r23058 | sake | 2007-10-03 07:02:08 -0700 (Wed, 03 Oct 2007) | 9 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/pidl
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/libwireshark.def
 
-Update documentation.
+This patch adds two new column types:
+- COL_REL_CONV_TIME which is used to display the time relative to the first frame that was seen in the conversation
+- COL_DELTA_CONV_TIME which is used to display the delta time from the previous frame of the conversation
 
-------------------------------------------------------------------------
-r19830 | jelmer | 2006-11-22 00:21:08 +0100 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+It also adds the function "col_set_time()" to "epan/column-utils.[ch]" which can be called from within a dissector to set either of these two columns to the appropiate time.
+
+Last but not least, it lets the tcp-dissector make use of these two columns.
 
-Warn about non-ref top-level pointers.
 
 ------------------------------------------------------------------------
-r19834 | jelmer | 2006-11-22 14:59:14 +0100 (Wed, 22 Nov 2006) | 2 lines
+r23059 | stig | 2007-10-03 08:00:58 -0700 (Wed, 03 Oct 2007) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/epan/dissectors/packet-scsi.c
 
-Prevent some inaccurate warnings.
+Use correct offset for sccs, bque and reladdr flags.
 
 ------------------------------------------------------------------------
-r19842 | jelmer | 2006-11-22 17:53:30 +0100 (Wed, 22 Nov 2006) | 3 lines
+r23060 | stig | 2007-10-03 09:22:50 -0700 (Wed, 03 Oct 2007) | 4 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/epan/dissectors/packet-scsi.c
 
-Complain about unknown pointer types.
-Fallback to "unique" when "ptr" is specified instead of failing.
+Updated scsi_verdesc_val from appendix D in spc-3.
+Dump Inquiry Vendor Specific and Reserved fields as bytes.
+(still missing dumping of Clocking/QAS/IUS bits)
 
 ------------------------------------------------------------------------
-r19845 | jelmer | 2006-11-22 18:13:19 +0100 (Wed, 22 Nov 2006) | 2 lines
+r23061 | sake | 2007-10-03 10:07:19 -0700 (Wed, 03 Oct 2007) | 4 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/epan/req_resp_hdrs.c
+
+Fixes reassembly of chunked http-responses spanning multiple tcp segments
+(bugs 1581,1851 and 1868)
 
-Add warning for pointer_default_top()
 
 ------------------------------------------------------------------------
-r19854 | metze | 2006-11-23 14:11:08 +0100 (Thu, 23 Nov 2006) | 4 lines
+r23062 | ulfl | 2007-10-03 10:57:57 -0700 (Wed, 03 Oct 2007) | 1 line
 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
+   M /trunk/wiretap/README.developer
 
-metze
+update to changes in the source files
 ------------------------------------------------------------------------
-r19856 | jelmer | 2006-11-23 14:48:01 +0100 (Thu, 23 Nov 2006) | 2 lines
+r23063 | ulfl | 2007-10-03 10:59:33 -0700 (Wed, 03 Oct 2007) | 1 line
 Changed paths:
-   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
-
-Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
+   M /trunk/wiretap/wtap.h
 
+fix some comments and sort functions by functionality
 ------------------------------------------------------------------------
-r19859 | jelmer | 2006-11-23 17:02:20 +0100 (Thu, 23 Nov 2006) | 3 lines
+r23064 | ulfl | 2007-10-03 11:02:27 -0700 (Wed, 03 Oct 2007) | 1 line
 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
-
-Reuse referrent ids when pushing full pointers (still need to
-avoid pushing the referred object twice) and add test for full pointers.
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
+check version of each block and don't try to dissect a block if the version is not as  expected (to avoid "miss-dissections")
 ------------------------------------------------------------------------
-r19866 | jelmer | 2006-11-23 19:26:55 +0100 (Thu, 23 Nov 2006) | 2 lines
+r23065 | stig | 2007-10-03 12:35:32 -0700 (Wed, 03 Oct 2007) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-Fix test compilation.
+Added parentheses to make the buildbot happy.
 
 ------------------------------------------------------------------------
-r19868 | jelmer | 2006-11-23 21:59:09 +0100 (Thu, 23 Nov 2006) | 2 lines
+r23066 | martinm | 2007-10-04 03:24:59 -0700 (Thu, 04 Oct 2007) | 3 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-sip.c
 
-Fix more tests.
+Make selected length of first line include \r\n (as header lines do).
+Make 'Message Body' a proper filterable field.
 
 ------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
+r23067 | stig | 2007-10-04 06:22:40 -0700 (Thu, 04 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h261.c
 
+Mask out correct bits in EBIT.
 
 ------------------------------------------------------------------------
-r19980 | etxrab | 2006-11-25 04:04:21 -0800 (Sat, 25 Nov 2006) | 2 lines
+r23068 | kukosa | 2007-10-05 00:36:51 -0700 (Fri, 05 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
+   M /trunk/tools/asn2wrs.py
 
-From   Eliot Blennerhassett :
-Add Cirrus cobranet ethertype
+do not prepend './' before input file name if -D <dir> option is not used
+it made problem with absolute path usage
 ------------------------------------------------------------------------
-r19981 | etxrab | 2006-11-25 05:03:48 -0800 (Sat, 25 Nov 2006) | 5 lines
+r23069 | kukosa | 2007-10-05 00:44:03 -0700 (Fri, 05 Oct 2007) | 1 line
 Changed paths:
-   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
-
-From Julian Cable:
-New dissector for ETSI DCP (ETSI TS 102 821).
+   M /trunk/asn1/h225/h225-exp.cnf
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245-exp.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/h225_counter.c
+   M /trunk/tap-h225counter.c
 
-Code rearranged to look more like other Wireshark dissectors and some warnings/errors
-on Windows fixed.
+export more types from H.225.0 and H.245 which will be necessary for H.460.x, H.323 (Annex M,R), H.501
 ------------------------------------------------------------------------
-r19982 | etxrab | 2006-11-25 05:07:28 -0800 (Sat, 25 Nov 2006) | 1 line
+r23070 | kukosa | 2007-10-05 00:46:06 -0700 (Fri, 05 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
 
-Make dissecton of some of the annex packages work again.
+allow to omit -p <proto> option
 ------------------------------------------------------------------------
-r19983 | wmeier | 2006-11-25 16:23:50 -0800 (Sat, 25 Nov 2006) | 8 lines
+r23071 | kukosa | 2007-10-05 02:08:57 -0700 (Fri, 05 Oct 2007) | 1 line
 Changed paths:
-   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 !
-
-Fixes bug #1241
-
+   M /trunk/asn1/Makefile.inc
 
+try to fix Linux makefile
 ------------------------------------------------------------------------
-r19984 | morriss | 2006-11-26 00:28:09 -0800 (Sun, 26 Nov 2006) | 1 line
+r23072 | kukosa | 2007-10-05 03:38:30 -0700 (Fri, 05 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/asn1/Makefile.inc
 
-Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/
+comment out some lines till I learn how to write Linux makefile
 ------------------------------------------------------------------------
-r19985 | gal | 2006-11-26 01:04:00 -0800 (Sun, 26 Nov 2006) | 6 lines
+r23073 | kukosa | 2007-10-05 04:15:00 -0700 (Fri, 05 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-   M /trunk/packaging/u3/win32/manifest.tmpl
-   M /trunk/packaging/u3/win32/u3util.c
-
-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).
-
+   M /trunk/asn1/Makefile.inc
 
+next fix of my mistake :(
 ------------------------------------------------------------------------
-r19986 | jake | 2006-11-26 05:22:14 -0800 (Sun, 26 Nov 2006) | 3 lines
+r23074 | richardv | 2007-10-05 07:45:21 -0700 (Fri, 05 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/asn1/Makefile.inc
 
-From Stefan Metzmacher:
-2nd try: implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
+hopefully this will do what Thomas wants for NO_PROTO_OPT
 
 ------------------------------------------------------------------------
-r19987 | jake | 2006-11-26 05:24:07 -0800 (Sun, 26 Nov 2006) | 5 lines
+r23075 | morriss | 2007-10-05 14:25:35 -0700 (Fri, 05 Oct 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-netflow.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.
+From Andrew Feren via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1606 :
+1) IPFIX port (4739) should be configurable without recompiling
+2) It should be possible to specify more than one port to be dissected as
+   Netflow and/or IPFIX
+3) Netflow should recognize UDP ports 2055 and 9996 (Both are common)
 
-------------------------------------------------------------------------
-r19988 | morriss | 2006-11-26 05:36:03 -0800 (Sun, 26 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-skinny.c
+Also (from me):
+- make Netflow a "new style" dissector: return 0 if it doesn't appear to be a
+  valid netflow packet
+- register the old preference (cflow.udp.port) as obsolete so users don't see
+  warnings about it not being valid
 
-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
+r23076 | gerald | 2007-10-05 14:38:59 -0700 (Fri, 05 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
 
-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.
-------------------------------------------------------------------------
-r19990 | morriss | 2006-11-26 06:27:13 -0800 (Sun, 26 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
+In the various Makefiles, remove checks for NO_PROTO_OPT and allow PROT_OPT
+to be overridden further up the chain, e.g. in Makefile.common
 
-Clean up a bunch of unused parameter warnings and 2 uninitialized variable warnings
 ------------------------------------------------------------------------
-r19991 | wmeier | 2006-11-26 10:20:51 -0800 (Sun, 26 Nov 2006) | 1 line
+r23077 | morriss | 2007-10-05 15:39:06 -0700 (Fri, 05 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/capture_info.c
 
-fix compiler warning
+If wtap_open_offline() fails, print the errno too
 ------------------------------------------------------------------------
-r19992 | wmeier | 2006-11-26 10:31:53 -0800 (Sun, 26 Nov 2006) | 4 lines
+r23078 | stig | 2007-10-05 16:47:37 -0700 (Fri, 05 Oct 2007) | 8 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
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-wbxml.c
 
-Fix some property typos (eg: svn:kwywords, swn:keywords, etc)
-Add 'svn:eol-style native' for a few .[hc] files
+From Andrei Rubaniuk:
+This patch adds support for IMPS 1.3 protocol dissection and also 
+updates IMPS 1.2 protocol to approved release version.
 
+From me:
+- Updated vals_wbxml_public_ids table.
+- Reindented file.
 
 ------------------------------------------------------------------------
-r19993 | wmeier | 2006-11-26 10:53:35 -0800 (Sun, 26 Nov 2006) | 3 lines
+r23079 | stig | 2007-10-06 04:28:09 -0700 (Sat, 06 Oct 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/snmp/Makefile.nmake
-
-Fix property typo: svm:keywords --> svn:keywords
+   M /trunk/epan/dissectors/packet-p_mul.c
 
+- Added option to use relative message id (MSID)
+- Added generated entry for total missing sequence numbers
+- Added expert info on invalid ack info length
+- Added count of ack in info column
 
 ------------------------------------------------------------------------
-r19994 | gerald | 2006-11-26 12:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
+r23080 | stig | 2007-10-06 13:37:52 -0700 (Sat, 06 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
-   M /trunk/gtk/proto_draw.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
 
-Make keyboard navigation common for all tree views (for GTK2, at least).
+- Initialize address_item in MessageIdentifier to avoid a crash in handling
+  LocalIdentifier when problems with the GlobalDomainIdentifier.  
+- Initialize global pointers to avoid potential crashes.
 
 ------------------------------------------------------------------------
-r19995 | gerald | 2006-11-26 12:29:24 -0800 (Sun, 26 Nov 2006) | 2 lines
+r23081 | etxrab | 2007-10-07 08:14:27 -0700 (Sun, 07 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/gui_utils.c
-
-Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
 
+Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocol
 ------------------------------------------------------------------------
-r19996 | wmeier | 2006-11-26 16:13:09 -0800 (Sun, 26 Nov 2006) | 6 lines
+r23082 | etxrab | 2007-10-07 09:02:04 -0700 (Sun, 07 Oct 2007) | 16 lines
 Changed paths:
-   M /trunk/diameter/chargecontrol.xml
-   M /trunk/epan/dissectors/pidl/idl_types.h
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/asn1/pkix1explicit/Makefile
+   M /trunk/asn1/pkix1explicit/Makefile.nmake
+   M /trunk/asn1/pkix1explicit/PKIX1EXPLICIT93.asn
+   M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
+   M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
+   M /trunk/asn1/pkix1explicit/pkix1explicit_exp.cnf
+   M /trunk/asn1/pkix1implicit/Makefile
+   M /trunk/asn1/pkix1implicit/Makefile.nmake
+   M /trunk/asn1/pkix1implicit/PKIX1IMPLICIT93.asn
+   M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
+   M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
+   M /trunk/asn1/pkix1implicit/pkix1implicit_exp.cnf
+   M /trunk/asn1/pkixcmp/CMP.asn
+   M /trunk/asn1/pkixcmp/Makefile
+   M /trunk/asn1/pkixcmp/Makefile.nmake
+   M /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcmp/cmp.cnf
+   M /trunk/asn1/pkixcrmf/CRMF.asn
+   M /trunk/asn1/pkixcrmf/Makefile
+   M /trunk/asn1/pkixcrmf/Makefile.nmake
+   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   M /trunk/asn1/pkixcrmf/crmf.cnf
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-crmf.h
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.h
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.h
 
-fix property typos:
-     eol-type  --> svn:eol-style
-  sv:eol-style --> svn:eol-style
-  svn:eol-type --> svn:eol-style
+From Martin Peylo:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1888
 
+There are new versions of CMP (v2) in RFC4210 and CRMF (v2) in RFC4211. The
+right to exist of CRMF is bound to CMP so I don't split that into two bug
+reports. 
 
-------------------------------------------------------------------------
-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
+I'll upload the new (slightly handmassaged) ASN.1 files for both protocols,
+along with patches for the respective cnf files, where I also added new
+#.REGISTER statements.
 
-remove file that is not used
+Additionally I had to export some definitions from pkix1explicit (Attribute,
+Time, UniqueIdentifier and Version) and from pkix1implicit (KeyIdentifier).
+I'll also upload a patch for that.
 
-bug 1247
+I uploaded a CMPv2 sample (with errors in the protocol!) to the wiki.
+------------------------------------------------------------------------
+r23083 | jmayer | 2007-10-07 13:02:30 -0700 (Sun, 07 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   D /trunk/asn1/acse/acse-exp.cnf
+   D /trunk/asn1/cdt/cdt-exp.cnf
+   D /trunk/asn1/cmip/cmip-exp.cnf
+   D /trunk/asn1/cms/cms-exp.cnf
+   D /trunk/asn1/dap/dap-exp.cnf
+   M /trunk/asn1/disp
+   D /trunk/asn1/disp/Makefile
+   A /trunk/asn1/disp/Makefile.am
+   A /trunk/asn1/disp/Makefile.common
+   M /trunk/asn1/disp/Makefile.nmake
+   D /trunk/asn1/disp/disp-exp.cnf
+   M /trunk/asn1/dop
+   D /trunk/asn1/dop/Makefile
+   A /trunk/asn1/dop/Makefile.am
+   A /trunk/asn1/dop/Makefile.common
+   M /trunk/asn1/dop/Makefile.nmake
+   D /trunk/asn1/dop/dop-exp.cnf
+   D /trunk/asn1/dop/x501-exp.cnf
+   M /trunk/asn1/dsp
+   D /trunk/asn1/dsp/Makefile
+   A /trunk/asn1/dsp/Makefile.am
+   A /trunk/asn1/dsp/Makefile.common
+   M /trunk/asn1/dsp/Makefile.nmake
+   D /trunk/asn1/dsp/dsp-exp.cnf
+   M /trunk/asn1/ess
+   D /trunk/asn1/ess/Makefile
+   A /trunk/asn1/ess/Makefile.am
+   A /trunk/asn1/ess/Makefile.common
+   M /trunk/asn1/ess/Makefile.nmake
+   M /trunk/asn1/ftam
+   D /trunk/asn1/ftam/Makefile
+   A /trunk/asn1/ftam/Makefile.am
+   A /trunk/asn1/ftam/Makefile.common
+   M /trunk/asn1/ftam/Makefile.nmake
+   D /trunk/asn1/ftam/ftam-exp.cnf
+   M /trunk/asn1/gnm
+   D /trunk/asn1/gnm/Makefile
+   A /trunk/asn1/gnm/Makefile.am
+   A /trunk/asn1/gnm/Makefile.common
+   M /trunk/asn1/gnm/Makefile.nmake
+   M /trunk/asn1/gsmmap
+   D /trunk/asn1/gsmmap/Makefile
+   A /trunk/asn1/gsmmap/Makefile.am
+   A /trunk/asn1/gsmmap/Makefile.common
+   M /trunk/asn1/gsmmap/Makefile.nmake
+   D /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   D /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   D /trunk/asn1/gsmmap/packet-gsm_map-template.h
+   A /trunk/asn1/gsmmap/packet-gsmmap-template.c (from /trunk/asn1/gsmmap/packet-gsm_map-template.c:23082)
+   A /trunk/asn1/gsmmap/packet-gsmmap-template.h (from /trunk/asn1/gsmmap/packet-gsm_map-template.h:23082)
+   M /trunk/configure.in
 
+Convert some more protocols to new Makefile style.
+Renamed the gsmmap template files to not contain an _
 
 ------------------------------------------------------------------------
-r19998 | sahlberg | 2006-11-27 01:40:08 -0800 (Mon, 27 Nov 2006) | 3 lines
+r23084 | jmayer | 2007-10-07 13:11:09 -0700 (Sun, 07 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/expert_comp_table.c
-
-remove unused variable:  tooltips
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
 
+Swap order of external and local sources
+------------------------------------------------------------------------
+r23085 | jmayer | 2007-10-07 14:07:33 -0700 (Sun, 07 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h225
+   D /trunk/asn1/h225/Makefile
+   A /trunk/asn1/h225/Makefile.am
+   A /trunk/asn1/h225/Makefile.common
+   M /trunk/asn1/h225/Makefile.nmake
+   D /trunk/asn1/h225/h225-exp.cnf
+   M /trunk/asn1/h235
+   D /trunk/asn1/h235/Makefile
+   A /trunk/asn1/h235/Makefile.am
+   A /trunk/asn1/h235/Makefile.common
+   M /trunk/asn1/h235/Makefile.nmake
+   M /trunk/asn1/h248
+   D /trunk/asn1/h248/Makefile
+   A /trunk/asn1/h248/Makefile.am
+   A /trunk/asn1/h248/Makefile.common
+   M /trunk/asn1/h248/Makefile.nmake
 
+convert to new Makefile structure
 ------------------------------------------------------------------------
-r19999 | sahlberg | 2006-11-27 01:42:19 -0800 (Mon, 27 Nov 2006) | 2 lines
+r23086 | richardv | 2007-10-07 16:23:23 -0700 (Sun, 07 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/expert_comp_table.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-g_strdup takes one parameter not two
+From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r23087 | richardv | 2007-10-07 16:30:14 -0700 (Sun, 07 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-llc.c
+
+From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter field naming convention.
+------------------------------------------------------------------------
+r23088 | richardv | 2007-10-07 16:46:44 -0700 (Sun, 07 Oct 2007) | 12 lines
+Changed paths:
+   M /trunk/plugins/docsis/packet-bpkmattr.c
+   M /trunk/plugins/docsis/packet-bpkmreq.c
+   M /trunk/plugins/docsis/packet-bpkmrsp.c
+   M /trunk/plugins/docsis/packet-dccack.c
+   M /trunk/plugins/docsis/packet-dccreq.c
+   M /trunk/plugins/docsis/packet-dccrsp.c
+   M /trunk/plugins/docsis/packet-dcd.c
+   M /trunk/plugins/docsis/packet-dsaack.c
+   M /trunk/plugins/docsis/packet-dsareq.c
+   M /trunk/plugins/docsis/packet-dsarsp.c
+   M /trunk/plugins/docsis/packet-dscack.c
+   M /trunk/plugins/docsis/packet-dscreq.c
+   M /trunk/plugins/docsis/packet-dscrsp.c
+   M /trunk/plugins/docsis/packet-dsdreq.c
+   M /trunk/plugins/docsis/packet-dsdrsp.c
+   M /trunk/plugins/docsis/packet-intrngreq.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/docsis/packet-map.c
+   M /trunk/plugins/docsis/packet-regack.c
+   M /trunk/plugins/docsis/packet-regreq.c
+   M /trunk/plugins/docsis/packet-regrsp.c
+   M /trunk/plugins/docsis/packet-rngreq.c
+   M /trunk/plugins/docsis/packet-rngrsp.c
+   M /trunk/plugins/docsis/packet-tlv.c
+   M /trunk/plugins/docsis/packet-type29ucd.c
+   M /trunk/plugins/docsis/packet-uccreq.c
+   M /trunk/plugins/docsis/packet-uccrsp.c
+   M /trunk/plugins/docsis/packet-ucd.c
+   M /trunk/plugins/docsis/packet-vendor.c
+
+From Chris Maynard <christopher.maynard@gtech.com>:
+
+With the exception of docsis's packet-tlv.c file, these are all simple problems
+with the prefix not exactly set to PROTOABBREV.  For example, for
+packet-bpkmattr.c, the field names are prefixed with "docsis.bpkmattr." instead
+of "docsis_bpkmattr.".
+
+packet-tlv.c had one mis-named field, namely "docsis.cos.sid".  It has been
+changed to "docsis_tlv.cos.sid" in the patch to be attached, which includes
+patches for 29 files in the plugins/docsis/ directory ...
+
+
+------------------------------------------------------------------------
+r23089 | avaquero | 2007-10-07 17:31:26 -0700 (Sun, 07 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/rtp_player.c
+   M /trunk/gtk/voip_calls_dlg.c
 
+VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip graph and RTP player windows. Make the calls selection using standard multiple selection using the GTK buildin functions. Add a 'Select All' buttom to the VoIP calls window.
 ------------------------------------------------------------------------
-r20000 | sahlberg | 2006-11-27 03:00:06 -0800 (Mon, 27 Nov 2006) | 3 lines
+r23090 | richardv | 2007-10-07 17:32:03 -0700 (Sun, 07 Oct 2007) | 4 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
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-dtp.c
+   M /trunk/epan/dissectors/packet-dvmrp.c
 
-break the SCSI SBC commandset out into its own dissector
+From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c display filter fields incorrectly named.
 
 
-------------------------------------------------------------------------
-r20001 | morriss | 2006-11-27 06:39:06 -0800 (Mon, 27 Nov 2006) | 1 line
-Changed paths:
-   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.
 ------------------------------------------------------------------------
-r20002 | sahlberg | 2006-11-27 06:50:23 -0800 (Mon, 27 Nov 2006) | 3 lines
+r23091 | kukosa | 2007-10-08 01:08:25 -0700 (Mon, 08 Oct 2007) | 1 line
 Changed paths:
-   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
-
+   M /trunk/asn1/Makefile.am
+   D /trunk/asn1/qsig/Makefile
+   A /trunk/asn1/qsig/Makefile.am
+   A /trunk/asn1/qsig/Makefile.common
+   M /trunk/asn1/qsig/Makefile.nmake
+   M /trunk/configure.in
 
+change QSIQ ASN.1 dissector to the new makefile structure
 ------------------------------------------------------------------------
-r20003 | guy | 2006-11-27 10:10:12 -0800 (Mon, 27 Nov 2006) | 3 lines
+r23092 | etxrab | 2007-10-08 04:41:21 -0700 (Mon, 08 Oct 2007) | 13 lines
 Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-erf.c
+   A /trunk/epan/dissectors/packet-erf.h
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/erf.h
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap-int.h
    M /trunk/wiretap/wtap.c
    M /trunk/wiretap/wtap.h
 
-Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,
-for which a DLT_ value and LINKTYPE_ value have just been assigned.
+From Florent DROUIN:
+This is a replacement of the existing decoding of ERF files (Extensible Record
+Format from Endace). 
+For the decoding of the ERF files, according to the "type of record" given in
+the ERF header, several decoders can be used. Up to now, the decoder is
+determined according to an environment variable, or with a kind of heuristic.
+And, all the treatment is done during the file extraction.
+
+The new architecture, will separate the ERF file decoding, and the ERF record
+decoding. The ERF records will be decoded with a specific dissector. This
+dissector can be configured with options, to replace the environment variable.
 
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1839
 ------------------------------------------------------------------------
-r20004 | guy | 2006-11-27 10:41:45 -0800 (Mon, 27 Nov 2006) | 3 lines
+r23093 | gmorris | 2007-10-08 04:50:53 -0700 (Mon, 08 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/libpcap.c
-
-Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarify
-what a DLT_ value of 187 is.
+   M /trunk/epan/dissectors/ncp2222.py
 
+Add 0x7d00 Connection Not Logged In return value to NCP 87/34.
 ------------------------------------------------------------------------
-r20005 | guy | 2006-11-27 11:41:07 -0800 (Mon, 27 Nov 2006) | 2 lines
+r23094 | etxrab | 2007-10-08 08:58:22 -0700 (Mon, 08 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
+   M /trunk/epan/dissectors/packet-fix.c
 
-Note that this isn't just cut and pasted from RFC 2251.
+Register to TCP port 0 to be able to do "decode as".
+------------------------------------------------------------------------
+r23095 | morriss | 2007-10-08 10:56:10 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/test/suite-capture.sh
 
+Temporarily disable 'Capture 10 packets using stdout' test for tshark until we can get that working
 ------------------------------------------------------------------------
-r20006 | guy | 2006-11-27 11:42:14 -0800 (Mon, 27 Nov 2006) | 3 lines
+r23096 | stig | 2007-10-08 12:27:30 -0700 (Mon, 08 Oct 2007) | 2 lines
 Changed paths:
    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.
+h225, h235 and h248 was moved to new Makefile structure
 
 ------------------------------------------------------------------------
-r20007 | gerald | 2006-11-27 17:18:47 -0800 (Mon, 27 Nov 2006) | 2 lines
+r23097 | stig | 2007-10-08 12:52:46 -0700 (Mon, 08 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-llt.c
+   M /trunk/configure.in
 
-Use val_to_str() instead of match_strval().
+h225, h235 and h248 was moved to new Makefile structure
 
 ------------------------------------------------------------------------
-r20008 | etxrab | 2006-11-27 21:53:00 -0800 (Mon, 27 Nov 2006) | 1 line
+r23098 | etxrab | 2007-10-08 12:58:35 -0700 (Mon, 08 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Dissection of two streams in the media descriptor was broken.
+All IE:s handled.
 ------------------------------------------------------------------------
-r20009 | etxrab | 2006-11-27 21:59:24 -0800 (Mon, 27 Nov 2006) | 1 line
+r23099 | stig | 2007-10-08 13:02:20 -0700 (Mon, 08 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/diameter/sip.xml
+   M /trunk/asn1/qsig
+
+Added default svn:ignore targets for qsig.
 
-Complete the SIP application AVP:s.
 ------------------------------------------------------------------------
-r20010 | etxrab | 2006-11-27 22:31:07 -0800 (Mon, 27 Nov 2006) | 2 lines
+r23100 | stig | 2007-10-08 13:10:44 -0700 (Mon, 08 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Added some forgotten return types.
 
-From Richard Braun:
-The Q931 dissector applies a wrong mask when testing the odd/even indicator bit.
 ------------------------------------------------------------------------
-r20011 | sahlberg | 2006-11-28 01:09:58 -0800 (Tue, 28 Nov 2006) | 3 lines
+r23101 | jmayer | 2007-10-08 13:14:07 -0700 (Mon, 08 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/asn1/h245
+   M /trunk/asn1/nbap
+   M /trunk/asn1/ranap
+   M /trunk/asn1/rnsap
+   M /trunk/asn1/sabp
 
-add description of proto_tree_add_bitmask()
+Small update to svn:ignore
 
 
 ------------------------------------------------------------------------
-r20012 | etxrab | 2006-11-28 12:43:25 -0800 (Tue, 28 Nov 2006) | 1 line
+r23102 | jmayer | 2007-10-08 16:52:21 -0700 (Mon, 08 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/h450
+   D /trunk/asn1/h450/Makefile
+   A /trunk/asn1/h450/Makefile.am (from /trunk/asn1/acse/Makefile.am:23101)
+   A /trunk/asn1/h450/Makefile.common (from /trunk/asn1/acse/Makefile.common:23101)
+   R /trunk/asn1/h450/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23101)
+   D /trunk/asn1/h450/Remote-Operations-Apdus.asn
+   D /trunk/asn1/h450/h450-ros-exp.cnf
+   D /trunk/asn1/h450/h450-ros.cnf
+   M /trunk/asn1/h450/h450.cnf
+   D /trunk/asn1/h450/packet-h450-ros-template.c
+   D /trunk/asn1/h450/packet-h450-ros-template.h
+   A /trunk/asn1/h450-ros
+   A /trunk/asn1/h450-ros/Makefile.am (from /trunk/asn1/acse/Makefile.am:23101)
+   A /trunk/asn1/h450-ros/Makefile.common
+   A /trunk/asn1/h450-ros/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23101)
+   A /trunk/asn1/h450-ros/Remote-Operations-Apdus.asn (from /trunk/asn1/h450/Remote-Operations-Apdus.asn:23101)
+   A /trunk/asn1/h450-ros/h450-ros.cnf (from /trunk/asn1/h450/h450-ros.cnf:23101)
+   A /trunk/asn1/h450-ros/packet-h450-ros-template.c (from /trunk/asn1/h450/packet-h450-ros-template.c:23101)
+   A /trunk/asn1/h450-ros/packet-h450-ros-template.h (from /trunk/asn1/h450/packet-h450-ros-template.h:23101)
+   M /trunk/configure.in
+
+Convert h450 to new Makefile structure. Split h450.ros
+out into h450-ros.
 
-Fix a typo and handling of unknown TerminationStatedescriptors.
 ------------------------------------------------------------------------
-r20013 | etxrab | 2006-11-28 22:44:07 -0800 (Tue, 28 Nov 2006) | 4 lines
+r23103 | jmayer | 2007-10-08 18:23:21 -0700 (Mon, 08 Oct 2007) | 1 line
 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
+   M /trunk/asn1/h225/Makefile.common
 
-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.
+Add some dependencies
 ------------------------------------------------------------------------
-r20014 | etxrab | 2006-11-28 22:53:48 -0800 (Tue, 28 Nov 2006) | 2 lines
+r23104 | jmayer | 2007-10-08 18:25:40 -0700 (Mon, 08 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/logotype-cert-extn
+   D /trunk/asn1/logotype-cert-extn/Makefile
+   A /trunk/asn1/logotype-cert-extn/Makefile.am
+   A /trunk/asn1/logotype-cert-extn/Makefile.common
+   M /trunk/asn1/logotype-cert-extn/Makefile.nmake
+   D /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
+   A /trunk/asn1/logotype-cert-extn/logotypecertextn.cnf (from /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf:23102)
+   D /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c
+   D /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h
+   A /trunk/asn1/logotype-cert-extn/packet-logotypecertextn-template.c (from /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c:23102)
+   A /trunk/asn1/logotype-cert-extn/packet-logotypecertextn-template.h (from /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h:23102)
+   M /trunk/configure.in
+
+Convert to new Makefile structure. Rename some files to
+use same spelling as generated protocol name.
 
-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
+r23105 | ulfl | 2007-10-08 22:37:34 -0700 (Mon, 08 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/wiretap/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.
+minor updates
 ------------------------------------------------------------------------
-r20016 | guy | 2006-11-29 08:19:56 -0800 (Wed, 29 Nov 2006) | 2 lines
+r23106 | ulfl | 2007-10-08 22:39:48 -0700 (Mon, 08 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-irc.c
-
-Add some protocol references.
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
+- add DomainName fields for PDInterfaceMrpDataAdjust and PDInterfaceMrpDataReal
+- lower expert info level if AR wasn't found
 ------------------------------------------------------------------------
-r20017 | sfisher | 2006-11-29 12:45:02 -0800 (Wed, 29 Nov 2006) | 5 lines
+r23107 | ulfl | 2007-10-08 23:55:24 -0700 (Mon, 08 Oct 2007) | 1 line
 Changed paths:
-   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.
-
+   M /trunk/test/README.test
 
+alpha -> beta
 ------------------------------------------------------------------------
-r20018 | sfisher | 2006-11-29 18:29:31 -0800 (Wed, 29 Nov 2006) | 7 lines
+r23108 | kukosa | 2007-10-09 01:50:35 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/asn1/h450/Makefile.common
+   M /trunk/asn1/h450-ros/Makefile.common
 
+remove rule for $(EXTRA_CNF) as ros/ros-{inv,res,err,rej}.cnf are not generated
+minor changes
+------------------------------------------------------------------------
+r23109 | martinm | 2007-10-09 04:10:59 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   D /trunk/asn1/inap/Makefile
+   A /trunk/asn1/inap/Makefile.am
+   A /trunk/asn1/inap/Makefile.common
+   D /trunk/asn1/ldap/Makefile
+   A /trunk/asn1/ldap/Makefile.am
+   A /trunk/asn1/ldap/Makefile.common
 
-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.
+Try to fix the build...
 
+------------------------------------------------------------------------
+r23110 | morriss | 2007-10-09 06:34:08 -0700 (Tue, 09 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/test/suite-capture.sh
 
+As requested on -dev, put the (currently failing) 'Capture 10 packets using stdout' test back in for tshark
 ------------------------------------------------------------------------
-r20019 | jake | 2006-11-29 23:12:59 -0800 (Wed, 29 Nov 2006) | 6 lines
+r23111 | jmayer | 2007-10-09 08:31:16 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/asn1/inap/Makefile.common
 
-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)
+Add the missing content...
 
 ------------------------------------------------------------------------
-r20020 | jake | 2006-11-29 23:14:09 -0800 (Wed, 29 Nov 2006) | 7 lines
+r23112 | jmayer | 2007-10-09 08:33:30 -0700 (Tue, 09 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/asn1/inap
+   M /trunk/asn1/inap/Makefile.nmake
+
+Somehow I forgot to check in some directories.
 
-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.
 
 ------------------------------------------------------------------------
-r20021 | jake | 2006-11-29 23:15:17 -0800 (Wed, 29 Nov 2006) | 4 lines
+r23113 | jmayer | 2007-10-09 10:58:29 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mysql.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/mms
+   D /trunk/asn1/mms/Makefile
+   A /trunk/asn1/mms/Makefile.am
+   A /trunk/asn1/mms/Makefile.common
+   M /trunk/asn1/mms/Makefile.nmake
+   M /trunk/asn1/mpeg
+   D /trunk/asn1/mpeg/Makefile
+   A /trunk/asn1/mpeg/Makefile.am
+   A /trunk/asn1/mpeg/Makefile.common
+   M /trunk/asn1/mpeg/Makefile.nmake
+   D /trunk/asn1/mpeg/mpeg-pes.asn
+   D /trunk/asn1/mpeg/mpeg-pes.cnf
+   D /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+   A /trunk/asn1/mpeg-pes
+   A /trunk/asn1/mpeg-pes/Makefile.am (from /trunk/asn1/acse/Makefile.am:23112)
+   A /trunk/asn1/mpeg-pes/Makefile.common (from /trunk/asn1/acse/Makefile.common:23112)
+   A /trunk/asn1/mpeg-pes/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23112)
+   A /trunk/asn1/mpeg-pes/mpeg-pes.asn (from /trunk/asn1/mpeg/mpeg-pes.asn:23112)
+   A /trunk/asn1/mpeg-pes/mpeg-pes.cnf (from /trunk/asn1/mpeg/mpeg-pes.cnf:23112)
+   A /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c (from /trunk/asn1/mpeg/packet-mpeg-pes-template.c:23112)
+   M /trunk/configure.in
 
-From Martin Warnesi:
-Attached updated patch to use "dissect_mysql_pdu" instead of
-"dissect_mysql" when registering the protocol dissector.
+More Makefile updates
 
 ------------------------------------------------------------------------
-r20022 | jake | 2006-11-29 23:16:39 -0800 (Wed, 29 Nov 2006) | 5 lines
+r23114 | jmayer | 2007-10-09 10:59:22 -0700 (Tue, 09 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.c
+   D /trunk/asn1/mpeg
+   A /trunk/asn1/mpeg-audio (from /trunk/asn1/mpeg:23113)
 
-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>.
+Rename mpeg to mpeg-audio, mpeg-pes got its own
+dir already
 
 ------------------------------------------------------------------------
-r20023 | kukosa | 2006-11-29 23:30:20 -0800 (Wed, 29 Nov 2006) | 1 line
+r23115 | jmayer | 2007-10-09 11:09:19 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/fileset.c
+   D /trunk/asn1/mpeg-audio/mpeg-audio-exp.cnf
+   D /trunk/asn1/mpeg-audio/mpeg-pes-exp.cnf
+
+No generated files please.
 
-suffix in file set is optional
 ------------------------------------------------------------------------
-r20024 | martinm | 2006-11-30 03:36:28 -0800 (Thu, 30 Nov 2006) | 3 lines
+r23116 | jmayer | 2007-10-09 11:47:12 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/ns-cert-exts
+   D /trunk/asn1/ns-cert-exts/Makefile
+   A /trunk/asn1/ns-cert-exts/Makefile.am
+   A /trunk/asn1/ns-cert-exts/Makefile.common
+   M /trunk/asn1/ns-cert-exts/Makefile.nmake
+   M /trunk/asn1/ocsp
+   D /trunk/asn1/ocsp/Makefile
+   A /trunk/asn1/ocsp/Makefile.am
+   A /trunk/asn1/ocsp/Makefile.common
+   M /trunk/asn1/ocsp/Makefile.nmake
+   M /trunk/asn1/pkcs1
+   D /trunk/asn1/pkcs1/Makefile
+   A /trunk/asn1/pkcs1/Makefile.am
+   A /trunk/asn1/pkcs1/Makefile.common
+   M /trunk/asn1/pkcs1/Makefile.nmake
+   M /trunk/asn1/pkcs12
+   D /trunk/asn1/pkcs12/Makefile
+   A /trunk/asn1/pkcs12/Makefile.am
+   A /trunk/asn1/pkcs12/Makefile.common
+   M /trunk/asn1/pkcs12/Makefile.nmake
+   M /trunk/asn1/pkinit
+   D /trunk/asn1/pkinit/Makefile
+   A /trunk/asn1/pkinit/Makefile.am
+   A /trunk/asn1/pkinit/Makefile.common
+   M /trunk/asn1/pkinit/Makefile.nmake
+   D /trunk/asn1/pkinit/pkinit_exp.cnf
+   M /trunk/configure.in
 
-Make prettier the parsing of IPPrim header fields.
-Add mm3 -> http mapping.
+More Makefile conversions
 
 ------------------------------------------------------------------------
-r20025 | martinm | 2006-11-30 03:37:41 -0800 (Thu, 30 Nov 2006) | 2 lines
+r23117 | gerald | 2007-10-09 11:48:46 -0700 (Tue, 09 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-bootp.c
 
-Fix infinite rate test, tweak filter names
+Add support for RFC 4243.  Tested using a malformed packet, but it should be
+correct.
 
 ------------------------------------------------------------------------
-r20026 | martinm | 2006-11-30 10:29:45 -0800 (Thu, 30 Nov 2006) | 1 line
+r23118 | morriss | 2007-10-09 11:58:34 -0700 (Tue, 09 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-xot.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Make xot dissector findable by name
+Replace a (small) for loop with a memset().  Don't memset() the entire sctp_info.tvb array--it contains 2k pointers (8k or 16k of memory)--each time we start dissecting a frame.  This speeds up loading a capture file full of SCTP packets by 6-8%.
 ------------------------------------------------------------------------
-r20027 | gram | 2006-11-30 13:32:05 -0800 (Thu, 30 Nov 2006) | 3 lines
+r23119 | jmayer | 2007-10-09 12:19:36 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/epan.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/pkix1explicit
+   D /trunk/asn1/pkix1explicit/Makefile
+   A /trunk/asn1/pkix1explicit/Makefile.am
+   A /trunk/asn1/pkix1explicit/Makefile.common
+   M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
+   M /trunk/asn1/pkix1implicit
+   D /trunk/asn1/pkix1implicit/Makefile
+   A /trunk/asn1/pkix1implicit/Makefile.am
+   A /trunk/asn1/pkix1implicit/Makefile.common
+   M /trunk/asn1/pkix1implicit/Makefile.nmake
+   D /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
+   M /trunk/asn1/pkixcmp
+   D /trunk/asn1/pkixcmp/Makefile
+   A /trunk/asn1/pkixcmp/Makefile.am
+   A /trunk/asn1/pkixcmp/Makefile.common
+   D /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcrmf
+   D /trunk/asn1/pkixcrmf/Makefile
+   A /trunk/asn1/pkixcrmf/Makefile.am
+   A /trunk/asn1/pkixcrmf/Makefile.common
+   M /trunk/asn1/pkixcrmf/Makefile.nmake
+   D /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   M /trunk/asn1/pkixproxy
+   D /trunk/asn1/pkixproxy/Makefile
+   A /trunk/asn1/pkixproxy/Makefile.am
+   A /trunk/asn1/pkixproxy/Makefile.common
+   M /trunk/asn1/pkixproxy/Makefile.nmake
+   M /trunk/asn1/pkixqualified
+   D /trunk/asn1/pkixqualified/Makefile
+   A /trunk/asn1/pkixqualified/Makefile.am
+   A /trunk/asn1/pkixqualified/Makefile.common
+   M /trunk/asn1/pkixqualified/Makefile.nmake
+   M /trunk/asn1/pkixtsp
+   D /trunk/asn1/pkixtsp/Makefile
+   A /trunk/asn1/pkixtsp/Makefile.am
+   A /trunk/asn1/pkixtsp/Makefile.common
+   M /trunk/asn1/pkixtsp/Makefile.nmake
+   M /trunk/asn1/pres
+   D /trunk/asn1/pres/Makefile
+   A /trunk/asn1/pres/Makefile.am
+   A /trunk/asn1/pres/Makefile.common
+   M /trunk/asn1/pres/Makefile.nmake
+   M /trunk/configure.in
 
-Add GPL disclaimer, which as been missing since forever.
-Thanks to Jaap Keuter for pointing this out.
+Last set of changes to convert Makefiles for today
 
 ------------------------------------------------------------------------
-r20028 | sfisher | 2006-11-30 18:55:45 -0800 (Thu, 30 Nov 2006) | 7 lines
+r23120 | jmayer | 2007-10-09 12:20:46 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
-
-
-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.
+   D /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
 
+Don't keep -exp.cnf files in the tree.
 
 ------------------------------------------------------------------------
-r20029 | martinm | 2006-12-01 10:03:45 -0800 (Fri, 01 Dec 2006) | 2 lines
+r23121 | jmayer | 2007-10-09 12:40:59 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/mgcp/packet-mgcp.c
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/cmip/Makefile.common
 
-For duplicate requests and responses, make clickable link back to original.
+Fix order of external files (without affecting other protos).
 
 ------------------------------------------------------------------------
-r20030 | etxrab | 2006-12-01 10:49:09 -0800 (Fri, 01 Dec 2006) | 1 line
+r23122 | guy | 2007-10-09 15:02:39 -0700 (Tue, 09 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/asn1/Makefile.nmake
+
+There isn't an "mpeg" directory, there are "mpeg-audio" and "mpeg-pes"
+directories.
 
-Add hf fields for the latest headers from IANA.
 ------------------------------------------------------------------------
-r20031 | sahlberg | 2006-12-01 15:41:10 -0800 (Fri, 01 Dec 2006) | 3 lines
+r23123 | guy | 2007-10-09 15:54:29 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   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.
+   M /trunk/asn1/Makefile.inc.nmake
 
+Just check whether NEED_PACKET_PROTO_H is defined at all.
 
 ------------------------------------------------------------------------
-r20032 | sfisher | 2006-12-01 17:08:16 -0800 (Fri, 01 Dec 2006) | 5 lines
+r23124 | guy | 2007-10-09 18:31:36 -0700 (Tue, 09 Oct 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tds.c
-
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
 
-Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decode
-passwords"
+Make the sync pipe the standard error, not the standard output, of
+dumpcap, when using it as a capture child; leave the standard output
+alone, in case tshark was told to write the capture to the standard
+error.
 
+Get rid of the argument to the "-Z" option to dumpcap; it might not work
+on Windows.
 
 ------------------------------------------------------------------------
-r20033 | sfisher | 2006-12-01 19:06:55 -0800 (Fri, 01 Dec 2006) | 4 lines
+r23125 | guy | 2007-10-09 18:34:46 -0700 (Tue, 09 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-
-
-Make epan/tvbtest compile again by adding emem.o
+   M /trunk/asn1/ldap
 
+Set svn:ignore appropriately.
 
 ------------------------------------------------------------------------
-r20034 | wmeier | 2006-12-03 21:41:53 -0800 (Sun, 03 Dec 2006) | 5 lines
+r23126 | kukosa | 2007-10-10 00:55:36 -0700 (Wed, 10 Oct 2007) | 1 line
 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);
-
+   M /trunk/asn1/h450/Makefile.common
+   M /trunk/asn1/nbap/Makefile.common
+   M /trunk/asn1/rnsap/Makefile.common
+   M /trunk/asn1/rrc/Makefile.common
+   M /trunk/asn1/rrlp/Makefile.common
+   M /trunk/asn1/sabp/Makefile.common
+   M /trunk/asn1/ulp/Makefile.common
 
+comment out NEED_PACKET_PROTO_H as it is tested now for defining not for value
 ------------------------------------------------------------------------
-r20035 | etxrab | 2006-12-04 15:03:11 -0800 (Mon, 04 Dec 2006) | 1 line
+r23127 | jmayer | 2007-10-10 01:09:19 -0700 (Wed, 10 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/asn1/dap/Makefile.common
+   M /trunk/asn1/dsp/Makefile.common
+   D /trunk/asn1/h245/h245-exp.cnf
+   M /trunk/asn1/ldap/Makefile.nmake
+   D /trunk/asn1/mms/mms-exp.cnf
+   M /trunk/asn1/q932
+   D /trunk/asn1/q932/Facility-Information-Element-Components.asn
+   D /trunk/asn1/q932/Makefile
+   A /trunk/asn1/q932/Makefile.am
+   A /trunk/asn1/q932/Makefile.common
+   M /trunk/asn1/q932/Makefile.nmake
+   D /trunk/asn1/q932/packet-q932-ros-template.c
+   M /trunk/asn1/q932/q932-exp.cnf
+   D /trunk/asn1/q932/q932-ros.cnf
+   A /trunk/asn1/q932-ros
+   A /trunk/asn1/q932-ros/Facility-Information-Element-Components.asn (from /trunk/asn1/q932/Facility-Information-Element-Components.asn:23115)
+   A /trunk/asn1/q932-ros/Makefile.am (from /trunk/asn1/acse/Makefile.am:23115)
+   A /trunk/asn1/q932-ros/Makefile.common (from /trunk/asn1/acse/Makefile.common:23115)
+   A /trunk/asn1/q932-ros/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23115)
+   A /trunk/asn1/q932-ros/packet-q932-ros-template.c (from /trunk/asn1/q932/packet-q932-ros-template.c:23115)
+   A /trunk/asn1/q932-ros/q932-ros.cnf (from /trunk/asn1/q932/q932-ros.cnf:23115)
+   M /trunk/asn1/ros
+   D /trunk/asn1/ros/Makefile
+   A /trunk/asn1/ros/Makefile.am
+   A /trunk/asn1/ros/Makefile.common
+   M /trunk/asn1/ros/Makefile.nmake
+   M /trunk/asn1/rtse
+   D /trunk/asn1/rtse/Makefile
+   A /trunk/asn1/rtse/Makefile.am
+   A /trunk/asn1/rtse/Makefile.common
+   M /trunk/asn1/rtse/Makefile.nmake
+   M /trunk/asn1/rtse/rtse-exp.cnf
+   M /trunk/asn1/s4406
+   D /trunk/asn1/s4406/Makefile
+   A /trunk/asn1/s4406/Makefile.am
+   A /trunk/asn1/s4406/Makefile.common
+   M /trunk/asn1/s4406/Makefile.nmake
+   M /trunk/asn1/smrse
+   D /trunk/asn1/smrse/Makefile
+   A /trunk/asn1/smrse/Makefile.am
+   A /trunk/asn1/smrse/Makefile.common
+   M /trunk/asn1/smrse/Makefile.nmake
+   M /trunk/asn1/snmp
+   D /trunk/asn1/snmp/Makefile
+   A /trunk/asn1/snmp/Makefile.am
+   A /trunk/asn1/snmp/Makefile.common
+   M /trunk/asn1/snmp/Makefile.nmake
+   M /trunk/asn1/snmp/snmp-exp.cnf
+   M /trunk/asn1/spnego
+   D /trunk/asn1/spnego/Makefile
+   A /trunk/asn1/spnego/Makefile.am
+   A /trunk/asn1/spnego/Makefile.common
+   M /trunk/asn1/spnego/Makefile.nmake
+   M /trunk/asn1/t38/Makefile.common
+   D /trunk/asn1/t38/T38(1998).asn
+   D /trunk/asn1/t38/T38(2002).asn
+   A /trunk/asn1/t38/T38_1998.asn (from /trunk/asn1/t38/T38(1998).asn:23115)
+   A /trunk/asn1/t38/T38_2002.asn (from /trunk/asn1/t38/T38(2002).asn:23115)
+   M /trunk/configure.in
+
+More conversions and updates to existing Makefile stuff
 
-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
+r23128 | kukosa | 2007-10-10 01:14:36 -0700 (Wed, 10 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/h223/Makefile.nmake
-   A /trunk/plugins/h223/moduleinfo.nmake
-   A /trunk/plugins/h223/plugin.rc.in
+   M /trunk/asn1/h225/Makefile.am
+   M /trunk/asn1/h225/Makefile.common
+   M /trunk/asn1/h225/Makefile.nmake
 
-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.
+solution for different submake calling on Windows and Linux
+only one dissector is committed to test it
 ------------------------------------------------------------------------
-r20037 | gerald | 2006-12-04 16:43:00 -0800 (Mon, 04 Dec 2006) | 7 lines
+r23129 | jmayer | 2007-10-10 01:37:30 -0700 (Wed, 10 Oct 2007) | 1 line
 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.
-
+   M /trunk/asn1/q932-ros/Makefile.common
 
+Undefine NEED_PACKET_PROTO_H
 ------------------------------------------------------------------------
-r20038 | wmeier | 2006-12-04 18:53:39 -0800 (Mon, 04 Dec 2006) | 2 lines
+r23130 | kukosa | 2007-10-10 01:42:19 -0700 (Wed, 10 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-Remove unused variable
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/asn1/h225/Makefile.am
+   M /trunk/asn1/h225/Makefile.common
+   M /trunk/asn1/h225/Makefile.nmake
+   M /trunk/asn1/h245/Makefile.common
 
+next step to solve dependency generation
 ------------------------------------------------------------------------
-r20039 | wmeier | 2006-12-04 18:59:06 -0800 (Mon, 04 Dec 2006) | 4 lines
+r23131 | kukosa | 2007-10-10 03:25:09 -0700 (Wed, 10 Oct 2007) | 2 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
+   A /trunk/asn1/Makefile.preinc
+   A /trunk/asn1/Makefile.preinc.nmake
+   M /trunk/asn1/h225/Makefile.am
+   M /trunk/asn1/h225/Makefile.nmake
+   M /trunk/asn1/h245/Makefile.am
+   M /trunk/asn1/h245/Makefile.nmake
 
+better solution for different submake calling on Windows and Linux
 
 ------------------------------------------------------------------------
-r20040 | sfisher | 2006-12-04 19:19:51 -0800 (Mon, 04 Dec 2006) | 13 lines
+r23132 | kukosa | 2007-10-10 03:56:17 -0700 (Wed, 10 Oct 2007) | 1 line
 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
-
+   M /trunk/asn1/h235/Makefile.am
+   M /trunk/asn1/h235/Makefile.common
+   M /trunk/asn1/h235/Makefile.nmake
+   M /trunk/asn1/h450/Makefile.am
+   M /trunk/asn1/h450/Makefile.common
+   M /trunk/asn1/h450/Makefile.nmake
+   M /trunk/asn1/h450-ros/Makefile.am
+   M /trunk/asn1/h450-ros/Makefile.common
+   M /trunk/asn1/h450-ros/Makefile.nmake
+   M /trunk/asn1/q932/Makefile.am
+   M /trunk/asn1/q932/Makefile.common
+   M /trunk/asn1/q932/Makefile.nmake
+   M /trunk/asn1/q932-ros/Makefile.am
+   M /trunk/asn1/q932-ros/Makefile.common
+   M /trunk/asn1/q932-ros/Makefile.nmake
+   M /trunk/asn1/qsig/Makefile.am
+   M /trunk/asn1/qsig/Makefile.common
+   M /trunk/asn1/qsig/Makefile.nmake
 
+more makefiles changed to new export mechanism
 ------------------------------------------------------------------------
-r20041 | etxrab | 2006-12-04 22:43:47 -0800 (Mon, 04 Dec 2006) | 4 lines
+r23133 | kukosa | 2007-10-10 04:05:10 -0700 (Wed, 10 Oct 2007) | 1 line
 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
+   M /trunk/asn1/dsp/Makefile.common
 
-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.
+missing backslash
 ------------------------------------------------------------------------
-r20042 | jake | 2006-12-04 22:46:21 -0800 (Mon, 04 Dec 2006) | 1 line
+r23134 | jmayer | 2007-10-10 05:06:30 -0700 (Wed, 10 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/tcap
+   D /trunk/asn1/tcap/DialoguePDUs.asn
+   D /trunk/asn1/tcap/Makefile
+   A /trunk/asn1/tcap/Makefile.am
+   A /trunk/asn1/tcap/Makefile.common
+   M /trunk/asn1/tcap/Makefile.nmake
+   D /trunk/asn1/tcap/TC-Notation-Extensions.asn
+   D /trunk/asn1/tcap/TCAP-Remote-Operations-Information-Objects.asn
+   D /trunk/asn1/tcap/TCAPMessages.asn
+   D /trunk/asn1/tcap/TCAPPackage.asn
+   D /trunk/asn1/tcap/UnidialoguePDUs.asn
+   D /trunk/asn1/tcap/ansi_tcap.cnf
+   D /trunk/asn1/tcap/packet-ansi_tcap-template.c
+   D /trunk/asn1/tcap/packet-ansi_tcap-template.h
+   A /trunk/asn1/tcap_ansi
+   A /trunk/asn1/tcap_ansi/DialoguePDUs.asn (from /trunk/asn1/tcap/DialoguePDUs.asn:23133)
+   A /trunk/asn1/tcap_ansi/Makefile.common (from /trunk/asn1/acse/Makefile.common:23133)
+   A /trunk/asn1/tcap_ansi/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23133)
+   A /trunk/asn1/tcap_ansi/TC-Notation-Extensions.asn (from /trunk/asn1/tcap/TC-Notation-Extensions.asn:23133)
+   A /trunk/asn1/tcap_ansi/TCAP-Remote-Operations-Information-Objects.asn (from /trunk/asn1/tcap/TCAP-Remote-Operations-Information-Objects.asn:23133)
+   A /trunk/asn1/tcap_ansi/TCAPMessages.asn (from /trunk/asn1/tcap/TCAPMessages.asn:23133)
+   A /trunk/asn1/tcap_ansi/TCAPPackage.asn (from /trunk/asn1/tcap/TCAPPackage.asn:23133)
+   A /trunk/asn1/tcap_ansi/UnidialoguePDUs.asn (from /trunk/asn1/tcap/UnidialoguePDUs.asn:23133)
+   A /trunk/asn1/tcap_ansi/ansi_tcap.cnf (from /trunk/asn1/tcap/ansi_tcap.cnf:23133)
+   A /trunk/asn1/tcap_ansi/packet-ansi_tcap-template.c (from /trunk/asn1/tcap/packet-ansi_tcap-template.c:23133)
+   A /trunk/asn1/tcap_ansi/packet-ansi_tcap-template.h (from /trunk/asn1/tcap/packet-ansi_tcap-template.h:23133)
+   M /trunk/configure.in
+
+Split tcap into tcap and ansi-tcap. Just assume that all the
+extra asn files belong to ansi-tcap.
 
-Oops, the all target slipped through the cracks.
 ------------------------------------------------------------------------
-r20043 | etxrab | 2006-12-04 22:53:28 -0800 (Mon, 04 Dec 2006) | 1 line
+r23135 | jmayer | 2007-10-10 05:07:49 -0700 (Wed, 10 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   A /trunk/asn1/tcap_ansi/Makefile.am (from /trunk/asn1/acse/Makefile.am:23133)
 
-Fix a cut and paste error.
+Missed a file
 ------------------------------------------------------------------------
-r20044 | ulfl | 2006-12-05 00:07:00 -0800 (Tue, 05 Dec 2006) | 1 line
+r23136 | jmayer | 2007-10-10 05:09:19 -0700 (Wed, 10 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   A /trunk/asn1/ansi-tcap (from /trunk/asn1/tcap_ansi:23134)
+   A /trunk/asn1/ansi-tcap/Makefile.am (from /trunk/asn1/tcap_ansi/Makefile.am:23135)
+   D /trunk/asn1/tcap_ansi
+
+You cannot rename a new directory unless checked in.
 
-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
+r23137 | wmeier | 2007-10-10 08:56:02 -0700 (Wed, 10 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/configure.in
+
+Fix two typos: ansi_tcap --> ansi-tcap
 
-add dissection of the "IsochronousModeData" block
 ------------------------------------------------------------------------
-r20046 | wmeier | 2006-12-05 04:36:06 -0800 (Tue, 05 Dec 2006) | 2 lines
+r23138 | jmayer | 2007-10-10 10:57:33 -0700 (Wed, 10 Oct 2007) | 4 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
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/wlancertextn
+   D /trunk/asn1/wlancertextn/Makefile
+   A /trunk/asn1/wlancertextn/Makefile.am
+   A /trunk/asn1/wlancertextn/Makefile.common
+   M /trunk/asn1/wlancertextn/Makefile.nmake
+   M /trunk/asn1/x411
+   D /trunk/asn1/x411/Makefile
+   A /trunk/asn1/x411/Makefile.am
+   A /trunk/asn1/x411/Makefile.common
+   M /trunk/asn1/x411/Makefile.nmake
+   M /trunk/asn1/x420
+   D /trunk/asn1/x420/Makefile
+   A /trunk/asn1/x420/Makefile.am
+   A /trunk/asn1/x420/Makefile.common
+   M /trunk/asn1/x420/Makefile.nmake
+   D /trunk/asn1/x420/x420-exp.cnf
+   M /trunk/asn1/x509af
+   D /trunk/asn1/x509af/Makefile
+   A /trunk/asn1/x509af/Makefile.am
+   A /trunk/asn1/x509af/Makefile.common
+   M /trunk/asn1/x509af/Makefile.nmake
+   D /trunk/asn1/x509af/x509af-exp.cnf
+   M /trunk/asn1/x509ce
+   D /trunk/asn1/x509ce/Makefile
+   A /trunk/asn1/x509ce/Makefile.am
+   A /trunk/asn1/x509ce/Makefile.common
+   M /trunk/asn1/x509ce/Makefile.nmake
+   D /trunk/asn1/x509ce/x509ce-exp.cnf
+   M /trunk/asn1/x509if
+   D /trunk/asn1/x509if/Makefile
+   A /trunk/asn1/x509if/Makefile.am
+   A /trunk/asn1/x509if/Makefile.common
+   M /trunk/asn1/x509if/Makefile.nmake
+   D /trunk/asn1/x509if/x509if-exp.cnf
+   M /trunk/asn1/x509sat
+   D /trunk/asn1/x509sat/Makefile
+   A /trunk/asn1/x509sat/Makefile.am
+   A /trunk/asn1/x509sat/Makefile.common
+   M /trunk/asn1/x509sat/Makefile.nmake
+   D /trunk/asn1/x509sat/x509sat-exp.cnf
+   M /trunk/asn1/x721
+   A /trunk/asn1/x721/Makefile.am
+   A /trunk/asn1/x721/Makefile.common
+   M /trunk/configure.in
 
-Add a few missing /$(MAKEFLAGS)
+Finish conversion (well, almost, need to add the
+generation stuff to the x.../Makefile.common.
+I love circular dependencies.
 
 ------------------------------------------------------------------------
-r20047 | martinm | 2006-12-05 06:20:55 -0800 (Tue, 05 Dec 2006) | 1 line
+r23139 | jmayer | 2007-10-10 10:59:01 -0700 (Wed, 10 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   D /trunk/asn1/qsig/qsig-exp.cnf
+
+Another -exp.cnf file that managed to escape notice...
 
-Via param name copy-paste error
 ------------------------------------------------------------------------
-r20048 | jmayer | 2006-12-05 07:25:16 -0800 (Tue, 05 Dec 2006) | 1 line
+r23140 | ulfl | 2007-10-10 11:33:21 -0700 (Wed, 10 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/manuf
-   M /trunk/manuf.tmpl
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-Update to current IEEE and remove fixed entry for 00-06-0D (bug 1256)
+add FSParameterBlock and ARFSUDataAdjust blocks
 ------------------------------------------------------------------------
-r20049 | gerald | 2006-12-05 11:24:25 -0800 (Tue, 05 Dec 2006) | 9 lines
+r23141 | jmayer | 2007-10-10 12:03:24 -0700 (Wed, 10 Oct 2007) | 3 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.
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/acp133/Makefile.am
+   M /trunk/asn1/acp133/Makefile.nmake
+   M /trunk/asn1/acse/Makefile.am
+   M /trunk/asn1/acse/Makefile.nmake
+   M /trunk/asn1/ansi-tcap/Makefile.am
+   M /trunk/asn1/ansi-tcap/Makefile.nmake
+   M /trunk/asn1/ansi_map/Makefile.am
+   M /trunk/asn1/ansi_map/Makefile.nmake
+   M /trunk/asn1/camel/Makefile.am
+   M /trunk/asn1/camel/Makefile.nmake
+   M /trunk/asn1/cdt/Makefile.am
+   M /trunk/asn1/cdt/Makefile.nmake
+   M /trunk/asn1/cmip/Makefile.am
+   M /trunk/asn1/cmip/Makefile.nmake
+   M /trunk/asn1/cms/Makefile.am
+   M /trunk/asn1/cms/Makefile.nmake
+   M /trunk/asn1/dap/Makefile.am
+   M /trunk/asn1/dap/Makefile.nmake
+   M /trunk/asn1/disp/Makefile.am
+   M /trunk/asn1/disp/Makefile.nmake
+   M /trunk/asn1/dop/Makefile.am
+   M /trunk/asn1/dop/Makefile.nmake
+   M /trunk/asn1/dsp/Makefile.am
+   M /trunk/asn1/dsp/Makefile.nmake
+   M /trunk/asn1/ess/Makefile.am
+   M /trunk/asn1/ess/Makefile.nmake
+   M /trunk/asn1/ftam/Makefile.am
+   M /trunk/asn1/ftam/Makefile.nmake
+   M /trunk/asn1/gnm/Makefile.am
+   M /trunk/asn1/gnm/Makefile.nmake
+   M /trunk/asn1/gsmmap/Makefile.am
+   M /trunk/asn1/gsmmap/Makefile.nmake
+   M /trunk/asn1/h248/Makefile.am
+   M /trunk/asn1/h248/Makefile.nmake
+   M /trunk/asn1/h450/Makefile.nmake
+   M /trunk/asn1/inap/Makefile.am
+   M /trunk/asn1/inap/Makefile.nmake
+   M /trunk/asn1/ldap/Makefile.am
+   M /trunk/asn1/ldap/Makefile.nmake
+   M /trunk/asn1/logotype-cert-extn/Makefile.am
+   M /trunk/asn1/logotype-cert-extn/Makefile.nmake
+   M /trunk/asn1/mms/Makefile.am
+   M /trunk/asn1/mms/Makefile.nmake
+   M /trunk/asn1/mpeg-audio/Makefile.am
+   M /trunk/asn1/mpeg-audio/Makefile.nmake
+   M /trunk/asn1/mpeg-pes/Makefile.am
+   M /trunk/asn1/mpeg-pes/Makefile.nmake
+   M /trunk/asn1/nbap/Makefile.am
+   M /trunk/asn1/nbap/Makefile.nmake
+   M /trunk/asn1/ns-cert-exts/Makefile.am
+   M /trunk/asn1/ns-cert-exts/Makefile.nmake
+   M /trunk/asn1/ocsp/Makefile.am
+   M /trunk/asn1/ocsp/Makefile.nmake
+   M /trunk/asn1/pkcs1/Makefile.am
+   M /trunk/asn1/pkcs1/Makefile.nmake
+   M /trunk/asn1/pkcs12/Makefile.am
+   M /trunk/asn1/pkcs12/Makefile.nmake
+   M /trunk/asn1/pkinit/Makefile.am
+   M /trunk/asn1/pkinit/Makefile.nmake
+   M /trunk/asn1/pkix1explicit/Makefile.am
+   M /trunk/asn1/pkix1explicit/Makefile.nmake
+   M /trunk/asn1/pkix1implicit/Makefile.am
+   M /trunk/asn1/pkix1implicit/Makefile.nmake
+   M /trunk/asn1/pkixcmp/Makefile.am
+   M /trunk/asn1/pkixcmp/Makefile.nmake
+   M /trunk/asn1/pkixcrmf/Makefile.am
+   M /trunk/asn1/pkixcrmf/Makefile.nmake
+   M /trunk/asn1/pkixproxy/Makefile.am
+   M /trunk/asn1/pkixproxy/Makefile.nmake
+   M /trunk/asn1/pkixqualified/Makefile.am
+   M /trunk/asn1/pkixqualified/Makefile.nmake
+   M /trunk/asn1/pkixtsp/Makefile.am
+   M /trunk/asn1/pkixtsp/Makefile.nmake
+   M /trunk/asn1/pres/Makefile.am
+   M /trunk/asn1/pres/Makefile.nmake
+   M /trunk/asn1/ranap/Makefile.am
+   M /trunk/asn1/ranap/Makefile.nmake
+   M /trunk/asn1/rnsap/Makefile.am
+   M /trunk/asn1/rnsap/Makefile.nmake
+   M /trunk/asn1/ros/Makefile.am
+   M /trunk/asn1/ros/Makefile.nmake
+   M /trunk/asn1/rrc/Makefile.am
+   M /trunk/asn1/rrc/Makefile.nmake
+   M /trunk/asn1/rrlp/Makefile.am
+   M /trunk/asn1/rrlp/Makefile.nmake
+   M /trunk/asn1/rtse/Makefile.am
+   M /trunk/asn1/rtse/Makefile.nmake
+   M /trunk/asn1/s4406/Makefile.am
+   M /trunk/asn1/s4406/Makefile.nmake
+   M /trunk/asn1/sabp/Makefile.am
+   M /trunk/asn1/sabp/Makefile.nmake
+   M /trunk/asn1/smrse/Makefile.am
+   M /trunk/asn1/smrse/Makefile.nmake
+   M /trunk/asn1/snmp/Makefile.am
+   M /trunk/asn1/snmp/Makefile.nmake
+   M /trunk/asn1/spnego/Makefile.am
+   M /trunk/asn1/spnego/Makefile.nmake
+   M /trunk/asn1/t38/Makefile.am
+   M /trunk/asn1/t38/Makefile.nmake
+   M /trunk/asn1/tcap/Makefile.am
+   M /trunk/asn1/tcap/Makefile.nmake
+   M /trunk/asn1/ulp/Makefile.am
+   M /trunk/asn1/ulp/Makefile.nmake
+   M /trunk/asn1/wlancertextn/Makefile.am
+   M /trunk/asn1/wlancertextn/Makefile.nmake
+   M /trunk/asn1/x411/Makefile.am
+   M /trunk/asn1/x411/Makefile.nmake
+   M /trunk/asn1/x420/Makefile.am
+   M /trunk/asn1/x420/Makefile.nmake
+   M /trunk/asn1/x509af/Makefile.am
+   M /trunk/asn1/x509af/Makefile.nmake
+   M /trunk/asn1/x509ce/Makefile.am
+   M /trunk/asn1/x509ce/Makefile.nmake
+   M /trunk/asn1/x509if/Makefile.am
+   M /trunk/asn1/x509if/Makefile.nmake
+   M /trunk/asn1/x509sat/Makefile.am
+   M /trunk/asn1/x509sat/Makefile.nmake
+   M /trunk/asn1/x721/Makefile.am
 
-Add a few text and whitespace fixups.
+- Change Makefiles to include preinc
+- Add missing new directories to asn1/Makefile.nmake
 
 ------------------------------------------------------------------------
-r20050 | gerald | 2006-12-05 11:39:54 -0800 (Tue, 05 Dec 2006) | 2 lines
+r23142 | wmeier | 2007-10-10 13:47:36 -0700 (Wed, 10 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Fix a compilation error, and squelch a couple of other errors.
+   M /trunk/tools/win32-setup.sh
 
-------------------------------------------------------------------------
-r20051 | gerald | 2006-12-05 12:57:22 -0800 (Tue, 05 Dec 2006) | 2 lines
+Improve error msg when libraries out of date.
+
+------------------------------------------------------------------------
+r23143 | jmayer | 2007-10-10 15:26:40 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/acp133/Makefile.common
+   M /trunk/asn1/acse/Makefile.common
+   M /trunk/asn1/ansi_map/Makefile.common
+   M /trunk/asn1/camel/Makefile.common
+   M /trunk/asn1/cmip/Makefile.common
+   M /trunk/asn1/cms/Makefile.common
+   M /trunk/asn1/dap/Makefile.common
+   M /trunk/asn1/disp/Makefile.common
+   M /trunk/asn1/dop/Makefile.common
+   M /trunk/asn1/dsp/Makefile.common
+   M /trunk/asn1/ess/Makefile.common
+   M /trunk/asn1/ftam/Makefile.common
+   M /trunk/asn1/gnm/Makefile.common
+   M /trunk/asn1/logotype-cert-extn/Makefile.common
+   M /trunk/asn1/mms/Makefile.common
+   M /trunk/asn1/ocsp/Makefile.common
+   M /trunk/asn1/pkcs1/Makefile.common
+   M /trunk/asn1/pkcs12/Makefile.common
+   M /trunk/asn1/pkinit/Makefile.common
+   M /trunk/asn1/pkix1implicit/Makefile.common
+   M /trunk/asn1/pkixcmp/Makefile.common
+   M /trunk/asn1/pkixcrmf/Makefile.common
+   M /trunk/asn1/pkixqualified/Makefile.common
+   M /trunk/asn1/pkixtsp/Makefile.common
+   M /trunk/asn1/pres/Makefile.common
+   M /trunk/asn1/s4406/Makefile.common
+   M /trunk/asn1/x411/Makefile.common
+   M /trunk/asn1/x420/Makefile.common
+   M /trunk/asn1/x509af/Makefile.common
+   M /trunk/asn1/x509ce/Makefile.common
+   M /trunk/asn1/x509if/Makefile.common
+   M /trunk/asn1/x509sat/Makefile.common
+
+Add missing dependencies and update syntax of existing ones.
+
+------------------------------------------------------------------------
+r23144 | wmeier | 2007-10-10 18:24:36 -0700 (Wed, 10 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Fix preference registration.
+   M /trunk/Makefile.nmake
 
-------------------------------------------------------------------------
-r20052 | gerald | 2006-12-05 13:06:09 -0800 (Tue, 05 Dec 2006) | 2 lines
+fix 'nmake ... clean' to include dumpcap specific objects
+
+------------------------------------------------------------------------
+r23145 | jmayer | 2007-10-10 22:27:27 -0700 (Wed, 10 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/acp133/Makefile.common
+   M /trunk/asn1/acse/Makefile.common
+   M /trunk/asn1/ansi-tcap/Makefile.common
+   M /trunk/asn1/ansi_map/Makefile.common
+   M /trunk/asn1/camel/Makefile.common
+   M /trunk/asn1/cdt/Makefile.common
+   M /trunk/asn1/cmip/Makefile.common
+   M /trunk/asn1/cms/Makefile.common
+   M /trunk/asn1/dap/Makefile.common
+   M /trunk/asn1/disp/Makefile.common
+   M /trunk/asn1/dop/Makefile.common
+   M /trunk/asn1/dsp/Makefile.common
+   M /trunk/asn1/ess/Makefile.common
+   M /trunk/asn1/ftam/Makefile.common
+   M /trunk/asn1/gnm/Makefile.common
+   M /trunk/asn1/gsmmap/Makefile.common
+   M /trunk/asn1/h248/Makefile.common
+   M /trunk/asn1/inap/Makefile.common
+   M /trunk/asn1/ldap/Makefile.common
+   M /trunk/asn1/logotype-cert-extn/Makefile.common
+   M /trunk/asn1/mms/Makefile.common
+   M /trunk/asn1/mpeg-audio/Makefile.common
+   M /trunk/asn1/mpeg-pes/Makefile.common
+   M /trunk/asn1/ns-cert-exts/Makefile.common
+   M /trunk/asn1/ocsp/Makefile.common
+   M /trunk/asn1/pkinit/Makefile.common
+   M /trunk/asn1/pkix1explicit/Makefile.common
+   M /trunk/asn1/pkix1implicit/Makefile.common
+   M /trunk/asn1/pkixcmp/Makefile.common
+   M /trunk/asn1/pkixcrmf/Makefile.common
+   M /trunk/asn1/pkixproxy/Makefile.common
+   M /trunk/asn1/pkixqualified/Makefile.common
+   M /trunk/asn1/pkixtsp/Makefile.common
+   M /trunk/asn1/pres/Makefile.common
+   M /trunk/asn1/q932/Makefile.common
+   M /trunk/asn1/qsig/Makefile.common
+   M /trunk/asn1/ros/Makefile.common
+   M /trunk/asn1/rtse/Makefile.common
+   M /trunk/asn1/s4406/Makefile.common
+   M /trunk/asn1/smrse/Makefile.common
+   M /trunk/asn1/snmp/Makefile.common
+   M /trunk/asn1/spnego/Makefile.common
+   M /trunk/asn1/tcap/Makefile.common
+   M /trunk/asn1/wlancertextn/Makefile.common
+   M /trunk/asn1/x411/Makefile.common
+   M /trunk/asn1/x420/Makefile.common
+   M /trunk/asn1/x509af/Makefile.common
+   M /trunk/asn1/x509ce/Makefile.common
+   M /trunk/asn1/x509if/Makefile.common
+   M /trunk/asn1/x509sat/Makefile.common
+
+- Remove -e option if the generated -exp.cnf file isn't used.
+- Add EXPORT_FILES to all files that still contain -e.
+
+------------------------------------------------------------------------
+r23146 | kukosa | 2007-10-11 07:48:12 -0700 (Thu, 11 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+put only file basename into #line directives
+------------------------------------------------------------------------
+r23147 | wmeier | 2007-10-11 09:40:12 -0700 (Thu, 11 Oct 2007) | 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
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Add AirPDcap files.
+From Andrew feren; Fix typos in two comments ....
 
 ------------------------------------------------------------------------
-r20053 | gerald | 2006-12-06 12:29:54 -0800 (Wed, 06 Dec 2006) | 3 lines
+r23148 | jmayer | 2007-10-11 10:56:24 -0700 (Thu, 11 Oct 2007) | 1 line
 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.
+   D /trunk/asn1/h235/h235-exp.cnf
+   D /trunk/asn1/q932/q932-exp.cnf
+   D /trunk/asn1/ranap/ranap-exp.cnf
+   D /trunk/asn1/ros/ros-exp.cnf
+   D /trunk/asn1/rtse/rtse-exp.cnf
+   D /trunk/asn1/snmp/snmp-exp.cnf
+   D /trunk/asn1/x411/x411-exp.cnf
 
+Remove the remaining autogenereated -exp.cnf files
 ------------------------------------------------------------------------
-r20054 | etxrab | 2006-12-06 14:03:45 -0800 (Wed, 06 Dec 2006) | 2 lines
+r23149 | jake | 2007-10-11 12:40:58 -0700 (Thu, 11 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-eap.c
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/value_string.c
 
-Dissect EAP inside ISAKMP update some strings from IANA.
-(fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=777)
+Allow for dynamic value string array selection.
 ------------------------------------------------------------------------
-r20055 | etxrab | 2006-12-06 14:05:55 -0800 (Wed, 06 Dec 2006) | 1 line
+r23150 | etxrab | 2007-10-11 14:23:14 -0700 (Thu, 11 Oct 2007) | 1 line
 Changed paths:
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-h263.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-megaco.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-tpkt.c
    M /trunk/epan/dissectors/packet-uma.c
 
-Fix a typo.
+Implement some of the minor possible speed improvment patches.
 ------------------------------------------------------------------------
-r20056 | etxrab | 2006-12-06 14:08:32 -0800 (Wed, 06 Dec 2006) | 1 line
+r23151 | stig | 2007-10-11 15:04:32 -0700 (Thu, 11 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-bgp.c
+
+Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.
 
-Prepare to decode Q.850 REASON.
 ------------------------------------------------------------------------
-r20057 | sfisher | 2006-12-06 15:34:28 -0800 (Wed, 06 Dec 2006) | 6 lines
+r23152 | wmeier | 2007-10-11 15:07:55 -0700 (Thu, 11 Oct 2007) | 2 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.
+   M /trunk/wiretap/ascend.c
 
+Tighten up heuristic used to identify Ascend capture file....
 
 ------------------------------------------------------------------------
-r20058 | sahlberg | 2006-12-07 01:28:16 -0800 (Thu, 07 Dec 2006) | 4 lines
+r23153 | stig | 2007-10-11 15:19:38 -0700 (Thu, 11 Oct 2007) | 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.
-
+   M /trunk/epan/dissectors/packet-sflow.c
 
+From Andrew Feren:
+Add preference to allow user to configure the port(s) to use when identifying
+sFlow.
 
 ------------------------------------------------------------------------
-r20059 | martinm | 2006-12-07 03:31:25 -0800 (Thu, 07 Dec 2006) | 1 line
+r23154 | morriss | 2007-10-11 15:49:52 -0700 (Thu, 11 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/packet-tcap.c
 
-EDCH - show total number of PDUs in info column
+Display TCAP parameter lengths in decimal (like packet-ber does).  Fix hex-pane byte highlighting for primitive parameters with tags or lengths longer than 1 octet (contructed ones are OK).  Finally, fix up the indenting in this function.
 ------------------------------------------------------------------------
-r20060 | martinm | 2006-12-07 10:06:22 -0800 (Thu, 07 Dec 2006) | 1 line
+r23155 | jmayer | 2007-10-11 16:21:51 -0700 (Thu, 11 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/tools/asn2wrs.py
+
+Remove path at two more places from the output
 
-Fix range highlighted by EDCH sfn header tree
 ------------------------------------------------------------------------
-r20061 | sfisher | 2006-12-07 12:29:40 -0800 (Thu, 07 Dec 2006) | 10 lines
+r23156 | martinm | 2007-10-12 02:59:10 -0700 (Fri, 12 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/doc/README.developer
-   M /trunk/epan/value_string.c
-   M /trunk/epan/value_string.h
-
+   M /trunk/plugins/wimaxasncp/ChangeLog
+   M /trunk/plugins/wimaxasncp/Makefile.am
+   M /trunk/plugins/wimaxasncp/Makefile.common
+   A /trunk/plugins/wimaxasncp/dictionary.dtd
+   A /trunk/plugins/wimaxasncp/dictionary.xml
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+   A /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
 
-From Francesco Fondelli:
+TLVs now defined in XML (from Stephen Croll).
 
-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().
+------------------------------------------------------------------------
+r23157 | martinm | 2007-10-12 03:01:41 -0700 (Fri, 12 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
 
+Install wimaxasncp TLV definition files (untested).
+Q: are the plugins unconditionally installed by the win32 installer?  i.e. should the installation of these files be conditional?
 
 ------------------------------------------------------------------------
-r20062 | etxrab | 2006-12-07 12:34:08 -0800 (Thu, 07 Dec 2006) | 1 line
+r23158 | martinm | 2007-10-12 03:44:49 -0700 (Fri, 12 Oct 2007) | 2 lines
 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
+   A /trunk/plugins/wimaxasncp/wimaxasncp_dict.h
+
+Add missing file.
 
-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
+r23159 | martinm | 2007-10-12 04:13:59 -0700 (Fri, 12 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/packaging/u3/win32/makefile.nmake
 
+Also add wimaxasncp TLV desription files to U3 build.
 
-From Francesco Fondelli: Update/addition to Bandwidth Constraints Model code
-in OSPF.
+------------------------------------------------------------------------
+r23160 | martinm | 2007-10-12 05:26:38 -0700 (Fri, 12 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/Makefile.common
 
+Added missing header file for distcheck.
 
 ------------------------------------------------------------------------
-r20064 | etxrab | 2006-12-07 12:53:32 -0800 (Thu, 07 Dec 2006) | 1 line
+r23161 | martinm | 2007-10-12 06:29:54 -0700 (Fri, 12 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/plugins/wimaxasncp/Makefile.am
+
+Try to fix distcheck. Is this change appropriate?
 
-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
+r23162 | martinm | 2007-10-12 08:00:20 -0700 (Fri, 12 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/version_info.h
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
 
-Make "svnversion" extern, so the only definition is in version_info.c;
-this fixes build errors on some platforms.
+Add targets for lex compilation.
 
 ------------------------------------------------------------------------
-r20066 | guy | 2006-12-07 17:05:19 -0800 (Thu, 07 Dec 2006) | 2 lines
+r23163 | morriss | 2007-10-12 08:41:53 -0700 (Fri, 12 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/camel-persistentdata.c
-
-Get rid of forward declaration of non-existent routine.
+   M /trunk/plugins/ciscosm/packet-sm.c
 
+Fix hex-pane byte highlighting for the PDU message type item
 ------------------------------------------------------------------------
-r20067 | guy | 2006-12-07 17:07:09 -0800 (Thu, 07 Dec 2006) | 2 lines
+r23164 | martinm | 2007-10-12 09:51:42 -0700 (Fri, 12 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/camel-persistentdata.h
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
 
-Get rid of CR's, and set the appropriate properties.
+Another blind attempt to fix the Windows buildbot.
+Could someone please review this (I'm leaving for the day soon)?
 
 ------------------------------------------------------------------------
-r20068 | guy | 2006-12-07 17:08:48 -0800 (Thu, 07 Dec 2006) | 3 lines
+r23165 | gerald | 2007-10-12 11:26:47 -0700 (Fri, 12 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/epan/tcap-persistentdata.h
-   M /trunk/tap-camelsrt.c
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
+   M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
 
-Add the StatSRT flags to the header file, rather than declaring them in
-all modules that use them.
+Fix wimaxasncp compilation under Windows.  Rename a macro that's defined
+by the platform SDK, cast an int, and use the top-level Makefile.nmake.inc
+to build wimaxasncp_dict.{c|obj}.
 
 ------------------------------------------------------------------------
-r20069 | guy | 2006-12-07 17:11:20 -0800 (Thu, 07 Dec 2006) | 3 lines
+r23166 | stig | 2007-10-12 12:13:31 -0700 (Fri, 12 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/prefs-int.h
-   M /trunk/gtk/recent.c
+   M /trunk/doc/README.binarytrees
+   M /trunk/doc/README.capture
+   M /trunk/doc/README.display_filter
+   M /trunk/doc/README.idl2wrs
+   M /trunk/doc/README.malloc
+   M /trunk/doc/README.packaging
+   M /trunk/doc/README.plugins
+   M /trunk/doc/README.stats_tree
+   M /trunk/doc/README.tapping
+   M /trunk/doc/README.xml-output
+   M /trunk/epan/proto.c
 
-A callback in read_prefs_file() should return a prefs_set_pref_e, not an
-int.
+From Andrew Feren:
+Fix an assortment of typos and other minor errors in various README files
 
 ------------------------------------------------------------------------
-r20070 | guy | 2006-12-07 20:09:44 -0800 (Thu, 07 Dec 2006) | 3 lines
+r23167 | morriss | 2007-10-12 14:31:58 -0700 (Fri, 12 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/epan/dissectors/packet-pana.c
 
-Handle the "no error" return from pref_set_pair_fct(), to squelch
-compiler warnings.
+Fix bug 1908: strengthen the PANA new-style-dissector heuristics by checking that the length of the first AVP is less than the length of the message.
+------------------------------------------------------------------------
+r23168 | morriss | 2007-10-12 15:55:17 -0700 (Fri, 12 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
 
+s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with wide chars for us on Windows while fopen() does not.
 ------------------------------------------------------------------------
-r20071 | jmayer | 2006-12-08 07:05:41 -0800 (Fri, 08 Dec 2006) | 5 lines
+r23169 | sake | 2007-10-13 00:33:32 -0700 (Sat, 13 Oct 2007) | 4 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
+   M /trunk/doc/README.developer
 
-Get rid of UCD SNMP support (it's not longer supported and
-superseeded by net-snmp). Replace some_snmp by net_snmp
-where appropriate.
+Update to README.developer describing the use of conversation timestamps
+(which was added in SVN 22966 and 23058)
 
 
 ------------------------------------------------------------------------
-r20072 | guy | 2006-12-08 10:40:42 -0800 (Fri, 08 Dec 2006) | 2 lines
+r23170 | jake | 2007-10-13 10:18:16 -0700 (Sat, 13 Oct 2007) | 14 lines
 Changed paths:
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/epan/tcap-persistentdata.h
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-cfm.c
+   A /trunk/epan/dissectors/packet-cfm.h
 
-Declare data values exported from libwireshark with WS_VAR_IMPORT.
+From Keith Mercer :
+I would like to submit the dissector that will add support for dissecting CFM
+packets with the ethertype 0x8902 defined by the IEEE proposal for 802.1ag
+Draft 8.1.  This code has been tested using the CFM feature implemented on a
+pre-GA build of the Spirent TestCenter, and the Alcatel-Lucent 7330 ISAM
+product.  Code has been reviewed and tested by the design team at
+Alcatel-Lucent in the Access Network Department (AND).
 
-------------------------------------------------------------------------
-r20073 | guy | 2006-12-08 11:32:53 -0800 (Fri, 08 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-xot.c
+I have also added some elements for the ITU proposal Y.1731, where it will
+recognize all additional opcodes for that proposal, and it will fully dissect
+the AIS PDU.
 
-The XOT dissector is now a "new-style" dissector; register it as such.
+Fuzztest has been performed and has passed.
 
 ------------------------------------------------------------------------
-r20074 | guy | 2006-12-08 17:34:08 -0800 (Fri, 08 Dec 2006) | 3 lines
+r23171 | etxrab | 2007-10-13 14:59:33 -0700 (Sat, 13 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/README
-
-We no longer support UCD SNMP - and *do* support Net-SNMP, and have
-supported it for quite a while.
+   M /trunk/plugins/ciscosm/packet-sm.c
 
+Decode SDP inside Cisco SM messages(huge guesswork).
 ------------------------------------------------------------------------
-r20075 | guy | 2006-12-08 17:37:22 -0800 (Fri, 08 Dec 2006) | 5 lines
+r23172 | sfisher | 2007-10-13 17:56:53 -0700 (Sat, 13 Oct 2007) | 5 lines
 Changed paths:
-   M /trunk/INSTALL
+   M /trunk/plugins/ciscosm/packet-sm.c
 
-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.
+Fix Unix buildbots ("warning: 'msg_type' may be used uninitialized in this
+function")
+
 
 ------------------------------------------------------------------------
-r20076 | guy | 2006-12-08 17:39:29 -0800 (Fri, 08 Dec 2006) | 3 lines
+r23173 | etxrab | 2007-10-14 08:44:05 -0700 (Sun, 14 Oct 2007) | 6 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   A /trunk/plugins/ethercat
+   A /trunk/plugins/ethercat/AUTHORS
+   A /trunk/plugins/ethercat/COPYING
+   A /trunk/plugins/ethercat/Makefile.am
+   A /trunk/plugins/ethercat/Makefile.common
+   A /trunk/plugins/ethercat/Makefile.nmake
+   A /trunk/plugins/ethercat/moduleinfo.h
+   A /trunk/plugins/ethercat/moduleinfo.nmake
+   A /trunk/plugins/ethercat/packet-ams.c
+   A /trunk/plugins/ethercat/packet-ams.h
+   A /trunk/plugins/ethercat/packet-ecatmb.c
+   A /trunk/plugins/ethercat/packet-ecatmb.h
+   A /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   A /trunk/plugins/ethercat/packet-ethercat-datagram.h
+   A /trunk/plugins/ethercat/packet-ethercat-frame.c
+   A /trunk/plugins/ethercat/packet-ethercat-frame.h
+   A /trunk/plugins/ethercat/packet-ioraw.c
+   A /trunk/plugins/ethercat/packet-ioraw.h
+   A /trunk/plugins/ethercat/packet-nv.c
+   A /trunk/plugins/ethercat/packet-nv.h
+   A /trunk/plugins/ethercat/plugin.rc.in
 
-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.
+Ethercat plugin
+Author :
+Richard Kuemmel <r.kuemmel[AT]beckhoff.de>
 
+Updates and bugfixes:
+Peter Johansson <peterjohansson73[AT]gmail.com>
 ------------------------------------------------------------------------
-r20077 | sfisher | 2006-12-08 18:25:23 -0800 (Fri, 08 Dec 2006) | 5 lines
+r23174 | etxrab | 2007-10-14 08:45:24 -0700 (Sun, 14 Oct 2007) | 6 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).
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
 
+Ethercat plugin
+Author :
+Richard Kuemmel <r.kuemmel[AT]beckhoff.de>
 
+Updates and bugfixes:
+Peter Johansson <peterjohansson73[AT]gmail.com>
 ------------------------------------------------------------------------
-r20078 | ulfl | 2006-12-09 01:28:29 -0800 (Sat, 09 Dec 2006) | 1 line
+r23175 | etxrab | 2007-10-14 11:32:15 -0700 (Sun, 14 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/profinet/packet-pn-ptcp.c
+   M /trunk/configure.in
 
-add IRDataUUID to the blocks subitem
+Forgotten file.
 ------------------------------------------------------------------------
-r20079 | ulfl | 2006-12-09 01:32:21 -0800 (Sat, 09 Dec 2006) | 1 line
+r23176 | etxrab | 2007-10-14 11:34:22 -0700 (Sun, 14 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-change it to "Seconds Since Epoch (1970-01-01):   1234567890.123456"
+And U3 ...
 ------------------------------------------------------------------------
-r20080 | ulfl | 2006-12-09 02:09:48 -0800 (Sat, 09 Dec 2006) | 1 line
+r23177 | jake | 2007-10-14 14:01:01 -0700 (Sun, 14 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/plugins/ethercat/Makefile.am
+   M /trunk/plugins/ethercat/Makefile.common
+   M /trunk/plugins/ethercat/moduleinfo.h
+   M /trunk/plugins/ethercat/moduleinfo.nmake
+   M /trunk/plugins/ethercat/packet-ams.h
+   M /trunk/plugins/ethercat/packet-ecatmb.h
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.h
+   M /trunk/plugins/ethercat/packet-ethercat-frame.h
+   M /trunk/plugins/ethercat/packet-ioraw.h
+   M /trunk/plugins/ethercat/packet-nv.h
 
-add WinPcap beta 2 and 3 to the details version check
+Someone has a compromised filesystem since it contained all kinds of stuff from other plugins.
+Tried to clean it up and get it in line with the rest of the codebase.
+Still doesn't compile without warnings though.
 ------------------------------------------------------------------------
-r20081 | jake | 2006-12-09 08:37:54 -0800 (Sat, 09 Dec 2006) | 2 lines
+r23178 | etxrab | 2007-10-14 15:05:52 -0700 (Sun, 14 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/configure.in
-
-Remove mention of UCD SNMP completely.
+   M /trunk/packaging/u3/win32/makefile.nmake
 
+From Martin Mathieson:
+Hopefully the u3 build will then be able to run to completion.
 ------------------------------------------------------------------------
-r20082 | sahlberg | 2006-12-09 13:29:06 -0800 (Sat, 09 Dec 2006) | 6 lines
+r23179 | etxrab | 2007-10-14 22:26:22 -0700 (Sun, 14 Oct 2007) | 1 line
 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)
-
+   M /trunk/configure.in
+   M /trunk/plugins/Makefile.am
 
+Remove Ethercat from the makefiles
 ------------------------------------------------------------------------
-r20083 | sahlberg | 2006-12-09 14:30:12 -0800 (Sat, 09 Dec 2006) | 3 lines
+r23180 | etxrab | 2007-10-14 22:45:50 -0700 (Sun, 14 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
-
+   M /trunk/configure.in
+   M /trunk/plugins/Makefile.am
 
+Remove Ethercat from the makefiles(second try)
 ------------------------------------------------------------------------
-r20084 | guy | 2006-12-09 14:34:13 -0800 (Sat, 09 Dec 2006) | 3 lines
+r23181 | kukosa | 2007-10-15 04:51:01 -0700 (Mon, 15 Oct 2007) | 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.
+   M /trunk/tools/asn2wrs.py
 
+- new command line option -E which makes just .cnf export file
+- new directive #.IMPORT which ignores nonexistent input file if -E is used
+- type name parameter for #.FN_HDR and #.FN_FTR is optional if #.FN_PARS or #.FN_HDR precedes
 ------------------------------------------------------------------------
-r20085 | sahlberg | 2006-12-09 16:43:24 -0800 (Sat, 09 Dec 2006) | 3 lines
+r23182 | kukosa | 2007-10-15 05:21:30 -0700 (Mon, 15 Oct 2007) | 1 line
 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
-
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
 
+use the -E asn2wrs option to create exported cnf file
 ------------------------------------------------------------------------
-r20086 | sahlberg | 2006-12-09 17:53:19 -0800 (Sat, 09 Dec 2006) | 3 lines
+r23183 | kukosa | 2007-10-15 05:25:05 -0700 (Mon, 15 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-improve READCAPACITY10
-
+   M /trunk/asn1/q932/Makefile.common
+   M /trunk/asn1/qsig/Makefile.common
 
+create exported cnf file for Q.932 and QSIG
+(they are not used in any Wireshark dissector but they can be used in any plugin as few Q.932 and QSIG types are exported)
 ------------------------------------------------------------------------
-r20087 | sahlberg | 2006-12-09 18:32:57 -0800 (Sat, 09 Dec 2006) | 3 lines
+r23184 | martinm | 2007-10-15 05:32:19 -0700 (Mon, 15 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-fix up READEFECTDATA 10 and 12
+   M /trunk/Makefile.am
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/plugins/wimaxasncp/Makefile.am
+   D /trunk/plugins/wimaxasncp/dictionary.dtd
+   D /trunk/plugins/wimaxasncp/dictionary.xml
+   A /trunk/wimaxasncp
+   A /trunk/wimaxasncp/dictionary.dtd
+   A /trunk/wimaxasncp/dictionary.xml
 
+In source tree, move wimaxasncp TLV files from plugin folder -> new top-level wimaxasncp folder.
 
 ------------------------------------------------------------------------
-r20088 | sahlberg | 2006-12-09 18:45:06 -0800 (Sat, 09 Dec 2006) | 3 lines
+r23185 | kukosa | 2007-10-15 07:04:55 -0700 (Mon, 15 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-add dissection of READLONG10
-
+   M /trunk/asn1/Makefile.inc
 
+fix ifdef/endif bug
 ------------------------------------------------------------------------
-r20089 | sahlberg | 2006-12-09 18:59:09 -0800 (Sat, 09 Dec 2006) | 3 lines
+r23186 | kukosa | 2007-10-15 07:21:35 -0700 (Mon, 15 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-add dissection of READ LONG 16
-
+   M /trunk/asn1/Makefile.inc
 
+comment out EXPORT_FILES till some automake expert can look at it
 ------------------------------------------------------------------------
-r20090 | sahlberg | 2006-12-09 19:47:11 -0800 (Sat, 09 Dec 2006) | 2 lines
+r23187 | wmeier | 2007-10-15 09:44:31 -0700 (Mon, 15 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
+   M /trunk/Makefile.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/plugins/Makefile.nmake
+   M /trunk/tools/Makefile.nmake
 
-fixup REASSIGN BLOCKS
+Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only once (instead of worst-case 1+2+3 times)
 
 ------------------------------------------------------------------------
-r20091 | sahlberg | 2006-12-09 19:56:25 -0800 (Sat, 09 Dec 2006) | 2 lines
+r23188 | etxrab | 2007-10-15 11:39:58 -0700 (Mon, 15 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-fixup START STOP UNIT
+   M /trunk/Makefile.am
+   M /trunk/configure.in
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ams.h
+   M /trunk/plugins/ethercat/packet-ecatmb.h
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.h
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.h
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-ioraw.h
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/ethercat/packet-nv.h
 
+From Peter Johansson:
+addressing the compilation problems
 ------------------------------------------------------------------------
-r20092 | guy | 2006-12-09 20:12:35 -0800 (Sat, 09 Dec 2006) | 7 lines
+r23189 | kukosa | 2007-10-15 11:44:53 -0700 (Mon, 15 Oct 2007) | 2 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.
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/h225/Makefile.common
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h235/Makefile.common
+   M /trunk/asn1/h235/h235.cnf
 
+- add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmake
+- solve h225<->h235 cyclic dependency with usage of -E option and #.IMPORT directive
 ------------------------------------------------------------------------
-r20093 | sfisher | 2006-12-09 20:38:42 -0800 (Sat, 09 Dec 2006) | 6 lines
+r23190 | etxrab | 2007-10-15 11:57:10 -0700 (Mon, 15 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/s4406/s4406.cnf
-
-
-From Stig Bjorlykke:
-
-This patch fixes a small typo in the s4406 dissector.
-
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-mgcp.c
+   A /trunk/epan/dissectors/packet-mgcp.h
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
 
+Make MGCP a builtin dissector to reduce the number of plugins.
+(Leave the MGCP plugin dir for now).
 ------------------------------------------------------------------------
-r20094 | sfisher | 2006-12-09 20:57:47 -0800 (Sat, 09 Dec 2006) | 4 lines
+r23191 | etxrab | 2007-10-15 12:19:33 -0700 (Mon, 15 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-s4406.c
-
-
-Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)
-
+   M /trunk/plugins/Makefile.am
 
+Add ethercat again
 ------------------------------------------------------------------------
-r20095 | sahlberg | 2006-12-10 03:14:35 -0800 (Sun, 10 Dec 2006) | 3 lines
+r23192 | etxrab | 2007-10-15 13:11:25 -0700 (Mon, 15 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-add SYNC CACHE 10 and 16
-
+   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-aim-buddylist.c
+   M /trunk/epan/dissectors/packet-aim-generic.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-amqp.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-asf.c
+   M /trunk/epan/dissectors/packet-atalk.c
 
+Implement some of the minor possible speed improvment patches.
 ------------------------------------------------------------------------
-r20096 | sahlberg | 2006-12-10 03:43:02 -0800 (Sun, 10 Dec 2006) | 2 lines
+r23193 | etxrab | 2007-10-15 13:12:02 -0700 (Mon, 15 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-fix the broken VERIFY 10, 12, 16
+   M /trunk/plugins/ethercat/packet-ecatmb.c
 
+Try to fix the buildbot.
 ------------------------------------------------------------------------
-r20097 | sahlberg | 2006-12-10 04:01:36 -0800 (Sun, 10 Dec 2006) | 3 lines
+r23194 | wmeier | 2007-10-15 13:44:03 -0700 (Mon, 15 Oct 2007) | 2 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
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-asf.c
 
+Fix col_add_str args; (I think this is correct)
 
 ------------------------------------------------------------------------
-r20098 | sahlberg | 2006-12-10 05:04:37 -0800 (Sun, 10 Dec 2006) | 2 lines
+r23195 | jmayer | 2007-10-15 14:15:57 -0700 (Mon, 15 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.preinc
 
-fix the WRVERIFY commands
+MAKEFLAGS doesn't belong into Makefile.am - it's added automagically
+when generating Makefile.in
 
 ------------------------------------------------------------------------
-r20099 | sahlberg | 2006-12-10 05:38:42 -0800 (Sun, 10 Dec 2006) | 9 lines
+r23196 | stig | 2007-10-15 14:46:08 -0700 (Mon, 15 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-
-add dissection of
-writelong10
-writesame10/16
-xdread10
-xdwrite10
-xdwriteread10
-xpwrite10
+   M /trunk/plugins/ethercat/packet-ecatmb.c
 
+Fixed compiler errors.
 
 ------------------------------------------------------------------------
-r20100 | sahlberg | 2006-12-10 05:52:30 -0800 (Sun, 10 Dec 2006) | 3 lines
+r23197 | etxrab | 2007-10-15 15:20:53 -0700 (Mon, 15 Oct 2007) | 1 line
 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
-
+   M /trunk/gtk/voip_calls.c
 
+Change mgcp include.
 ------------------------------------------------------------------------
-r20101 | jmayer | 2006-12-10 10:55:24 -0800 (Sun, 10 Dec 2006) | 3 lines
+r23198 | guy | 2007-10-15 15:54:21 -0700 (Mon, 15 Oct 2007) | 5 lines
 Changed paths:
-   A /trunk/tools/pidl/tests/ndr_fullptr.pl
+   M /trunk/ChangeLog
 
-Forgot to add this file during one of the last commits.
+Checkin comments also talk about adding "$Id$", so don't expand "$Id$"
+in this file - we don't give it its own RCS ID.
 
+Fix up some of the expanded $Id$s.
 
 ------------------------------------------------------------------------
-r20102 | jake | 2006-12-10 14:19:11 -0800 (Sun, 10 Dec 2006) | 2 lines
+r23199 | etxrab | 2007-10-15 22:45:03 -0700 (Mon, 15 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/h223/Makefile.nmake
-
-Lost the quotes in the Python line.
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/tap-mgcpstat.c
 
+Change mgcp include.
 ------------------------------------------------------------------------
-r20103 | etxrab | 2006-12-10 14:58:55 -0800 (Sun, 10 Dec 2006) | 3 lines
+r23200 | jake | 2007-10-15 22:47:55 -0700 (Mon, 15 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipmi.c
+   D /trunk/epan/dissectors/packet-mgcp.c
+   D /trunk/epan/dissectors/packet-mgcp.h
 
-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.
+Don't just copy a file and check that in. Use svn copy to retain the history.
 ------------------------------------------------------------------------
-r20104 | etxrab | 2006-12-10 15:00:44 -0800 (Sun, 10 Dec 2006) | 1 line
+r23201 | jake | 2007-10-15 22:49:55 -0700 (Mon, 15 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/diameter/dictionary.xml
+   A /trunk/epan/dissectors/packet-mgcp.c (from /trunk/plugins/mgcp/packet-mgcp.c:23198)
+   A /trunk/epan/dissectors/packet-mgcp.h (from /trunk/plugins/mgcp/packet-mgcp.h:23198)
 
-Add SIP error codes.
+Make MGCP a builtin dissector to reduce the number of plugins.
+(Leave the MGCP plugin dir for now).
 ------------------------------------------------------------------------
-r20105 | guy | 2006-12-10 17:55:50 -0800 (Sun, 10 Dec 2006) | 10 lines
+r23202 | jmayer | 2007-10-16 06:59:40 -0700 (Tue, 16 Oct 2007) | 6 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.
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/asn1/acp133
+   M /trunk/asn1/acp133/acp133.cnf
+   M /trunk/asn1/acse
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/ansi-tcap
+   M /trunk/asn1/ansi_map
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/camel
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/cdt
+   M /trunk/asn1/cmip
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cms
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/dap
+   M /trunk/asn1/dap/dap.cnf
+   M /trunk/asn1/disp
+   M /trunk/asn1/disp/disp.cnf
+   M /trunk/asn1/dop
+   M /trunk/asn1/dop/dop.cnf
+   M /trunk/asn1/dsp
+   M /trunk/asn1/dsp/dsp.cnf
+   M /trunk/asn1/ess
+   M /trunk/asn1/ess/ess.cnf
+   M /trunk/asn1/ftam
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/gnm
+   M /trunk/asn1/gnm/gnm.cnf
+   M /trunk/asn1/gsmmap
+   M /trunk/asn1/gsmmap/Makefile.common
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/h225
+   M /trunk/asn1/h225/Makefile.common
+   M /trunk/asn1/h235
+   M /trunk/asn1/h235/Makefile.common
+   M /trunk/asn1/h245
+   M /trunk/asn1/h248
+   M /trunk/asn1/h450
+   M /trunk/asn1/h450/h450.cnf
+   M /trunk/asn1/h450-ros
+   M /trunk/asn1/inap
+   M /trunk/asn1/ldap
+   M /trunk/asn1/logotype-cert-extn
+   M /trunk/asn1/logotype-cert-extn/logotypecertextn.cnf
+   M /trunk/asn1/mms
+   M /trunk/asn1/mms/mms.cnf
+   M /trunk/asn1/mpeg-audio
+   M /trunk/asn1/mpeg-pes
+   M /trunk/asn1/nbap
+   M /trunk/asn1/ns-cert-exts
+   M /trunk/asn1/ocsp
+   M /trunk/asn1/ocsp/ocsp.cnf
+   M /trunk/asn1/pkcs1
+   M /trunk/asn1/pkcs1/pkcs1.cnf
+   M /trunk/asn1/pkcs12
+   M /trunk/asn1/pkcs12/pkcs12.cnf
+   M /trunk/asn1/pkinit
+   M /trunk/asn1/pkinit/pkinit.cnf
+   M /trunk/asn1/pkix1explicit
+   M /trunk/asn1/pkix1implicit
+   M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
+   M /trunk/asn1/pkixcmp
+   M /trunk/asn1/pkixcmp/cmp.cnf
+   M /trunk/asn1/pkixcrmf
+   M /trunk/asn1/pkixcrmf/crmf.cnf
+   M /trunk/asn1/pkixproxy
+   M /trunk/asn1/pkixqualified
+   M /trunk/asn1/pkixqualified/pkixqualified.cnf
+   M /trunk/asn1/pkixtsp
+   M /trunk/asn1/pkixtsp/pkixtsp.cnf
+   M /trunk/asn1/pres
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/asn1/q932
+   M /trunk/asn1/q932/Makefile.common
+   M /trunk/asn1/q932-ros
+   M /trunk/asn1/qsig
+   M /trunk/asn1/qsig/Makefile.common
+   M /trunk/asn1/ranap
+   M /trunk/asn1/rnsap
+   M /trunk/asn1/ros
+   M /trunk/asn1/rrc
+   M /trunk/asn1/rrlp
+   M /trunk/asn1/rtse
+   M /trunk/asn1/s4406
+   M /trunk/asn1/s4406/s4406.cnf
+   M /trunk/asn1/sabp
+   M /trunk/asn1/smrse
+   M /trunk/asn1/snmp
+   M /trunk/asn1/spnego
+   M /trunk/asn1/t38
+   M /trunk/asn1/tcap
+   M /trunk/asn1/ulp
+   M /trunk/asn1/wlancertextn
+   M /trunk/asn1/x411
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x420
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/asn1/x509af
+   M /trunk/asn1/x509af/x509af.cnf
+   M /trunk/asn1/x509ce
+   M /trunk/asn1/x509ce/x509ce.cnf
+   M /trunk/asn1/x509if
+   M /trunk/asn1/x509if/x509if.cnf
+   M /trunk/asn1/x509sat
+   M /trunk/asn1/x509sat/x509sat.cnf
+   M /trunk/asn1/x721
 
-Clean up indentation.
+- Fix svn:ignore for all directories
+- gsmmap: uncomment -s option in gsmmap.cnf
+- Fix cyclic dependencies:
+  + Remove EXPORT_CNF from dependencies for cnf files
+  + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf
 
 ------------------------------------------------------------------------
-r20106 | guy | 2006-12-10 18:58:38 -0800 (Sun, 10 Dec 2006) | 2 lines
+r23203 | jmayer | 2007-10-16 07:09:33 -0700 (Tue, 16 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/tap.c
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.preinc
 
-Do bounds checking on tap_packet_array.
+Don't generate dissectors on top level make.
 
 ------------------------------------------------------------------------
-r20107 | guy | 2006-12-10 19:32:01 -0800 (Sun, 10 Dec 2006) | 5 lines
+r23204 | jmayer | 2007-10-16 07:30:41 -0700 (Tue, 16 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/expert_comp_table.c
+   M /trunk/plugins/ethercat/packet-ecatmb.c
 
-We only need to add the tree view to its containing scrolled window
-once.  (Subsequent attempts produce a warning and do nothing.)
+Fix a warning about different variable sizes that prevented compilation
+with gcc.
 
-Clean up indentation.
+------------------------------------------------------------------------
+r23205 | morriss | 2007-10-16 07:54:51 -0700 (Tue, 16 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/ethercat/packet-ecatmb.c
 
+sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit number when compiling for 32-bit) so cast sizeof() values that are passed to g_snprintf() to guint (since that appears to be the intent of the display).
 ------------------------------------------------------------------------
-r20108 | kukosa | 2006-12-11 00:47:38 -0800 (Mon, 11 Dec 2006) | 1 line
+r23206 | morriss | 2007-10-16 08:43:18 -0700 (Tue, 16 Oct 2007) | 7 lines
 Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/diam_dict.l
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-isakmp.c
    M /trunk/epan/dissectors/packet-ssl-utils.c
    M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/radius_dict.l
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat_load.l
+   M /trunk/wiretap/file_util.h
+   M /trunk/wiretap/k12.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
+Change more fopen() to eth_fopen() to finish fixing bug 1827:
 
-add a comment about the (few) opcodes that are still missing
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1827
 
+Update README.developer to tell developers not to use fopen() and friends
+directly.
 
 ------------------------------------------------------------------------
-r20110 | sahlberg | 2006-12-11 01:07:10 -0800 (Mon, 11 Dec 2006) | 5 lines
+r23207 | morriss | 2007-10-16 08:58:25 -0700 (Tue, 16 Oct 2007) | 1 line
 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
-
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/wslua/init_wslua.c
+   M /trunk/text2pcap.c
 
+A few more s/fopen/eth_fopen/
 ------------------------------------------------------------------------
-r20111 | guy | 2006-12-11 01:55:22 -0800 (Mon, 11 Dec 2006) | 3 lines
+r23208 | morriss | 2007-10-16 10:19:16 -0700 (Tue, 16 Oct 2007) | 9 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.
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-hci_h4.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
-------------------------------------------------------------------------
-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
+From Paolo Abeni via bug 1751:
 
-fixup ERASE16 FORMAT_MEDIUM and LOAD_UNLOAD commands
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1751
 
+The patch adds support to wiretap for a new libpcap DLT for bluetooth captures.
+This DLT carries the direction information, which now can be displayed
+correctly.
+The hci H4 dissector is updated to handle also the newly introduced wtap encap.
 
 ------------------------------------------------------------------------
-r20113 | martinm | 2006-12-11 02:43:43 -0800 (Mon, 11 Dec 2006) | 1 line
+r23209 | morriss | 2007-10-16 11:28:27 -0700 (Tue, 16 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
 
-Try to fix build (on Linux at least...) by including <errno.h>
+text2pcap now depends on libwiretap (for eth_fopen()) but only on Windows.  Make it depend on libwiretap on *NIX, too, only to keep things in sync.
 ------------------------------------------------------------------------
-r20114 | martinm | 2006-12-11 05:33:46 -0800 (Mon, 11 Dec 2006) | 2 lines
+r23210 | guy | 2007-10-16 12:01:58 -0700 (Tue, 16 Oct 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/configure.in
 
-Remove \n from long preference description
+Bug 1704 is fixed in the main branch by the simpler expedient of not
+using modf() and thus not requiring libm.  In addition, adding -lm to
+the dependencies upsets the build on at least some platforms because
+"-lm" isn't a pathname.
 
 ------------------------------------------------------------------------
-r20115 | gerald | 2006-12-11 10:24:27 -0800 (Mon, 11 Dec 2006) | 5 lines
+r23211 | sake | 2007-10-16 16:42:33 -0700 (Tue, 16 Oct 2007) | 7 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_system.h
+   M /trunk/epan/crypt/airpdcap_user.h
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-fmp.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-rsl.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/oids.h
+   M /trunk/epan/wslua/wslua_dumper.c
+   M /trunk/epan/wslua/wslua_tvb.c
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_dlg.h
+   M /trunk/wiretap/k12.c
+
+From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buffer lenght:"
+
+(recursively grepped through the source and corrected all occurences, even 
+the ones just in comments)
+
 
-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
+r23212 | jake | 2007-10-16 23:24:43 -0700 (Tue, 16 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/epan/dissectors/packet-e164.c
+   M /trunk/epan/dissectors/packet-isup.c
 
-remove some warnings
+Properly decode "South Africa"
 ------------------------------------------------------------------------
-r20117 | sfisher | 2006-12-11 12:09:04 -0800 (Mon, 11 Dec 2006) | 6 lines
+r23213 | sake | 2007-10-17 00:14:56 -0700 (Wed, 17 Oct 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/column.c
-   M /trunk/epan/column.h
-   M /trunk/gtk/packet_list.c
+   M /trunk/epan/dissectors/packet-tcp.c
 
+Fix for bug 1542:
 
-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.)
+When a SYN/ACK is missing in the capture, the base_seq used in 
+relative sequence numbers was not set correctly. I made the
+setting of fwd->base_seq and rev->base_seq a little more solid.
 
 
 ------------------------------------------------------------------------
-r20118 | sfisher | 2006-12-11 12:24:51 -0800 (Mon, 11 Dec 2006) | 6 lines
+r23214 | kukosa | 2007-10-17 02:51:27 -0700 (Wed, 17 Oct 2007) | 1 line
 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)
-
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
 
+make dissect_per_length_determinant() private
 ------------------------------------------------------------------------
-r20119 | jake | 2006-12-11 13:28:07 -0800 (Mon, 11 Dec 2006) | 2 lines
+r23215 | kukosa | 2007-10-17 02:55:08 -0700 (Wed, 17 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-acn.c
-
-Removed executable property.
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-q932.h
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-qsig.h
 
+- register QSIG over SIP
+- regenerate Q932, Q932-ROS, QSIG from new makefiles
 ------------------------------------------------------------------------
-r20120 | jake | 2006-12-11 13:46:39 -0800 (Mon, 11 Dec 2006) | 2 lines
+r23216 | kukosa | 2007-10-17 03:25:21 -0700 (Wed, 17 Oct 2007) | 8 lines
 Changed paths:
-   M /trunk/plugins/h223/Makefile.am
-
-Add files to EXTRA_DIST target.
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h235/Makefile.common
+   M /trunk/asn1/h235/h235.cnf
+   M /trunk/asn1/h235/packet-h235-template.c
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/asn1/h245/packet-h245-template.c
+   A /trunk/asn1/h323
+   A /trunk/asn1/h323/Makefile.am
+   A /trunk/asn1/h323/Makefile.common
+   A /trunk/asn1/h323/Makefile.nmake
+   A /trunk/asn1/h323/RAS-PROTOCOL-TUNNEL.asn
+   A /trunk/asn1/h323/ROBUSTNESS-DATA.asn
+   A /trunk/asn1/h323/h323.cnf
+   A /trunk/asn1/h323/packet-h323-template.c
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h235.h
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   A /trunk/epan/dissectors/packet-h323.c
+   M /trunk/epan/dissectors/packet-h450-ros.c
+   M /trunk/epan/dissectors/packet-h450-ros.h
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-t38.h
 
+new H.323 dissector
+  - Generic Extensible Framework helper
+  - Annex M1 (QSIG over H.323)
+  - Annex M4
+  - Annex R
+H.225/H.245 support for Generic Extensible Framework (GEF)
+H.235 register MIKEY into new H.225/H.245 GEF tables
+regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles
 ------------------------------------------------------------------------
-r20121 | gerald | 2006-12-11 16:16:22 -0800 (Mon, 11 Dec 2006) | 2 lines
+r23217 | kukosa | 2007-10-17 04:06:14 -0700 (Wed, 17 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-
-Update Neil Kettle's address.
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h323.h
 
+add forgotten packet-h323.h
 ------------------------------------------------------------------------
-r20122 | wmeier | 2006-12-11 18:24:51 -0800 (Mon, 11 Dec 2006) | 2 lines
+r23218 | jake | 2007-10-17 11:25:01 -0700 (Wed, 17 Oct 2007) | 1 line
 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
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb2.c
 
+Flag error
 ------------------------------------------------------------------------
-r20123 | etxrab | 2006-12-11 23:05:01 -0800 (Mon, 11 Dec 2006) | 1 line
+r23219 | jake | 2007-10-17 11:25:29 -0700 (Wed, 17 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-ncp2222.inc
 
-Add get_column_width_string to make win32 build work.
+Mask error
 ------------------------------------------------------------------------
-r20124 | etxrab | 2006-12-11 23:06:40 -0800 (Mon, 11 Dec 2006) | 1 line
+r23220 | jake | 2007-10-17 11:25:49 -0700 (Wed, 17 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
 
-Dissect Get Channel Authentication Capabilities Command.
+Logic error
 ------------------------------------------------------------------------
-r20125 | sahlberg | 2006-12-12 00:28:37 -0800 (Tue, 12 Dec 2006) | 7 lines
+r23221 | morriss | 2007-10-17 14:25:16 -0700 (Wed, 17 Oct 2007) | 1 line
 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)
-
-
-
+   M /trunk/plugins/mate/mate_grammar.lemon
+   M /trunk/plugins/mate/mate_parser.l
+   M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
 
+s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).
 ------------------------------------------------------------------------
-r20126 | gerald | 2006-12-12 14:24:18 -0800 (Tue, 12 Dec 2006) | 14 lines
+r23222 | stig | 2007-10-18 04:29:32 -0700 (Thu, 18 Oct 2007) | 2 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.
+   M /trunk/epan/libwireshark.def
 
-Use value_strings instead of duplicating their functionality with our
-own routines.  Print the WME surplus bandwidth allowance factor.  Fix
-some compiler warnings.
+Add eth_stdio_open to libwireshark.def
 
-Update the release notes.
+------------------------------------------------------------------------
+r23223 | grahamb | 2007-10-18 04:42:59 -0700 (Thu, 18 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-Some of the changes are untested due to a lack of capture data.
+Fixed sort order, used case-insensitive ascending
+------------------------------------------------------------------------
+r23224 | grahamb | 2007-10-18 05:08:50 -0700 (Thu, 18 Oct 2007) | 1 line
+Changed paths:
+   M /trunk
+   M /trunk/epan
+   M /trunk/plugins/agentx
+   M /trunk/plugins/artnet
+   M /trunk/plugins/asn1
+   M /trunk/plugins/ciscosm
+   M /trunk/plugins/docsis
+   M /trunk/plugins/enttec
+   M /trunk/plugins/ethercat
+   M /trunk/plugins/giop
+   M /trunk/plugins/gryphon
+   M /trunk/plugins/irda
+   M /trunk/plugins/lwres
+   M /trunk/plugins/mate
+   M /trunk/plugins/opcua
+   M /trunk/plugins/opsi
+   M /trunk/plugins/pcli
+   M /trunk/plugins/profinet
+   M /trunk/plugins/rlm
+   M /trunk/plugins/rtnet
+   M /trunk/plugins/rudp
+   M /trunk/plugins/sbus
+   M /trunk/plugins/stats_tree
+   M /trunk/plugins/unistim
+   M /trunk/plugins/v5ua
+   M /trunk/plugins/wimaxasncp
+   M /trunk/tools/lemon
+   M /trunk/wiretap
 
+Updated svn:ignore props for win32 build
 ------------------------------------------------------------------------
-r20127 | ulfl | 2006-12-12 15:49:28 -0800 (Tue, 12 Dec 2006) | 1 line
+r23225 | stig | 2007-10-18 05:41:11 -0700 (Thu, 18 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/tcp_graph.c
+   M /trunk/asn1/h323
+
+Added svn:ignore targets for asn1/h323
 
-gtkglobals.h not needed
 ------------------------------------------------------------------------
-r20128 | ulfl | 2006-12-12 15:50:59 -0800 (Tue, 12 Dec 2006) | 1 line
+r23226 | kukosa | 2007-10-18 06:35:57 -0700 (Thu, 18 Oct 2007) | 6 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   A /trunk/asn1/h460
+   A /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
+   A /trunk/asn1/h460/CALL-PRIORITY.asn
+   A /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
+   A /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
+   A /trunk/asn1/h460/MESSAGE-BROADCAST.asn
+   A /trunk/asn1/h460/MLPP.asn
+   A /trunk/asn1/h460/Makefile.am
+   A /trunk/asn1/h460/Makefile.common
+   A /trunk/asn1/h460/Makefile.nmake
+   A /trunk/asn1/h460/NUMBER-PORTABILITY.asn
+   A /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
+   A /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
+   A /trunk/asn1/h460/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
+   A /trunk/asn1/h460/SIGNALLING-TRAVERSAL.asn
+   A /trunk/asn1/h460/h460.cnf
+   A /trunk/asn1/h460/packet-h460-template.c
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+   A /trunk/epan/dissectors/packet-h460.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/voip_calls.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tools/asn2wrs.py
 
-add MaintenanceItem block dissection, fix issues with heuristic of RT classes
+H.460 new dissector implemented (H.460.2-H.460.22)
+H.225
+ - change RysMessage_vals to h225_Rasmessage_vals
+ - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands
+ - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460
+asn2wrs make PDUs exportable
 ------------------------------------------------------------------------
-r20129 | sahlberg | 2006-12-12 18:44:00 -0800 (Tue, 12 Dec 2006) | 10 lines
+r23227 | wmeier | 2007-10-18 12:30:56 -0700 (Thu, 18 Oct 2007) | 2 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
-
+   M /trunk/Makefile.nmake
 
-This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided.
+Updated GTK/Glib/Pango Libraries
 
+------------------------------------------------------------------------
+r23228 | wmeier | 2007-10-18 12:47:45 -0700 (Thu, 18 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
 
+Oops: Backout the library updates until libraries configured for download... (??)
 
 ------------------------------------------------------------------------
-r20130 | etxrab | 2006-12-12 22:58:45 -0800 (Tue, 12 Dec 2006) | 1 line
+r23229 | etxrab | 2007-10-18 14:29:19 -0700 (Thu, 18 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
 
-Fix for parameter Media dissection with more than one parameter.
+Use gtk 2.12.1
 ------------------------------------------------------------------------
-r20131 | sfisher | 2006-12-13 14:22:05 -0800 (Wed, 13 Dec 2006) | 16 lines
+r23230 | sake | 2007-10-19 02:50:29 -0700 (Fri, 19 Oct 2007) | 18 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-stun2.c
-
+   M /trunk/epan/dissectors/packet-sflow.c
 
-From Marc Petit-Huguenin:
+From Andrew Feren:
 
-This is a new dissector for STUN v2, that is currently in WGLC at the IETF.
+sFlow datagrams can contain sampled headers from conversations on the network.
 
-- 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.
+Often it is convenient to have wireshark dissect these payload headers, but
+doing so can also have undesirable side effects.  Dissected payload headers may
+match filters looking for header fields that also happen to occur in the
+payload.  This can cause surprising results.
 
-- 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...).
+Also TCP analysis will almost always flag errors on sampled headers.  They are,
+after all, just a sample and many sequence numbers are sure to be missing.
 
+There is probably a more general way to resolve these issues, but adding
+preferences to enable/disable tcp analysis and dissection of sampled headers
+will be a good start.  This will make it possible to examine the details of
+sampled headers if desired or to disable dissection if the side effects of
+dissecting sampled headers cause issues.
 
 ------------------------------------------------------------------------
-r20132 | sfisher | 2006-12-13 16:05:03 -0800 (Wed, 13 Dec 2006) | 6 lines
+r23231 | wmeier | 2007-10-19 08:21:42 -0700 (Fri, 19 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
-
-
-From Stig Bjorlykke:
-
-* Fixed a typo in README.developer
+   M /trunk/doc/README.plugins
 
+Minor update to reflect recent plugins/Makefile.nmake change to clean/distclean/maintainer-clean 
 
 ------------------------------------------------------------------------
-r20133 | sfisher | 2006-12-13 16:16:06 -0800 (Wed, 13 Dec 2006) | 19 lines
+r23232 | sfisher | 2007-10-19 15:40:42 -0700 (Fri, 19 Oct 2007) | 4 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.
+   M /trunk/wiretap/iseries.c
 
-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
+Fix bug #1926: buffer overflow when parsing iseries files
 
 
 ------------------------------------------------------------------------
-r20134 | sfisher | 2006-12-13 19:34:26 -0800 (Wed, 13 Dec 2006) | 5 lines
+r23233 | guy | 2007-10-19 19:34:41 -0700 (Fri, 19 Oct 2007) | 3 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.
+   M /trunk/gtk/gui_utils.c
 
+Silently ignore bogus geometry subkeys, just as we silently ignore other
+bogus entries in the recent file.  This fixes bug 1925.
 
 ------------------------------------------------------------------------
-r20135 | jake | 2006-12-13 23:54:55 -0800 (Wed, 13 Dec 2006) | 2 lines
+r23234 | guy | 2007-10-19 20:45:47 -0700 (Fri, 19 Oct 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/privileges.c
 
-Some source code clean up.
+In relinquish_special_privs_perm(), only relinquish special privileges
+if we were given them; doing so when we weren't seems to change the
+apparent group set in OS X 10.5 (and possibly 10.4 - the group set
+manipulated by getgroups()/setgroups() isn't the full group set, and
+changing your UID might cause the credential identity resolver daemon
+not to give you your full group set).
 
 ------------------------------------------------------------------------
-r20136 | sahlberg | 2006-12-14 02:11:40 -0800 (Thu, 14 Dec 2006) | 6 lines
+r23235 | martinm | 2007-10-22 03:03:22 -0700 (Mon, 22 Oct 2007) | 2 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.
+   M /trunk/Makefile.nmake
 
-this fixes some issues with some really ancient cifs implementations where the previous tests and statemanagement would cause it to fail othervise.
+Allow wimaxasncp plugin to be found in Windows dev build.
 
+------------------------------------------------------------------------
+r23236 | martinm | 2007-10-22 03:47:23 -0700 (Mon, 22 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
 
+Make some capitalisation more consistent.
 
 ------------------------------------------------------------------------
-r20137 | martinm | 2006-12-14 03:50:54 -0800 (Thu, 14 Dec 2006) | 1 line
+r23237 | martinm | 2007-10-22 05:16:53 -0700 (Mon, 22 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-diameter-defs.h
+
+Remove the no-longer-used packet-diameter-defs.h
 
-Fix version check needed for EDCH 'Number of subframes' field
 ------------------------------------------------------------------------
-r20138 | morriss | 2006-12-14 04:46:50 -0800 (Thu, 14 Dec 2006) | 1 line
+r23238 | kukosa | 2007-10-22 05:25:56 -0700 (Mon, 22 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-per.c
 
-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
+add flags for optional fields of EXTERNAL type into asn1_ctx_t struct
 ------------------------------------------------------------------------
-r20139 | ulfl | 2006-12-14 14:32:13 -0800 (Thu, 14 Dec 2006) | 1 line
+r23239 | martinm | 2007-10-22 06:31:51 -0700 (Mon, 22 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+
+Show multi-byte variable length fields using FT_BYTES|BASE_HEX.
+
+Note that there is still a problem with 'Apply as filter' filters.  They seem to remember the initial length of the item, and not the final length set using proto_item_set_len() (this is the case for groups of TBs/PDUs).  Will investigate when time allows...
 
-remove a warning
 ------------------------------------------------------------------------
-r20140 | morriss | 2006-12-16 07:17:43 -0800 (Sat, 16 Dec 2006) | 1 line
+r23240 | wmeier | 2007-10-22 08:13:41 -0700 (Mon, 22 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/gtk/rtp_player.c
+
+From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929
 
-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
+r23241 | gal | 2007-10-22 10:03:09 -0700 (Mon, 22 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aim.c
-
+   M /trunk/asn1/ros/Makefile.common
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-ros.h
 
-Make IPv4 addresses in AIM TLV data human readable.
+Update to use the -X and -T flags to asn2wrs.
 
 
 ------------------------------------------------------------------------
-r20142 | sfisher | 2006-12-16 21:44:32 -0800 (Sat, 16 Dec 2006) | 5 lines
+r23242 | gal | 2007-10-22 10:08:03 -0700 (Mon, 22 Oct 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
+   M /trunk/asn1/rtse/Makefile.common
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
 
-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.
+Update to use the -X and -T flags.
+Removed some workaround code in the .cnf file.
+There is still some code for handling an EXTERNAL (EXTERNALt) as the RTSE dissector has its own set of callbacks and consequently can't (currently) use the packet-ber.c functions. 
 
 
 ------------------------------------------------------------------------
-r20143 | sfisher | 2006-12-17 13:41:19 -0800 (Sun, 17 Dec 2006) | 5 lines
+r23243 | gal | 2007-10-22 10:13:08 -0700 (Mon, 22 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
-
+   M /trunk/asn1/x411/Makefile.common
+   M /trunk/asn1/x411/x411.asn
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
 
-Add sections to the chapter on building and installing for installing under
-Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD.
+Update to use the -X and -T asn2wrs flags.
+Removed the workaround code from the .cnf file.
 
 
 ------------------------------------------------------------------------
-r20144 | jake | 2006-12-18 08:23:46 -0800 (Mon, 18 Dec 2006) | 3 lines
+r23244 | gal | 2007-10-22 10:14:42 -0700 (Mon, 22 Oct 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/asn1/x420/Makefile.common
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x420.h
+
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
 
-Update plugin to the current plugin design.
-Add Windows version info resource.
 
 ------------------------------------------------------------------------
-r20145 | jake | 2006-12-18 08:24:42 -0800 (Mon, 18 Dec 2006) | 3 lines
+r23245 | gal | 2007-10-22 10:16:15 -0700 (Mon, 22 Oct 2007) | 3 lines
 Changed paths:
-   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
+   M /trunk/asn1/s4406/Makefile.common
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-s4406.h
 
-Update plugin to the current plugin design.
-Add Windows version info resource.
+Update to use the -X and -T asn2wrs flags.
+Straightfoward.
 
 ------------------------------------------------------------------------
-r20146 | martinm | 2006-12-18 09:58:52 -0800 (Mon, 18 Dec 2006) | 2 lines
+r23246 | gal | 2007-10-22 10:17:15 -0700 (Mon, 22 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/asn1/ess/Makefile.common
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
 
-Show generated field when frame has 0 TBs for a channel
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
 
 ------------------------------------------------------------------------
-r20147 | jake | 2006-12-18 13:39:19 -0800 (Mon, 18 Dec 2006) | 2 lines
+r23247 | gal | 2007-10-22 10:18:42 -0700 (Mon, 22 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/plugins/mate/Makefile.common
+   M /trunk/asn1/dap/Makefile.common
+   M /trunk/asn1/dap/dap.cnf
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-dap.h
 
-Repair distribution target.
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
 
 ------------------------------------------------------------------------
-r20148 | sfisher | 2006-12-18 15:12:50 -0800 (Mon, 18 Dec 2006) | 9 lines
+r23248 | gal | 2007-10-22 10:20:04 -0700 (Mon, 22 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/asn1/disp/Makefile.common
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-disp.h
 
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
 
-From Sebastien Tandel:
+------------------------------------------------------------------------
+r23249 | gal | 2007-10-22 10:21:11 -0700 (Mon, 22 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/dsp/Makefile.common
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dsp.h
 
-   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
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
 
 
 ------------------------------------------------------------------------
-r20149 | ulfl | 2006-12-18 16:51:07 -0800 (Mon, 18 Dec 2006) | 1 line
+r23250 | kukosa | 2007-10-22 12:29:29 -0700 (Mon, 22 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/tools/asn2wrs.py
 
-change default capturing options to use "show realtime capturing" instead of the "capture summary window"
+fix export of ObjectFieldSpec and ObjectSetFieldSpec of CLASS
 ------------------------------------------------------------------------
-r20150 | jake | 2006-12-18 23:04:59 -0800 (Mon, 18 Dec 2006) | 1 line
+r23251 | jake | 2007-10-22 22:37:42 -0700 (Mon, 22 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/stats_tree/plugin.rc.in
+   M /trunk/epan/dissectors/packet-gdsdb.c
 
-Set the right properties on the new files
+Fix for bug 1931 and bug 1932:
+A never ending while loop and a value to string mapping error.
 ------------------------------------------------------------------------
-r20151 | jake | 2006-12-18 23:06:25 -0800 (Mon, 18 Dec 2006) | 2 lines
+r23252 | etxrab | 2007-10-22 22:50:00 -0700 (Mon, 22 Oct 2007) | 6 lines
 Changed paths:
-   M /trunk/plugins/stats_tree/Makefile.common
-   M /trunk/plugins/stats_tree/moduleinfo.nmake
-
-Set the right properties on the new files.
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/cdt/cdt.cnf
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/dap/dap.cnf
+   M /trunk/asn1/dap/packet-dap-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/asn1/t38/t38.cnf
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btrfcomm.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-cimd.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-daap.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcom-remunkn.c
+   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-distcc.c
+   M /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-drda.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-echo.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl_v1.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fcoe.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-igap.c
+   M /trunk/epan/dissectors/packet-igrp.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-isis-hello.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-isis-snp.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-media.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-mq-pcf.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-mrdisc.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-msn-messenger.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-msnlb.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-mysql.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp-sss.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-ntlmssp.c
+   M /trunk/epan/dissectors/packet-omapi.c
+   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-pgsql.c
+   M /trunk/epan/dissectors/packet-portmap.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-rgmp.c
+   M /trunk/epan/dissectors/packet-rmi.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-smtp.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-ssh.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-starteam.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-tuxedo.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-xdmcp.c
+   M /trunk/epan/dissectors/packet-ypserv.c
 
+Apply the small performance enhancment patches for:
+- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster.
+Replace 
+- col_append_fstr() with faster  col_append_str() 
+- col_add_str() with col_set_str()
+when it's safe
 ------------------------------------------------------------------------
-r20152 | etxrab | 2006-12-19 14:04:22 -0800 (Tue, 19 Dec 2006) | 5 lines
+r23253 | martinm | 2007-10-23 04:02:08 -0700 (Tue, 23 Oct 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/proto.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.
+Make groups of PDUs filterable as large FT_BYTES items
+(where the initial length isn't readily available when item is first added)
+
+Note that this still won't work where an initial length of 0 is given for
+the item that will later be extended using proto_item_set_len(), as the
+pointer value part of the zero-length array will reamin NULL...
 
-With changes to make it compile with MSVC6.
 ------------------------------------------------------------------------
-r20153 | etxrab | 2006-12-19 14:07:08 -0800 (Tue, 19 Dec 2006) | 5 lines
+r23254 | guy | 2007-10-23 19:12:46 -0700 (Tue, 23 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Make sure characters aren't sign-extended before being handed to
+isalnum().
 
-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
+r23255 | guy | 2007-10-23 19:28:03 -0700 (Tue, 23 Oct 2007) | 4 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
+packet-diameter.c should now compile without warnings.  Mark it as a
+clean dissector (so that the buildbots compile it with -Werror, in the
+hopes of keeping it clean).
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20156 | jake | 2006-12-19 14:22:55 -0800 (Tue, 19 Dec 2006) | 1 line
+r23256 | guy | 2007-10-23 20:33:35 -0700 (Tue, 23 Oct 2007) | 8 lines
 Changed paths:
-   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
+   M /trunk/tshark.c
+
+Use sigaction(), not signal(), so we know what its semantics are (and so
+that we can find out what the signal action for SIGHUP is without
+changing it).
+
+That renders report_counts() safe to use at the end of a capture; do so.
+
+Clean up indentation.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20157 | jake | 2006-12-19 14:23:22 -0800 (Tue, 19 Dec 2006) | 1 line
+r23257 | guy | 2007-10-23 21:13:30 -0700 (Tue, 23 Oct 2007) | 3 lines
 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
+   M /trunk/tshark.c
+
+"sa_mask" in a "struct sigaction" is a sigset_t, which is not
+necessarily an integral data type.  Use sigemptyset() to clear it.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20158 | jake | 2006-12-19 14:23:37 -0800 (Tue, 19 Dec 2006) | 1 line
+r23258 | guy | 2007-10-23 23:21:05 -0700 (Tue, 23 Oct 2007) | 3 lines
 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
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+
+"time_t" might be an "int" or might be a "long"; cast it to "long" and
+print it with "%ld".  (It's typically signed.)
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20159 | jake | 2006-12-19 14:23:56 -0800 (Tue, 19 Dec 2006) | 1 line
+r23259 | guy | 2007-10-23 23:54:58 -0700 (Tue, 23 Oct 2007) | 6 lines
 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
+   M /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
+   M /trunk/asn1/h460/CALL-PRIORITY.asn
+   M /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
+   M /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
+   M /trunk/asn1/h460/MESSAGE-BROADCAST.asn
+   M /trunk/asn1/h460/MLPP.asn
+   M /trunk/asn1/h460/Makefile.am
+   M /trunk/asn1/h460/Makefile.common
+   M /trunk/asn1/h460/Makefile.nmake
+   M /trunk/asn1/h460/NUMBER-PORTABILITY.asn
+   M /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
+   M /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
+   M /trunk/asn1/h460/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
+   M /trunk/asn1/h460/SIGNALLING-TRAVERSAL.asn
+   M /trunk/asn1/h460/h460.cnf
+   M /trunk/asn1/h460/packet-h460-template.c
+
+Get rid of CRs, and set svn:eol-style to native.
+
+Set svn:keywords to Id while we're at it.
+
+Get rid of extra blank lines at the ends of files.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20160 | jake | 2006-12-19 14:24:16 -0800 (Tue, 19 Dec 2006) | 1 line
+r23260 | guy | 2007-10-23 23:56:07 -0700 (Tue, 23 Oct 2007) | 2 lines
 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
+   M /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
+   M /trunk/asn1/h460/CALL-PRIORITY.asn
+   M /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
+   M /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
+   M /trunk/asn1/h460/MESSAGE-BROADCAST.asn
+   M /trunk/asn1/h460/MLPP.asn
+   M /trunk/asn1/h460/Makefile.am
+   M /trunk/asn1/h460/Makefile.common
+   M /trunk/asn1/h460/Makefile.nmake
+   M /trunk/asn1/h460/NUMBER-PORTABILITY.asn
+   M /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
+   M /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
+   M /trunk/asn1/h460/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
+   M /trunk/asn1/h460/SIGNALLING-TRAVERSAL.asn
+   M /trunk/asn1/h460/h460.cnf
+
+Set svn:eol-style to native and svn:keywords to Id.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20161 | jake | 2006-12-19 14:24:40 -0800 (Tue, 19 Dec 2006) | 1 line
+r23261 | guy | 2007-10-24 00:14:34 -0700 (Wed, 24 Oct 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/asn1/h460/packet-h460-template.c
+   M /trunk/epan/dissectors/packet-h460.c
+
+Squelch warnings about uninitialized structure members.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20162 | jake | 2006-12-19 14:25:09 -0800 (Tue, 19 Dec 2006) | 1 line
+r23262 | kukosa | 2007-10-24 01:30:46 -0700 (Wed, 24 Oct 2007) | 1 line
 Changed paths:
-   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
+   M /trunk/epan/Makefile.common
+   A /trunk/epan/tap-voip.h
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+   M /trunk/gtk/voip_calls_dlg.c
 
-Add Windows version info resource.
+add common VoIP TAP listener "voip" which can be used in arbitrary experimental/proprietary protocol (implemented e.g. in plugin) and allows it to make graphs and replay streams
 ------------------------------------------------------------------------
-r20163 | jake | 2006-12-19 14:25:24 -0800 (Tue, 19 Dec 2006) | 1 line
+r23263 | kukosa | 2007-10-24 02:10:43 -0700 (Wed, 24 Oct 2007) | 1 line
 Changed paths:
-   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
+   M /trunk/gtk/voip_calls.c
 
-Add Windows version info resource.
+fix voip_calls.c:126: warning: missing initializer
 ------------------------------------------------------------------------
-r20164 | jake | 2006-12-19 14:26:06 -0800 (Tue, 19 Dec 2006) | 1 line
+r23264 | martinm | 2007-10-24 02:21:13 -0700 (Wed, 24 Oct 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/gtk/voip_calls_dlg.c
+
+Add missing case.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20165 | jake | 2006-12-19 14:26:27 -0800 (Tue, 19 Dec 2006) | 1 line
+r23265 | etxrab | 2007-10-24 08:04:01 -0700 (Wed, 24 Oct 2007) | 1 line
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-uma.c
 
-Add Windows version info resource.
+Add port ranges.
 ------------------------------------------------------------------------
-r20166 | etxrab | 2006-12-19 14:26:41 -0800 (Tue, 19 Dec 2006) | 1 line
+r23266 | gerald | 2007-10-24 09:32:51 -0700 (Wed, 24 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-uma.c
+
+Remove a couple of unused variables.
 
-Correct a problem with media parameter dissection and add inforamtion about a number of packages.
 ------------------------------------------------------------------------
-r20167 | jake | 2006-12-19 14:26:43 -0800 (Tue, 19 Dec 2006) | 1 line
+r23267 | gerald | 2007-10-24 09:43:45 -0700 (Wed, 24 Oct 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/docbook/release-notes.xml
+
+Add an item for the recent packet-gdsdb.c fixes.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20168 | jake | 2006-12-19 14:27:01 -0800 (Tue, 19 Dec 2006) | 1 line
+r23268 | etxrab | 2007-10-24 14:47:13 -0700 (Wed, 24 Oct 2007) | 2 lines
 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
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-text-media.c
+   M /trunk/epan/dissectors/packet-xml.c
 
-Add Windows version info resource.
+Use the media_type_dissector_table for the content type.
+Add a few media types.
 ------------------------------------------------------------------------
-r20169 | jake | 2006-12-19 14:27:15 -0800 (Tue, 19 Dec 2006) | 1 line
+r23269 | etxrab | 2007-10-24 14:52:44 -0700 (Wed, 24 Oct 2007) | 1 line
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-rtsp.c
 
-Add Windows version info resource.
+Remove unused variable.
 ------------------------------------------------------------------------
-r20170 | jake | 2006-12-19 14:27:31 -0800 (Tue, 19 Dec 2006) | 1 line
+r23270 | kukosa | 2007-10-25 02:38:15 -0700 (Thu, 25 Oct 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/epan/Makefile.common
+   A /trunk/epan/codecs.c
+   A /trunk/epan/codecs.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/plugins.c
+   M /trunk/epan/plugins.h
+   M /trunk/gtk/plugins_dlg.c
+   M /trunk/gtk/rtp_player.c
 
-Add Windows version info resource.
+new codec table for registering codecs by name
+new codec plugin type
+search registered codecs in rtp player
+fix memory leak in rtp player
 ------------------------------------------------------------------------
-r20171 | jake | 2006-12-19 14:27:45 -0800 (Tue, 19 Dec 2006) | 1 line
+r23271 | kukosa | 2007-10-25 05:24:01 -0700 (Thu, 25 Oct 2007) | 1 line
 Changed paths:
-   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
+   M /trunk/gtk/voip_calls.c
 
-Add Windows version info resource.
+do not update call_state if new call_state == VOIP_NO_STATE
 ------------------------------------------------------------------------
-r20172 | jake | 2006-12-19 14:28:03 -0800 (Tue, 19 Dec 2006) | 1 line
+r23272 | gerald | 2007-10-25 13:37:12 -0700 (Thu, 25 Oct 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/capture_sync.c
+
+Fix a typo.
 
-Add Windows version info resource.
 ------------------------------------------------------------------------
-r20173 | etxrab | 2006-12-19 14:28:20 -0800 (Tue, 19 Dec 2006) | 1 line
+r23273 | etxrab | 2007-10-25 22:42:12 -0700 (Thu, 25 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
 
-Remove an unused variable.
+Apply yet another set of the optimization patches:
+Replace strncpy with g_strlcpy.
+Add g_strlcat for GTK1 and don't use g_snprintf in GTK1 g_strlcpy
+printf family is very slow.
 ------------------------------------------------------------------------
-r20174 | jake | 2006-12-19 14:28:22 -0800 (Tue, 19 Dec 2006) | 1 line
+r23274 | kukosa | 2007-10-26 00:18:44 -0700 (Fri, 26 Oct 2007) | 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
+   M /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
+   M /trunk/asn1/h460/CALL-PRIORITY.asn
+   M /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
+   M /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
+   M /trunk/asn1/h460/MESSAGE-BROADCAST.asn
+   M /trunk/asn1/h460/MLPP.asn
+   M /trunk/asn1/h460/NUMBER-PORTABILITY.asn
+   M /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
+   M /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
 
-Add Windows version info resource.
+fix wrong headers in H.460.x ASN.1 sources
 ------------------------------------------------------------------------
-r20175 | jake | 2006-12-19 14:28:41 -0800 (Tue, 19 Dec 2006) | 1 line
+r23275 | kukosa | 2007-10-26 00:42:29 -0700 (Fri, 26 Oct 2007) | 1 line
 Changed paths:
-   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
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+   A /trunk/asn1/h501
+   A /trunk/asn1/h501/H501-MESSAGES.asn
+   A /trunk/asn1/h501/Makefile.am
+   A /trunk/asn1/h501/Makefile.common
+   A /trunk/asn1/h501/Makefile.nmake
+   A /trunk/asn1/h501/h501.cnf
+   A /trunk/asn1/h501/packet-h501-template.c
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h501.c
 
-Add Windows version info resource.
+H.501 Mobility protocol implemented
 ------------------------------------------------------------------------
-r20176 | jake | 2006-12-19 14:30:38 -0800 (Tue, 19 Dec 2006) | 1 line
+r23276 | martinm | 2007-10-26 03:38:16 -0700 (Fri, 26 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/mate/Makefile.common
-   M /trunk/plugins/mate/moduleinfo.nmake
-   M /trunk/plugins/mate/plugin.rc.in
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+Add expert item for cases of unmatched function type or message op.
 
-Set the right properties on the files.
 ------------------------------------------------------------------------
-r20177 | ulfl | 2006-12-19 14:44:35 -0800 (Tue, 19 Dec 2006) | 1 line
+r23277 | wmeier | 2007-10-26 08:26:04 -0700 (Fri, 26 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/ChangeLog
-   M /trunk/plugins/profinet/moduleinfo.h
+   M /trunk/doc/README.developer
+
+From Andrew Feren: Fix an assortment of typos and other minor errors
 
-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
+r23278 | morriss | 2007-10-26 09:19:18 -0700 (Fri, 26 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/profinet/moduleinfo.nmake
-
-Bump micro version number, like in moduleinfo.h
+   M /trunk/epan/dissectors/packet-mtp2.c
 
+Show the acronyms for LSSU types in the Info column rather than the long description (and don't tell the user it's an LSSU, they already know that).  Also, there is no such thing as a SIBO, it's a SIB.
 ------------------------------------------------------------------------
-r20179 | sahlberg | 2006-12-20 03:57:31 -0800 (Wed, 20 Dec 2006) | 8 lines
+r23279 | gerald | 2007-10-26 09:32:28 -0700 (Fri, 26 Oct 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/Makefile.nmake
+   M /trunk/capture_loop.c
+   M /trunk/capture_sync.c
+   M /trunk/capture_sync.h
+   M /trunk/dumpcap.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.
+For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a named
+pipe instead of stdin.  Add an argument (currently the parent PID) back
+to the "-Z" flag and use it to construct the pipe name.  This lets us
+pass the parent's stdin handle to dumpcap, which lets us capture from
+stdin on Windows.  Add a comment about checking for the parent process.
 
-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.
+In capture_loop.c, remove the wait_forever argument from cap_pipe_select()
+since it was always FALSE.  Set the timeout under Windows to 250 ms
+instead of 250000 ms.
 
+------------------------------------------------------------------------
+r23280 | martinm | 2007-10-26 09:53:08 -0700 (Fri, 26 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
 
+Remove some unnecessary includes.
 
 ------------------------------------------------------------------------
-r20180 | jake | 2006-12-20 08:24:19 -0800 (Wed, 20 Dec 2006) | 2 lines
+r23281 | martinm | 2007-10-26 09:57:54 -0700 (Fri, 26 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/doc/README.plugins
+   M /trunk/epan/dissectors/packet-lwapp.c
 
-Updated to describe the current state of plugin development.
+Stop including xmlstab.h
 
 ------------------------------------------------------------------------
-r20181 | jmayer | 2006-12-20 13:41:19 -0800 (Wed, 20 Dec 2006) | 1 line
+r23282 | morriss | 2007-10-26 15:17:45 -0700 (Fri, 26 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/snmp
+   M /trunk/epan/dissectors/packet-sccp.c
 
-Set svn:ignore
+Minor indentation changes
 ------------------------------------------------------------------------
-r20182 | sfisher | 2006-12-20 22:41:11 -0800 (Wed, 20 Dec 2006) | 11 lines
+r23283 | sfisher | 2007-10-26 22:11:50 -0700 (Fri, 26 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
-
-
-From Motonori Shindo:
+   M /trunk/gtk/toolbar.c
 
-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.
+Remove empty #if / #endif block
 
 
 ------------------------------------------------------------------------
-r20183 | martinm | 2006-12-21 09:05:42 -0800 (Thu, 21 Dec 2006) | 4 lines
+r23284 | jake | 2007-10-27 02:24:31 -0700 (Sat, 27 Oct 2007) | 5 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
+Fix for bug 1935. 
+RFC3315 says that the vendor-specific information option must encapsulate each
+option in the format code/length/value.  The current dhcpv6 dissector does not
+differentiate these fields, it just puts it all together as one option-data
+field. Attached is a patch that addresses this issue.
 ------------------------------------------------------------------------
-r20184 | martinm | 2006-12-21 10:00:07 -0800 (Thu, 21 Dec 2006) | 2 lines
+r23285 | etxrab | 2007-10-27 07:44:29 -0700 (Sat, 27 Oct 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-
-Add a generated field for how many data bytes are accepted by subdissector
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/ipproto.c
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
+   M /trunk/epan/tvbuff.c
 
+Apply yet another set of the optimization patches:
+- Use a fast path for the most common use of tvb_get_xxx functions:
+offset is >= 0 and tvb->real_data is set (this one is always true).
+- match_strval() is a linear search, put the most common protocols
+TCP/UDP/RDP first.
+- fix gtk1 g_strlcat declaration Use g_strlcat
 ------------------------------------------------------------------------
-r20185 | guy | 2006-12-21 13:09:39 -0800 (Thu, 21 Dec 2006) | 3 lines
+r23286 | etxrab | 2007-10-27 07:57:46 -0700 (Sat, 27 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-rtsp.c
 
-Steve Sommars wanted his work e-mail address removed and his home
-address's entry removed.
+From Andrew Feren:
+patch to test for NULL media_type_str_lower_case.
+------------------------------------------------------------------------
+r23287 | etxrab | 2007-10-27 08:02:07 -0700 (Sat, 27 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/packet.c
 
+From Andrew Feren:
+return FALSE if dissector_try_string(...) is passed a NULL string pointer
+arguably this should assert instead.
 ------------------------------------------------------------------------
-r20186 | jake | 2006-12-21 14:01:09 -0800 (Thu, 21 Dec 2006) | 3 lines
+r23288 | etxrab | 2007-10-27 08:28:35 -0700 (Sat, 27 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-edonkey.h
 
-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.
+From Stefano Picerno:
+I made some updates to the edonkey dissector.
+Most kademlia1 and some kademlia2 messages are now completely decoded.
 ------------------------------------------------------------------------
-r20187 | jake | 2006-12-21 14:13:30 -0800 (Thu, 21 Dec 2006) | 3 lines
+r23289 | etxrab | 2007-10-27 08:38:22 -0700 (Sat, 27 Oct 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/dissectors/packet-giop.c
 
-From Taisuke SASAKI:
-I found a misdecoding in dissect_sflow_extended_switch() in epan/dissector/packet-sflow.c and fixed it.
+From Steve Osselton:
+The GIOP Fragment message type was added as of GIOP 1.1. However the Fragment
+message header (containing a request id) was only added as of GIOP 1.2. The
+GIOP Fragment dissector incorrectly attempts to process the request id for a
+version 1.1 request.
 
+To fix add a version check to the dissect_giop_fragment function in
+packet-giop.c:
 ------------------------------------------------------------------------
-r20188 | etxrab | 2006-12-21 14:15:34 -0800 (Thu, 21 Dec 2006) | 1 line
+r23290 | etxrab | 2007-10-27 08:44:12 -0700 (Sat, 27 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/wiretap/nettl.c
+   M /trunk/wiretap/nettl.h
 
-Update to use gtk 2.10.6 and friends.
+From Mark C. Brown:
+Add support for the new NS_LS_SCTP tracing subsystem.
 ------------------------------------------------------------------------
-r20189 | jake | 2006-12-21 14:24:33 -0800 (Thu, 21 Dec 2006) | 4 lines
+r23291 | etxrab | 2007-10-27 08:48:47 -0700 (Sat, 27 Oct 2007) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-tipc.c
 
-From Alfred Alinazar:
-The patch is to dissect unknown information element when an Avaya PBX
-use codeset = 6 to send display.
+From Martin Peylo:
+Enhancement:
+- TIPC is available in a new version (1.7), adding/removing fields while
+keeping the same version number (2).
 
+Minor bugs:
+- In NAME_DISTRIBUTOR messages the origianting and destination node are
+switched.
+- The used size of BUNDLER messages payload is not calculated correctly when
+size%4=0, this leads to the wrong assumption that the message would be
+malformed.
 ------------------------------------------------------------------------
-r20190 | wmeier | 2006-12-21 16:38:53 -0800 (Thu, 21 Dec 2006) | 2 lines
+r23292 | etxrab | 2007-10-27 08:53:29 -0700 (Sat, 27 Oct 2007) | 6 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ipmi.c
 
-use 'rm -rf' so no error if directory already deleted (by 'clean_setup')
+From Stephane Chazelas:
+The description of the most significant bit of the "Device Revision" byte of
+the response to a "Get Device ID" is the wrong way round. 1 means "device
+provides Device SDRs" and not the contrary according to IPMI specs 1.5 and 2.0.
 
+Also, I noticed in that file that "Chassis" is spelled "Chasis".
 ------------------------------------------------------------------------
-r20191 | wmeier | 2006-12-21 20:46:26 -0800 (Thu, 21 Dec 2006) | 4 lines
+r23293 | etxrab | 2007-10-27 09:49:13 -0700 (Sat, 27 Oct 2007) | 9 lines
 Changed paths:
-   M /trunk/test/suite-capture.sh
+   M /trunk/epan/dissectors/packet-bootp.c
 
-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 ...
+From Stefan Puiu:
+According to http://www.iana.org/assignments/bootp-dhcp-parameters, suboptions
+from 1 to 10 have been defined. 3 is reserved, and most of the others have
+their own RFC. For a start I've attached a patch that decodes suboption 6 just
+as 1 and 2, and also suboption 3. This might not be entirely correct, since
+suboptions 1 and 2 are opaque values (RFC3046), while 6 is an ASCII text
+string.
 
+I added something for the other values as well...
 ------------------------------------------------------------------------
-r20192 | lego | 2006-12-21 21:48:57 -0800 (Thu, 21 Dec 2006) | 7 lines
+r23294 | jake | 2007-10-28 04:25:34 -0700 (Sun, 28 Oct 2007) | 2 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-- Fix the name of the disable_lua variable.
-== improve documentation
-   make-doc.pl ( make doc ) generates an almost complete reference manual.
+from Gisele Vanem:
+This needs file_util.h if HAVE_LIBNETTLE is defined.
+------------------------------------------------------------------------
+r23295 | gal | 2007-10-28 04:58:16 -0700 (Sun, 28 Oct 2007) | 9 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+   A /trunk/packaging/u3/win32/wireshark.bat
 
+U3 package update to:
+a) include smi.dll if SMI_DIR is set
+b) add a batch script to run the U3 wireshark configuration by simulating the U3 environment
+c) include a test step in the build process to verify that the U3 package contains all the required files (tries to run "wireshark -D")
+d) include the wireshark.bat in the U3 zip file.
 
+This final step means that the U3 package can be unzipped on any drive and run using the wireshark.bat script. (Note this currently creates an unwanted cmd window.) 
 
 
 ------------------------------------------------------------------------
-r20193 | lego | 2006-12-21 21:54:12 -0800 (Thu, 21 Dec 2006) | 3 lines
+r23296 | wmeier | 2007-10-28 06:46:20 -0700 (Sun, 28 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_tvb.c
-
-fix a typo.
+   M /trunk/Makefile.nmake
 
+Fix Windows build error if not using LUA; Bug #1950
 
 ------------------------------------------------------------------------
-r20194 | sahlberg | 2006-12-22 00:35:43 -0800 (Fri, 22 Dec 2006) | 15 lines
+r23297 | wmeier | 2007-10-28 11:12:52 -0700 (Sun, 28 Oct 2007) | 7 lines
 Changed paths:
-   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.
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/wireshark.bat
 
+Small fixes:
+1. wireshark.bat: Quote %U3_HOST_EXEC_PATH%\wireshark.exe so pathname
+   with spaces will work;
+2. makefile.nmake: Use $(MAKE) /$(MAKEFLAGS) so things like 
+   invoking nmake at the top level with /E to have environment 
+   variables override config.namke definitions will work.
 
-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)
+------------------------------------------------------------------------
+r23298 | sake | 2007-10-28 11:52:45 -0700 (Sun, 28 Oct 2007) | 12 lines
+Changed paths:
+   M /trunk/wiretap/libpcap.c
 
+Bug 1751: From Allan M. Madsen : 
 
+When trying to open a pcap file with the new pseudo-header/DLT (using SVN
+version, changelist 23283) I get the error message:
+"libpcap: ERF file has a 13-byte packet, too small to have even an ERF
+pseudo-header".
 
-this works in all my tests so far but needs more test coverage.
+After reviewing Paolo's patch I found that there are 2 places with missing
+breaks in switch case structures.
 
 
 
 ------------------------------------------------------------------------
-r20195 | sahlberg | 2006-12-22 01:01:12 -0800 (Fri, 22 Dec 2006) | 10 lines
+r23299 | sake | 2007-10-28 16:38:43 -0700 (Sun, 28 Oct 2007) | 16 lines
 Changed paths:
-   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.
+   M /trunk/epan/dissectors/packet-tcp.c
 
+This patch is a remake of SVN 22762:
 
+When doing TCP_SEQ analysis, if the packet is a SYN, then it's 
+not a lost packet but the tcp ports are being reused. This is often 
+seen in load-balanced environments where client ports are preserved 
+on the server-side.
 
-revert all changes from previous patch.
+This time it is fixed by creating a new conversation whenever a
+new SYN is received for an existing conversation. This fixes the
+following:
 
+- bug 1680: Error in TCP Sequence number analysis
+- TCP-conversation timestamps for new TCP-sessions with the addresses 
+  and ports as a previous TCP-conversation in the trace-file.
 
 
 ------------------------------------------------------------------------
-r20196 | jake | 2006-12-22 04:53:49 -0800 (Fri, 22 Dec 2006) | 4 lines
+r23300 | sake | 2007-10-28 16:49:15 -0700 (Sun, 28 Oct 2007) | 10 lines
 Changed paths:
-   M /trunk/make-version.pl
+   M /trunk/CMakeLists.txt
+   M /trunk/cmake/modules/CMakeInstallDirs.cmake
+   M /trunk/cmake/modules/FindDBUSGLIB.cmake
+   M /trunk/cmakeconfig.h.in
+
+Bug 1227 : From Frederic Heem:
+
+* modify CMakeInstallDirs.cmake according to cmake developper wishes
+* FindDBUSGLIB.cmake fixes
+* Add HAVE_CHOWN 
+* remove DBus from CMakeLists.txt. 
+* DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided
+
 
-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.
 
 ------------------------------------------------------------------------
-r20197 | wmeier | 2006-12-22 05:00:40 -0800 (Fri, 22 Dec 2006) | 3 lines
+r23301 | wmeier | 2007-10-28 17:58:06 -0700 (Sun, 28 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
 
-Use interface '1' for the capture tests;
-Add additional error output in case any other problems
+Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fix
+[asn1 template plu generated .c file]
 
 ------------------------------------------------------------------------
-r20198 | jake | 2006-12-22 06:48:51 -0800 (Fri, 22 Dec 2006) | 3 lines
+r23302 | wmeier | 2007-10-28 18:14:51 -0700 (Sun, 28 Oct 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-Fix for bug 1272.
-Check length remaining before aligning.
+Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 of fix.
+asn1 template file plus generated .[hc] files;
+Note that the generated files include changes which are a result of previous
+changes to snmp.cnf (SVN #23252) and of other changes (eg: svn 21145).
 
 ------------------------------------------------------------------------
-r20199 | morriss | 2006-12-22 09:23:45 -0800 (Fri, 22 Dec 2006) | 1 line
+r23303 | sake | 2007-10-28 23:54:25 -0700 (Sun, 28 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/epan/conversation.c
+
+When there are multiple conversations with the same key, conversation_lookup_hashtable() did not return the correct conversation for the first packet of a conversation (ie when frame_num == conversation->setup_frame).
+
 
-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
+r23304 | sahlberg | 2007-10-29 00:14:50 -0700 (Mon, 29 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/test/suite-capture.sh
+   A /trunk/epan/dissectors/packet-x224.c
 
-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 ??
+add an initial x.224 dissector    it is very incomplete
 
 ------------------------------------------------------------------------
-r20201 | jake | 2006-12-22 12:09:09 -0800 (Fri, 22 Dec 2006) | 2 lines
+r23305 | sahlberg | 2007-10-29 00:15:29 -0700 (Mon, 29 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/epan/dissectors/Makefile.common
+
+add x224 to the makefile
 
-Make fix for bug 771 compatible with GTK1
 
 ------------------------------------------------------------------------
-r20202 | gerald | 2006-12-22 13:01:23 -0800 (Fri, 22 Dec 2006) | 2 lines
+r23306 | sahlberg | 2007-10-29 00:16:49 -0700 (Mon, 29 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-tpkt.c
+
+register tpkt for port 3389 and use x224 as the subdissector for this 
+port
 
-@ -> [AT]
 
 ------------------------------------------------------------------------
-r20203 | sfisher | 2006-12-22 14:15:38 -0800 (Fri, 22 Dec 2006) | 5 lines
+r23307 | sahlberg | 2007-10-29 04:32:07 -0700 (Mon, 29 Oct 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+   A /trunk/asn1/t125
+   A /trunk/asn1/t125/MCS-PROTOCOL.asn
+   A /trunk/asn1/t125/Makefile.am
+   A /trunk/asn1/t125/Makefile.common
+   A /trunk/asn1/t125/Makefile.nmake
+   A /trunk/asn1/t125/packet-t125-template.c
+   A /trunk/asn1/t125/packet-t125-template.h
+   A /trunk/asn1/t125/t125.cnf
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-t125.c
+   A /trunk/epan/dissectors/packet-t125.h
+   M /trunk/epan/dissectors/packet-x224.c
 
+add a asn2wrs generated T.125 MCP dissector
 
-Report inaccurate PPPoE Session payload length when detected to aid in the
-troubleshooting of malformed packets.
+This dissects the initial Connect-Initial and Connect-confirm pdus of 
+setting up t.125
 
 
-------------------------------------------------------------------------
-r20204 | gerald | 2006-12-22 16:06:16 -0800 (Fri, 22 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/tools/win32-setup.sh
+The dissector needs to be enhanced to also decode the data payload so 
+that it can decode any furhter packets on the connection after these two 
+initial handshake packets
+
 
-Update to GNUTLS 1.6.0.
 
 ------------------------------------------------------------------------
-r20205 | sahlberg | 2006-12-22 16:10:49 -0800 (Fri, 22 Dec 2006) | 4 lines
+r23308 | wmeier | 2007-10-29 08:11:20 -0700 (Mon, 29 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-ipv4.c
-
-make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memory
-for the temporary storage while parsing
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
 
+Add comment for Windows build re config.nmake and .h file changes requiring distclean
 
 ------------------------------------------------------------------------
-r20206 | lego | 2006-12-22 19:45:46 -0800 (Fri, 22 Dec 2006) | 4 lines
+r23309 | kukosa | 2007-10-29 12:25:37 -0700 (Mon, 29 Oct 2007) | 11 lines
 Changed paths:
-   M /trunk/epan/wslua/console.lua
-   M /trunk/epan/wslua/wslua_listener.c
-
-- Fix an error in the tap listener callback
-- add some comments to console.lua
+   M /trunk/asn1/h323/Makefile.am
+   M /trunk/asn1/h323/Makefile.common
+   M /trunk/asn1/h323/Makefile.nmake
+   M /trunk/asn1/h323/RAS-PROTOCOL-TUNNEL.asn
+   M /trunk/asn1/h323/ROBUSTNESS-DATA.asn
+   M /trunk/asn1/h323/h323.cnf
+   M /trunk/asn1/h323/packet-h323-template.c
+   A /trunk/asn1/h323/packet-h323-template.h
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h323.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-h460.c
+   M /trunk/epan/dissectors/packet-h501.c
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rrlp.c
+   M /trunk/epan/dissectors/packet-sabp.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/tools/asn2wrs.py
 
+asn2wrs
+ - parameterized object class assignment
+ - octet string with extensible size constraint
+ - RELATIVE-OID type (still not supported in packet-per/ber)
+packet-per
+ - octet string with extensible size constraint
+more dissect_per_... functions exported from libwireshark.dll
+PER dissectors regenerated
+add forgotten packet-h323-template.h
+fix svn properties for h323 files
 
 ------------------------------------------------------------------------
-r20207 | lego | 2006-12-22 19:52:38 -0800 (Fri, 22 Dec 2006) | 3 lines
+r23310 | sfisher | 2007-10-29 21:42:42 -0700 (Mon, 29 Oct 2007) | 7 lines
 Changed paths:
-   M /trunk/tshark.c
+   M /trunk/epan/dissectors/packet-vnc.c
 
-Have -X options defined before epan_init() gets called.
+
+Fix for issue #1 in bug #1947 by doing a major overhaul of how the first
+nine or so packets are handled to accommodate authentication type none and
+to allow cleaner future improvements.  Includes a few touch ups to the
+rest of the dissector as well. 
 
 
 ------------------------------------------------------------------------
-r20208 | lego | 2006-12-22 19:53:13 -0800 (Fri, 22 Dec 2006) | 3 lines
+r23311 | sfisher | 2007-10-29 22:49:41 -0700 (Mon, 29 Oct 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_listener.c
+   M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
+
 
-get rid of an unused variable.
+Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()
+and g_string_append() to work on GTK 1.2 also.
 
 
 ------------------------------------------------------------------------
-r20209 | sahlberg | 2006-12-23 13:17:32 -0800 (Sat, 23 Dec 2006) | 2 lines
+r23312 | sfisher | 2007-10-30 09:32:26 -0700 (Tue, 30 Oct 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-pcre.c
+   M /trunk/epan/dissectors/packet-vnc.c
 
-make the PCRE ftype use ep allocated memory instead of g_malloced memory
 
-------------------------------------------------------------------------
-r20210 | jake | 2006-12-24 08:12:04 -0800 (Sun, 24 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/epan/ftypes/ftype-pcre.c
+Minor correction to protocol behavior handling when security type "none" is
+selected by the client.
+
 
-Reverse commit 20209, breaking the build across the board.
 ------------------------------------------------------------------------
-r20211 | guy | 2006-12-24 12:40:19 -0800 (Sun, 24 Dec 2006) | 5 lines
+r23313 | gerald | 2007-10-30 15:22:14 -0700 (Tue, 30 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-roofnet.c
-
-dissect_roofnet_link() returns no value and nothing expects it to;
-declare it to return void, not int.
+   M /trunk/epan/dissectors/packet-tcp.c
 
-Get rid of an unused variable.
+Fix some null dereferences.
 
 ------------------------------------------------------------------------
-r20212 | sfisher | 2006-12-24 20:01:22 -0800 (Sun, 24 Dec 2006) | 16 lines
+r23314 | gerald | 2007-10-30 17:15:17 -0700 (Tue, 30 Oct 2007) | 4 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_system.h
 
+From Christopher McKenzie: Zero out our SAs before we use them.
 
-From Sake Blok:
+Remove an unneeded for loop in AirPDcapCleanKeys(), and make it static.
 
-The attached patch changes the way the ssl-session-id is displayed.
-Currently it is not shown, only the length is shown like this:
+------------------------------------------------------------------------
+r23315 | etxrab | 2007-10-31 00:47:47 -0700 (Wed, 31 Oct 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-edonkey.h
 
-   Session ID Length: 32
-   Session ID (32 bytes)
+From Stefano Picerno:
+Makes more fields searchable
+Also fixes some typos and indentation errors
+Fixes bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1802 for edonkey
+dissector: every field defined by the dissector is now contained under the
+PROTOABBREV=edonkey "root" key
+------------------------------------------------------------------------
+r23316 | etxrab | 2007-10-31 00:49:39 -0700 (Wed, 31 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
 
-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:
+From Martin Peylo:
+This uncomments the OID registration of pkixcmp and adds 2 Cryptlib OIDs
+Changed to use oid_add_from_string for adding names.
+------------------------------------------------------------------------
+r23317 | etxrab | 2007-10-31 00:50:59 -0700 (Wed, 31 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
 
-   Session ID Length: 32
-   Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E...
+Use oid_add_from_string for adding names, names changed to short form.
+------------------------------------------------------------------------
+r23318 | etxrab | 2007-10-31 01:26:52 -0700 (Wed, 31 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/cms/packet-cms-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cms.h
+   M /trunk/epan/dissectors/packet-disp.c
 
+Use oid_add_from_string for adding names.
+------------------------------------------------------------------------
+r23319 | kukosa | 2007-10-31 02:22:56 -0700 (Wed, 31 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/asn1/Makefile.preinc.nmake
 
+move 'all: generate_dissector' rule from Makefile.inc.nmake to Makefile.preinc.nmake to be the 1st one in the resulting makefile
 ------------------------------------------------------------------------
-r20213 | guy | 2006-12-25 13:34:11 -0800 (Mon, 25 Dec 2006) | 2 lines
+r23320 | kukosa | 2007-10-31 02:33:54 -0700 (Wed, 31 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/wtap-int.h
+   M /trunk/tools/asn2wrs.py
 
-Fix indentation.
+accept VariableTypeValueFieldSpec syntax and ParameterizedObjectClass syntax
+------------------------------------------------------------------------
+r23321 | kukosa | 2007-10-31 05:57:01 -0700 (Wed, 31 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
 
+small improvement in class fields handling
 ------------------------------------------------------------------------
-r20214 | jake | 2006-12-26 01:13:05 -0800 (Tue, 26 Dec 2006) | 7 lines
+r23322 | bondolo | 2007-10-31 08:16:33 -0700 (Wed, 31 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/gtk/rtp_player.c
+
+Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)
 
-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
+r23323 | kukosa | 2007-10-31 08:42:52 -0700 (Wed, 31 Oct 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/asn1/camel/camel.cnf
 
-convert line endings (using dos2unix) of the win32_setup.sh file before using it
+add forward class declarations which are necessary to compile Remote-Operations-Information-Objects.asn
 ------------------------------------------------------------------------
-r20216 | ulfl | 2006-12-26 12:00:45 -0800 (Tue, 26 Dec 2006) | 1 line
+r23324 | etxrab | 2007-10-31 14:24:16 -0700 (Wed, 31 Oct 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/asn1/acp133/packet-acp133-template.c
+   M /trunk/asn1/dap/packet-dap-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
+   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-acp133.h
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dop.h
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftam.h
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixproxy.h
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-wlancertextn.h
+   M /trunk/epan/dissectors/packet-x411.c
 
-use prefix to prevent redefinition warning from wingdi.h
+Use oid_add_from_string for adding names.
+(gsmmap and inap does not compile at the moment).
 ------------------------------------------------------------------------
-r20217 | ulfl | 2006-12-26 12:04:54 -0800 (Tue, 26 Dec 2006) | 1 line
+r23325 | etxrab | 2007-10-31 16:11:15 -0700 (Wed, 31 Oct 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/proto_draw.c
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/h235/packet-h235-template.c
+   M /trunk/asn1/inap/inap.cnf
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/x509sat/packet-x509sat-template.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-inap.h
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-x509sat.h
 
-fix unused warnings
+Use oid_add_from_string for adding names.
+fix compil of gsmmap and inap.
+Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?)
 ------------------------------------------------------------------------
-r20218 | ulfl | 2006-12-26 12:20:52 -0800 (Tue, 26 Dec 2006) | 3 lines
+r23326 | etxrab | 2007-11-01 00:37:24 -0700 (Thu, 01 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/oids.h
 
-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
+Remove add_oid_str_name.
 ------------------------------------------------------------------------
-r20219 | ulfl | 2006-12-26 14:01:09 -0800 (Tue, 26 Dec 2006) | 1 line
+r23327 | kukosa | 2007-11-01 03:50:01 -0700 (Thu, 01 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+   M /trunk/epan/dissectors/packet-ssl.c
 
-the default python version used changed from cygwin to native Win32 version
+set data for IV always
 ------------------------------------------------------------------------
-r20220 | morriss | 2006-12-26 14:27:46 -0800 (Tue, 26 Dec 2006) | 1 line
+r23328 | kukosa | 2007-11-01 04:56:33 -0700 (Thu, 01 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/tools/asn2wrs.py
 
-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.
+better built-in X.880 support
+forward declarations of OPERATION and ERROR classes are not necessary when Remote-Operations-Information-Objects.asn itself is compiled
 ------------------------------------------------------------------------
-r20221 | wmeier | 2006-12-26 14:40:49 -0800 (Tue, 26 Dec 2006) | 6 lines
+r23329 | kukosa | 2007-11-01 05:36:27 -0700 (Thu, 01 Nov 2007) | 1 line
 Changed paths:
-   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.
-:(
-
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/inap/inap.cnf
 
+removed unnecessary forward class declarations
 ------------------------------------------------------------------------
-r20222 | guy | 2006-12-26 14:56:35 -0800 (Tue, 26 Dec 2006) | 6 lines
+r23330 | martinm | 2007-11-01 08:15:33 -0700 (Thu, 01 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.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.
+   M /trunk/wimaxasncp/dictionary.xml
 
-Make some routines in packet-exec.c not used outside that file static,
-and fix a typo.
+Fix a decoder type.
 
 ------------------------------------------------------------------------
-r20223 | lego | 2006-12-26 17:46:42 -0800 (Tue, 26 Dec 2006) | 5 lines
+r23331 | etxrab | 2007-11-01 12:36:39 -0700 (Thu, 01 Nov 2007) | 3 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
+   M /trunk/asn1/cdt/cdt.cnf
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/asn1/x509af/x509af.cnf
+   M /trunk/asn1/x509if/x509if.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cdt.h
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkcs12.h
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509if.h
+   M /trunk/epan/proto.c
 
+Change:
+get_oid_str_name() -> oid_resolved_from_string()
+get_oid_name() -> oid_resolved_from_encoded()
+------------------------------------------------------------------------
+r23332 | sahlberg | 2007-11-01 13:33:35 -0700 (Thu, 01 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-frsrpc.c
 
-+ browser_open_url()
-+ browser_open_data_file()
+some updates to the frsrpc dissector
+dissect parts of the TLV blob that is sent during file replication
 
 
 ------------------------------------------------------------------------
-r20224 | jake | 2006-12-27 04:21:30 -0800 (Wed, 27 Dec 2006) | 1 line
+r23333 | etxrab | 2007-11-01 15:07:43 -0700 (Thu, 01 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/mate/Makefile.am
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/oids.h
+   M /trunk/epan/proto.c
+   M /trunk/plugins/agentx/packet-agentx.c
 
-Adding moduleinfo.nmake to the distribution
+Get rid of most of the legacy oid stuff.
 ------------------------------------------------------------------------
-r20225 | etxrab | 2006-12-27 14:21:46 -0800 (Wed, 27 Dec 2006) | 1 line
+r23334 | etxrab | 2007-11-01 15:14:46 -0700 (Thu, 01 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-text-media.c
 
-Use portaudio v19.
+Add a text media type.
 ------------------------------------------------------------------------
-r20226 | etxrab | 2006-12-27 14:24:22 -0800 (Wed, 27 Dec 2006) | 1 line
+r23335 | etxrab | 2007-11-01 15:29:02 -0700 (Thu, 01 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/asn1/ldap/Makefile.common
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
 
-Use the correct function to translate to hex.
+LDAP wasn't 'fixed' to handle -T option...
 ------------------------------------------------------------------------
-r20227 | gerald | 2006-12-27 15:05:55 -0800 (Wed, 27 Dec 2006) | 7 lines
+r23336 | kukosa | 2007-11-02 00:41:56 -0700 (Fri, 02 Nov 2007) | 1 line
 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
-
-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.
+   M /trunk/epan/dissectors/packet-sdp.c
 
+setup SRTP stream for RTP/SAVP media protocol 
 ------------------------------------------------------------------------
-r20228 | gerald | 2006-12-27 15:19:45 -0800 (Wed, 27 Dec 2006) | 2 lines
+r23337 | kukosa | 2007-11-02 00:43:49 -0700 (Fri, 02 Nov 2007) | 1 line
 Changed paths:
-   A /trunk/airpdcap/Makefile.common
-   A /trunk/epan/crypt
-   A /trunk/epan/crypt/wep-wpadefs.h
-
-Add missing files.
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtp.h
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
 
+display SRTP isntead of RTP if stream is established like a SRTP
 ------------------------------------------------------------------------
-r20229 | wmeier | 2006-12-27 19:17:28 -0800 (Wed, 27 Dec 2006) | 4 lines
+r23338 | kukosa | 2007-11-02 01:34:12 -0700 (Fri, 02 Nov 2007) | 1 line
 Changed paths:
-   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)
+   M /trunk/asn1/h501/h501.cnf
+   M /trunk/asn1/h501/packet-h501-template.c
+   M /trunk/epan/dissectors/packet-h501.c
 
+display message type in the info column
 ------------------------------------------------------------------------
-r20230 | kukosa | 2006-12-28 04:30:53 -0800 (Thu, 28 Dec 2006) | 1 line
+r23339 | kukosa | 2007-11-02 05:18:01 -0700 (Fri, 02 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+   A /trunk/asn1/h282
+   A /trunk/asn1/h282/Makefile.am
+   A /trunk/asn1/h282/Makefile.common
+   A /trunk/asn1/h282/Makefile.nmake
+   A /trunk/asn1/h282/RDC-PROTOCOL.asn
+   A /trunk/asn1/h282/h282.cnf
+   A /trunk/asn1/h282/packet-h282-template.c
+   A /trunk/asn1/h283
+   A /trunk/asn1/h283/LCT-PROTOCOL.asn
+   A /trunk/asn1/h283/Makefile.am
+   A /trunk/asn1/h283/Makefile.common
+   A /trunk/asn1/h283/Makefile.nmake
+   A /trunk/asn1/h283/h283.cnf
+   A /trunk/asn1/h283/packet-h283-template.c
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h282.c
+   A /trunk/epan/dissectors/packet-h283.c
 
-debug improvements
+new H.282 (RDC) and H.283 (LCT) dissectors
 ------------------------------------------------------------------------
-r20231 | gerald | 2006-12-28 09:22:12 -0800 (Thu, 28 Dec 2006) | 4 lines
+r23340 | gal | 2007-11-02 06:47:23 -0700 (Fri, 02 Nov 2007) | 11 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
+   A /trunk/packaging/portableapps
+   A /trunk/packaging/portableapps/win32
+   A /trunk/packaging/portableapps/win32/Installer.nsi
+   A /trunk/packaging/portableapps/win32/WiresharkPortable.ini
+   A /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
+   A /trunk/packaging/portableapps/win32/appinfo.tmpl
+   A /trunk/packaging/portableapps/win32/makefile.nmake
+
+Initial Portable Apps (www.portableapps.com) packaging to produce a "Wireshark Portable" (WSP) distribution.
+
+This allows Wireshark to be run from any USB stick, unlike the U3 packaging which must be installed on a specific U3 device.
+
+The packaging basically builds upon the U3 distribution so new libraries/config only need to be added to the U3 makefile to update both distributions.
+
+It still takes a "dumb" approach to WinPcap - installing it if it is not already installed and removing it (if WSP installed it) when Wireshark quits. (This is worse than the U3 packaging which only uninstalls WinPcap when the device is removed.) Really must talk to the WinPcap guys to see how we can make this less intrusive.
+
+I am talking to John Haller (the Portable Apps guy) about fine tuning the distribution. 
+
 
-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.
+------------------------------------------------------------------------
+r23341 | jmayer | 2007-11-02 12:57:41 -0700 (Fri, 02 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
 
+change some extreme wkas and update manuf
 ------------------------------------------------------------------------
-r20232 | gerald | 2006-12-28 09:28:29 -0800 (Thu, 28 Dec 2006) | 2 lines
+r23342 | jmayer | 2007-11-02 13:00:03 -0700 (Fri, 02 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/crypt/Makefile.nmake
-   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/epan/dissectors/packet-extreme.c
 
-Add clean targets to wslua.  Fix the config.nmake include in crypt.
+- Rename EAPSv2 to ESL (EAPS shared link).
+- Some small improvements to ESL decoding.
 
 ------------------------------------------------------------------------
-r20233 | sahlberg | 2006-12-29 13:57:19 -0800 (Fri, 29 Dec 2006) | 3 lines
+r23343 | martinm | 2007-11-02 15:34:18 -0700 (Fri, 02 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/strutil.h
-
-gtk1 does not provide g_ascii_isxdigit   so provide it through strutil.h instead
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
+Improve some comments (and test committing from Windows
+build). 
+------------------------------------------------------------------------
+r23344 | martinm | 2007-11-02 16:40:10 -0700 (Fri, 02 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
 
+Update my email address.
 ------------------------------------------------------------------------
-r20234 | sfisher | 2006-12-29 14:22:54 -0800 (Fri, 29 Dec 2006) | 15 lines
+r23345 | sfisher | 2007-11-02 20:03:02 -0700 (Fri, 02 Nov 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-vnc.c
 
 
-Fix for bug #1278:
+Add partial support for TightVNC packet dissection (work in progress). 
 
-"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
 
-eth.addr==<A>  && eth.addr==<B>
+------------------------------------------------------------------------
+r23346 | sfisher | 2007-11-02 21:45:35 -0700 (Fri, 02 Nov 2007) | 6 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/epan/dissectors/packet-udp.c
+   M /trunk/epan/follow.c
+   M /trunk/epan/follow.h
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/follow_ssl.c
+   M /trunk/gtk/follow_stream.c
+   M /trunk/gtk/follow_stream.h
+   M /trunk/gtk/follow_tcp.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+
 
-when if should be
+- Future improve/clean up the now generic follow stream code
 
-wlan.addr==<A>  && wlan.addr==<B>"
+- Add "Follow UDP Stream" feature
 
 
 ------------------------------------------------------------------------
-r20235 | guy | 2006-12-29 14:48:09 -0800 (Fri, 29 Dec 2006) | 6 lines
+r23347 | sfisher | 2007-11-02 21:46:22 -0700 (Fri, 02 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipmi.c
+   A /trunk/gtk/follow_udp.c
+   A /trunk/gtk/follow_udp.h
+
 
-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.
+The rest of the Follow UDP Stream check-in
 
-Make the ipmi_cmd_array[] table static - and const, while we're at it.
 
 ------------------------------------------------------------------------
-r20236 | guy | 2006-12-29 14:48:52 -0800 (Fri, 29 Dec 2006) | 2 lines
+r23348 | sfisher | 2007-11-02 23:23:02 -0700 (Fri, 02 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/gtk/Makefile.am
+
+
+Fix distcheck after my prior 2 commits
 
-Add some parentheses, as the suggestion of Mr. GCC.
 
 ------------------------------------------------------------------------
-r20237 | guy | 2006-12-29 14:53:44 -0800 (Fri, 29 Dec 2006) | 10 lines
+r23349 | ulfl | 2007-11-03 01:48:12 -0700 (Sat, 03 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/crypt/Makefile.am
+   M /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
 
-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.)
+at least mention in a comment, that you'll need the FindProcDLL plug-in
+------------------------------------------------------------------------
+r23350 | gal | 2007-11-03 13:27:48 -0700 (Sat, 03 Nov 2007) | 2 lines
+Changed paths:
+   A /trunk/packaging/portableapps/win32/readme.txt
 
-DISTCLEANFILES subsumes CLEANFILES, so it doesn't need to list files
-already in CLEANFILES.
+A bit of a readme for the Wireshark Portable packaging. Includes details of the NSIS plug-in required.
 
 ------------------------------------------------------------------------
-r20238 | guy | 2006-12-29 14:54:43 -0800 (Fri, 29 Dec 2006) | 2 lines
+r23351 | etxrab | 2007-11-04 01:11:24 -0700 (Sun, 04 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/epan/crypt
-
-Set svn:ignore appropriately.
+   M /trunk/epan/libwireshark.def
 
+follow_tcp_stats -> follow_stats
 ------------------------------------------------------------------------
-r20239 | sahlberg | 2006-12-29 14:55:13 -0800 (Fri, 29 Dec 2006) | 4 lines
+r23352 | etxrab | 2007-11-04 08:47:30 -0800 (Sun, 04 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dfilter/dfunctions.c
+   M /trunk/asn1/snmp/Makefile.common
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-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
+SNMP with option -X and -T
+------------------------------------------------------------------------
+r23353 | etxrab | 2007-11-04 09:16:01 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ldap/Makefile.common
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
 
+LDAP with -T
+------------------------------------------------------------------------
+r23354 | stig | 2007-11-04 09:24:25 -0800 (Sun, 04 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/pres/Makefile.common
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
 
+Update do use the -X and -T asn2wrs flags.
 
 ------------------------------------------------------------------------
-r20240 | sahlberg | 2006-12-29 15:05:55 -0800 (Fri, 29 Dec 2006) | 4 lines
+r23355 | stig | 2007-11-04 09:27:42 -0800 (Sun, 04 Nov 2007) | 2 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
+   M /trunk/asn1/h282
+   M /trunk/asn1/h283
+   M /trunk/asn1/t125
 
+Added svn:ignore targets for h282,h283 and t125.
 
+------------------------------------------------------------------------
+r23356 | etxrab | 2007-11-04 09:57:31 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/Makefile.common
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
 
+Update do use the -X and -T asn2wrs flags.
 ------------------------------------------------------------------------
-r20241 | guy | 2006-12-29 16:13:00 -0800 (Fri, 29 Dec 2006) | 7 lines
+r23357 | etxrab | 2007-11-04 10:16:41 -0800 (Sun, 04 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/asn1/logotype-cert-extn/LogotypeCertExtn.asn
+   M /trunk/asn1/logotype-cert-extn/Makefile.common
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.h
 
-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.
+Update do use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23358 | etxrab | 2007-11-04 10:23:47 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ns-cert-exts/Makefile.common
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
 
-Move the check for Cygwin that adds -no-undefined to LDFLAGS to the
-section checking for linker flags to add.
+Update do use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23359 | etxrab | 2007-11-04 10:34:13 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ocsp/Makefile.common
+   M /trunk/asn1/ocsp/OCSP.asn
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-ocsp.h
 
+Update do use the -X and -T asn2wrs flags.
 ------------------------------------------------------------------------
-r20242 | guy | 2006-12-29 16:14:25 -0800 (Fri, 29 Dec 2006) | 2 lines
+r23360 | etxrab | 2007-11-04 10:37:06 -0800 (Sun, 04 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/asn1/pkcs1/Makefile.common
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs1.h
 
-Regularize the setting of variables for various executable targets.
+Update do use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23361 | etxrab | 2007-11-04 10:47:49 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/pkinit/Makefile.common
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkinit.h
 
+Update do use the -X and -T asn2wrs flags.
 ------------------------------------------------------------------------
-r20243 | sahlberg | 2006-12-29 16:27:33 -0800 (Fri, 29 Dec 2006) | 4 lines
+r23362 | etxrab | 2007-11-04 11:03:48 -0800 (Sun, 04 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/asn1/pkix1explicit/Makefile.common
+   M /trunk/asn1/pkix1implicit/Makefile.common
+   M /trunk/asn1/pkixcmp/Makefile.common
+   M /trunk/asn1/pkixcrmf/Makefile.common
+   M /trunk/asn1/pkixproxy/Makefile.common
+   M /trunk/asn1/pkixqualified/Makefile.common
+   M /trunk/asn1/pkixtsp/Makefile.common
+   M /trunk/asn1/pkixtsp/pkixtsp.cnf
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-crmf.h
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.h
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.h
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixproxy.h
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixqualified.h
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pkixtsp.h
 
-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
+Update do use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23363 | etxrab | 2007-11-04 14:14:35 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/smrse/Makefile.common
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-smrse.h
 
+Update do use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23364 | etxrab | 2007-11-04 14:16:28 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/spnego/Makefile.common
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
 
+Update do use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23365 | etxrab | 2007-11-04 14:18:59 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/wlancertextn/Makefile.common
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-wlancertextn.h
 
+Update do use the -X and -T asn2wrs flags.
 ------------------------------------------------------------------------
-r20244 | sahlberg | 2006-12-29 16:36:29 -0800 (Fri, 29 Dec 2006) | 3 lines
+r23366 | etxrab | 2007-11-05 12:41:44 -0800 (Mon, 05 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/asn1/acse/Makefile.common
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/x509af/Makefile.common
+   M /trunk/asn1/x509ce/Makefile.common
+   M /trunk/asn1/x509if/Makefile.common
+   M /trunk/asn1/x509sat/Makefile.common
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509ce.h
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509if.h
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-x509sat.h
 
-make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memory
+Update to use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23367 | etxrab | 2007-11-05 12:43:25 -0800 (Mon, 05 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/ber.c
+   M /trunk/wiretap/erf.c
 
+Strengthen BER and ERF heuristics to solve:
+Fail to load I4B traces http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1972
+------------------------------------------------------------------------
+r23368 | etxrab | 2007-11-05 12:44:10 -0800 (Mon, 05 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
 
+Delete generated files at distclean.
 ------------------------------------------------------------------------
-r20245 | sahlberg | 2006-12-29 16:41:41 -0800 (Fri, 29 Dec 2006) | 8 lines
+r23369 | sake | 2007-11-05 15:05:20 -0800 (Mon, 05 Nov 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+
+Bug 1954  From Mikael Magnusson :
 
-proto_tree_set_string() no longer needs an already_allocated parameter since it is now always FALSE.
+This patch updates the DTLS dissector to be compatible with OpenSSL 0.9.8f in
+the following ways:
+* Handle both SSL version number 0xfeff (RFC 4347 and OpenSSL 0.9.8f), and
+0x100 (Used by OpenSSL 0.9.8e and earlier)
+* Reassemble fragmented handshake messages.
 
-This should mean that all fvalue_set() for FT_STRING[Z] are always with already_copied==FALSE
 
-(funny that we never saw someone trying to g_free("[ Null ]") which might have happened before)
 
 
 
 ------------------------------------------------------------------------
-r20246 | sahlberg | 2006-12-29 16:57:46 -0800 (Fri, 29 Dec 2006) | 4 lines
+r23370 | sfisher | 2007-11-05 21:06:31 -0800 (Mon, 05 Nov 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-string.c
+   M /trunk/epan/dissectors/packet-llt.c
 
-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.
 
+Change instance of 0xCAFE to ETHERTYPE_LLT for consistency.  No functional
+changes.
 
 
 ------------------------------------------------------------------------
-r20247 | sfisher | 2006-12-29 17:06:46 -0800 (Fri, 29 Dec 2006) | 8 lines
+r23371 | sfisher | 2007-11-05 21:30:04 -0800 (Mon, 05 Nov 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ethertype.c
+   A /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/etypes.h
 
 
-Fix for bug #1132:
+Wake on LAN (WOL): New dissector from Chris Maynard via -dev list and
+enhancement bug #1968
 
-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.
+Me: Added entries in epan/etypes.h and epan/dissectors/packet-ethertype.c
+for WOL.
 
 
 ------------------------------------------------------------------------
-r20248 | guy | 2006-12-29 17:15:05 -0800 (Fri, 29 Dec 2006) | 9 lines
+r23372 | sahlberg | 2007-11-05 21:39:28 -0800 (Mon, 05 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-
-Bring all the {programname}_* macros together into one section.
+   M /trunk/epan/dissectors/packet-vnc.c
 
-Split bin_PROGRAMS and man1_MANS into multiple lines, and put them in
-the same order as the corresponding {programname}_* macro sections.
+use strcasecmp instead of g_ascii_strcasecmp
 
-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.
 
 ------------------------------------------------------------------------
-r20249 | guy | 2006-12-29 20:40:59 -0800 (Fri, 29 Dec 2006) | 5 lines
+r23373 | sahlberg | 2007-11-05 21:51:49 -0800 (Mon, 05 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
 
-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.
+add a g_byte_array_sized_new() helper if we compile for glib < 2
 
-------------------------------------------------------------------------
-r20250 | jake | 2006-12-30 16:00:06 -0800 (Sat, 30 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
 
-From Paul Erkkila:
-parse NAPTR records in dns dissector (rfc 3403)
 ------------------------------------------------------------------------
-r20251 | sahlberg | 2007-01-01 02:23:37 -0800 (Mon, 01 Jan 2007) | 6 lines
+r23374 | guy | 2007-11-06 00:46:57 -0800 (Tue, 06 Nov 2007) | 8 lines
 Changed paths:
-   M /trunk/cfile.c
-   M /trunk/cfile.h
-   M /trunk/file.c
-
-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.
+   M /trunk/epan/ftypes/ftype-bytes.c
 
-this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later
+The "bitwise AND" display filter operator is supposed to evaluate to
+TRUE if the result of the operation has any bit set; that means that the
+test should stop and return TRUE as soon as it finds two bytes that when
+ANDed together are non-zero, and return FALSE if no such byte was found.
 
+The other test functions don't have "_bytes" in the routine name; don't
+put it into this one.
 
 ------------------------------------------------------------------------
-r20252 | jake | 2007-01-01 06:43:15 -0800 (Mon, 01 Jan 2007) | 2 lines
+r23375 | guy | 2007-11-06 01:19:59 -0800 (Tue, 06 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/wiretap/nettl.c
+   M /trunk/epan/ftypes/ftype-ipv4.c
 
-From Mark C. Brown:
-Fix some nettl encap types and size checks
-------------------------------------------------------------------------
-r20253 | jake | 2007-01-01 06:48:18 -0800 (Mon, 01 Jan 2007) | 5 lines
-Changed paths:
-   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
+Fix bug 1956 - make the bitwise-AND routine treat its arguments as being
+IPv4 addresses.  Also, rename that routine to cmp_bitwise_and(), as it's
+not working on bit strings.
 
-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...
 ------------------------------------------------------------------------
-r20254 | wmeier | 2007-01-01 08:58:03 -0800 (Mon, 01 Jan 2007) | 2 lines
+r23376 | etxrab | 2007-11-06 10:10:34 -0800 (Tue, 06 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/capture_opts.c
-
-From Pierre Juhen: patch to correct the bug 1220
+   M /trunk/Makefile.am
+   A /trunk/diameter/Ericsson.xml
+   M /trunk/diameter/dictionary.xml
 
+Fix some typos.
 ------------------------------------------------------------------------
-r20255 | wmeier | 2007-01-01 09:04:38 -0800 (Mon, 01 Jan 2007) | 5 lines
+r23377 | etxrab | 2007-11-06 10:11:20 -0800 (Tue, 06 Nov 2007) | 1 line
 Changed paths:
-   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).
+   M /trunk/epan/dissectors/packet-uma.c
 
+Set up RTP conversation when PORT is known.
 ------------------------------------------------------------------------
-r20256 | gerald | 2007-01-01 12:07:23 -0800 (Mon, 01 Jan 2007) | 4 lines
+r23378 | jmayer | 2007-11-06 10:31:26 -0800 (Tue, 06 Nov 2007) | 108 lines
 Changed paths:
-   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.
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /trunk/tools/pidl/tests/Util.pm
+   M /trunk/tools/pidl/tests/ndr_align.pl
+   M /trunk/tools/pidl/tests/ndr_alloc.pl
+   M /trunk/tools/pidl/tests/ndr_array.pl
+   M /trunk/tools/pidl/tests/ndr_fullptr.pl
+   M /trunk/tools/pidl/tests/ndr_refptr.pl
+   M /trunk/tools/pidl/tests/ndr_represent.pl
+   M /trunk/tools/pidl/tests/ndr_simple.pl
+   M /trunk/tools/pidl/tests/ndr_string.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
 
+Update from samba tree revision 25306 to 25880
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r20257 | etxrab | 2007-01-01 14:03:01 -0800 (Mon, 01 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   M /trunk/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
+r25453 | jelmer | 2007-10-01 23:38:15 +0200 (Mon, 01 Oct 2007) | 1 line
 
-Use TransactionId to match ansi map responses to requests and fix
-some bugs in the asn2wrs generated ansi map dissector.
+Fix include for NTSTATUS.
 ------------------------------------------------------------------------
-r20258 | ulfl | 2007-01-01 17:19:40 -0800 (Mon, 01 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/config.nmake
+r25457 | jelmer | 2007-10-02 06:45:25 +0200 (Tue, 02 Oct 2007) | 1 line
 
-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)
+use different location for out-of-tree builds
 ------------------------------------------------------------------------
-r20259 | ulfl | 2007-01-01 17:52:47 -0800 (Mon, 01 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
+r25674 | metze | 2007-10-17 10:26:55 +0200 (Wed, 17 Oct 2007) | 13 lines
 
-MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for MSVC2006
+fix crash bug in pidl generated client code, this
+could have happend with [in,out,unique] pointers
+when the clients sends a valid pointer, but the server
+reponse with a NULL pointer (as samba-3.0.26a do for some calls).
 
-this might be depending on the Platform SDK and not on MSVC version - I don't really know
+I've tested with midl to see how windows handles this situation
+and also the reverse case where the client sends NULL and
+the server reposnse with non-NULL.
+
+It appears that midl generated code just ignores this
+and only copies the result if both pointers are non-NULL.
+
+metze
 ------------------------------------------------------------------------
-r20260 | guy | 2007-01-01 22:39:22 -0800 (Mon, 01 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/radius_dict.l
+r25700 | jra | 2007-10-19 02:40:51 +0200 (Fri, 19 Oct 2007) | 3 lines
 
-Use G_DIR_SEPARATOR_S as the path separator.
+Now BOOL no longer exists in Samba 3.2, use bool instead.
+Jeremy.
 
 ------------------------------------------------------------------------
-r20261 | guy | 2007-01-01 22:49:40 -0800 (Mon, 01 Jan 2007) | 19 lines
-Changed paths:
-   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
+r25745 | metze | 2007-10-27 11:57:09 +0200 (Sat, 27 Oct 2007) | 6 lines
 
-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.
+[pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)
 
-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.
+instead NT_STATUS_INVALID_PARAMETER_MIX
 
-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.
+metze
 
 ------------------------------------------------------------------------
-r20262 | guy | 2007-01-02 01:20:27 -0800 (Tue, 02 Jan 2007) | 5 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+r25751 | metze | 2007-10-30 07:24:43 +0100 (Tue, 30 Oct 2007) | 4 lines
 
-Ehtereal[sic] -> Wireshark. :-)
+use EJS_CHECK() instead of NDR_CHECK() in ejs code
 
-Give a little more detail in the comment in the H.248 dissector about
-"MEGACO" vs. "H.248".
+metze
 
 ------------------------------------------------------------------------
-r20263 | jake | 2007-01-02 02:13:38 -0800 (Tue, 02 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/enterprise-numbers
+r25765 | metze | 2007-10-31 17:25:44 +0100 (Wed, 31 Oct 2007) | 3 lines
 
-Adding all enterprise numbers for 2006.
+pidl: fix compiler warning in ndr_align test
 
+metze
 ------------------------------------------------------------------------
-r20264 | martinm | 2007-01-02 03:46:30 -0800 (Tue, 02 Jan 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtcp.h
+r25766 | metze | 2007-10-31 17:27:21 +0100 (Wed, 31 Oct 2007) | 3 lines
+
+pidl: fix bugs in ndr_tagtype tests found by compiler warnings
+
+metze
+------------------------------------------------------------------------
+r25767 | metze | 2007-10-31 17:29:32 +0100 (Wed, 31 Oct 2007) | 5 lines
 
-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
+pidl: make it easier to debug errors in pidl tests
 
-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...).
+we now print the C program that we tried to compile
 
+metze
 ------------------------------------------------------------------------
-r20265 | ulfl | 2007-01-02 05:05:04 -0800 (Tue, 02 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/config.nmake
+r25768 | metze | 2007-10-31 17:44:42 +0100 (Wed, 31 Oct 2007) | 5 lines
+
+pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()
 
-make MSVC6 the default for MSVC_VARIANT, not MSVC2005
+Everything but success should be handled as error in the tests.
+
+metze
 ------------------------------------------------------------------------
-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
+r25795 | metze | 2007-11-02 11:35:09 +0100 (Fri, 02 Nov 2007) | 3 lines
 
-"an wireshark" -> "a wireshark".
-Presumably "an ethereal" was search replaced...
+whitespace cleanup...
 
+metze
 ------------------------------------------------------------------------
-r20267 | jake | 2007-01-02 05:34:05 -0800 (Tue, 02 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/plugins/giop/README
+r25804 | metze | 2007-11-02 14:02:25 +0100 (Fri, 02 Nov 2007) | 4 lines
 
-More Ethereal -> Wireshark renaming
+move including ndr_compression.h into HeaderInterface()
+
+metze
 
 ------------------------------------------------------------------------
-r20268 | jake | 2007-01-02 05:36:45 -0800 (Tue, 02 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/plugins/giop/packet-cosnaming.c
+r25805 | metze | 2007-11-02 14:05:43 +0100 (Fri, 02 Nov 2007) | 4 lines
+
+pidl: include libndr.h as first header in ndr_foo.h
 
-More Ethereal -> Wireshark renaming.
+metze
 
 ------------------------------------------------------------------------
-r20269 | jake | 2007-01-02 05:46:06 -0800 (Tue, 02 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/plugins/giop/Makefile.nmake
+r25806 | metze | 2007-11-02 14:48:11 +0100 (Fri, 02 Nov 2007) | 5 lines
+
+let libndr.h include needed stuff and remove pidl magic
+for choosing common required headers
+
+metze
 
-Align build target names.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
 ------------------------------------------------------------------------
-r20270 | wmeier | 2007-01-02 06:11:35 -0800 (Tue, 02 Jan 2007) | 2 lines
+r23379 | etxrab | 2007-11-06 11:22:51 -0800 (Tue, 06 Nov 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/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
+   M /trunk/wiretap/erf.c
 
-More ethereal --> wireshark
+From Florent Drouin:
+Fix bug Some Toshiba format files with LAPD cannot be open
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1711
+------------------------------------------------------------------------
+r23380 | etxrab | 2007-11-06 11:47:38 -0800 (Tue, 06 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cfm.c
+   M /trunk/epan/dissectors/packet-cfm.h
 
+From Keith Mercer:
+CFM dissector bugfixes and code update for ITU inclusion
 ------------------------------------------------------------------------
-r20271 | martinm | 2007-01-02 09:06:00 -0800 (Tue, 02 Jan 2007) | 2 lines
+r23381 | jmayer | 2007-11-06 12:03:22 -0800 (Tue, 06 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/COPYING
 
-Dissect details of RAck header, and change RSeq to a numerical field.
+Add a remark that the code under tools/pidl/ is covered
+by GPLv3 (inside the files it only says GPL).
 
 ------------------------------------------------------------------------
-r20272 | wmeier | 2007-01-02 09:19:25 -0800 (Tue, 02 Jan 2007) | 3 lines
+r23382 | etxrab | 2007-11-06 12:16:59 -0800 (Tue, 06 Nov 2007) | 1 line
 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
+   M /trunk/asn1/dap/Makefile.common
+   M /trunk/asn1/dap/dap.asn
+   M /trunk/epan/dissectors/packet-dap.c
 
+as2wrs now handles EXTERNAL(direct-reference requires no special handling).
 ------------------------------------------------------------------------
-r20273 | sfisher | 2007-01-02 11:55:55 -0800 (Tue, 02 Jan 2007) | 4 lines
+r23383 | etxrab | 2007-11-06 12:21:09 -0800 (Tue, 06 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/asn1/disp/Makefile.common
+   M /trunk/asn1/disp/disp.asn
+   M /trunk/epan/dissectors/packet-disp.c
 
+as2wrs now handles EXTERNAL(direct-reference requires no special handling).
+------------------------------------------------------------------------
+r23384 | etxrab | 2007-11-06 12:26:13 -0800 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/disp/disp.cnf
+   M /trunk/asn1/dop/Makefile.common
+   M /trunk/asn1/dop/dop.asn
+   M /trunk/asn1/dop/dop.cnf
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dop.c
 
-Add a good/bad tree to the FCS item.
+as2wrs now handles EXTERNAL(direct-reference requires no special handling).
+------------------------------------------------------------------------
+r23385 | gerald | 2007-11-06 12:32:30 -0800 (Tue, 06 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.am
+   A /trunk/packaging/nsis/VersionCompare.nsh
+   M /trunk/packaging/nsis/wireshark.nsi
 
+When checking to see if we should install WinPcap, check the installed
+version directly instead of trying to divine it from its name. 
 
 ------------------------------------------------------------------------
-r20274 | gerald | 2007-01-02 11:56:59 -0800 (Tue, 02 Jan 2007) | 13 lines
+r23386 | etxrab | 2007-11-06 13:52:26 -0800 (Tue, 06 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/airpcap_loader.h
-   M /trunk/epan/crypt/airpdcap_interop.h
+   M /trunk/asn1/dsp/Makefile.common
+   M /trunk/asn1/dsp/dsp.asn
+   M /trunk/asn1/dsp/dsp.cnf
+   M /trunk/asn1/x411/Makefile.common
+   M /trunk/asn1/x411/x411.asn
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x420/ftbp.asn
+   M /trunk/asn1/x420/x420.asn
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-x420.c
 
-From Gisle Vanem:
+as2wrs now handles EXTERNAL(direct-reference requires no special handling).
+------------------------------------------------------------------------
+r23387 | jmayer | 2007-11-06 14:01:20 -0800 (Tue, 06 Nov 2007) | 8 lines
+Changed paths:
+   M /trunk/COPYING
 
-Here are some patches needed to build using HAVE_AIRPCAP
-on MingW:
+Add two sentences clarifying the license statement on pidl:
 
-* airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>.
+As a notable exception the pidl utility at tools/pidl is covered by a
+"GPL version 3 or later" LICENSE. Note that only the tool itself
+is covered by this license, not the source code generated by it. The
+pidl authors do not consider that code a derived work of pidl.
 
-* 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.
+------------------------------------------------------------------------
+r23388 | jmayer | 2007-11-07 09:23:28 -0800 (Wed, 07 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
+Print VendorID string in payload summary line
 ------------------------------------------------------------------------
-r20275 | jake | 2007-01-02 12:53:04 -0800 (Tue, 02 Jan 2007) | 1 line
+r23389 | etxrab | 2007-11-07 09:55:06 -0800 (Wed, 07 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+   D /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   D /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+   D /trunk/epan/dissectors/packet-gsm_ss.c
+   D /trunk/epan/dissectors/packet-gsm_ss.h
 
-Update supported Win32 versions and NSIS version.
+Delete obsolete dissectors.
 ------------------------------------------------------------------------
-r20276 | ulfl | 2007-01-02 14:19:48 -0800 (Tue, 02 Jan 2007) | 1 line
+r23390 | etxrab | 2007-11-07 09:55:57 -0800 (Wed, 07 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/asn1/h248/Makefile.common
+   M /trunk/asn1/t125/Makefile.common
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t125.h
 
-define SecMIBs only if NET_SNMP_DIR is defined - to prevent a NSIS warning
+Update to use the -X and -T asn2wrs flags.
 ------------------------------------------------------------------------
-r20277 | gerald | 2007-01-02 14:49:57 -0800 (Tue, 02 Jan 2007) | 3 lines
+r23391 | jmayer | 2007-11-07 10:35:00 -0800 (Wed, 07 Nov 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
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Move epan/crypt-md5.[ch] to epan/crypt.  Remove
-epan/crypt/airpdcap_md5.[ch].  Fix up whitespace.
+Add VID VID_draft_ietf_ipsec_nat_t_ike_01, move
+VID_draft_ietf_ipsec_nat_t_ike_03 a bit down.
 
 ------------------------------------------------------------------------
-r20278 | ulfl | 2007-01-02 15:55:47 -0800 (Tue, 02 Jan 2007) | 3 lines
+r23392 | stig | 2007-11-07 12:03:29 -0800 (Wed, 07 Nov 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
+   M /trunk/epan/dissectors/packet-dmp.c
 
+Create a subset tvb for dissect_x411_ORName so it doesn't eat too much data.
+Removed some unnecessary int casts.
 
 ------------------------------------------------------------------------
-r20279 | gerald | 2007-01-02 16:07:07 -0800 (Tue, 02 Jan 2007) | 2 lines
+r23393 | gerald | 2007-11-07 12:13:40 -0800 (Wed, 07 Nov 2007) | 3 lines
 Changed paths:
-   D /trunk/epan/crypt/airpdcap_ccmp.h
-   D /trunk/epan/crypt/airpdcap_tkip.h
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
 
-Remove empty files (which should have been removed with r20231).
+Back out r23308 for the time being, since it's making hhc.exe on the Windows
+builder crash.
 
 ------------------------------------------------------------------------
-r20280 | ulfl | 2007-01-02 16:10:57 -0800 (Tue, 02 Jan 2007) | 1 line
+r23394 | etxrab | 2007-11-07 13:22:25 -0800 (Wed, 07 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/tcap/Makefile.common
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
 
-if exist, the install targets should copy pdb and manifest files along with the exe and dll ones
+Update to use the -X and -T asn2wrs flags.
 ------------------------------------------------------------------------
-r20281 | ulfl | 2007-01-02 16:23:22 -0800 (Tue, 02 Jan 2007) | 3 lines
+r23395 | sfisher | 2007-11-07 13:50:48 -0800 (Wed, 07 Nov 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
+   M /trunk/gtk/layout_prefs.c
+   M /trunk/gtk/toolbar.c
 
-fix windows build
 
-maybe the definitions from Makefile.common should better be used - the current Makefile.nmake looks a bit strange compared to others ;-)
-------------------------------------------------------------------------
-r20282 | ulfl | 2007-01-02 18:50:22 -0800 (Tue, 02 Jan 2007) | 2 lines
-Changed paths:
-   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
+Add an arrow with drop-down menu including any toolbar buttons that do not
+fit on the top of the screen.  This only works in GTK 2.4+ and there is
+a layout preference setting to disable it.
+
 
-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
 ------------------------------------------------------------------------
-r20283 | ulfl | 2007-01-02 18:53:30 -0800 (Tue, 02 Jan 2007) | 2 lines
+r23396 | gerald | 2007-11-07 16:58:38 -0800 (Wed, 07 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Add more TCP analysis struct checks.
 
-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
 ------------------------------------------------------------------------
-r20284 | ulfl | 2007-01-02 19:42:33 -0800 (Tue, 02 Jan 2007) | 1 line
+r23397 | sfisher | 2007-11-07 18:29:18 -0800 (Wed, 07 Nov 2007) | 6 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/epan/prefs.c
+
+
+Fix Windows builds that cannot find gtk/gtk.h from epan/prefs.c.  Write out
+toolbar arrow preference even in GTK < 2.4 and just don't use it unless
+running GTK 2.4+.
+
 
-delete GTK 2.10 files and dirs while uninstalling
 ------------------------------------------------------------------------
-r20285 | ulfl | 2007-01-02 19:46:48 -0800 (Tue, 02 Jan 2007) | 4 lines
+r23398 | gerald | 2007-11-07 21:54:29 -0800 (Wed, 07 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-ncp2222.inc
 
-from Laurent Rabret:
-"Apply the ugly attached patch to the installer"
+Fix a couple of integer underflows.
 
-... it's not that ugly at all - and installs (deletes) the manifest files if available
 ------------------------------------------------------------------------
-r20286 | ulfl | 2007-01-02 20:15:18 -0800 (Tue, 02 Jan 2007) | 3 lines
+r23399 | gerald | 2007-11-08 08:59:30 -0800 (Thu, 08 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
+   M /trunk/test/suite-clopts.sh
 
-fix packaging (for now): copy the manifest files with the /nonfatal switch, so they only issue a warning if none existing (e.g. MSVC6).
+Move SKIP_CAPTURE from suite-capture.sh to config.sh so that we can use it
+in suite-clopts as well.  Allow it to be set externally.  This should fix
+the "test" failure in the Solairs builder.
 
-This copying should be controlled by the MSVC_VARIANT setting in config.nmake instead (just like all the other alike settings).
 ------------------------------------------------------------------------
-r20287 | ulfl | 2007-01-02 20:18:55 -0800 (Tue, 02 Jan 2007) | 1 line
+r23400 | etxrab | 2007-11-08 09:24:17 -0800 (Thu, 08 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/crypt/Makefile.common
+   M /trunk/diameter/etsie2e4.xml
 
-an attempt to fix the distcheck
+- "Location-Information" is grouped.
+- Add TS 183 033 V1.2.0 (2007-10) AVP:s
 ------------------------------------------------------------------------
-r20288 | ulfl | 2007-01-02 20:28:28 -0800 (Tue, 02 Jan 2007) | 1 line
+r23401 | morriss | 2007-11-08 11:13:51 -0800 (Thu, 08 Nov 2007) | 5 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/tcap-persistentdata.c
+
+Don't cast pinfo->src.data to (const mtp3_addr_pc_t *) unless we *know* it's
+an MTP3 PC in there (else we get a bus error on SPARC systems).
+If we don't have MTP3 PC addresses hash on address_to_str(&pinfo->src).  This
+makes TCAP statistics work over SUA.
 
-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")
 ------------------------------------------------------------------------
-r20289 | ulfl | 2007-01-02 21:08:20 -0800 (Tue, 02 Jan 2007) | 1 line
+r23402 | etxrab | 2007-11-08 14:36:19 -0800 (Thu, 08 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-diameter.c
 
-fix epan\crypt\crypt-md5.obj
+Change dissecton of address type for AVP < 256 (RADIUS address).
 ------------------------------------------------------------------------
-r20290 | ulfl | 2007-01-02 21:41:11 -0800 (Tue, 02 Jan 2007) | 3 lines
+r23403 | etxrab | 2007-11-08 14:38:06 -0800 (Thu, 08 Nov 2007) | 2 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
+   M /trunk/epan/dissectors/packet-smb.c
 
-add some missing files to the clean targets
+Apply yet another set of the optimization patches:
+- Move proto_tree_add_xxxx calls inside 'if (tree) {}' block
 ------------------------------------------------------------------------
-r20291 | ulfl | 2007-01-02 22:06:53 -0800 (Tue, 02 Jan 2007) | 1 line
+r23404 | etxrab | 2007-11-08 14:39:01 -0800 (Thu, 08 Nov 2007) | 3 lines
 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
+   M /trunk/epan/dissectors/packet-nfs.c
 
-clean should also remove generated plugin.c and manifest files
+Apply yet another set of the optimization patches:
+if tree is not NULL then proto_xxx_add_yyy functions can't return NULL.
+Remove always true tests.
 ------------------------------------------------------------------------
-r20292 | ulfl | 2007-01-02 22:41:17 -0800 (Tue, 02 Jan 2007) | 1 line
+r23405 | etxrab | 2007-11-08 14:40:20 -0800 (Thu, 08 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/epan/dissectors/packet-ddtp.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-epmd.c
+   M /trunk/epan/dissectors/packet-etheric.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-tapa.c
+   M /trunk/epan/dissectors/packet-xot.c
 
-hmmm, maybe he don't like mixing slashes and backslashes ...
+Apply yet another set of the optimization patches:
+When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length().
+non heuristic dissectors
 ------------------------------------------------------------------------
-r20293 | etxrab | 2007-01-02 23:55:40 -0800 (Tue, 02 Jan 2007) | 2 lines
+r23406 | etxrab | 2007-11-08 14:49:03 -0800 (Thu, 08 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcsp.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-pktc.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-qllc.c
+   M /trunk/epan/dissectors/packet-quake2.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-Add call to the Teleservice dissector add a bunch of missing Return signals and
-fix up some cut and paste errors.
+Apply yet another set of the optimization patches:
+-set_str2add_str_val_to_str
 ------------------------------------------------------------------------
-r20294 | gerald | 2007-01-03 10:10:13 -0800 (Wed, 03 Jan 2007) | 2 lines
+r23407 | sfisher | 2007-11-08 18:08:00 -0800 (Thu, 08 Nov 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
+   M /trunk/gtk/layout_prefs.c
+   M /trunk/gtk/toolbar.c
+
+
+Back out part of revision 23395 - leave the toolbar arrow, but remove the
+preference to turn it on / off per discussion on -dev list.
 
-Fix a typo.
 
 ------------------------------------------------------------------------
-r20295 | etxrab | 2007-01-03 11:25:28 -0800 (Wed, 03 Jan 2007) | 4 lines
+r23408 | etxrab | 2007-11-08 21:54:16 -0800 (Thu, 08 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dfilter/dfilter.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.
+Apply yet another set of the optimization patches:
+small memory leak when freeing compiled filter insns.
 ------------------------------------------------------------------------
-r20296 | jake | 2007-01-03 12:17:17 -0800 (Wed, 03 Jan 2007) | 1 line
+r23409 | etxrab | 2007-11-08 21:55:33 -0800 (Thu, 08 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/addr_resolv.c
 
-Some cleanup of the source.
+Apply yet another set of the optimization patches:
+Don't use g_snprintf for temporary unsigned int to ascii conversion.
 ------------------------------------------------------------------------
-r20297 | ulfl | 2007-01-03 14:09:15 -0800 (Wed, 03 Jan 2007) | 1 line
+r23410 | etxrab | 2007-11-08 21:56:42 -0800 (Thu, 08 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-ip.c
 
-another attempt to fix the "Program Files" setting. Unfortunately, using the environment setting doesn't seem to work ...
+Apply yet another set of the optimization patches:
+Only call get_hostname once.
 ------------------------------------------------------------------------
-r20298 | ulfl | 2007-01-03 15:12:37 -0800 (Wed, 03 Jan 2007) | 1 line
+r23411 | etxrab | 2007-11-08 21:57:45 -0800 (Thu, 08 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/epan/dissectors/packet-aim-buddylist.c
+   M /trunk/epan/dissectors/packet-dcm.c
 
-add wiretap manifest file to packaging
+Apply yet another set of the optimization patches:
+janitor work, replace col_add_fstr/ col_set_fstr.
 ------------------------------------------------------------------------
-r20299 | etxrab | 2007-01-03 23:51:26 -0800 (Wed, 03 Jan 2007) | 1 line
+r23412 | etxrab | 2007-11-08 22:01:18 -0800 (Thu, 08 Nov 2007) | 9 lines
 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-bittorrent.c
+   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-yhoo.c
+   M /trunk/plugins/ciscosm/packet-sm.c
 
-Add dissection of SystemCapabilities.
+Apply yet another set of the optimization patches:
+When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length().
+
+On the other hand 
+       if (tvb_bytes_exist(tvb, 0, 20)
+is more readable than
+       if (tvb_length(tvb) >= 20
+
+so only do it in heuristic function
 ------------------------------------------------------------------------
-r20300 | kukosa | 2007-01-04 01:20:18 -0800 (Thu, 04 Jan 2007) | 2 lines
+r23413 | etxrab | 2007-11-08 22:07:30 -0800 (Thu, 08 Nov 2007) | 5 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
+   M /trunk/epan/packet.c
 
-- 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
+Apply yet another set of the optimization patches:
+move the case where pinfo->in_error_pkt is true in its own function:
+- it's not the common case.
+- it needs a TRY block. ==> slow volatile and big stack footprint.
+- call_dissector_work is called a lot and recursively.
 ------------------------------------------------------------------------
-r20301 | guy | 2007-01-04 03:50:41 -0800 (Thu, 04 Jan 2007) | 25 lines
+r23414 | martinm | 2007-11-09 06:41:04 -0800 (Fri, 09 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/plugins/wimaxasncp/Makefile.am
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+   M /trunk/plugins/wimaxasncp/wimaxasncp_dict.h
+   M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
 
-Add -Wl,-single_module to the linker flags in Darwin.  The page at
+From Stephen Croll.
 
-       http://developer.apple.com/releasenotes/DeveloperTools/RN-dyld/index.html
+Dynamically register filter fields from TLV definitions.
 
-says
+------------------------------------------------------------------------
+r23415 | gerald | 2007-11-09 12:04:40 -0800 (Fri, 09 Nov 2007) | 7 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-http.c
 
-       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.
+Don't call tvb_set_child_real_data_tvbuff() + add_new_data_source() twice
+for the same tvb.  This keeps us from freeing the same memory twice and
+crashing on some systems.
 
-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.
+This might be the same bug Brian Vandenberg was looking for in
+http://www.wireshark.org/lists/wireshark-dev/200705/msg00406.html .
 
 ------------------------------------------------------------------------
-r20302 | guy | 2007-01-04 03:55:05 -0800 (Thu, 04 Jan 2007) | 2 lines
+r23416 | gerald | 2007-11-09 12:05:44 -0800 (Fri, 09 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/editcap.c
 
--Wl,-single_module breaks the configure script.
+Add a newline.
 
 ------------------------------------------------------------------------
-r20303 | guy | 2007-01-04 04:05:17 -0800 (Thu, 04 Jan 2007) | 5 lines
+r23417 | guy | 2007-11-09 16:36:01 -0800 (Fri, 09 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/irda/packet-sir.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.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.
+Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.
 
 ------------------------------------------------------------------------
-r20304 | martinm | 2007-01-04 05:25:25 -0800 (Thu, 04 Jan 2007) | 1 line
+r23418 | sfisher | 2007-11-09 16:57:41 -0800 (Fri, 09 Nov 2007) | 4 lines
 Changed paths:
-   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
+   M /trunk/Makefile.am
+   M /trunk/configure.in
+   M /trunk/version_info.c
+
+
+Add MacOS X version next to the Darwin version in version outputs.
 
-Check in trivial changes before generating a big diff...
-------------------------------------------------------------------------
-r20305 | kukosa | 2007-01-04 05:26:45 -0800 (Thu, 04 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
 
-fix compilation without GnuTLS
 ------------------------------------------------------------------------
-r20306 | jake | 2007-01-04 05:44:09 -0800 (Thu, 04 Jan 2007) | 2 lines
+r23419 | guy | 2007-11-09 18:18:18 -0800 (Fri, 09 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/developer-guide.xml
-   M /trunk/docbook/user-guide.xml
+   M /trunk/configure.in
 
-Bump date and version number
+Update comment, clean up message.
 
 ------------------------------------------------------------------------
-r20307 | jake | 2007-01-04 05:46:29 -0800 (Thu, 04 Jan 2007) | 2 lines
+r23420 | guy | 2007-11-09 18:39:19 -0800 (Fri, 09 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/configure.in
 
-Bump date
+Quote a "Checking for" message.
 
 ------------------------------------------------------------------------
-r20308 | jake | 2007-01-04 06:23:56 -0800 (Thu, 04 Jan 2007) | 2 lines
+r23421 | sake | 2007-11-10 07:18:49 -0800 (Sat, 10 Nov 2007) | 13 lines
 Changed paths:
-   M /trunk/plugins/irda/packet-sir.c
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/color_edit_dlg.c
+   M /trunk/gtk/colors.c
+   M /trunk/gtk/colors.h
+   M /trunk/gtk/compat_macros.h
+   M /trunk/gtk/toolbar.c
+
+This patch makes it possible to disable individual coloring rules 
+without having to delete them. The patch has been tested on
+Fedora-7 with GTK+ 1.2.10 and GTK+ 2.10.11.
+
+Since I don't know how to use "strikethrough" in clists in GTK1
+there is a little difference in how the disabled coloring rules
+are displayed. In GTK2 they are striked through and in GTK1
+they are shown in lightgrey on a white background.
+
+Any info on how to use strikthrough in clists within GTK1 is more
+than welcome :-)
 
-Serious source code cleanup.
 
 ------------------------------------------------------------------------
-r20309 | martinm | 2007-01-04 09:56:17 -0800 (Thu, 04 Jan 2007) | 1 line
+r23422 | etxrab | 2007-11-10 08:08:14 -0800 (Sat, 10 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/reassemble.c
 
-Make Expires header value a numeric field
+Apply yet another set of the optimization patches:
+Use O(1) logic for the fast path when adding fragments (ie fragments are in order).
 ------------------------------------------------------------------------
-r20310 | guy | 2007-01-04 10:35:33 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23423 | etxrab | 2007-11-10 08:09:10 -0800 (Sat, 10 Nov 2007) | 2 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.
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/conversations_table.h
 
+Apply yet another set of the optimization patches:
+there's two structures with the same name conversation_t, change one to conv_t
 ------------------------------------------------------------------------
-r20311 | etxrab | 2007-01-04 12:15:22 -0800 (Thu, 04 Jan 2007) | 1 line
+r23424 | etxrab | 2007-11-10 09:06:49 -0800 (Sat, 10 Nov 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
+   M /trunk/epan/dissectors/packet-eth.c
 
-Make the recent INAP change in the template file as well.
+Apply yet another set of the optimization patches:
+move TRY block in its own function.
+ __attribute__((noinline)) does not compile with MS VC 6
+nor does __declspec(noinline)
+Applied the patch without it.
 ------------------------------------------------------------------------
-r20312 | guy | 2007-01-04 12:47:43 -0800 (Thu, 04 Jan 2007) | 4 lines
+r23425 | stig | 2007-11-10 13:59:20 -0800 (Sat, 10 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.am
-   M /trunk/wiretap/Makefile.am
+   M /trunk/gtk/main.c
 
-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.
+Ensure we pop any previous loaded filename from the statusbar
+when loading a new file with a file already loaded.
 
 ------------------------------------------------------------------------
-r20313 | ulfl | 2007-01-04 12:51:18 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23426 | sake | 2007-11-10 15:05:35 -0800 (Sat, 10 Nov 2007) | 18 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/gtk/color_dlg.c
+
+Make the enable/disable buttons on the coloring rule list follow
+the selection. There is a little difference between the behaviour
+in GTK1 and GTK2 (As long as either one row or a block of rows with 
+the same status is selected, GTK1 and GTK2 behave the same way):
+
+GTK1:
+- if the last selected row is disabled, grey out the disable button
+- if the last selected row is enabled, grey out the enable button
+
+GTK2:
+- grey out both buttons when no rule is selected
+- grey out the enable button when *all* selected rules are enabled
+- grey out the disable button when *all* selected rules are disabled
+- leave both buttons active if there is a mix of disabled and enabled
+  rules
+
 
-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 :-)
 ------------------------------------------------------------------------
-r20314 | lego | 2007-01-04 14:44:17 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23427 | sake | 2007-11-10 16:59:19 -0800 (Sat, 10 Nov 2007) | 4 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/gtk/color_dlg.c
 
-the widcards: Choose and All were inverted (again?)
+Open the coloring rule edit dialog when the coloring rule is 
+double-clicked.
 
 
 ------------------------------------------------------------------------
-r20315 | lego | 2007-01-04 14:45:43 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23428 | etxrab | 2007-11-11 05:23:17 -0800 (Sun, 11 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-tpncp.c
+   M /trunk/packaging/nsis/wireshark.nsi
+   A /trunk/tpncp
+   A /trunk/tpncp/tpncp.dat
 
-the -lm flag might be needed to link lua
+From Valery Sigalov:
+New dissector for TPNCP protocol.
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853
+------------------------------------------------------------------------
+r23429 | ulfl | 2007-11-11 12:36:41 -0800 (Sun, 11 Nov 2007) | 1 line
+Changed paths:
+   D /trunk/packaging/nsis/WinPcap_4_0_1.exe
+   A /trunk/packaging/nsis/WinPcap_4_0_2.exe
+   M /trunk/packaging/nsis/wireshark.nsi
 
+update WinPcap installer to recent 4.0.2
+------------------------------------------------------------------------
+r23430 | etxrab | 2007-11-11 23:03:09 -0800 (Sun, 11 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tpncp.c
 
+Remove forgotten debug code.
 ------------------------------------------------------------------------
-r20316 | lego | 2007-01-04 14:47:23 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23431 | ulfl | 2007-11-11 23:31:38 -0800 (Sun, 11 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/radius/dictionary.3gpp
+   M /trunk/packaging/nsis/Makefile.am
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/portableapps/win32/WiresharkPortable.ini
+   M /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-fix some entries with wrong spaces
+update various other places, where WinPcap version 4.0.1 was used
+------------------------------------------------------------------------
+r23432 | ulfl | 2007-11-11 23:33:30 -0800 (Sun, 11 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/packaging.vcproj
 
+add various files of PortableApps packaging
+------------------------------------------------------------------------
+r23433 | ulfl | 2007-11-11 23:34:32 -0800 (Sun, 11 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/u3/win32/u3util.c
 
+update various other places, where WinPcap version 4.0.1 was used
 ------------------------------------------------------------------------
-r20317 | lego | 2007-01-04 14:58:33 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23434 | ulfl | 2007-11-11 23:35:21 -0800 (Sun, 11 Nov 2007) | 1 line
 Changed paths:
-   A /trunk/epan/wslua/doc
-   A /trunk/epan/wslua/doc/Makefile
+   M /trunk/wireshark.sln
 
-Add the documentation directory
+add various files of PortableApps packaging
+------------------------------------------------------------------------
+r23435 | gerald | 2007-11-12 09:02:46 -0800 (Mon, 12 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/ansi-tcap/ansi_tcap.cnf
+   M /trunk/asn1/ansi-tcap/packet-ansi_tcap-template.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.h
 
+Replace strcpy()+strcat() with g_snprintf().  Make sure a string isn't
+NULL before we try to use it.  This fixes a crash found during fuzzing
+and a possible buffer overrun.
 
 ------------------------------------------------------------------------
-r20318 | gerald | 2007-01-04 15:21:37 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23436 | gerald | 2007-11-12 10:44:29 -0800 (Mon, 12 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-Don't lower-case our SSID and passphrase, otherwise we'll create an
-incorrect PSK hash.
+Initialize var_list in dissect_smux(), so that we don't use previously
+ep_freed() memory and abort.
 
 ------------------------------------------------------------------------
-r20319 | gerald | 2007-01-04 15:54:00 -0800 (Thu, 04 Jan 2007) | 2 lines
+r23437 | gerald | 2007-11-12 11:47:15 -0800 (Mon, 12 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/tools/fuzz-test.sh
 
-Remove duplicate targets.
+Print the pass number periodically as a convenience for running the script
+on a large number of trace files.
 
 ------------------------------------------------------------------------
-r20320 | sfisher | 2007-01-04 16:33:23 -0800 (Thu, 04 Jan 2007) | 5 lines
+r23438 | gerald | 2007-11-12 12:02:24 -0800 (Mon, 12 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
 
+Don't dereference a NULL pointer.
 
-Remove stderr output of an error condition per bug #998.  The error is already
-displayed in the packet tree.
-
+------------------------------------------------------------------------
+r23439 | etxrab | 2007-11-12 13:14:53 -0800 (Mon, 12 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
+Add AVP info.
 ------------------------------------------------------------------------
-r20321 | gerald | 2007-01-04 17:35:23 -0800 (Thu, 04 Jan 2007) | 3 lines
+r23440 | etxrab | 2007-11-12 22:11:24 -0800 (Mon, 12 Nov 2007) | 1 line
 Changed paths:
    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.
-
+Use glib-2.14.3
 ------------------------------------------------------------------------
-r20322 | ulfl | 2007-01-04 20:58:52 -0800 (Thu, 04 Jan 2007) | 1 line
+r23441 | stig | 2007-11-13 02:26:30 -0800 (Tue, 13 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-ros.h
+
+Mark some generated items in ROS.
 
-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
+r23442 | etxrab | 2007-11-13 13:59:53 -0800 (Tue, 13 Nov 2007) | 13 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/asn1/tcap/tcap.asn
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-tcap.c
 
-compile error in openssl.h depends on the Platform SDK, not the MSVC variant used
+From Florent DROUIN:
+Since the use of the function 'dissect_ber_tagged_type' for DialoguePortion,
+the file tcap.cnf must be updated to remove the decoding of the tag and length.
+This decoding is now done in the new function 'dissect_ber_tagged_type'.
 
-change the !IFDEF around GNUTLS accordingly
-------------------------------------------------------------------------
-r20324 | ulfl | 2007-01-04 21:23:02 -0800 (Thu, 04 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
+The file tcap.cnf has been updated to take into account this change. 
+But this leads to a change in tcap.asn too, for the definition of the
+ExternalPDU.
+I think this part of the ASN1 file is specific to Wireshark and can be
+modified.
 
-don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
+In the meantime, I did update the DEBUG part for packet_ber.c  for the function
+(dissect_ber_tagged_type)
 ------------------------------------------------------------------------
-r20325 | etxrab | 2007-01-04 23:32:39 -0800 (Thu, 04 Jan 2007) | 5 lines
+r23443 | etxrab | 2007-11-13 14:00:46 -0800 (Tue, 13 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/diameter/dictionary.xml
 
-- Dissect IA5 digits
-- Update info column
-- Call subdissectors
-- fix some asn1 bugs
-- clean up .cnf file.
+Correct assorted typos and copy-past errors.
 ------------------------------------------------------------------------
-r20326 | guy | 2007-01-04 23:36:30 -0800 (Thu, 04 Jan 2007) | 4 lines
+r23444 | etxrab | 2007-11-13 14:05:43 -0800 (Tue, 13 Nov 2007) | 9 lines
 Changed paths:
-   M /trunk/wiretap/configure.in
+   M /trunk/epan/dissectors/packet-linx.c
+
+From Dejan Bucar:
+Updated dissector for LINX protocols
 
-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.
+* Linx Ethernet Connection Manager protocol is updated from version 2 to
+version 3.
+* Linx RLNH protocol has been updated from version 1 to version 2.
 
+The updated dissector is backwards-compatible allowing correct dissection of
+all versions.
 ------------------------------------------------------------------------
-r20327 | lego | 2007-01-05 04:11:05 -0800 (Fri, 05 Jan 2007) | 3 lines
+r23445 | sfisher | 2007-11-13 22:39:58 -0800 (Tue, 13 Nov 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_util.c
+   M /trunk/gtk/menu.c
+
+
+From didier:
+
+Fix for bug #1876: Resizing columns changes the currently-selected packet
 
- + register_stat_cmd_arg()
- * use '/' as directory separator on both plattforms
 
 ------------------------------------------------------------------------
-r20328 | lego | 2007-01-05 04:14:42 -0800 (Fri, 05 Jan 2007) | 3 lines
+r23446 | stig | 2007-11-14 01:37:44 -0800 (Wed, 14 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_gui.c
-
- * rename url->file in browser_open_data_file()
+   M /trunk/gtk/summary_dlg.c
 
+From Shiang-Ming Huang:
+Removed unnecessary parentheses that make the average packets size 
+calculated as an integer instead of a float.
 
 ------------------------------------------------------------------------
-r20329 | jake | 2007-01-05 05:42:08 -0800 (Fri, 05 Jan 2007) | 3 lines
+r23447 | stig | 2007-11-14 02:15:20 -0800 (Wed, 14 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-ntp.h
+   M /trunk/gtk/summary_dlg.c
 
-Added functionality proposed in bug 1233.
-Clean up of source code.
+Added some parentheses to clarify the gint64 cast.
 
 ------------------------------------------------------------------------
-r20330 | lego | 2007-01-05 07:09:33 -0800 (Fri, 05 Jan 2007) | 5 lines
+r23448 | sfisher | 2007-11-14 09:39:21 -0800 (Wed, 14 Nov 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_dumper.c
-   M /trunk/epan/wslua/wslua_util.c
+   M /trunk/tpncp/tpncp.dat
 
-* have the Dumper using either '\' or '/' as directory separator in all plattforms.
-* use the directory separator not a pointer to it.
 
+From Valery Sigalov via bug #1853: Fix the following console error when
+starting Wireshark:
 
+Duplicate field detected in call to proto_register_field_array: channel_id is
+already registered
 
-------------------------------------------------------------------------
-r20331 | ulfl | 2007-01-05 16:48:11 -0800 (Fri, 05 Jan 2007) | 1 line
-Changed paths:
-   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)
 ------------------------------------------------------------------------
-r20332 | ulfl | 2007-01-05 17:05:59 -0800 (Fri, 05 Jan 2007) | 8 lines
+r23449 | gerald | 2007-11-14 11:28:29 -0800 (Wed, 14 Nov 2007) | 2 lines
 Changed paths:
-   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
-
-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) :-)
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-megaco.c
 
-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.
+Keep the MEGACO dissector from looping on a malformed events descriptor.
 
-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
+r23450 | gal | 2007-11-14 12:57:55 -0800 (Wed, 14 Nov 2007) | 5 lines
 Changed paths:
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/rtse/rtse.asn
+   M /trunk/asn1/rtse/rtse.cnf
    M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
 
-Fix tag > 0x1f
-------------------------------------------------------------------------
-r20334 | etxrab | 2007-01-06 12:51:03 -0800 (Sat, 06 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-ansi_map.h
+Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).
+Uses the ber_callback mechanism to call the rtse oid callbacks, rather than the default ber oid callback list.
+A couple of fixes to packet-ber.c to mark [in]direct references as present and call the ber_callback if it has been specified.
 
-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
+r23451 | etxrab | 2007-11-14 22:03:53 -0800 (Wed, 14 Nov 2007) | 1 line
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/diameter/dictionary.xml
 
-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
+Fix "Diameter Dictionary: No Vendor: 3GPPDiameter Dictionary: No Vendor: 3GPP".
 ------------------------------------------------------------------------
-r20337 | ulfl | 2007-01-07 18:40:06 -0800 (Sun, 07 Jan 2007) | 1 line
+r23452 | sahlberg | 2007-11-15 01:41:32 -0800 (Thu, 15 Nov 2007) | 8 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/asn1/mms/mms.cnf
+
+branch_taken that is returned by dissect_ber_choice() is the index of 
+of the branch and not the tag value   so one cant use it with 
+val_to_str()
+(well one can in this instance since by luck the tag values match the 
+indices)
 
-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.
 
 ------------------------------------------------------------------------
-r20339 | ulfl | 2007-01-07 19:31:28 -0800 (Sun, 07 Jan 2007) | 3 lines
+r23453 | sahlberg | 2007-11-15 01:42:21 -0800 (Thu, 15 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+
+updated mms dissector
 
-Oops, I did it again ;-)
 
-C:\Programme -> C:\Program Files
 ------------------------------------------------------------------------
-r20340 | ulfl | 2007-01-07 21:03:17 -0800 (Sun, 07 Jan 2007) | 6 lines
+r23454 | sahlberg | 2007-11-15 01:49:55 -0800 (Thu, 15 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/asn1/snmp/snmp.cnf
+
+dissect_ber_choice() returns the index of the choice, not the tag of the 
+choice
 
-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
 ------------------------------------------------------------------------
-r20341 | sfisher | 2007-01-07 23:19:31 -0800 (Sun, 07 Jan 2007) | 4 lines
+r23455 | sahlberg | 2007-11-15 01:50:36 -0800 (Thu, 15 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfunctions.c
-   M /trunk/epan/dfilter/dfunctions.h
-   M /trunk/epan/dfilter/sttype-function.c
-
+   M /trunk/epan/dissectors/packet-snmp.c
 
-Add "svn:keywords Id" and "svn:eol-style native"
+updated snmp dissector
 
 
 ------------------------------------------------------------------------
-r20342 | ulfl | 2007-01-07 23:42:26 -0800 (Sun, 07 Jan 2007) | 1 line
+r23456 | sahlberg | 2007-11-15 02:10:22 -0800 (Thu, 15 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/asn1/x411/x411.cnf
+
+dissect_ber_choice returns a gint that is the index of the choice taken, 
+not the tag value
+
 
-the makefile dependencies are just killing me ;-) Maybe this is the right way to go ...
 ------------------------------------------------------------------------
-r20343 | jmayer | 2007-01-08 02:36:28 -0800 (Mon, 08 Jan 2007) | 3 lines
+r23457 | sahlberg | 2007-11-15 02:11:09 -0800 (Thu, 15 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/make-version.pl
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+
+new x411 dissector
 
-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.
 
 ------------------------------------------------------------------------
-r20344 | jmayer | 2007-01-08 03:51:04 -0800 (Mon, 08 Jan 2007) | 2 lines
+r23458 | sahlberg | 2007-11-15 02:32:10 -0800 (Thu, 15 Nov 2007) | 4 lines
 Changed paths:
-   M /trunk/manuf
+   M /trunk/asn1/ldap/ldap.cnf
+
+dissect_ber_choice() returns the index of the taken arm   not the tag 
+value
 
-Update manuf
 
 ------------------------------------------------------------------------
-r20345 | jmayer | 2007-01-08 06:25:35 -0800 (Mon, 08 Jan 2007) | 2 lines
+r23459 | sahlberg | 2007-11-15 02:32:45 -0800 (Thu, 15 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
+
+new ldap dissector
 
-Update FAQ
 
 ------------------------------------------------------------------------
-r20346 | jmayer | 2007-01-08 06:32:10 -0800 (Mon, 08 Jan 2007) | 2 lines
+r23460 | sahlberg | 2007-11-15 02:38:43 -0800 (Thu, 15 Nov 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
-   M /trunk/epan/to_str.c
+   M /trunk/asn1/t125/packet-t125-template.c
+   M /trunk/asn1/t125/t125.cnf
+
+only dissect it as t125 if it looks like t125
+
+dissect_ber_choice() returns the index of the choice taken   not the 
+tag value
 
-Commit my USB changes (change address handling)
 
 ------------------------------------------------------------------------
-r20347 | gerald | 2007-01-08 13:19:46 -0800 (Mon, 08 Jan 2007) | 2 lines
+r23461 | sahlberg | 2007-11-15 02:39:16 -0800 (Thu, 15 Nov 2007) | 3 lines
 Changed paths:
-   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
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t125.h
+
+new t125 dissector
 
-Remove duplicate crc32 code.
 
 ------------------------------------------------------------------------
-r20348 | ulfl | 2007-01-08 14:11:56 -0800 (Mon, 08 Jan 2007) | 1 line
+r23462 | martinm | 2007-11-15 10:37:50 -0800 (Thu, 15 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/epan/dissectors/packet-lapd.c
+
+Add a generated lapd.direction field/filter.
 
-PropagationDelayFactor -> LineDelay
 ------------------------------------------------------------------------
-r20349 | ulfl | 2007-01-08 14:29:18 -0800 (Mon, 08 Jan 2007) | 3 lines
+r23463 | gerald | 2007-11-15 11:38:04 -0800 (Thu, 15 Nov 2007) | 2 lines
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/config.nmake
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+
+Don't try to reassemble a huge number of fragments.
 
-fix compilation for:
-- Visual Studio .NET (2002)
-- Visual Studio .NET 2003
 ------------------------------------------------------------------------
-r20350 | ulfl | 2007-01-08 14:50:49 -0800 (Mon, 08 Jan 2007) | 1 line
+r23464 | sake | 2007-11-15 11:46:25 -0800 (Thu, 15 Nov 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/crypt/Makefile.common
+   M /trunk/wiretap/netscreen.c
+   M /trunk/wiretap/netscreen.h
+
+Added correct svn propset settings to wiretap/netscreen.[ch]
+
 
-airpdcap_wep.h was removed
 ------------------------------------------------------------------------