Get rid of a Clist and move the functon to display floats with two decimals to gui_utils.
[metze/wireshark/wip.git] / ChangeLog
index b5a0bf83b25a9b6209b0b89e656965052488da71..b1a3e630ec054bbe83dbe1a386131ec77dd34604 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-$Id: ChangeLog,v 1.34 2004/02/19 02:26:48 gerald Exp $
+------------------------------------------------------------------------
+r22111 | gerald | 2007-06-15 11:44:43 -0700 (Fri, 15 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/configure.in
 
+0.99.6 has been split off.  Bump the trunk to 0.99.7.
 
-2003-12-13 01:08  guy
+------------------------------------------------------------------------
+r22112 | guy | 2007-06-15 16:07:10 -0700 (Fri, 15 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
 
-       * packet-ipmi.c:
+Fix indentation.
 
-         Fix a typo.
+------------------------------------------------------------------------
+r22113 | jake | 2007-06-16 03:52:25 -0700 (Sat, 16 Jun 2007) | 1 line
+Changed paths:
+   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
 
-2003-12-13 01:08  guy
+Bring the information up to date regarding versions and sample output.
+------------------------------------------------------------------------
+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
 
-       * packet-afp.c:
+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.
+------------------------------------------------------------------------
+r22115 | sfisher | 2007-06-16 17:54:58 -0700 (Sat, 16 Jun 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.h
+   M /trunk/gtk/filter_dlg.c
 
-         Put in URLs for the AFP 3.1 spec.
 
-         Update some references to refer to the 3.1 spec.
+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).
 
-         Fix up the handling of the request bitmap in CatSearch and
-         CatSearchExt.
 
-2003-12-13 01:57  guy
+------------------------------------------------------------------------
+r22116 | lego | 2007-06-16 21:58:16 -0700 (Sat, 16 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/capinfos.c
+   M /trunk/editcap.c
 
-       * packet-bssap.c:
+Have editcap and capinfos compile --without-plugins
 
-         Widen formal parameters rather than narrowing actual parameters.
+Should go in 0.99.6
 
-2003-12-13 02:10  guy
 
-       * packet-cops.c:
+------------------------------------------------------------------------
+r22117 | jake | 2007-06-17 04:18:29 -0700 (Sun, 17 Jun 2007) | 1 line
+Changed paths:
+   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
 
-         Make some variables that hold unsigned 16-bit quantities
-         "guint16", which lets us get rid of some casts.
+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
 
-2003-12-13 02:17  guy
+add some missing error codes
 
-       * packet-esis.c:
 
-         Check that the length in the ESIS header is sane, i.e. >= the
-         length of the fixed-length part of the header.
+------------------------------------------------------------------------
+r22119 | sahlberg | 2007-06-17 12:51:20 -0700 (Sun, 17 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/column_prefs.c
 
-         Make "variable_len" a "guint8", as the above check ensures it
-         fits, make the length arguments to dissect routines "guint8"
-         (same type as "guchar", but it makes it clearer that it's an
-         integral value not a text character), and get rid of the casts of
-         "variable_len".
+column_entry_changed_cb is not used by the GTK1 code.   ifdef it out for 
+gtk1
 
-2003-12-13 02:24  guy
 
-       * packet-isakmp.c:
+------------------------------------------------------------------------
+r22120 | sahlberg | 2007-06-17 12:57:47 -0700 (Sun, 17 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/filter_dlg.c
 
-         Widen the "value" parameter to "value2str()", rather than
-         narrowing the values passed via that parameter.
+gtk1 does not have gtk_window_get_modal
 
-         Fix indentation.
 
-2003-12-13 02:30  guy
+------------------------------------------------------------------------
+r22121 | sahlberg | 2007-06-17 13:57:34 -0700 (Sun, 17 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-       * packet-osi-options.c:
+remember locking info between requests and repsonses so it is easier to 
+diagnose why an operation returned an error
 
-         Use ints, not guchars, as packet offsets.
 
-2003-12-13 02:38  guy
+------------------------------------------------------------------------
+r22122 | sahlberg | 2007-06-17 16:58:01 -0700 (Sun, 17 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-       * plugins/docsis/packet-tlv.c:
+track filenames between rename requests and responses to make it easier to 
+diagnose why a rename failed
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than 32 bits risks overflow problems).
 
-2003-12-13 02:42  ulfl
+------------------------------------------------------------------------
+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
 
-       * gtk/print_dlg.c:
+make hf_nfs_nfsstat externaly visible so other dissectors can use nfs 
+status codes
 
-         sensitivity of packet range options fine tuning: don't let the
-         user choose "selected packets", when no packets displayed
 
-2003-12-13 02:45  guy
+------------------------------------------------------------------------
+r22124 | sahlberg | 2007-06-17 17:04:30 -0700 (Sun, 17 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfsacl.c
 
-       * plugins/docsis/packet-vendor.c:
+nfs acl uses the same status codes as nfs   so use the hf field for nfs
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than32 bits risks overflow problems).
+------------------------------------------------------------------------
+r22125 | sfisher | 2007-06-17 18:42:17 -0700 (Sun, 17 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom.c
 
-         Use a "gint" as the length of the vsif TLV, as that's what
-         "tvb_length_remaining()" returns.
 
-2003-12-13 03:18  guy
+Fix compilation on OS X with GLib 1.2 by including ctype.h since our
+isprint.h override only kicks in for GLib 2+.
 
-       * plugins/docsis/: packet-bpkmattr.c, packet-bpkmreq.c,
-         packet-bpkmrsp.c, packet-docsis.c, packet-dsaack.c,
-         packet-dsareq.c, packet-dsarsp.c, packet-dscack.c,
-         packet-dscreq.c, packet-dscrsp.c, packet-dsdreq.c,
-         packet-dsdrsp.c, packet-map.c, packet-regack.c, packet-regreq.c,
-         packet-regrsp.c, packet-rngreq.c, packet-rngrsp.c, packet-tlv.c,
-         packet-uccreq.c, packet-uccrsp.c, packet-ucd.c, packet-vendor.c:
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than32 bits risks overflow problems).
+------------------------------------------------------------------------
+r22126 | standel | 2007-06-17 19:23:44 -0700 (Sun, 17 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/configure.in
 
-         Use "gint" for tvbuff lengths.
+get rid of the "case" statement to test the value of withval.
 
-         Use -1 for uses of "tvb_length_remaining()" that mean "the rest
-         of the tvbuff"; use "tvb_reported_length_remaining()" for "the
-         rest of the packet.
 
-         Clean up the handling of the DOCSIS payload.
+------------------------------------------------------------------------
+r22127 | standel | 2007-06-17 20:03:54 -0700 (Sun, 17 Jun 2007) | 13 lines
+Changed paths:
+   M /trunk/configure.in
 
-2003-12-13 03:30  guy
+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.
 
-       * gtk/dcerpc_stat.c:
+------------------------------------------------------------------------
+r22128 | jake | 2007-06-18 11:11:58 -0700 (Mon, 18 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-edonkey.h
 
-         Add some sanity checking of arguments.
+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
 
-2003-12-13 03:36  guy
 
-       * gtk/dlg_utils.c:
+From Martin Warnes:
 
-         Put in a comment about some issues with the way we do "Update
-         list of packets in real time" captures.
+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.
+
+
+------------------------------------------------------------------------
+r22130 | sfisher | 2007-06-18 12:08:59 -0700 (Mon, 18 Jun 2007) | 9 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r22131 | sfisher | 2007-06-18 12:15:48 -0700 (Mon, 18 Jun 2007) | 12 lines
+Changed paths:
+   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).
+
+------------------------------------------------------------------------
+r22132 | etxrab | 2007-06-18 12:20:52 -0700 (Mon, 18 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Add code for signals:
+- LCSParameterRequest
+- CheckMEID
+- PositionEventNotification
+- StatusRequest
+------------------------------------------------------------------------
+r22133 | sfisher | 2007-06-18 12:31:34 -0700 (Mon, 18 Jun 2007) | 11 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-fcoe.c
+
+
+From Joe Eykholt:
+
+- Remove ethertype preference from recently added FCoE dissector
+
+Me:
+
+- Add Joe to the AUTHORS list
+- Change previous line in AUTHORS list from @ to [AT] in e-mail address
+
+
+------------------------------------------------------------------------
+r22134 | sfisher | 2007-06-18 13:14:07 -0700 (Mon, 18 Jun 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.h
+
+
+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
+
+------------------------------------------------------------------------
+r22135 | etxrab | 2007-06-18 13:54:15 -0700 (Mon, 18 Jun 2007) | 11 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+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.
+------------------------------------------------------------------------
+r22136 | etxrab | 2007-06-18 14:03:59 -0700 (Mon, 18 Jun 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r22137 | wmeier | 2007-06-18 14:12:13 -0700 (Mon, 18 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-armagetronad.c
+
+Fix windows build error ....
+
+------------------------------------------------------------------------
+r22138 | gerald | 2007-06-18 14:58:34 -0700 (Mon, 18 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
+
+Be a little less picky about EAPOL packet lengths.  Someone sent in a
+capture that has extra data in the 4th handshake message.
+
+------------------------------------------------------------------------
+r22139 | sfisher | 2007-06-19 11:09:50 -0700 (Tue, 19 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/doc/wireshark.pod
+
+
+Add a simple entry for -z voip,calls to wireshark man page/html file 
+
+
+------------------------------------------------------------------------
+r22140 | gerald | 2007-06-19 14:19:11 -0700 (Tue, 19 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan
+   M /trunk/epan/wslua
+
+Add more items to svn:ignore.
+
+------------------------------------------------------------------------
+r22141 | etxrab | 2007-06-19 15:11:30 -0700 (Tue, 19 Jun 2007) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r22142 | martinm | 2007-06-20 07:40:40 -0700 (Wed, 20 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-diameter.c
+
+- include gqpolicy.xml properly!
+- print more specific console disgnostics when AVPs don't match because of vendorID being different
+
+------------------------------------------------------------------------
+r22143 | jake | 2007-06-20 10:17:25 -0700 (Wed, 20 Jun 2007) | 3 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22145 | morriss | 2007-06-20 13:02:52 -0700 (Wed, 20 Jun 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22146 | etxrab | 2007-06-20 14:54:40 -0700 (Wed, 20 Jun 2007) | 2 lines
+Changed paths:
+   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 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.
+------------------------------------------------------------------------
+r22148 | martinm | 2007-06-21 04:37:42 -0700 (Thu, 21 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/dtds/xcap-error.dtd
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Add DTD file for xcap-error (RFC 4825)
+
+------------------------------------------------------------------------
+r22149 | gal | 2007-06-21 09:50:16 -0700 (Thu, 21 Jun 2007) | 3 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r22150 | martinm | 2007-06-21 10:30:13 -0700 (Thu, 21 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Don't create & leak a hash table during unsuccessful open()
+
+------------------------------------------------------------------------
+r22151 | gerald | 2007-06-21 10:49:03 -0700 (Thu, 21 Jun 2007) | 7 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r22152 | gerald | 2007-06-21 13:22:56 -0700 (Thu, 21 Jun 2007) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r22154 | etxrab | 2007-06-21 14:38:34 -0700 (Thu, 21 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+Fix some GSM MAP Warnings.
+------------------------------------------------------------------------
+r22155 | etxrab | 2007-06-21 14:41:31 -0700 (Thu, 21 Jun 2007) | 1 line
+Changed paths:
+   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
+
+Delete now obsolete GSM SS.
+------------------------------------------------------------------------
+r22156 | etxrab | 2007-06-21 14:44:50 -0700 (Thu, 21 Jun 2007) | 1 line
+Changed paths:
+   D /trunk/asn1/MAP_Dialogue
+
+Delete now obsolete MAP dialouge.
+------------------------------------------------------------------------
+r22157 | standel | 2007-06-21 15:36:33 -0700 (Thu, 21 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/configure.in
 
-2003-12-13 11:00  ulfl
+default value of --with-gcrypt must be set to yes.
 
-       * gtk/capture_dlg.c:
 
-         set link layer type sensitive only, if the user has to choose
-         between at least two choices
+------------------------------------------------------------------------
+r22158 | gerald | 2007-06-21 15:54:06 -0700 (Thu, 21 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-2003-12-13 13:27  obiot
+Expand the new/added features section.
 
-       * packet-wbxml.c:
+------------------------------------------------------------------------
+r22159 | gerald | 2007-06-21 16:19:16 -0700 (Thu, 21 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-         Add an equal sign to WBXML Attribute Start items that didn't have
-         it.
+Fix invalid markup.
 
-2003-12-13 16:30  ulfl
+------------------------------------------------------------------------
+r22160 | sfisher | 2007-06-21 16:30:09 -0700 (Thu, 21 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-       * gtk/main.c:
 
-         mention the GPL license in the Help->About dialog
+Fix typo in HTTP Export Object menu path.  It ends with HTTP, not HTML.
 
-2003-12-13 17:10  ulfl
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, gsm_a_stat.c, http_stat.c, isup_stat.c,
-         rpc_progs.c, rpc_stat.c, wsp_stat.c:
+------------------------------------------------------------------------
+r22162 | martinm | 2007-06-22 05:42:47 -0700 (Fri, 22 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-diameter-defs.h
 
-         removed unused #include "menu.h" from the stats.c files
+NASREQ AVP 4 (NAS-IP-Address) is of type OctetString, not IPAddress
+(according to RFC 4005).
 
-2003-12-13 17:24  ulfl
+------------------------------------------------------------------------
+r22163 | sahlberg | 2007-06-22 06:23:50 -0700 (Fri, 22 Jun 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
 
-       * prefs-int.h, prefs.c:
+dns request/response tracking did not work if tree==NULL we didnt set up 
+the tracking structures
 
-         changed read_prefs_file(): read in a generic config file and do a
-         callback to pref_set_pair_fct() for every key/value pair found
+this makes dns request/response trackign work when you dont have any 
+color filters
 
-2003-12-13 18:01  ulfl
 
-       * file.c, menu.h, gtk/main.c, gtk/main.h, gtk/menu.c, gtk/menu.h:
+------------------------------------------------------------------------
+r22165 | sahlberg | 2007-06-22 12:32:02 -0700 (Fri, 22 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
 
-         added "most recently used" lists for "opened capture files" and
-         "display filter used", the settings will be saved in the file
-         "recent" in the users config path
+add code to handle new insanity in how spnego and gss wrap 
+eachother
 
-2003-12-13 18:05  gerald
 
-       * Makefile.am, configure.in, epan/configure.in, help/Makefile.am:
 
-         Add the help directory to the build.  Bump the release version to
-         0.10.0a
+------------------------------------------------------------------------
+r22166 | sfisher | 2007-06-22 15:22:10 -0700 (Fri, 22 Jun 2007) | 8 lines
+Changed paths:
+   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
 
-2003-12-13 22:05  guy
 
-       * gtk/main.c:
+Fix enhancement bug #1337: Export IO Graphs
 
-         Squelch some compiler warnings.
+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.
 
-         Clean up white space.
 
-2003-12-13 22:23  guy
+------------------------------------------------------------------------
+r22167 | sfisher | 2007-06-22 15:42:33 -0700 (Fri, 22 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   D /trunk/asn1/gsm_ss
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, gsm_a_stat.c, http_stat.c, isup_stat.c,
-         rpc_progs.c, rpc_stat.c, wsp_stat.c:
 
-         Put back "menu.h" - it's needed to declare
-         "register_tap_menu_item()".
+Fix distcheck for recently removed asn1/gsm_ss and asn1/MAP_Dialogue and
+remove the asn1/gsm_ss directory.
 
-2003-12-13 23:55  guy
 
-       * packet-gsm_sms.c:
+------------------------------------------------------------------------
+r22168 | sfisher | 2007-06-22 15:44:51 -0700 (Fri, 22 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/Makefile.nmake
 
-         "wctomb()" doesn't necessarily accept Unicode as input, and may
-         produce more than one character as output.  Use
-         "tvb_fake_unicode()" to handle Unicode strings, instead.
 
-         Don't hand strings to "proto_tree_add_text()" - it expects a
-         printf-style formatting operator, which means it'd treat "%"
-         specially.  Use "%s", or "%.*s", instead; use "%.*s" when we
-         don't know that the string is null-terminated.
+Remove gsm_ss and MAP_Dialogue from Windows makefile
 
-2003-12-14 00:04  guy
 
-       * packet-gsm_sms.c:
+------------------------------------------------------------------------
+r22169 | gerald | 2007-06-22 17:00:57 -0700 (Fri, 22 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-         Use "tvb_format_text()" to format 8-bit strings, so we don't have
-         problems with non-printable characters.
+A recent checkin broke wpa-psk keys; fix it.
 
-         Don't un-constify "tvb_get_ptr()".
+------------------------------------------------------------------------
+r22170 | sfisher | 2007-06-22 22:58:01 -0700 (Fri, 22 Jun 2007) | 7 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/pixmap_save.c
 
-2003-12-14 00:05  guy
 
-       * help/.cvsignore:
+Updates to initial check-in of pixmap saving feature:
 
-         Provide a .cvsignore file.
+ - Bump minimum GTK version from 2.4 to 2.6 in code and users manual
+ - Free some strings after we're done with them 
 
-2003-12-14 10:24  guy
+------------------------------------------------------------------------
+r22171 | etxrab | 2007-06-23 08:31:37 -0700 (Sat, 23 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-       * gtk/io_stat.c:
+Fix a typo.
+------------------------------------------------------------------------
+r22172 | etxrab | 2007-06-23 08:32:36 -0700 (Sat, 23 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-         From Ronnie Sahlberg: support iostat graphs with 1ms resolution.
+Try to fix some GCC warnings.
+------------------------------------------------------------------------
+r22173 | gal | 2007-06-23 22:09:42 -0700 (Sat, 23 Jun 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
 
-2003-12-14 10:28  guy
+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.
 
-       * gtk/endpoint_talkers_table.c:
 
-         From Ronnie Sahlberg: fix a crash on Win32 when we resort a
-         column in the conversation list and then create/apply a filter
-         from the conversation list popup.
+------------------------------------------------------------------------
+r22174 | gal | 2007-06-23 22:14:39 -0700 (Sat, 23 Jun 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
 
-2003-12-15 00:08  guy
+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.
 
-       * packet-tzsp.c:
 
-         From Chris Waters: use "proto_tree_add_uint()" for an FT_UINT*
-         field.
+------------------------------------------------------------------------
+r22175 | gal | 2007-06-23 22:22:09 -0700 (Sat, 23 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/epan/dissectors/packet-x420.c
 
-2003-12-15 04:22  guy
+This patch adds s4406 type to COL_INFO, as for X420.
 
-       * Makefile.nmake:
 
-         From Lars Roland: build the documentation at the end of the make
-         process.
+------------------------------------------------------------------------
+r22176 | gal | 2007-06-23 22:28:27 -0700 (Sat, 23 Jun 2007) | 8 lines
+Changed paths:
+   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
 
-2003-12-15 04:23  guy
+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.
 
-       * packet-h225.c, packet-h225.h, tap-h225counter.c,
-         gtk/h225_counter.c:
 
-         From Lars Roland: export the value_string tables from
-         packet-h225.c and use them in the H.225 taps.
+------------------------------------------------------------------------
+r22177 | etxrab | 2007-06-24 01:13:11 -0700 (Sun, 24 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/reassemble.h
+
+Export fragment_end_seq_next to get the Windows buildbot going again.
+------------------------------------------------------------------------
+r22178 | gal | 2007-06-24 01:23:26 -0700 (Sun, 24 Jun 2007) | 3 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r22179 | gal | 2007-06-24 01:24:49 -0700 (Sun, 24 Jun 2007) | 3 lines
+Changed paths:
+   D /trunk/asn1/ftbp
+
+Delete the associated asn2wrs files for the FTBP dissector
+
+
+------------------------------------------------------------------------
+r22180 | etxrab | 2007-06-24 02:18:36 -0700 (Sun, 24 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Try to fix some more GCC warnings.
+------------------------------------------------------------------------
+r22181 | sahlberg | 2007-06-24 10:23:55 -0700 (Sun, 24 Jun 2007) | 9 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-2003-12-15 04:28  guy
+remove some compiler warning due to unused pinfo parameter
 
-       * packaging/nsis/: Makefile.nmake, ethereal.nsi:
+a SASL encapsulated ldap blob can contain more than one LDAP message so 
+the rest_is_pad parameter is bogus and thus removed.
 
-         From Lars Roland: get rid of NSIS support for glib 1.3, as we
-         don't support that any more.
+make dissect_ldap_pdu handle when we have more than one LDAP message 
+inside one sasl blob
 
-2003-12-15 06:38  ulfl
 
-       * gtk/menu.c:
+------------------------------------------------------------------------
+r22182 | sfisher | 2007-06-24 17:26:31 -0700 (Sun, 24 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
 
-         if user clicks recent capture file item, and this file no longer
-         exists, remove the menu item
 
-2003-12-15 20:15  guy
+Fix Windows builds and dist after revision 22179 removed the FTBP dissector
 
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
 
-         DCE RPC version numbers are unsigned - print them with "%u".
+------------------------------------------------------------------------
+r22183 | etxrab | 2007-06-24 23:10:36 -0700 (Sun, 24 Jun 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tipc.c
 
-         Do the same checks for negative and >255 version numbers in the
-         Tethereal DCE RPC statistics tap that are done in the Ethereal
-         tap.
+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
+------------------------------------------------------------------------
+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
 
-         In the Ethereal tap, do those checks before looking up the
-         protocol name.
 
-2003-12-15 22:38  obiot
+Fix bug #1665 / From Nikns Siankin:
 
-       * packet-wbxml.c, packet-wsp.c, packet-wtls.c, packet-wtp.c:
+Fix compilation on OpenBSD.  This needs to go into 0.99.6 release.
 
-         Remove unused dissector handles from the WAP dissectors.
 
-         Rename the WAP protocols so that they reflect the protocol name
-         and not the protocol stack name.
+------------------------------------------------------------------------
+r22189 | sfisher | 2007-06-25 12:29:02 -0700 (Mon, 25 Jun 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-         Fix the WSP content-type header.
 
-         Rename the WSP header fields from 'hdr' to 'header'.
+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
 
-         Rename the WSP Openwave header fields from header code page
-         'x-up-1': replace 'openwave' with 'x_up_1' (is more intuitive).
 
-         Remove unused WSP header fields.
+Fix distcheck
 
-         Rename the WTLS header fields so they do not contain 'wsp'
-         anymore.
 
-         Correct the WBXML code page switches in the token parsers.
+------------------------------------------------------------------------
+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
 
-         Fix the code page support of multi-codepage content.
+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
 
-         Update the PROV WBXML content (and find bugs in the new OMA Prov
-         spec :).
+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
 
-2003-12-16 05:04  guy
+add some more access masks
 
-       * gtk/endpoint_talkers_table.c:
 
-         From Ronnie Sahlberg: when the user selects a filter from the
-         popup dialog, make the main window come to the front.
+------------------------------------------------------------------------
+r22264 | sahlberg | 2007-07-06 20:34:30 -0700 (Fri, 06 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/samr.cnf
 
-2003-12-16 05:07  guy
+fix a typo
 
-       * Makefile.am, Makefile.nmake, packet-dcerpc-trksvr.c:
 
-         From Ronnie Sahlberg: stub dissector for the Microsoft
-         Distributed Link Tracking Server Service (uuid and finction name
-         from Jean-Baptiste Marchand).
+------------------------------------------------------------------------
+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
 
-2003-12-16 06:25  ulfl
+add the new pidl created SAMR dissector
 
-       * packaging/nsis/ethereal.nsi:
 
-         minor change in the uninstaller "Publisher" string
+------------------------------------------------------------------------
+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
 
-2003-12-16 06:46  ulfl
+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
 
-       * help/convert-include.sh:
+bug 1550
+add a fix for ack/seq tracking when the tcp is broken and sends a 
+non-zero ack field for SYN packets.
 
-         From Jeff Morris: using named tempfiles preventing errors on
-         multiprocessor machines
+add a warning to the dissect pane that illustrates that these are broken 
+packets
 
-2003-12-16 18:43  oabad
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         capture_info_dlg.c, compat_macros.h, dcerpc_stat.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, main.c, menu.c, mgcp_stat.c,
-         proto_draw.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, wsp_stat.c:
+------------------------------------------------------------------------
+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
 
-         Use gtk compatibility macros (from compat_macros.h) instead of
-         some gtk+ v1.2 functions which are deprecated in gtk+ v2.
+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
 
-         Update OBJECT_SET_DATA macros to cast "data" to (gpointer).
+When I removed data_blob_equal, I clearly didn't test the PIDL code.
 
-2003-12-16 19:31  guy
+Fix these to use the new data_blob_cmp()
 
-       * packet-mip6.h:
+Andrew Bartlett
 
-         From Martti Kuparinen: fixes, and more values, for Mobile IPv6
-         Binding Acknowledgment status.
+------------------------------------------------------------------------
+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
 
-2003-12-16 19:58  guy
+For unions, The TAG and the ARM are aligned independently.
 
-       * packet-lwapp.c:
+Move emitting ALIGN_TO_x_BYTES to after the tag has been dissected so the 
+alignment only affects the ARM.
 
-         From David Frascone: support LWAPP on port 12223 (for control
-         traffic) and, for packets sent to that port, handle the MAC
-         address that's at the beginning of the packet.
 
-2003-12-16 21:02  ulfl
 
-       * plugins/asn1/packet-asn1.c:
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-         using G_DIR_SEPARATOR_S instead of hardcoded slash (not suitable
-         on win32 platforms)
+------------------------------------------------------------------------
+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
 
-2003-12-16 22:21  guy
+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
 
-       * Makefile.am:
+rename all policy handles in samr to have a name that describes the type 
+of handle.
 
-         From Jeff Morriss: don't spew out the entire "if" statement as
-         output when doing "make svr4-package".
 
-2003-12-16 22:39  obiot
 
-       * packet-wbxml.c, packet-wsp.c:
+------------------------------------------------------------------------
+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
 
-         WBXML dissector: Move summary update code outside of if (tree)
-         construct.
+disabling sid snooping in the code
 
-         WSP dissector: clean up redirect dissection, add generic address
-         field dissection, add Session Initiation Request dissection,
-         rewrite capability dissection, and various small updates.
+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...)
 
-2003-12-16 22:55  guy
+disabled it   but did not remove it since i do think the module is 
+useful   IF it is completed with a lot more operations.
 
-       * acinclude.m4:
 
-         Fix some typoes in variable names.
 
-2003-12-16 23:00  guy
+------------------------------------------------------------------------
+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
 
-       * AUTHORS, configure.in, doc/ethereal.pod:
+make all rids use a single hf filter field
 
-         From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as
-         long as we've gone through the trouble of finding the path, we
-         should use it, and if the user explicitly said where it is, we
-         should *definitely* use it), and add the output of
-         "$NETSNMPCONFIG --cflags" to CFLAGS and CPPFLAGS before searching
-         for Net-SNMP headers, so we check the appropriate directory for
-         them.
+dissect the Type of rid using lsa_Types
 
-2003-12-17 00:41  guy
 
-       * packet-radius.c:
+------------------------------------------------------------------------
+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
 
-         Instead of having a whole pile of RADIUS value types, each of
-         which has a value_string table associated with it, just have them
-         all be RADIUS_INTEGER4 or RADIUS_INTEGER4_TAGGED, and add to the
-         table of value tags/value types/value names a pointer to a
-         value_string table - if it's null, just show the value, otherwise
-         use the table.
+the sidtype is a 32bit enum   not a standard enum
 
-         Use that for the 3GPP protocol type field as well, with a
-         value_string table, rather than doing a switch.
 
-         Constify a bunch of tables.
+------------------------------------------------------------------------
+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
 
-         Replace "get_vsa_table()" with "get_attr_info_table()", which
-         returns the attribute information table for the vendor in
-         question, or NULL.
+dissect lsa_Strings correctly in the samr dissector
 
-         Fix the handling of IPX addresses.
 
-2003-12-17 00:50  guy
+------------------------------------------------------------------------
+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
 
-       * gtk/supported_protos_dlg.c:
+- Fix a broken comment in xml file
+- Add/fix some AVPs
+- Print unmatched command codes in decimal
 
-         From Albert Chin: get rid of C++ comments.
+------------------------------------------------------------------------
+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
 
-2003-12-17 01:57  guy
+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.
 
-       * packet-radius.c:
+------------------------------------------------------------------------
+r22278 | gerald | 2007-07-09 09:36:29 -0700 (Mon, 09 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/airpcap_gui_utils.c
 
-         Put in more information about the attribute type enum.
+From Dustin Johnson: AirPcap display update.
 
-         Get rid of "rd_value_to_str()", pulling its code up into the one
-         place it's called, and rename "rd_value_to_str_2()" to
-         "rd_value_to_str()" (and get rid of its return value - it just
-         returns its first argument).
+------------------------------------------------------------------------
+r22279 | jake | 2007-07-09 09:44:30 -0700 (Mon, 09 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
 
-         Make "textbuffer" and "vsabuffer" local variables in
-         "dissect_attribute_value_pairs()".
+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
 
-         Get rid of "rd_match_strval_attrib()" - just fetch the full
-         radius_attr_info entry and use its "str" member.
+From Dustin Johnson: Fix a typo.
 
-2003-12-17 02:17  guy
+------------------------------------------------------------------------
+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
 
-       * packet-radius.c:
+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".
 
-         Call the "type" member of a "radius_attr_info" structure
-         "value_type" (as it's the type of the value for that attribute,
-         e.g. integer, string, binary string, time, ...), and call "val1"
-         "attr_type" (as it's the "type" field value for that attribute in
-         RADIUS packets).
+------------------------------------------------------------------------
+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.
 
-         Add a type for EAP messages, and check for EAP messages using the
-         value type.
+------------------------------------------------------------------------
+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
 
-         For tagged integers, fetch the tag and value separately.
+From Stig Bjorlykke. 
+ExtendedBodyPart parameters are OPTIONAL.
 
-         Fix the tagged-integer code to overwrite the buffer rather than
-         appending to it.
 
-2003-12-17 02:24  guy
+------------------------------------------------------------------------
+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
 
-       * packet-radius.c:
+Dissection of octet-aligned EXTERNALs.
 
-         According to RFC 2868, a tag value of 0 is not valid for a string
-         - we just treat a 0 tag byte as the first byte of the string.
 
-2003-12-17 02:36  guy
+------------------------------------------------------------------------
+r22309 | gal | 2007-07-14 02:12:38 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/base64.c
 
-       * acinclude.m4, epan/acinclude.m4:
+Allow the base64 decoding to cope with lines broken with \r\n.
 
-         From Albert Chin: fix for the following:
 
-                 The PCRE test in acinclude.m4 and epan/acinclude.m4 don't
-         work
-                 if PCRE exists in a non-system directory.  The problem is
-         that
-                 LDFLAGS and LIBS are set incorrectly.  LIBS shouldn't
-         contain -L
-                 arguments.
+------------------------------------------------------------------------
+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
 
-2003-12-17 02:41  guy
+Expose a function (imf_find_field_end()) and 
+make the field format dissection case-insensitive.
 
-       * epan/acinclude.m4, wiretap/acinclude.m4:
+------------------------------------------------------------------------
+r22311 | gal | 2007-07-14 02:19:35 -0700 (Sat, 14 Jul 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
 
-         Fix more "CPPLAGS" typoes.
+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.
 
-2003-12-17 05:16  guy
 
-       * AUTHORS, Makefile.am, configure.in, doc/ethereal.pod,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi,
-         plugins/Makefile.am, plugins/Makefile.nmake,
-         plugins/v5ua/.cvsignore, plugins/v5ua/AUTHORS,
-         plugins/v5ua/COPYING, plugins/v5ua/ChangeLog,
-         plugins/v5ua/Makefile.am, plugins/v5ua/Makefile.nmake,
-         plugins/v5ua/moduleinfo.h, plugins/v5ua/packet-v5ua.c:
+------------------------------------------------------------------------
+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
 
-         From Christoph Neusch: V5UA support.
+New dissector for Transport-Neutral Encapsulation Format - TNEF.
 
-         From Anders Broman: patches to various makefiles and configure
-         scripts to build the V5UA dissector, and patches to make it
-         compile.
+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:
 
-         From me: .cvsignore file, and NSIS patches.
+http://msdn2.microsoft.com/en-us/library/ms530652.aspx
 
-2003-12-17 07:02  guy
+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).
 
-       * plugins/v5ua/: Makefile.am, Makefile.nmake:
+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. 
 
-         Make Makefile.am and Makefile.nmake match those for other
-         plugins.
 
-2003-12-17 07:05  guy
+------------------------------------------------------------------------
+r22313 | gal | 2007-07-14 02:58:08 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
 
-       * packet-radius.c:
+Fix for warnings on OSX.
 
-         Pass "attr_info" to "rd_value_to_str()" - don't look it up again
-         in "rd_value_to_str()".
 
-         Handle a null return from "find_radius_attr_info()".
+------------------------------------------------------------------------
+r22314 | gal | 2007-07-14 03:15:52 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
 
-         We don't have to reserve a value type of 0 for "not found in the
-         table" - a null return from "find_radius_attr_info()" indicates
-         that.
+Further problem highlighted by OSX.
 
-         Hoist the code to make the top-level item for an AVP above the
-         check for an EAP message.
 
-2003-12-17 08:34  guy
+------------------------------------------------------------------------
+r22315 | gal | 2007-07-14 05:52:51 -0700 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
 
-       * packet-dns.c:
+Add packet-imf.h 
 
-         Put the key and other lengths into the protocol tree for TKEY
-         RRs.
 
-2003-12-17 08:40  guy
+------------------------------------------------------------------------
+r22316 | gal | 2007-07-15 03:26:55 -0700 (Sun, 15 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-       * packet-dns.c:
+Include latest configuration files and remove ones no longer shipped.
+(Without these configuration files defragmentation was failing - unsure why!)
 
-         Give the key and other lengths and data names that match the
-         names in RFC 2930.
 
-2003-12-17 08:51  guy
+------------------------------------------------------------------------
+r22317 | gal | 2007-07-15 03:59:07 -0700 (Sun, 15 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-       * packet-dns.c:
+Further synchronisation with wireshark.nsi
 
-         Update a comment.
 
-2003-12-17 08:59  guy
+------------------------------------------------------------------------
+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
 
-       * packet-dns.c:
+Rewrite of the diameter dissector to use the dictionary for creating hfids, drop libxml dependency.
 
-         For unknown key IDs, show the algorithm symbolically if possible.
+The work is still incomplete (anything but strings and numbers appears as bytes) but I want others to start testing it.
 
-2003-12-17 18:05  ulfl
+TODO:
+builders and decoders for:
+- (ntp) timestamps
+- addresses
+- diameteruris
+- diameteridentities
+- ipfilterrules
+- qosfilterrules
+- mipregistrationrequests
 
-       * plugins/Makefile.nmake:
 
-         added missing rule for v5ua plugin
+------------------------------------------------------------------------
+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
 
-2003-12-17 20:28  ulfl
+update Makefiles to build diam_dict.[co]
 
-       * gtk/menu.c:
 
-         removed some MSVC warnings (casting gdouble to gint, which is ok)
+------------------------------------------------------------------------
+r22320 | lego | 2007-07-15 23:06:21 -0700 (Sun, 15 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
 
-2003-12-17 20:30  guy
+Windows too needs diam_dict.c 
 
-       * plugins/v5ua/packet-v5ua.c:
 
-         Get rid of an unused value_string table and unused #defines.
+------------------------------------------------------------------------
+r22321 | lego | 2007-07-15 23:28:56 -0700 (Sun, 15 Jul 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
 
-2003-12-17 20:39  guy
+for MSVC (vendor_flag ? 12 : 8) is signed ...
+well for gcc is either signed or unsigned (they are two literals!)
 
-       * packet-sip.c:
 
-         From Anders Broman:
+------------------------------------------------------------------------
+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
 
-                 check that there *is* a content type string before using
-         it;
+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
 
-                 get rid of some incomplete code for multipart/mixed (it
-         set some
-                 variables but didn't use them);
+Glibize diam_dict.l (should fix windows config)
 
-                 add some incomplete code for handling parameters to
-         Content-Type.
 
-2003-12-17 20:52  guy
+------------------------------------------------------------------------
+r22324 | lego | 2007-07-16 10:39:40 -0700 (Mon, 16 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
 
-       * packet-sip.c:
+Fix distcheck
 
-         There's no need for the "content_type_exist" variable - we can
-         just check whether "media_type_str" is null.
 
-2003-12-17 21:03  guy
+------------------------------------------------------------------------
+r22325 | gerald | 2007-07-16 11:04:53 -0700 (Mon, 16 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/README.packaging
 
-       * packet-rtsp.c:
+Add a note about svnversion.h.
 
-         From Anders Broman: add a preference setting for the RTSP TCP
-         port.
+------------------------------------------------------------------------
+r22328 | morriss | 2007-07-16 14:37:07 -0700 (Mon, 16 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
 
-2003-12-17 21:11  guy
+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
 
-       * tethereal.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
 
-         Set "print_args" regardless of whether we're printing the packet
-         detail or not - it's used if we're printing the hex data.
 
-2003-12-17 21:34  ulfl
+From Kevin A. Noll via private bug #1683:
 
-       * packet-dcerpc-svcctl.c:
+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.
 
-         renamed some defines SERVICE_xy to SVCCTL_SERVICE_xy to avoid
-         "duplicate definition" warnings with win32's winsvc.h
 
-2003-12-17 22:11  ulfl
+------------------------------------------------------------------------
+r22331 | jake | 2007-07-17 00:01:36 -0700 (Tue, 17 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipv6.c
 
-       * gtk/: main.c, tcp_graph.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
 
-         removed some more MSVC warnings (type casting)
+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
 
-2003-12-17 22:13  guy
+Avoid an infinite loop (on malformed packet)
 
-       * gtk/: Makefile.am, Makefile.nmake, ansi_a_stat.c,
-         ansi_map_stat.c, bootp_stat.c, dcerpc_stat.c,
-         endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, menu.h, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, tap_dfilter_dlg.c, tap_dfilter_dlg.h, wsp_stat.c:
+------------------------------------------------------------------------
+r22334 | martinm | 2007-07-17 06:09:44 -0700 (Tue, 17 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
 
-         From Lars Roland: have common code to handle display filter
-         dialogs in taps, and use that in the H.225 taps.
+Show malformed SDP line as an expert item
 
-2003-12-17 22:30  guy
+------------------------------------------------------------------------
+r22335 | morriss | 2007-07-17 11:09:01 -0700 (Tue, 17 Jul 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
 
-       * packet-dns.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
 
-         Only dissect the key in TKEY RRs if it's present (i.e., has a
-         non-zero length) - zero-length keys "shouldn't happen", but what
-         the heck....
+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
 
-2003-12-17 22:42  obiot
+"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.
 
-       * epan/ftypes/ftype-tvbuff.c:
+------------------------------------------------------------------------
+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
 
-         Add protocols to the header fields for which the "matches"
-         operator can be appliedi (PCRE). In fact, all FT_TVBUFF fields.
+If we can't find dictionary.xml, fail instead of trying to read from
+stdin (which makes distcheck unhappy).  Fixup whitespace.
 
-2003-12-17 22:43  obiot
+------------------------------------------------------------------------
+r22339 | sfisher | 2007-07-17 14:50:29 -0700 (Tue, 17 Jul 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mysql.c
 
-       * packet-wsp.c:
 
-         Get rid of unused registered header fields. Some white-space
-         changes.
+From Jess Balint:
 
-2003-12-17 23:24  obiot
+a patch to fix the state management for the MySQL protocol dissector.
 
-       * doc/ethereal-filter.pod.template:
 
-         Update the "matches" explanation as it now also works for
-         protocol fields (FT_TVBUFF). Thanks libpcre for allowing pattern
-         matching in binary data!
+------------------------------------------------------------------------
+r22340 | lego | 2007-07-17 15:00:40 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
 
-2003-12-17 23:35  ulfl
+Have the encapsulation selection match on the port name as well as stk filename.
 
-       * packet-bssap.c, packet-cpha.c, packet-fc.c, packet-fcsb3.c,
-         packet-gsm_a.c, packet-null.c, packet-sccp.c, packet-scsi.c,
-         packet-smb-pipe.c, packet-smb.c:
 
-         removed some more MSVC warnings (type casting)
+------------------------------------------------------------------------
+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
 
-2003-12-17 23:41  ulfl
+get crc10 and crc6 out of packet-iuup.c 
+- experimental code for a way-too-heurstic look for iuup dissector
 
-       * gtk/: main.c, proto_draw.c:
 
-         removed some more MSVC warnings (type casting), GTK2 specific
+------------------------------------------------------------------------
+r22342 | lego | 2007-07-17 15:05:18 -0700 (Tue, 17 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/uat_load.l
 
-2003-12-17 23:54  guy
+increase line numbers on comments too
 
-       * packet-bssap.c:
+------------------------------------------------------------------------
+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
 
-         Make packet offsets "gint"s rather than "guint8"s.
+fix a leak
 
-2003-12-18 00:18  guy
 
-       * packet-smb.c, smb.h:
+------------------------------------------------------------------------
+r22344 | lego | 2007-07-17 15:11:07 -0700 (Tue, 17 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
 
-         The "cmd" members of "smb_saved_info_t" and "smb_info_t"
-         structures always contain an SMB command code (SMB requests and
-         responses both have command codes, so there's no "unknown"
-         out-of-band value); make it a "guint8".
+(Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and crc10
 
-         Make the argument to "decode_smb_name()" a "guint8" as an SMB
-         command code is passed to it ("guint8" and "unsigned char" are
-         the same types on all platforms we're likely to deal with, so
-         it's a cosmetic change, not a semantic one).
 
-         Put in an extra "GPOINTER_TO_UINT()" call before casting
-         "si->sip->extra_info" to "guint16", to squelch compiler warnings.
+------------------------------------------------------------------------
+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
 
-2003-12-18 00:25  guy
 
-       * packet-cpha.c:
+------------------------------------------------------------------------
+r22370 | lego | 2007-07-21 09:25:17 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
 
-         Use a value_string table for the Status field.
+Fix dependencies
 
-2003-12-18 00:28  guy
 
-       * packet-fcsb3.c:
+------------------------------------------------------------------------
+r22371 | lego | 2007-07-21 09:30:17 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
-         Make "ctlfn" a "guint8", as it holds a single-byte value.
+according to RFC3588 6.7.2 Proxy-Info is a grouped avp
 
-2003-12-18 00:43  guy
 
-       * packet-sccp.c:
+------------------------------------------------------------------------
+r22372 | lego | 2007-07-21 09:36:20 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
-         Make packet offsets, and lengths, "guint".
+fix xml
 
-         Put in some sanity checking to make sure we don't go completely
-         crazy if an offset goes past the length (we should check as the
-         offset is advanced, but...).
 
-2003-12-18 01:47  guy
+------------------------------------------------------------------------
+r22373 | lego | 2007-07-21 11:23:08 -0700 (Sat, 21 Jul 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_field.c
 
-       * plugins/v5ua/packet-v5ua.c:
+Fix documentation comments
 
-         Fix some typoes.
 
-2003-12-18 02:07  guy
+------------------------------------------------------------------------
+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
 
-       * packet-mmse.c:
+work out dependencies in a .common way and make sure we nmake wsluarm
 
-         Mallocate buffers for the strings gotten by
-         "get_encoded_strval()" and "get_encoded_strval()", rather than
-         filling in a fixed-size buffer, so that we don't overflow the
-         buffer.
 
-2003-12-18 02:46  guy
+------------------------------------------------------------------------
+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
 
-       * acinclude.m4, tethereal.c:
+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
 
-         "pcap_compile_nopcap()" has a different signature in recent
-         NetBSD libpcap than in tcpdump.org libpcap; it's been deprecated
-         for that reason.  "pcap_open_dead()" has been in libpcap since
-         0.6, so only for 0.5[.x] will you have "pcap_compile_nopcap()"
-         but not "pcap_open_dead()" - for now, we use "pcap_open_dead()"
-         rather than "pcap_compile_nopcap()", and don't do the check for
-         capture filters in systems with libpcaps that lack
-         "pcap_open_dead()".
+------------------------------------------------------------------------
+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
 
-2003-12-18 03:41  guy
+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
+
+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
 
-       * README, doc/editcap.pod, doc/ethereal.pod, doc/mergecap.pod,
-         doc/tethereal.pod, wiretap/etherpeek.c:
 
-         WildPackets' EtherHelp appears to write EtherPeek-compatible
-         files, except that the 0x80 bit is turned on in the file version
-         number field.  Turn that bit off before processing that field.
+Update documentation for change in revision 22455.
 
-2003-12-18 13:02  obiot
 
-       * epan/ftypes/: ftype-bytes.c, ftype-string.c, ftype-tvbuff.c:
+------------------------------------------------------------------------
+r22457 | ulfl | 2007-08-06 01:44:26 -0700 (Mon, 06 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
-         Add support of the "matches" operator to FT_BYTES and FT_ETHER. I
-         don't think it would make sense to add PCRE support for byte
-         arrays containing an integer or an IP address.
+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
 
-         Avoid lengthy pointer constructs in cmp_matches().
+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
 
-2003-12-18 18:18  guy
+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
 
-       * packet-ldap.c:
+From Florent DROUIN <florent.drouin@alcatel.fr>, bug 1518:
 
-         From Ronnie Sahlberg: if the GSSAPI token is empty, don't dissect
-         it.
+Fix for g_assert when clicking 'OK' on colour filters dialogue whilst
+individual filter edit window is open. 
 
-2003-12-18 18:56  guy
 
-       * AUTHORS, Makefile.am, capture.c, configure.in:
+------------------------------------------------------------------------
+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
 
-         From Jan Kiszka: IrDA support.
+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
 
-2003-12-18 19:01  guy
+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
 
-       * doc/ethereal.pod, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi, plugins/Makefile.am:
+A further iteration in the code, things start to look good!
 
-         From Jan Kiszka: IrDA support.
 
-2003-12-18 19:04  guy
+------------------------------------------------------------------------
+r22576 | richardv | 2007-08-21 14:40:18 -0700 (Tue, 21 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
 
-       * plugins/Makefile.nmake, plugins/irda/.cvsignore,
-         plugins/irda/Makefile.am, plugins/irda/Makefile.nmake,
-         plugins/irda/irda-appl.h, plugins/irda/moduleinfo.h,
-         plugins/irda/packet-ircomm.c, plugins/irda/packet-irda.c,
-         wiretap/libpcap.c, wiretap/wtap.c, wiretap/wtap.h:
+From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:
 
-         From Jan Kiszka: IrDA support.
+The following patch decode DHCP option 249 (Classless Static Route) used by
+some Microsoft systems. Same decoding as option 121 (RFC 3442).
 
-2003-12-18 20:34  guy
 
-       * plugins/irda/packet-irda.c:
+------------------------------------------------------------------------
+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 Jan Kiszka: add a comment explaining what the IrDA plugin
-         does.
+From Shaun Jackman  <sjackman@gmail.com> / bug 1753:
 
-2003-12-18 20:35  guy
+        * 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.
 
-       * plugins/irda/.cvsignore:
 
-         Add more files.
+------------------------------------------------------------------------
+r22578 | richardv | 2007-08-21 15:15:17 -0700 (Tue, 21 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
-2003-12-18 20:36  sharpe
+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.
 
-       * gtk/proto_draw.c:
 
-         A small patch from Kai Krueger <kai@kruegernetz.de> to ensure
-         that we keep the file name around long enough to use it when
-         saving highlighted data etc.
+------------------------------------------------------------------------
+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
 
-2003-12-18 21:18  guy
+Fixed drawing of X Axis decimal values:  "0. 50" -> "0.050"
 
-       * capture.c:
+------------------------------------------------------------------------
+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
 
-         Top-of-tree and top-of-0.8-branch libpcap support limited
-         filtering on DLT_LINUX_IRDA (empty expression and "link[M:N]"
-         expressions), so don't special-case IRDA adapters.
 
-2003-12-18 23:50  guy
+------------------------------------------------------------------------
+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.
+
 
-       * wiretap/libpcap.c:
+------------------------------------------------------------------------
+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
 
-         Add support for a link-layer type value of 143 as DOCSIS in
-         libpcap captures.
+Move follow_infos into folow_stream.c and initialize it.
 
-2003-12-19 01:24  guy
+------------------------------------------------------------------------
+r22614 | richardv | 2007-08-23 16:33:23 -0700 (Thu, 23 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-       * packet-arcnet.c:
+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
 
-         As noted by Peter Fales, the offset in "capture_arcnet()" should
-         be 4 if the extra offset field is present and 2 if it's absent,
-         not the other way around.
+From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:
 
-2003-12-19 01:36  guy
+Incorrect display filter field naming conventions for packet-c*.c dissector
+files.
 
-       * acinclude.m4:
+------------------------------------------------------------------------
+r22616 | richardv | 2007-08-23 17:03:02 -0700 (Thu, 23 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/filesystem.c
 
-         The GNU ADNS library requires whatever libraries are needed for
-         socket calls.
+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.
 
-2003-12-19 04:40  gram
+------------------------------------------------------------------------
+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.
 
-       * epan/dfilter/dfvm.c:
+------------------------------------------------------------------------
+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
 
-         Print values for ANY_MATCHES and ANY_CONTAINS so that the dftest
-         executable works properly.
+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
 
-2003-12-19 16:42  gram
+From Todd J Martin:
+- Added support for grace-LSA TLVs
+- Fix a checksum that was printed in hex, but did not prepend "0x"
 
-       * packet-dcerpc-dce122.c:
+------------------------------------------------------------------------
+r22666 | stig | 2007-08-26 07:02:59 -0700 (Sun, 26 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/io_stat.c
 
-         Remove \n from value-strings.
+Added "Dot" as new style in IO Graph.
 
-2003-12-19 19:03  guy
+------------------------------------------------------------------------
+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
 
-       * packet-tacacs.c:
+Added "Dot" as a new IO Graph style in the user guide.
 
-         Don't use "u_char", use "guchar" for characters and "guint8" for
-         8-bit unsigned integers.
+------------------------------------------------------------------------
+r22668 | jmayer | 2007-08-26 10:58:26 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/configure.in
 
-2003-12-19 19:08  guy
+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
 
-       * doc/README.developer:
+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
 
-         Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are
-         also forbidden.
+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.
 
-2003-12-19 19:09  guy
+------------------------------------------------------------------------
+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
 
-       * packet-arcnet.c:
+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
 
-         From Peter Fales: count IPX-over-ARCNET packets in
-         "capture_arcnet()".
+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
 
-2003-12-19 20:16  obiot
+De-NET-SNMPize COPS
 
-       * packet-wsp.c:
 
-         Add extra debug logging. Fix typo in debug log explanation.
+------------------------------------------------------------------------
+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
 
-2003-12-19 20:26  obiot
+Minor tweeks.
+------------------------------------------------------------------------
+r22675 | etxrab | 2007-08-26 14:19:18 -0700 (Sun, 26 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/version_info.c
 
-       * packet-mmse.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
 
-         Add debug logging to the MMSE dissector.
+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
 
-2003-12-19 22:23  guy
 
-       * wiretap/snoop.c:
+------------------------------------------------------------------------
+r22678 | lego | 2007-08-26 14:38:09 -0700 (Sun, 26 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
 
-         Add some additional sanity checking.
+Remove every remembrance of NET_SNMP from COPS
 
-2003-12-19 22:31  guy
 
-       * packet-smpp.c:
+------------------------------------------------------------------------
+r22679 | lego | 2007-08-26 16:24:49 -0700 (Sun, 26 Aug 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
 
-         Don't store the result of "tvb_reported_length()" into a "guint8"
-         - it could be more than 255 (even if that "shouldn't happen").
+This was missing
 
-         Don't use "frags != 0" as an indication that the message was
-         fragmented - that can't handle bogus packets with a zero fragment
-         count.  Have an explicit variable for that.
 
-         Check that "sm_data_len" isn't 0 before attempting dissection or
-         reassembly.
 
-         Check that "frag" and "frags" aren't zero before attempting
-         reassembly (arguably, we should report both of those as errors).
+------------------------------------------------------------------------
+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
 
-         Use "process_reassembled_data()" to do the bulk of the work for
-         reassembly - it handles the case where a "fragmented" packet has
-         only one fragment.  This fixes a crash that occurred when only
-         the last fragment was seen, although there's an underlying
-         problem there, namely that the hack tha
-         "fragment_add_seq_check()" does to handle some problems with some
-         802.11 captures causes it to consider a packet where the first
-         fragment seen is also the last fragment as a one-fragment packet;
-         we probably need to do that *only* for 802.11.
+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
 
-2003-12-19 22:46  guy
+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
 
-       * packet-pgm.c:
+Removed ^L as they turn up as a strange square in About->License
 
-         Add an hf[] entry for the OPT_FRAG_OFF field of the OPT_FRAGMENT
-         option (the hf_ variable for it existed, but there was no hf[]
-         entry, so it didn't get initialized).
+------------------------------------------------------------------------
+r22683 | stig | 2007-08-27 04:33:47 -0700 (Mon, 27 Aug 2007) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
 
-2003-12-19 23:13  guy
+Adjusted indentation to align email addresses.
 
-       * AUTHORS, packet-dns.c:
+------------------------------------------------------------------------
+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
 
-         From David Fort: update some comments now that RFC 3658 is out,
-         and fix a typo in the AUTHORS file.
+- 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 :-).
 
-2003-12-19 23:20  guy
 
-       * AUTHORS, packet-icmpv6.c, packet-ipv6.h:
+------------------------------------------------------------------------
+r22685 | wmeier | 2007-08-27 10:49:53 -0700 (Mon, 27 Aug 2007) | 5 lines
+Changed paths:
+   M /trunk/test/config.sh
 
-         From David Fort: support for decoding MLD v2 report messages.
+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).
 
-2003-12-19 23:25  guy
+------------------------------------------------------------------------
+r22686 | wmeier | 2007-08-27 11:09:38 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/test/suite-unittests.sh
 
-       * packaging/nsis/ethereal.nsi:
+Re-enable unittests after determining that they work correctly 
+on Windows (and shouldn't cause the Windows buildbot any problems).
 
-         From Lars Roland: fix a typo.
+------------------------------------------------------------------------
+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
 
-2003-12-19 23:39  guy
+Get rid of extra newlines at the end of epan/oids.h, and give one of
+them to epan/oids.c. :-)
 
-       * Makefile.am, file.c, tap_dfilter_dlg.h, gtk/h225_counter.c,
-         gtk/h225_ras_srt.c, gtk/mgcp_stat.c, gtk/tap_dfilter_dlg.c,
-         gtk/tap_dfilter_dlg.h:
+------------------------------------------------------------------------
+r22688 | lego | 2007-08-27 12:14:30 -0700 (Mon, 27 Aug 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/oids.c
 
-         From Lars Roland:
+Fixed an ep_ buffer overflow (off by one) in oid_subid2string()
+Abort on integer overflow in oid_string2subid() and oid_encoded2subid()
 
-                 use the common display filter dialog infrastructure in
-         the MGCP
-                 service response time tap;
 
-                 add common infrastructure for updating the titles of tap
-         dialogs
-                 when the capture file name changes.
 
-2003-12-20 03:21  guy
 
-       * packet-ieee80211.c, reassemble.c, reassemble.h:
 
-         Do the special "if the first fragment we see is also the final
-         fragment, treat it as a reassembled frame" hack *only* for
-         802.11, as that's the only protocol we know of that requires it.
+------------------------------------------------------------------------
+r22689 | lego | 2007-08-27 12:37:48 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
 
-2003-12-20 09:09  guy
+cast a guint64 down to guint32 before assignment to get windows build running
 
-       * packet-mmse.c:
 
-         Not all C compilers allow declarations in the middle of
-         executable code.
+------------------------------------------------------------------------
+r22690 | etxrab | 2007-08-27 13:44:28 -0700 (Mon, 27 Aug 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
-2003-12-20 12:03  obiot
+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
 
-       * gtk/summary_dlg.c:
+From Tuomas Maattanen:
+Committed changes in r21450 again.
 
-         Move display filter into filtered packets frame.
+------------------------------------------------------------------------
+r22692 | lego | 2007-08-27 14:29:20 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
 
-         Fix NaN when a capture and/or a filter don't have any matching
-         packets so the average packet size is obtained by dividing by
-         zero.
+Do not throw, some of this functions get called outside TRY blocks.
 
-2003-12-20 23:50  ulfl
 
-       * epan/dfilter/scanner.l:
+------------------------------------------------------------------------
+r22693 | lego | 2007-08-27 15:00:39 -0700 (Mon, 27 Aug 2007) | 3 lines
+Changed paths:
+   A /trunk/smi_modules
 
-         removed some MSVC warnings (added type casts)
+Add a default smi_modules file.
 
-2003-12-21 00:16  ulfl
 
-       * tools/lemon/lemon.c:
+------------------------------------------------------------------------
+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
 
-         removed some MSVC warnings (added type casts)
+Wes Hardaker refered to net-snmp defaults, It does not apply to this at all.
 
-2003-12-21 02:54  jmayer
 
-       * manuf:
+------------------------------------------------------------------------
+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
 
-         Manuf updates
+Add .c.obj:: inference rule (to cause "batch compile") 
 
-2003-12-21 03:06  jmayer
+------------------------------------------------------------------------
+r22697 | sfisher | 2007-08-27 19:13:51 -0700 (Mon, 27 Aug 2007) | 6 lines
+Changed paths:
+   M /trunk/capture_ui_utils.c
 
-       * make-faq:
 
-         The FAQ is now located in help/
+Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801)
 
-2003-12-21 03:16  jmayer
+Don't get to the point where we may do a strcmp() with a null value.
 
-       * make-faq, .cvsignore:
 
-         The include file is generated elsewhere
+------------------------------------------------------------------------
+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
+
 
-2003-12-21 03:20  jmayer
 
-       * help/: faq.h, faq.txt:
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r22788 | morriss | 2007-09-04 15:13:26 -0700 (Tue, 04 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/capture_ui_utils.c
+
+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)
+------------------------------------------------------------------------
+r22789 | sahlberg | 2007-09-04 16:27:34 -0700 (Tue, 04 Sep 2007) | 7 lines
+Changed paths:
+   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
+
+
+------------------------------------------------------------------------
+r22790 | sahlberg | 2007-09-04 16:35:29 -0700 (Tue, 04 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/privileges.c
+
+on unix, we dont have size_t until we have imported all the other 
+includes    which breaks emem.h
+
+
+------------------------------------------------------------------------
+r22791 | sahlberg | 2007-09-04 17:29:31 -0700 (Tue, 04 Sep 2007) | 3 lines
+Changed paths:
+   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/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
+
+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
+
+From Munenori Ohuchi:
+packet-netflow.c is lack of the capability to decode ipv6 address related fields in netflow v9.
+
+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
+
+Check object_identifier_id before use.
+
+------------------------------------------------------------------------
+r22795 | wmeier | 2007-09-05 07:59:37 -0700 (Wed, 05 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/filter_dlg.c
+
+Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in main window;
+Fixes bug reported by Toralf F?\195?\182rster
+
+------------------------------------------------------------------------
+r22796 | etxrab | 2007-09-05 15:24:40 -0700 (Wed, 05 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/ansi_map.asn
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plus
+a copy-paste error in the hf fields.
+------------------------------------------------------------------------
+r22797 | guy | 2007-09-05 15:43:51 -0700 (Wed, 05 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix indentation.
+
+------------------------------------------------------------------------
+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
+
+- "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
+
+------------------------------------------------------------------------
+r22802 | martinm | 2007-09-06 03:50:17 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Map "wimax" -> "wimaxasncp"
+
+------------------------------------------------------------------------
+r22803 | stig | 2007-09-06 03:53:42 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp
+
+Add default svn:ignore files to wimaxasncp plugin.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+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...
+
+------------------------------------------------------------------------
+r22807 | etxrab | 2007-09-06 09:27:17 -0700 (Thu, 06 Sep 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
+
+Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.
+------------------------------------------------------------------------
+r22808 | etxrab | 2007-09-06 09:28:08 -0700 (Thu, 06 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+Remove debug code and a "lost" line.
+------------------------------------------------------------------------
+r22809 | guy | 2007-09-06 09:55:03 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
+
+Add .c.obj:: inference rule (to cause "batch compile")
+
+------------------------------------------------------------------------
+r22810 | guy | 2007-09-06 09:57:41 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/config.h.win32
+
+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
+
+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.
+
+------------------------------------------------------------------------
+r22812 | etxrab | 2007-09-06 14:25:41 -0700 (Thu, 06 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+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.
+------------------------------------------------------------------------
+r22813 | etxrab | 2007-09-06 14:33:57 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+Change it back...
+Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun.
+------------------------------------------------------------------------
+r22814 | morriss | 2007-09-06 14:57:56 -0700 (Thu, 06 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+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
+
+Fixed a warning: 'j' may be used uninitialized in this function.
+
+------------------------------------------------------------------------
+r22816 | stig | 2007-09-06 15:29:04 -0700 (Thu, 06 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dmp.c
+
+Corrected some types, instead of adding a cast (from r21142).
+Reindented file.
+
+------------------------------------------------------------------------
+r22817 | stig | 2007-09-06 16:32:46 -0700 (Thu, 06 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-tnef.c
+
+Moved packet-imf.c and packet-tnef.c from ASN_DISSECTOR_SRC to CLEAN_DISSECTOR_SRC, as they are not generated from ASN1.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r22819 | martinm | 2007-09-07 06:53:49 -0700 (Fri, 07 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+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
+
+------------------------------------------------------------------------
+r22820 | stig | 2007-09-07 07:02:32 -0700 (Fri, 07 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+Fixed compiler warnings.
+
+------------------------------------------------------------------------
+r22821 | stig | 2007-09-07 08:04:31 -0700 (Fri, 07 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Hm.  Not so clean on all compilers...
+
+------------------------------------------------------------------------
+r22822 | stig | 2007-09-07 08:21:08 -0700 (Fri, 07 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+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
+
+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.
+
+------------------------------------------------------------------------
+r22825 | stig | 2007-09-07 12:05:55 -0700 (Fri, 07 Sep 2007) | 26 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bfd.c
+
+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.
+
+------------------------------------------------------------------------
+r22826 | morriss | 2007-09-07 14:46:31 -0700 (Fri, 07 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+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
+
+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.)
+
+------------------------------------------------------------------------
+r22828 | jmayer | 2007-09-08 06:22:27 -0700 (Sat, 08 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+- Slightly improved dissection of Cisco's fragmented ISAKMP.
+- Corrected misdetection of CISCO-UNITY VID.
+
+------------------------------------------------------------------------
+r22829 | ulfl | 2007-09-09 06:05:32 -0700 (Sun, 09 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/unicode-utils.c
+
+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
+------------------------------------------------------------------------
+r22831 | ulfl | 2007-09-09 06:59:58 -0700 (Sun, 09 Sep 2007) | 1 line
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r22832 | ulfl | 2007-09-09 07:58:02 -0700 (Sun, 09 Sep 2007) | 1 line
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r22835 | wmeier | 2007-09-10 07:00:12 -0700 (Mon, 10 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+Fix my earlier typo.
+
+------------------------------------------------------------------------
+r22836 | wmeier | 2007-09-10 10:10:42 -0700 (Mon, 10 Sep 2007) | 7 lines
+Changed paths:
+   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 
+
+------------------------------------------------------------------------
+r22837 | wmeier | 2007-09-10 14:02:58 -0700 (Mon, 10 Sep 2007) | 2 lines
+Changed paths:
+   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
+
+Some cleanup: correct some grammar and do a few minor rewordings
+
+------------------------------------------------------------------------
+r22838 | wmeier | 2007-09-10 14:18:11 -0700 (Mon, 10 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_app_tools.xml
+
+Undo one unintended change.
+
+------------------------------------------------------------------------
+r22839 | wmeier | 2007-09-10 14:50:01 -0700 (Mon, 10 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+
+Correct (essentially revert) the reference to the Microsoft Debugging Tools;
+
+------------------------------------------------------------------------
+r22840 | wmeier | 2007-09-10 15:28:42 -0700 (Mon, 10 Sep 2007) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r22841 | sfisher | 2007-09-10 16:50:46 -0700 (Mon, 10 Sep 2007) | 4 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
+
+
+Some more code merging / cleanup in the Follow TCP & SSL Stream features
+
+
+------------------------------------------------------------------------
+r22842 | wmeier | 2007-09-11 07:36:09 -0700 (Tue, 11 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+Some cleanup for Chapters 5 & 6: typos, spelling and minor rewording/additions. 
+
+------------------------------------------------------------------------
+r22843 | jake | 2007-09-11 09:54:27 -0700 (Tue, 11 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+
+Make the splash screen look just a little bit better.
+------------------------------------------------------------------------
+r22844 | etxrab | 2007-09-11 09:57:42 -0700 (Tue, 11 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/radius/dictionary.3gpp
+   M /trunk/radius/dictionary.3gpp2
+
+Add AVP:s
+------------------------------------------------------------------------
+r22845 | etxrab | 2007-09-11 09:58:25 -0700 (Tue, 11 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lapd.c
+
+Update valuestrings and comments.
+------------------------------------------------------------------------
+r22846 | etxrab | 2007-09-11 09:59:57 -0700 (Tue, 11 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sndcp.c
+
+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
+------------------------------------------------------------------------
+r22847 | wmeier | 2007-09-11 11:55:11 -0700 (Tue, 11 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
+
+Some cleanup for Chapter 7: typos, spelling and minor reformatting/rewording..
+
+------------------------------------------------------------------------
+r22848 | wmeier | 2007-09-11 13:56:14 -0700 (Tue, 11 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
+
+Fix some links to external web pages: Turn some intended entity refs into real entity refs
+
+------------------------------------------------------------------------
+r22849 | jake | 2007-09-11 14:31:21 -0700 (Tue, 11 Sep 2007) | 7 lines
+Changed paths:
+   M /trunk/wiretap/libpcap.c
+
+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.
+
+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.
+------------------------------------------------------------------------
+r22851 | jmayer | 2007-09-11 23:31:09 -0700 (Tue, 11 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+If we find a fragmented ike packet, dissect the stuff
+that fits into the first fragment.
+
+------------------------------------------------------------------------
+r22852 | wmeier | 2007-09-12 07:50:27 -0700 (Wed, 12 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/text2pcap.c
+
+Output err msg if strptime fails converting input time;
+
+------------------------------------------------------------------------
+r22853 | wmeier | 2007-09-12 08:32:09 -0700 (Wed, 12 Sep 2007) | 5 lines
+Changed paths:
+   M /trunk/docbook/wsluarm.xml
+
+From Patrick Lundquist:
+the Lua dissector example in wsluarm.xml uses C defines instead of Lua
+defines where display bases for ProtoFields are used.
+
+
+------------------------------------------------------------------------
+r22854 | etxrab | 2007-09-12 09:45:53 -0700 (Wed, 12 Sep 2007) | 1 line
+Changed paths:
+   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
+
+Use the new ANSI TCAP dissector.
+------------------------------------------------------------------------
+r22855 | etxrab | 2007-09-12 11:12:18 -0700 (Wed, 12 Sep 2007) | 1 line
+Changed paths:
+   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
+
+Warning fixes.
+------------------------------------------------------------------------
+r22856 | wmeier | 2007-09-12 14:34:48 -0700 (Wed, 12 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/README.txt
+
+Add info for Fedora 7
+
+------------------------------------------------------------------------
+r22857 | jake | 2007-09-12 14:46:55 -0700 (Wed, 12 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/unistim/TODO
+   M /trunk/plugins/unistim/packet-unistim.c
+
+Implement dissect_message loop i.s.o. recursive calls.
+------------------------------------------------------------------------
+r22858 | etxrab | 2007-09-12 22:22:51 -0700 (Wed, 12 Sep 2007) | 2 lines
+Changed paths:
+   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
+
+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.
+
+------------------------------------------------------------------------
+r22860 | wmeier | 2007-09-13 08:04:41 -0700 (Thu, 13 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+
+Fix Typo
+
+------------------------------------------------------------------------
+r22861 | lego | 2007-09-13 09:49:51 -0700 (Thu, 13 Sep 2007) | 5 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r22862 | jake | 2007-09-13 11:47:10 -0700 (Thu, 13 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/unistim/TODO
+   M /trunk/plugins/unistim/packet-unistim.c
+
+Add RT(C)P conversation setup.
+------------------------------------------------------------------------
+r22863 | jake | 2007-09-13 11:47:54 -0700 (Thu, 13 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+
+Allow for full size setup method name.
+------------------------------------------------------------------------
+r22864 | jake | 2007-09-13 11:51:32 -0700 (Thu, 13 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+From Thomas Sillaber:
+Attached is a patch for packet-bootp.c to support Alcatel-Lucent TFTP1 and TFTP2 vendor specific options.
+------------------------------------------------------------------------
+r22865 | jmayer | 2007-09-13 13:06:41 -0700 (Thu, 13 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+- Resassemble Cisco ike fragementation
+- Rename some variables from ike to isakmp to make
+  things consistent (not right, just consistent)
+
+------------------------------------------------------------------------
+r22866 | etxrab | 2007-09-13 13:20:11 -0700 (Thu, 13 Sep 2007) | 1 line
+Changed paths:
+   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...
+------------------------------------------------------------------------
+r22867 | etxrab | 2007-09-13 13:24:50 -0700 (Thu, 13 Sep 2007) | 1 line
+Changed paths:
+   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
+
+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
+
+
+Finish the major part of merging duplicate code between follow TCP & SSL
+stream functions.
+
+
+------------------------------------------------------------------------
+r22870 | sfisher | 2007-09-13 15:25:20 -0700 (Thu, 13 Sep 2007) | 4 lines
+Changed paths:
+   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
+
+
+Standardize filenames and function names for Follow TCP & SSL stream functions
+
+
+------------------------------------------------------------------------
+r22871 | jake | 2007-09-13 23:51:07 -0700 (Thu, 13 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Try to get the Windows buildbot going by avoiding namespace collision.
+------------------------------------------------------------------------
+r22872 | jmayer | 2007-09-14 02:59:19 -0700 (Fri, 14 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Small cleanup
+
+------------------------------------------------------------------------
+r22873 | jmayer | 2007-09-14 04:50:58 -0700 (Fri, 14 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Move the fragmentation info and the defragmented isakmp message
+to the top level tree.
+
+------------------------------------------------------------------------
+r22874 | gerald | 2007-09-14 08:36:13 -0700 (Fri, 14 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dmp.c
+
+Add a cast to allow compilation on Vista.
+
+------------------------------------------------------------------------
+r22875 | tuexen | 2007-09-14 14:30:26 -0700 (Fri, 14 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Change the ADDIP error causes as changed by IANA for RFC 5061 publication.
+
+
+------------------------------------------------------------------------
+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
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r22878 | sfisher | 2007-09-15 22:42:02 -0700 (Sat, 15 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/follow_ssl.c
+   M /trunk/gtk/follow_tcp.c
+
+
+Free some recently added strings when we are done with them.
+
+
+------------------------------------------------------------------------
+r22879 | jake | 2007-09-16 02:07:30 -0700 (Sun, 16 Sep 2007) | 5 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22880 | jake | 2007-09-16 05:56:12 -0700 (Sun, 16 Sep 2007) | 4 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22881 | stig | 2007-09-16 06:18:18 -0700 (Sun, 16 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Always show real window size in the Info column for SYN packets.
+Added window size for non-ack packets (was removed in r16884).
+
+------------------------------------------------------------------------
+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
+
+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
+
+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.
+
+------------------------------------------------------------------------
+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/proto_draw.c
+
+Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11
+packets in the Packet Details View.
+
+This "appendix" bytes are not copied with the Copy functions or in the
+Export Selected Packet Bytes.
+
+------------------------------------------------------------------------
+r22888 | kukosa | 2007-09-17 06:23:25 -0700 (Mon, 17 Sep 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r22889 | stig | 2007-09-17 07:10:34 -0700 (Mon, 17 Sep 2007) | 6 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r22890 | martinm | 2007-09-17 09:03:49 -0700 (Mon, 17 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Handle tty messages, diameter_r7, sabp
+------------------------------------------------------------------------
+r22891 | morriss | 2007-09-17 10:53:50 -0700 (Mon, 17 Sep 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22892 | morriss | 2007-09-17 10:58:49 -0700 (Mon, 17 Sep 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22893 | stig | 2007-09-17 11:24:20 -0700 (Mon, 17 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/tcap/Makefile
+
+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.
+
+------------------------------------------------------------------------
+r22895 | stig | 2007-09-17 15:42:15 -0700 (Mon, 17 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+
+Added test to the libsmi AM_CONDITIONAL to remove a error message in configure.
+
+------------------------------------------------------------------------
+r22896 | kukosa | 2007-09-18 04:46:50 -0700 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r22898 | stig | 2007-09-18 05:33:54 -0700 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/Makefile
+
+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...
+
+------------------------------------------------------------------------
+r22900 | stig | 2007-09-18 05:47:40 -0700 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   A /trunk/asn1/inap/inap-exp.cnf
+
+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
+
+------------------------------------------------------------------------
+r22903 | jmayer | 2007-09-18 08:59:40 -0700 (Tue, 18 Sep 2007) | 7 lines
+Changed paths:
+   D /trunk/asn1/inap/inap-exp.cnf
+
+Remove autogenerated file:
+
+# Do not modify this file.
+# It is created automatically by the ASN.1 to Wireshark dissector compiler
+# ./inap-exp.cnf
+
+
+------------------------------------------------------------------------
+r22904 | jmayer | 2007-09-18 09:00:51 -0700 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Try to improve dissection of ELSM message (guesswork)
+
+------------------------------------------------------------------------
+r22905 | jmayer | 2007-09-18 09:31:03 -0700 (Tue, 18 Sep 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r22906 | martinm | 2007-09-19 02:27:34 -0700 (Wed, 19 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Add authentication ik and ck parameters.
+
+------------------------------------------------------------------------
+r22907 | bondolo | 2007-09-19 09:34:06 -0700 (Wed, 19 Sep 2007) | 3 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r22908 | martinm | 2007-09-19 10:33:08 -0700 (Wed, 19 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+
+Make this dissector finable by name.
+
+------------------------------------------------------------------------
+r22909 | jake | 2007-09-19 11:54:31 -0700 (Wed, 19 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-mikey.c
+
+Cleanup the source somewhat.
+------------------------------------------------------------------------
+r22910 | jake | 2007-09-19 11:57:09 -0700 (Wed, 19 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/unistim/basic.h
+
+From Don Newton:
+Added phone type using Nortel branded Polycom unistim conference phone.
+------------------------------------------------------------------------
+r22911 | jake | 2007-09-19 13:12:38 -0700 (Wed, 19 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-mikey.c
+
+Add UDP and TCP port preferences.
+------------------------------------------------------------------------
+r22912 | etxrab | 2007-09-19 14:02:41 -0700 (Wed, 19 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/lapd_sapi.h
+
+Make it possible to use GSM SAPI:s
+------------------------------------------------------------------------
+r22913 | gerald | 2007-09-19 14:39:52 -0700 (Wed, 19 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+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.
+
+------------------------------------------------------------------------
+r22914 | gerald | 2007-09-19 15:57:40 -0700 (Wed, 19 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item for ANSI MAP.
+
+------------------------------------------------------------------------
+r22915 | jake | 2007-09-19 23:50:53 -0700 (Wed, 19 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcoe.c
+
+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.
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r22917 | etxrab | 2007-09-21 10:07:05 -0700 (Fri, 21 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+Make it possible to decode messages on the CCCH link.
+------------------------------------------------------------------------
+r22918 | jake | 2007-09-21 11:56:49 -0700 (Fri, 21 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+Get the GSM A Interface dissector to compile again.
+------------------------------------------------------------------------
+r22919 | etxrab | 2007-09-21 12:53:42 -0700 (Fri, 21 Sep 2007) | 1 line
+Changed paths:
+   A /trunk/epan/dissectors/packet-rsl.c
+
+Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).
+------------------------------------------------------------------------
+r22920 | etxrab | 2007-09-21 12:54:20 -0700 (Fri, 21 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).
+And the makefile :)
+------------------------------------------------------------------------
+r22921 | gerald | 2007-09-21 15:39:02 -0700 (Fri, 21 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Fix compiler warnings.
+
+------------------------------------------------------------------------
+r22922 | gerald | 2007-09-21 16:04:56 -0700 (Fri, 21 Sep 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r22923 | gerald | 2007-09-21 17:16:45 -0700 (Fri, 21 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+
+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.
+
+------------------------------------------------------------------------
+r22924 | jake | 2007-09-23 12:40:54 -0700 (Sun, 23 Sep 2007) | 5 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22925 | etxrab | 2007-09-23 13:57:00 -0700 (Sun, 23 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-rsl.c
+
+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.
+
+------------------------------------------------------------------------
+r22927 | etxrab | 2007-09-23 15:30:08 -0700 (Sun, 23 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Fix a typo.
+------------------------------------------------------------------------
+r22928 | wmeier | 2007-09-23 17:42:34 -0700 (Sun, 23 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+#if 0 dissect_rsl_ie_meas_res_no and dissect_rsl_ie_message_id so buildbot doesn't error out.
+
+------------------------------------------------------------------------
+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..
+------------------------------------------------------------------------
+r22930 | jake | 2007-09-23 23:42:59 -0700 (Sun, 23 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+Get rid of the last warning.
+------------------------------------------------------------------------
+r22931 | jake | 2007-09-23 23:46:59 -0700 (Sun, 23 Sep 2007) | 4 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22932 | jmayer | 2007-09-23 23:57:52 -0700 (Sun, 23 Sep 2007) | 4 lines
+Changed paths:
+   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".
+
+
+------------------------------------------------------------------------
+r22933 | jmayer | 2007-09-23 23:58:23 -0700 (Sun, 23 Sep 2007) | 4 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r22934 | jmayer | 2007-09-23 23:59:40 -0700 (Sun, 23 Sep 2007) | 3 lines
+Changed paths:
+   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
+
+Get rid of the remains of NET-SNMP in the build process.
+
+
+------------------------------------------------------------------------
+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 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 ============
+------------------------------------------------------------------------
+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.
+------------------------------------------------------------------------
+r24407 | metze | 2007-08-14 13:50:45 +0200 (Tue, 14 Aug 2007) | 6 lines
+
+$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.
+
+metze
+------------------------------------------------------------------------
+r24446 | metze | 2007-08-15 08:08:02 +0200 (Wed, 15 Aug 2007) | 4 lines
+
+We only need one genric GenerateFunctionInEnv
+function
+
+metze
+------------------------------------------------------------------------
+r24447 | metze | 2007-08-15 10:55:16 +0200 (Wed, 15 Aug 2007) | 3 lines
+
+fix samba3-cli pidl tests
 
-         Update FAQ to December 12 2003
+metze
+------------------------------------------------------------------------
+r24452 | metze | 2007-08-15 11:18:25 +0200 (Wed, 15 Aug 2007) | 4 lines
 
-2003-12-21 03:44  jmayer
+bail out instead of only giving a warning on
+incorrect idl files
 
-       * packet-giop.h:
+metze
+------------------------------------------------------------------------
+r24454 | metze | 2007-08-15 12:23:28 +0200 (Wed, 15 Aug 2007) | 3 lines
 
-         Compiling with -pendantic: ../../packet-giop.h:579: warning:
-         comma at end of enumerator list
+when level 0 is a pointer we need to look for an array in level 1...
 
-2003-12-21 03:48  jmayer
+metze
+------------------------------------------------------------------------
+r24463 | metze | 2007-08-15 16:02:23 +0200 (Wed, 15 Aug 2007) | 4 lines
 
-       * plugins/irda/packet-irda.c:
+we have a function to correctly create an $env object
+so don't try it manually and introduce bugs:-)
 
-         Compiling with -pedantic: packet-irda.c:453:1: warning: C++ style
-         comments are not allowed in ISO C90 packet-irda.c:453:1: warning:
-         (this will be reported only once per input file) (+ several more
-         // disabling debug output)
+metze
+------------------------------------------------------------------------
+r24482 | metze | 2007-08-16 12:07:19 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-2003-12-21 03:49  jmayer
+white space cleanup only...
 
-       * plugins/irda/moduleinfo.h:
+metze
+------------------------------------------------------------------------
+r24484 | metze | 2007-08-16 12:54:11 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-         Compiling with -pedantic: moduleinfo.h:16:24: warning: no newline
-         at end of file
+pass down $ndr tree instead of the $pidl tree to Samba4/Header.pm
 
-2003-12-21 03:53  jmayer
+metze
+------------------------------------------------------------------------
+r24487 | metze | 2007-08-16 15:27:41 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-       * plugins/v5ua/moduleinfo.h:
+fix formating and add defined($opt_header)
 
-         Compiling with -pedantic: moduleinfo.h:16:24: warning: no newline
-         at end of file
+metze
+------------------------------------------------------------------------
+r24488 | metze | 2007-08-16 15:29:38 +0200 (Thu, 16 Aug 2007) | 3 lines
 
-2003-12-21 03:58  jmayer
+enum's and bitmap's not have nested types
 
-       * packet-rmi.h:
+metze
+------------------------------------------------------------------------
+r24489 | metze | 2007-08-16 15:34:54 +0200 (Thu, 16 Aug 2007) | 4 lines
 
-         Compiling with -pedantic: packet-rmi.h:67: warning: comma at end
-         of enumerator list
+only typedef enum { ... } foo; enum's should look
+for has_properties() of $enum->{PARENT}
 
-2003-12-21 04:20  jmayer
+metze
+------------------------------------------------------------------------
+r24490 | metze | 2007-08-16 15:39:30 +0200 (Thu, 16 Aug 2007) | 8 lines
 
-       * plugins/v5ua/packet-v5ua.c:
+For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn()
+so for ParseEnum() we should also use Parse::Pidl::Typelist::enum_type_fn().
 
-         Compiling with -pedantic: packet-v5ua.c:1044:139: warning: C++
-         style comments are not allowed in ISO C90
+Also the base_type() property isn't standard IDL and we should not support it.
 
-2003-12-21 04:25  jmayer
+This changes TDR enum to also to default to uint16 (as with NDR enums).
 
-       * FAQ.include, Makefile.am:
+metze
+------------------------------------------------------------------------
+r24492 | metze | 2007-08-16 15:41:48 +0200 (Thu, 16 Aug 2007) | 4 lines
 
-         No more FAQ.include
+Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree
+not the $pidl tree anymore.
 
-2003-12-21 04:27  jmayer
+metze
+------------------------------------------------------------------------
+r24493 | metze | 2007-08-16 16:42:22 +0200 (Thu, 16 Aug 2007) | 11 lines
 
-       * Makefile.am:
+- 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
 
-         SoulSeek is not yet in
+metze
+------------------------------------------------------------------------
+r24505 | metze | 2007-08-17 09:06:02 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-2003-12-21 04:31  jmayer
+pass down $fn one level
 
-       * packet-ansi_a.c, packet-fcip.c, packet-giop.c, packet-gsm_a.c,
-         packet-lmp.c, packet-mip.c, packet-ospf.c, packet-smb-pipe.c,
-         packet-tacacs.h, packet-tcap.h, packet-wsp.c, text2pcap.c,
-         gtk/supported_protos_dlg.c:
+metze
+------------------------------------------------------------------------
+r24506 | metze | 2007-08-17 09:46:34 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-         Compiling with -pedantic: warning: comma at end of enumerator
-         list
+pass $fn down one more layer
 
-2003-12-21 04:38  jmayer
+metze
+------------------------------------------------------------------------
+r24507 | metze | 2007-08-17 10:05:57 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-       * plugins/asn1/packet-asn1.c:
+pass $d down to HeaderTypedef
 
-         warning: comma at end of enumerator list
+metze
+------------------------------------------------------------------------
+r24508 | metze | 2007-08-17 10:47:38 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-2003-12-21 04:40  jmayer
+add HeaderTypeNew() which will go if everything is converted
 
-       * plugins/lwres/moduleinfo.h:
+metze
+------------------------------------------------------------------------
+r24509 | metze | 2007-08-17 11:01:19 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-         warning: no newline at end of file
+pass down the full ndr elements instead of the old pidl elements
+from ->{ORIGINAL}
 
-2003-12-21 05:29  jmayer
+metze
+------------------------------------------------------------------------
+r24511 | metze | 2007-08-17 11:12:13 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-       * plugins/asn1/packet-asn1.c:
+pass the correct thing to fatal()
 
-         warning: ISO C does not allow extra ; outside of a function
+metze
+------------------------------------------------------------------------
+r24514 | metze | 2007-08-17 13:09:46 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-2003-12-21 05:51  jmayer
+IS_* elemements sound be perl integers consistantly...
 
-       * packet-asap.c, packet-cops.c, packet-cpfi.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_misc.c, packet-esis.c,
-         packet-igrp.c, packet-iua.c, packet-m2tp.c, packet-m3ua.c,
-         packet-mip.c, packet-mip6.c, packet-mtp2.c, packet-ranap.c,
-         packet-sna.c, packet-wbxml.c, packet-wsp.c, packet-wtp.c,
-         packet-xdmcp.c:
+metze
+------------------------------------------------------------------------
+r24515 | metze | 2007-08-17 13:24:25 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-         warning: ISO C does not allow extra ; outside of a function
+use fatal() wrapper instead of die() directly
 
-2003-12-21 06:02  jmayer
+metze
+------------------------------------------------------------------------
+r24516 | metze | 2007-08-17 14:04:41 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-       * wiretap/libpcap.c:
+don't use ->{ORIGINAL}
 
-         libpcap.c:1777: warning: implicit declaration of function htons
+metze
+------------------------------------------------------------------------
+r24517 | metze | 2007-08-17 14:55:47 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-2003-12-21 11:38  jmayer
+move skipping pointer before an array logic into the
+pointer loop as we do in other places
 
-       * FAQ:
+metze
+------------------------------------------------------------------------
+r24518 | metze | 2007-08-17 15:01:51 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-         Updated to Dec 12 2003
+get rid of using ->{ORIGINAL} and move stuff
+into subfunctions
 
-2003-12-21 11:40  jmayer
+metze
+------------------------------------------------------------------------
+r24520 | metze | 2007-08-17 15:08:00 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-       * packet-aim.c:
+make use of the new ElementStars() and ArrayBrackets()
+functions
 
-         warning: ISO C does not allow extra ; outside of a function
+metze
+------------------------------------------------------------------------
+r24521 | metze | 2007-08-17 15:42:09 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-2003-12-21 12:07  jmayer
+we don't yet have optional args to DeclLong()
 
-       * packet-isdn.c:
+metze
+------------------------------------------------------------------------
+r24522 | metze | 2007-08-17 15:45:18 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-         warning: overflow in implicit constant conversion
+make the "skip pointer to an array" logic a bit easier
 
-2003-12-21 12:08  ulfl
+metze
+------------------------------------------------------------------------
+r24523 | metze | 2007-08-17 15:47:03 +0200 (Fri, 17 Aug 2007) | 4 lines
 
-       * packet-gsm_map.c:
+we don't support multi-dimentional [out] arrays
+for the samba3 server stubs yet, so bail out.
 
-         removed MSVC warning (uninitialized value)
+metze
+------------------------------------------------------------------------
+r24524 | metze | 2007-08-17 15:53:12 +0200 (Fri, 17 Aug 2007) | 3 lines
 
-2003-12-21 12:17  ulfl
+make use of ElementStars()
 
-       * wiretap/libpcap.c, gtk/capture_combo_utils.c, gtk/capture_dlg.c,
-         gtk/capture_info_dlg.c, gtk/capture_prefs.c, gtk/main.c,
-         capture-wpcap.c, capture.c, pcap-util.c, util.c:
+metze
+------------------------------------------------------------------------
+r24535 | metze | 2007-08-18 12:30:40 +0200 (Sat, 18 Aug 2007) | 4 lines
 
-         removed some MSVC warnings (moved pcap.h before glib.h)
+rename struct dcerpc_interface_call -> struct ndr_interface_call
+and move it to librpc/ndr/libndr.h
 
-2003-12-21 12:21  jmayer
+metze
+------------------------------------------------------------------------
+r24540 | metze | 2007-08-18 14:25:37 +0200 (Sat, 18 Aug 2007) | 4 lines
 
-       * packet-mmse.c, packet-nt-tpcp.c, packet-wtp.c:
+rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
+into ndr_interface_string_array and move it to libndr.h
 
-         warning: static declaration for ... follows non-static
+metze
+------------------------------------------------------------------------
+r24551 | metze | 2007-08-19 22:46:45 +0200 (Sun, 19 Aug 2007) | 6 lines
 
-2003-12-21 18:12  obiot
+rename dcerpc_interface_table -> ndr_interface_table
+rename dcerpc_interface_list  -> ndr_interface_list
 
-       * packet-mmse.c:
+and move them to libndr.h
 
-         Fix a sprintf to non-malloc()ed memory by using g_strdup_printf()
-         and g_free().
+metze
+------------------------------------------------------------------------
+r24557 | metze | 2007-08-19 23:23:03 +0200 (Sun, 19 Aug 2007) | 3 lines
 
-2003-12-21 21:04  guy
+rename 'dcerpc_table_' -> 'ndr_table_'
 
-       * epan/dfilter/scanner.l:
+metze
+------------------------------------------------------------------------
+r24560 | metze | 2007-08-20 00:09:21 +0200 (Mon, 20 Aug 2007) | 3 lines
 
-         Add, for \xXX, the same sanity check (that 0xXX fits in a single
-         byte) that we have for \0OOO.
+rename some DCERPC_ prefixes into NDR_
 
-2003-12-21 21:41  guy
+metze
+------------------------------------------------------------------------
+r24563 | metze | 2007-08-20 00:23:17 +0200 (Mon, 20 Aug 2007) | 3 lines
 
-       * packet-gsm_map.c:
+remove unused DCERPC specific stuff from the generated NDR code
 
-         In the MLUM-is-defined code path, "idx" is set - the only issue
-         is if MLUM isn't defined (which it isn't, by default).
+metze
+------------------------------------------------------------------------
+r24592 | metze | 2007-08-21 14:19:56 +0200 (Tue, 21 Aug 2007) | 4 lines
 
-2003-12-21 22:21  guy
+pass down the ndr_interface_table in the samba3 client bindings
+instead of the pull and push functions
 
-       * gtk/: ansi_map_stat.c, isup_stat.c:
+metze
+------------------------------------------------------------------------
+r24596 | metze | 2007-08-21 16:06:33 +0200 (Tue, 21 Aug 2007) | 7 lines
 
-         "sizeof(array)" is the size of the array in bytes, not the number
-         of elements in the array.
+- 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.
 
-2003-12-21 22:24  guy
+metze
+------------------------------------------------------------------------
+r24717 | jelmer | 2007-08-27 20:43:18 +0200 (Mon, 27 Aug 2007) | 2 lines
+   D /branches/SAMBA_4_0/BRANCH.TODO
 
-       * gtk/: ansi_map_stat.c, isup_stat.c:
+Some more easy bool conversions, update TODO for registry
 
-         Arrays indexed by a 1-octet unsigned value, if we don't know
-         which values are permitted, must have 256 elements, not 255
-         elements.
+------------------------------------------------------------------------
+r24721 | jelmer | 2007-08-27 21:47:23 +0200 (Mon, 27 Aug 2007) | 1 line
 
-2003-12-21 22:32  guy
+Avoid True and False because they are only available within Samba.
+------------------------------------------------------------------------
+r24812 | jelmer | 2007-08-31 00:25:59 +0200 (Fri, 31 Aug 2007) | 1 line
+
+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
+
+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
+
+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
+
+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.
+------------------------------------------------------------------------
+r25168 | jelmer | 2007-09-14 20:26:23 +0200 (Fri, 14 Sep 2007) | 1 line
+
+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.
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r22936 | kukosa | 2007-09-24 04:01:53 -0700 (Mon, 24 Sep 2007) | 2 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r22937 | kukosa | 2007-09-24 05:46:02 -0700 (Mon, 24 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
+
+remove forgotten @HAVE_NET_SNMP@
+------------------------------------------------------------------------
+r22938 | jmayer | 2007-09-24 06:49:25 -0700 (Mon, 24 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+Add command line switch
+ -D dir        : Directory for input_file(s) (default: '.')
+to allow asn2wrs being used in out of tree builds.
+
+Beautify -h output a bit.
+
+------------------------------------------------------------------------
+r22939 | jmayer | 2007-09-24 09:05:51 -0700 (Mon, 24 Sep 2007) | 17 lines
+Changed paths:
+   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 ============
+------------------------------------------------------------------------
+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)
+
+Merge my includes.h cleanups.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+
+------------------------------------------------------------------------
+r22940 | stig | 2007-09-24 12:56:17 -0700 (Mon, 24 Sep 2007) | 3 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r22941 | etxrab | 2007-09-24 14:26:31 -0700 (Mon, 24 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_a.h
+   M /trunk/epan/dissectors/packet-rsl.c
+
+More IE:s
+------------------------------------------------------------------------
+r22942 | wmeier | 2007-09-24 14:34:58 -0700 (Mon, 24 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/color_edit_dlg.c
+
+Fix bug #1457: Undersized array causing "smashed stack".
+
+------------------------------------------------------------------------
+r22943 | etxrab | 2007-09-24 14:51:41 -0700 (Mon, 24 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Fix warnings.
+------------------------------------------------------------------------
+r22944 | sahlberg | 2007-09-24 20:38:28 -0700 (Mon, 24 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+add more control names
+
+
+------------------------------------------------------------------------
+r22945 | sahlberg | 2007-09-24 21:15:30 -0700 (Mon, 24 Sep 2007) | 4 lines
+Changed paths:
+   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
+
+
+------------------------------------------------------------------------
+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
+
+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.
+
+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.
+
+------------------------------------------------------------------------
+r22947 | sake | 2007-09-24 22:42:22 -0700 (Mon, 24 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/netscreen.c
+
+Allow the output of NetScreen VSI interfaces to be parsed.
+
+
+------------------------------------------------------------------------
+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
+
+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.
+
+
+
+------------------------------------------------------------------------
+r22949 | sahlberg | 2007-09-25 01:05:17 -0700 (Tue, 25 Sep 2007) | 7 lines
+Changed paths:
+   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)
+  
+
+------------------------------------------------------------------------
+r22950 | jmayer | 2007-09-25 03:30:55 -0700 (Tue, 25 Sep 2007) | 6 lines
+Changed paths:
+   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
+
+- 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.
+
+------------------------------------------------------------------------
+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
+------------------------------------------------------------------------
+r22953 | jmayer | 2007-09-25 07:07:53 -0700 (Tue, 25 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/configure.in
+
+I forgot to commit the necessary change to configure.in,
+so the distcheck failed. Fix that.
+
+
+------------------------------------------------------------------------
+r22954 | jmayer | 2007-09-25 07:09:08 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+Small change about extreme EAPSv2 address and update manuf
+------------------------------------------------------------------------
+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
+
+Use GTK+ 2.12
+------------------------------------------------------------------------
+r22956 | etxrab | 2007-09-25 09:51:49 -0700 (Tue, 25 Sep 2007) | 3 lines
+Changed paths:
+   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' :
+------------------------------------------------------------------------
+r22957 | jmayer | 2007-09-25 10:09:01 -0700 (Tue, 25 Sep 2007) | 4 lines
+Changed paths:
+   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
+
+Convert acp133 to new build structure.
+
+Update some svn:ignore files, remove no longer needed Makefiles
+
+------------------------------------------------------------------------
+r22958 | jmayer | 2007-09-25 11:02:49 -0700 (Tue, 25 Sep 2007) | 2 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r22959 | ulfl | 2007-09-25 12:22:31 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/all.vcproj
+
+also do a distclean when doing a clean for the all target
+------------------------------------------------------------------------
+r22960 | stig | 2007-09-25 12:30:26 -0700 (Tue, 25 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+
+Highlight whole ethernet trailer in Packet Details View.
+
+------------------------------------------------------------------------
+r22961 | jake | 2007-09-25 12:42:46 -0700 (Tue, 25 Sep 2007) | 19 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
+
+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/capinfos.c
+
+Add the file encapsulation.
+
+------------------------------------------------------------------------
+r22963 | ulfl | 2007-09-25 12:52:51 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc.nmake
+
+fix a typo in the source files target, took me more than an hour to find it :-(((
+------------------------------------------------------------------------
+r22964 | wmeier | 2007-09-25 12:59:50 -0700 (Tue, 25 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Add error checking for fwrites; replacement for one of patches provided in bug #1864
+
+------------------------------------------------------------------------
+r22965 | wmeier | 2007-09-25 13:34:06 -0700 (Tue, 25 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Fix whitespace of newly added lines to match rest of file
+
+------------------------------------------------------------------------
+r22966 | sake | 2007-09-25 13:37:13 -0700 (Tue, 25 Sep 2007) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tcp.h
+
+This patch adds two new fields to the tcp-dissector:
+
+tcp.time_relative ==> the time that has elapsed since the 
+   first packet that was seen in the current TCP stream
+
+tcp.time_delta ==> the time that has elapsed since the 
+   last packet that was seen in the current TCP stream
+
+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
+
+
+------------------------------------------------------------------------
+r22967 | gerald | 2007-09-25 14:35:20 -0700 (Tue, 25 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item about the coloring rules crash fix.
+
+------------------------------------------------------------------------
+r22968 | ulfl | 2007-09-25 14:38:54 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/doc/tshark.pod
+
+clarify tshark -B (file format) option
+------------------------------------------------------------------------
+r22969 | ulfl | 2007-09-25 14:55:06 -0700 (Tue, 25 Sep 2007) | 11 lines
+Changed paths:
+   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.
+
+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!
+------------------------------------------------------------------------
+r22970 | ulfl | 2007-09-25 14:56:43 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+slightly better summary of IODWriteRes and don't repeat AR info for each IODWriteRes_header
+------------------------------------------------------------------------
+r22971 | ulfl | 2007-09-25 14:57:25 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/dissectors.vcproj
 
-       * gtk/summary_dlg.c:
+add some more files
+------------------------------------------------------------------------
+r22972 | ulfl | 2007-09-25 14:59:19 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/wireshark.sln
 
-         If we don't have any packets, or don't have any filtered packets,
-         don't even show the averages over the empty sets in question.
+add a "build.0" configuration, MSVC 2005 wants to have it (for whatever reasons)
+------------------------------------------------------------------------
+r22973 | ulfl | 2007-09-25 15:38:39 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.common
 
-2003-12-21 22:56  obiot
+remove trailing backslash
+------------------------------------------------------------------------
+r22974 | ulfl | 2007-09-25 16:23:56 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/tshark.c
 
-       * packet-smpp.c:
+add a dummy function, so unix/linux version should at least compile
+------------------------------------------------------------------------
+r22975 | ulfl | 2007-09-25 17:03:30 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/tshark.c
 
-         Fix unconditional handoff to subdissector introduced with the
-         common reassembly code.
+solve some more of the unix specific buildbot problems
+------------------------------------------------------------------------
+r22976 | guy | 2007-09-25 17:41:00 -0700 (Tue, 25 Sep 2007) | 9 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-dcp.c
 
-         Add the "Reassembled in" header field, and show it if the packet
-         has been reassembled, but not in the given packet. This also
-         allows to use the "Jump to the corresponding frame" feature in
-         Ethereal.
+Don't use
 
-2003-12-22 00:57  guy
+       case N ... M:
 
-       * Makefile.am, Makefile.nmake, packet-http.c, rreh.c, rreh.h:
+as that's not supported by all compilers.
 
-         Pull the code to do reassembly of the request/response line,
-         entity headers, and body into a separate routine, for use by
-         other dissectors.
+Say so in the Portability section of README.developer, in the hopes of
+discouraging others from using that GCCism.
 
-2003-12-22 02:04  guy
+------------------------------------------------------------------------
+r22977 | ulfl | 2007-09-25 17:44:47 -0700 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/tshark.c
 
-       * packet-ncp.c, packet-ncp2222.inc:
+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
+------------------------------------------------------------------------
+r22978 | guy | 2007-09-25 19:21:31 -0700 (Tue, 25 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
 
-         Don't call "nds_defrag()" for positive ACK packets.
+A guint8 can never be > 255.
 
-         Put in some comments noting problems with NDS reassembly.
+------------------------------------------------------------------------
+r22979 | guy | 2007-09-25 19:36:22 -0700 (Tue, 25 Sep 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
 
-2003-12-22 02:06  guy
+Squelch *another* "case M ... N:".
 
-       * packet-smpp.c:
+To quote doc/README.developer:
 
-         Fix a typo.
+  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>.
 
-2003-12-22 02:25  guy
+------------------------------------------------------------------------
+r22980 | sfisher | 2007-09-25 20:05:42 -0700 (Tue, 25 Sep 2007) | 13 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-dcp.c
 
-       * reassemble.c:
 
-         We need to do the "if the first fragment we see has no more
-         fragments after it, treat it as the only fragment" stuff for
-         "fragment_add_seq_next()" as well, so we handle non-fragmented
-         packets.
+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):
 
-2003-12-22 07:57  ulfl
+http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#id2571572
 
-       * packaging/nsis/ethereal.nsi:
+G_INLINE_FUNC
 
-         distribute the text files in help dir
+#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.
 
-2003-12-22 08:01  ulfl
+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.
 
-       * gtk/help_dlg.c:
 
-         Patch from Guy: using distributed help text files, instead of
-         "#include" built in texts (and some other minor changes)
+------------------------------------------------------------------------
+r22981 | sfisher | 2007-09-25 20:31:41 -0700 (Tue, 25 Sep 2007) | 7 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r22982 | guy | 2007-09-25 23:53:38 -0700 (Tue, 25 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
+
+Make the number of bytes just a guint, in the hopes that it'll squelch
+some of the warnings.
+
+------------------------------------------------------------------------
+r22983 | jmayer | 2007-09-26 00:09:51 -0700 (Wed, 26 Sep 2007) | 2 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r22984 | jmayer | 2007-09-26 00:10:40 -0700 (Wed, 26 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Beginnings of EAPS shared link packet dissection (EAPSv2)
+
+------------------------------------------------------------------------
+r22985 | jmayer | 2007-09-26 01:38:43 -0700 (Wed, 26 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Decode role on shared link
+------------------------------------------------------------------------
+r22986 | martinm | 2007-09-26 07:47:22 -0700 (Wed, 26 Sep 2007) | 4 lines
+Changed paths:
+   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)
+
+------------------------------------------------------------------------
+r22987 | gerald | 2007-09-26 08:48:45 -0700 (Wed, 26 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/capinfos.pod
+
+Add the -E (encapsulation) flag.
+
+------------------------------------------------------------------------
+r22988 | etxrab | 2007-09-26 12:00:48 -0700 (Wed, 26 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+Try to fix the U3 build.
+------------------------------------------------------------------------
+r22989 | etxrab | 2007-09-26 12:01:29 -0700 (Wed, 26 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Further IE dissection.
+------------------------------------------------------------------------
+r22990 | etxrab | 2007-09-26 12:50:53 -0700 (Wed, 26 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+The unused pinfo strikes back (again).
+------------------------------------------------------------------------
+r22991 | etxrab | 2007-09-26 14:37:57 -0700 (Wed, 26 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Fix unused functions.
+------------------------------------------------------------------------
+r22992 | stig | 2007-09-26 15:50:53 -0700 (Wed, 26 Sep 2007) | 5 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r22993 | stig | 2007-09-26 15:55:36 -0700 (Wed, 26 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+
+Added 1 min and 10 min tick intervals to the user guide.
+
+------------------------------------------------------------------------
+r22994 | kukosa | 2007-09-26 23:03:45 -0700 (Wed, 26 Sep 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+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
+------------------------------------------------------------------------
+r22996 | kukosa | 2007-09-27 01:33:53 -0700 (Thu, 27 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/configure.in
+
+revert changes in config.nmake committed by mistake and commit configure.in 
+------------------------------------------------------------------------
+r22997 | jmayer | 2007-09-27 02:24:38 -0700 (Thu, 27 Sep 2007) | 1 line
+Changed paths:
+   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
+
+Convert asn1/dap/
+------------------------------------------------------------------------
+r22998 | morriss | 2007-09-27 07:11:57 -0700 (Thu, 27 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-nsip.c
+
+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.
+------------------------------------------------------------------------
+r22999 | morriss | 2007-09-27 08:58:54 -0700 (Thu, 27 Sep 2007) | 8 lines
+Changed paths:
+   M /trunk/tshark.c
+
+(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.
+
+Before I realized that I wrote a working (for me) method using select() that
+I've left in for now (#ifdef'd out).
+
+------------------------------------------------------------------------
+r23000 | sake | 2007-09-27 11:36:17 -0700 (Thu, 27 Sep 2007) | 15 lines
+Changed paths:
+   M /trunk/wiretap/iseries.c
+
+From Martin Warnes:
+
+Attached is a small patch that correct an issue with reading certain IBM
+iSeries Comms traces.
+
+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.
+
+Regards .. Martin
+
+
+------------------------------------------------------------------------
+r23001 | stig | 2007-09-27 14:27:34 -0700 (Thu, 27 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/rrc
+   M /trunk/asn1/rrlp
+   M /trunk/asn1/t38
+   M /trunk/asn1/ulp
+
+Added default svn:ignore for asn1 rrlp, rrc, ulp and t38.
+
+------------------------------------------------------------------------
+r23002 | stig | 2007-09-27 14:48:25 -0700 (Thu, 27 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ranap/Makefile.common
+
+Updated to include the ranap header file.
+
+------------------------------------------------------------------------
+r23003 | gerald | 2007-09-27 16:49:05 -0700 (Thu, 27 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/tshark.c
+
+Load wpcap.dll, since we still use it for some things.  This should hopefully
+fix Buildbot.
+
+------------------------------------------------------------------------
+r23004 | sahlberg | 2007-09-27 22:50:19 -0700 (Thu, 27 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-ip.c
+
+queue the ip/eth headers for tapping before calling any subdissectors   
+so that they can be tapped even if the subdissectors cause an exception
 
-2003-12-22 08:07  ulfl
 
-       * help/: Makefile.nmake, capture_filters.h, convert-include.sh,
-         display_filters.h, faq.h, overview.h, well_known.h:
+this fixes bug 1527
 
-         using distributed help text files, instead of "#include" built in
-         texts
+------------------------------------------------------------------------
+r23005 | etxrab | 2007-09-27 23:06:36 -0700 (Thu, 27 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/tools/win32-setup.sh
 
-2003-12-22 08:12  ulfl
+Use the tag for downloading.
+------------------------------------------------------------------------
+r23006 | sahlberg | 2007-09-28 00:08:52 -0700 (Fri, 28 Sep 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-       * help/Makefile.am:
+ndmp   and tcp encapsulation of esp   both use port 10000
 
-         using distributed help text files, instead of "#include" built in
-         texts
+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"
 
-2003-12-22 08:58  guy
 
-       * packet-rtsp.c:
 
-         Use "rreh_do_reassembly()" to do reassembly.
+------------------------------------------------------------------------
+r23007 | sahlberg | 2007-09-28 00:25:50 -0700 (Fri, 28 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndmp.c
+   A /trunk/epan/dissectors/packet-ndmp.h
 
-2003-12-22 11:55  obiot
+add a function to test if a packet is ndmp or not
 
-       * packet-wtp.c:
 
-         Speed up WTP dissection by performing TPI subdissection only once
-         and setting the WTP length after processing the TPI.
+------------------------------------------------------------------------
+r23008 | sahlberg | 2007-09-28 00:26:40 -0700 (Fri, 28 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
 
-         Update reassembly so dissection of reassembled data is only
-         enabled in the last reassembled packet. This way, we alo see the
-         WTP PDUs.
+add ndmp.h to the makefile
 
-2003-12-22 20:04  guy
 
-       * help/Makefile.am:
+------------------------------------------------------------------------
+r23009 | sahlberg | 2007-09-28 00:34:42 -0700 (Fri, 28 Sep 2007) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
 
-         Arrange to install the help files.
+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 
 
-2003-12-22 20:26  guy
+10000 is actually registered by iana for ndmp   so it makes no sense for 
+a lazy vendor to use it by default.
 
-       * packet-sll.c:
+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
 
-         Set "pinfo->p2p_dir" if the packet wasn't received promiscuously.
+grrr
 
-2003-12-22 21:01  ulfl
 
-       * help/Makefile.am:
+------------------------------------------------------------------------
+r23010 | morriss | 2007-09-28 06:33:54 -0700 (Fri, 28 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
 
-         file "convert-include.sh" no longer used, so no need to
-         distribute it
+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.
+------------------------------------------------------------------------
+r23011 | morriss | 2007-09-28 06:39:20 -0700 (Fri, 28 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
 
-2003-12-22 21:34  ulfl
+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).
+------------------------------------------------------------------------
+r23012 | sake | 2007-09-28 07:37:15 -0700 (Fri, 28 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/netscreen.c
 
-       * config.nmake:
+When reading NetScreen snoop output, allow the '.' in interface names
+so that packets on subinterfaces are accepted too.
 
-         calling pod2man and pod2html indirectly through the bash
+------------------------------------------------------------------------
+r23013 | martinm | 2007-09-28 09:17:22 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-2003-12-22 21:39  ulfl
+Handle IPv6 addresses in ipprim headers.
 
-       * config.nmake, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r23014 | morriss | 2007-09-28 09:34:59 -0700 (Fri, 28 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/tshark.c
 
-         get rid of the COMMON_FILES_GNU setting, by getting the DLL's
-         from the "source tree"
+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
 
-2003-12-22 21:52  guy
+Add error checking for fwrites; replacement for the 2nd of the patches provided in bug #1864
 
-       * gtk/help_dlg.c:
+------------------------------------------------------------------------
+r23016 | bondolo | 2007-09-28 11:23:59 -0700 (Fri, 28 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/column-utils.c
 
-         Have a "toc" file in the help directory, which gives a list of
-         help topic titles and help file names.
+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
 
-2003-12-22 22:16  guy
 
-       * help/Makefile.am, help/toc, packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r23017 | bondolo | 2007-09-28 12:00:45 -0700 (Fri, 28 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
 
-         Have a "toc" file in the help directory, which gives a list of
-         help topic titles and help file names.
+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.
 
-2003-12-22 22:57  obiot
+Add support for AT_URI to col_expr for addresses in col_set_addr(). The field names are "uri.src" and "uri.dst".
 
-       * packet-wsp.c:
 
-         Move SIR to a dedicated subdissector.
+------------------------------------------------------------------------
+r23018 | jake | 2007-09-28 12:16:05 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-data.c
 
-         Question: should we define "media type" subdissectors as special?
+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.
+------------------------------------------------------------------------
+r23019 | bondolo | 2007-09-28 13:53:56 -0700 (Fri, 28 Sep 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
-2003-12-22 23:37  guy
+Improves dissection of JXTA traffic from http connections. 
 
-       * packet-rtsp.c:
+Improved address display in packet summary panes.
 
-         Do reassembly of interleaved binary data.
+more options for jxta pdu filtering by addresses.
 
-2003-12-22 23:43  guy
+------------------------------------------------------------------------
+r23020 | gerald | 2007-09-28 16:40:51 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
 
-       * packet-rtsp.c:
+Support Solaris along with Windows.
 
-         Call subdissectors even if we're not building a protocol tree.
+------------------------------------------------------------------------
+r23021 | guy | 2007-09-28 17:58:20 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/version_info.c
 
-         In the loop that processes TCP segment data, loop over the full
-         reported length of the segment, so that we throw an exception if
-         the frame was short.
+We don't use NetSNMP any more.
 
-2003-12-23 00:01  guy
+------------------------------------------------------------------------
+r23022 | guy | 2007-09-28 18:01:02 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/dumpcap.c
 
-       * packet-rtsp.c:
+We don't use NetSNMP any more.
 
-         From Anders Broman: add the alternate TCP port.
+------------------------------------------------------------------------
+r23023 | guy | 2007-09-28 18:14:16 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_sync.c
 
-2003-12-23 00:15  ulfl
+The fork_child argument to sync_interface_stats_close is unused on UN*X.
 
-       * wiretap/netmon.c, gtk/capture_dlg.c, gtk/gui_prefs.c,
-         gtk/io_stat.c, gtk/progress_dlg.c, gtk/tcp_graph.c:
+------------------------------------------------------------------------
+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
 
-         removed some MSVC warnings (conversions between double/float and
-         int)
+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.
 
-2003-12-23 00:32  guy
+------------------------------------------------------------------------
+r23025 | guy | 2007-09-28 18:36:03 -0700 (Fri, 28 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
 
-       * gtk/print_dlg.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.
 
-         Base the count of selected packets on whether there's a
-         currently-selected packet.
+------------------------------------------------------------------------
+r23026 | guy | 2007-09-28 19:05:09 -0700 (Fri, 28 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/tshark.c
 
-         Use "cfile.count" as the total number of packets in the capture.
+Clean up indentation a bit.
 
-         Use "plurality" to display "packet" vs. "packets".
+Count packets even if we're not dissecting them.
 
-2003-12-23 01:22  guy
+------------------------------------------------------------------------
+r23027 | guy | 2007-09-28 19:05:31 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/capinfos.c
 
-       * packet-http.c:
+Fix typo.
 
-         Note that we should handle the Content-Length entity header.
+------------------------------------------------------------------------
+r23028 | guy | 2007-09-28 19:10:25 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/README
 
-2003-12-23 01:25  guy
+Update to reflect that we're using libsmi, not Net-SNMP.
 
-       * packet-rtsp.c:
+------------------------------------------------------------------------
+r23029 | guy | 2007-09-28 19:20:17 -0700 (Fri, 28 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
-         Note that we should do the same sort of entity header processing
-         that HTTP does.
+"pinfo->match_string" is a "const char *"; save it into a variable of
+the same type - that makes compilers much happier.
 
-         Note that the RTSP RFC talks about packets with no content
-         length, although it also says they shouldn't exist.
+------------------------------------------------------------------------
+r23030 | guy | 2007-09-28 19:27:04 -0700 (Fri, 28 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/tshark.c
 
-         Update a comment now that we *do* handle data that crosses TCP
-         segment boundaries.
+Get rid of a forward declaration of a routine that no longer exists.
 
-         Handle the payload length a bit differently, to make it a bit
-         clearer what's going on.
+------------------------------------------------------------------------
+r23031 | sake | 2007-09-29 00:55:25 -0700 (Sat, 29 Sep 2007) | 7 lines
+Changed paths:
+   M /trunk/wiretap/netscreen.c
 
-2003-12-23 01:42  guy
+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. 
 
-       * packet-http.c:
+This makes it possible to save the imported data as libpcap file
+(or any other format that does not support per-packet encapsulation).
 
-         Process the content length.
+------------------------------------------------------------------------
+r23032 | guy | 2007-09-29 16:42:45 -0700 (Sat, 29 Sep 2007) | 5 lines
+Changed paths:
+   M /trunk/README.bsd
 
-2003-12-23 02:02  guy
+Include DragonFly BSD in the list of BSDs to which this applies.
 
-       * packet-http.c:
+Add information on how to set the mode, owner, and/or group of the BPF
+devices in FreeBSD with devfs.
 
-         In HTTP-over-TCP, handle more than one HTTP message in a TCP
-         segment.  Don't do that for HTTP-over-UDP, however.
+------------------------------------------------------------------------
+r23033 | guy | 2007-09-29 17:03:38 -0700 (Sat, 29 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/README.macos
 
-2003-12-23 02:29  guy
+Wireshark builds with 10.4's X11 as well.
 
-       * Makefile.am, Makefile.nmake, packet-http.c, packet-rtsp.c,
-         req_resp_hdrs.c, req_resp_hdrs.h, rreh.c, rreh.h:
+------------------------------------------------------------------------
+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
 
-         Not all headers in HTTP, RTSP, SIP, etc. are entity headers;
-         rename some files, routines, data structures, etc..
+From St?\195?\169phane Loeuillet: patches to fix problems with the .desktop files
+found by desktop-file-validate:
 
-2003-12-23 11:53  ulfl
+  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"
 
-       * doc/Makefile.nmake:
+  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"
 
-         calling tethereal in it's place, to prevent problems with dll
-         loading
+------------------------------------------------------------------------
+r23035 | stig | 2007-09-30 03:07:56 -0700 (Sun, 30 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
 
-2003-12-23 11:57  ulfl
+Try xdg-open before htmlview.
 
-       * config.nmake:
+------------------------------------------------------------------------
+r23036 | guy | 2007-09-30 15:13:38 -0700 (Sun, 30 Sep 2007) | 8 lines
+Changed paths:
+   M /trunk/editcap.c
 
-         removed COMMON_FILES_GNU from path, use the directories xy_DIR
-         from the settings above
+Clean up indentation.
 
-2003-12-23 12:07  obiot
+"time_t" is not guaranteed to be an "unsigned long"; when printing it
+with %lu, cast it to "unsigned long".
 
-       * epan/packet_info.h, packet-smpp.c, packet-wsp.c, packet-wtp.c:
+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.
 
-         Move the GSM SMS dissection to a dedicated subdissector
-         (currently still within packet-smpp.c).
+------------------------------------------------------------------------
+r23037 | guy | 2007-09-30 15:34:15 -0700 (Sun, 30 Sep 2007) | 3 lines
+Changed paths:
+   M /trunk/dumpcap.c
 
-         Now the higher-level protocols show up without the need of
-         unfolding the SMPP dissector tree.
+"get_compiled_version_info()" appends to the string text starting with
+"with", so we shouldn't put our own "with" in there.
 
-         Add a new address type AT_STRINGZ, and use it for GSM SMS message
-         reassembly.
+------------------------------------------------------------------------
+r23038 | sahlberg | 2007-09-30 15:34:19 -0700 (Sun, 30 Sep 2007) | 3 lines
+Changed paths:
+   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
 
-         Get rid of the different UDH IE subtrees, and replace them with
-         one subtree for all UDH IEs.
+update filter fields for bug 1803
 
-         Add debug logging to SMPP and SMPP GSM SMS dissectors.
 
-         Move the Short Message reassembly from the SMPP dissector to the
-         SMPP GSM SMS dissector. Fix duplicated "reassembled in" header
-         fields.
+------------------------------------------------------------------------
+r23039 | sahlberg | 2007-09-30 16:14:18 -0700 (Sun, 30 Sep 2007) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
 
-         Rename header fields that are now part of SMPP GSM SMS (including
-         the dissector table name, so it has also been updated in
-         packet-wsp.c and packet-wtp.c).
+change dissect_radius() to become a new-style dissector that can reject 
+packets that doesnt look like valid radius.
 
-         Add an explicit "if (!tree) return" in the WSP add_headers()
-         method.
+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
 
-         NOTE: it would be great if we were able to merge the existing
-         packet-gsm_sms.c and the SMPP GSM SMS dissector.
+move the tap data to be ep_allocated instead of a static global variable
 
-2003-12-23 21:16  guy
+dont use tvb_memcpy() to read a structure off the wiredata
+use tvb_get_...    to unmarshall the fields explicitely
 
-       * packet-ssh.c:
 
-         Handle the case where "ssh_dissect_protocol()", for the first
-         packet, didn't determine the version number.
 
-2003-12-23 21:18  guy
+this fixes bug 1634
 
-       * packet-beep.c:
+------------------------------------------------------------------------
+r23040 | wmeier | 2007-09-30 17:22:39 -0700 (Sun, 30 Sep 2007) | 2 lines
+Changed paths:
+   M /trunk/tshark.c
 
-         Have "tvb_ensure_length_remaining()" throw the appropriate
-         exception if there's no data remaining - its callers largely
-         depend on it doing so.
+Add 'C' as a valid -N option in error message.
 
-         That means that the BEEP dissector doesn't have to check for it
-         returning 0.
+------------------------------------------------------------------------
+r23041 | ulfl | 2007-10-01 22:04:35 -0700 (Mon, 01 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-2003-12-23 21:22  guy
+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
 
-       * epan/tvbuff.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)
+------------------------------------------------------------------------
+r23043 | kukosa | 2007-10-01 23:52:11 -0700 (Mon, 01 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
 
-         Have "tvb_ensure_length_remaining()" throw the appropriate
-         exception if there's no data remaining - its callers largely
-         depend on it doing so.
+support of 'ANY DEFINED BY' from X.208 which is obsolete but still used in some RFCs
+------------------------------------------------------------------------
+r23044 | sahlberg | 2007-10-02 01:21:25 -0700 (Tue, 02 Oct 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
 
-         That means that the BEEP dissector doesn't have to check for it
-         returning 0.
+get rid of a check for null we dont need
 
-2003-12-23 21:29  guy
 
-       * prefs.c:
+coverity 257
 
-         Handle the move of "smpp" preferences to "smpp-gsm-sms".
 
-2003-12-24 01:12  guy
+------------------------------------------------------------------------
+r23045 | sahlberg | 2007-10-02 01:27:39 -0700 (Tue, 02 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/pidl/samr.cnf
 
-       * packet-radius.c, epan/strutil.c:
+remove a test for null that we dont need since the variable can not be 
+null at this point
 
-         Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX
-         or Windows - the problem is that GTK+ 1.3[.x] and later assume
-         strings handed to them are UTF-8 strings, not, for example, ISO
-         8859/x strings.
 
-         In packet-radius.c, re-define "isprint()" rather than #ifdeffing
-         its use (the old code was also incorrectly treating 0x7f as a
-         printable).
+------------------------------------------------------------------------
+r23046 | sahlberg | 2007-10-02 01:33:38 -0700 (Tue, 02 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
-2003-12-24 01:21  guy
+coverity 263      check if variable is null before dereferencing it
 
-       * gtk/: follow_dlg.c, gtkglobals.h:
 
-         Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX
-         or Windows - the problem is that GTK+ 1.3[.x] and later assume
-         strings handed to them are UTF-8 strings, not, for example, ISO
-         8859/x strings.
+------------------------------------------------------------------------
+r23047 | kukosa | 2007-10-02 02:26:28 -0700 (Tue, 02 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-         In packet-radius.c, re-define "isprint()" rather than #ifdeffing
-         its use (the old code was also incorrectly treating 0x7f as a
-         printable).
+review and update list of TLS cipher suites
+------------------------------------------------------------------------
+r23048 | morriss | 2007-10-02 07:45:20 -0700 (Tue, 02 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cpfi.c
 
-2003-12-24 02:06  obiot
+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.
+------------------------------------------------------------------------
+r23049 | stig | 2007-10-02 08:46:17 -0700 (Tue, 02 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udp.c
 
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-image-gif.c:
+Do not indicate bogus length if inside an icmp.
 
-         Add support for GIF image dissection.
+------------------------------------------------------------------------
+r23050 | stig | 2007-10-02 09:27:52 -0700 (Tue, 02 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/proto.c
 
-         NOTE: I propose to use packet-MIME-TREE for future media types
-         that will be added to Ethereal (E.g., packet-image-png.c).
+Added a missing break - fixing bug 1890.
 
-2003-12-24 09:50  guy
+------------------------------------------------------------------------
+r23051 | stig | 2007-10-02 09:46:49 -0700 (Tue, 02 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfs.c
 
-       * packet-http.c, req_resp_hdrs.c:
+Use given length when decoding fhandles as unknown.
 
-         In the loop that processes lines in HTTP requests and replies,
-         loop as long as there's reported data, don't just loop through
-         the data in the tvbuff.
+------------------------------------------------------------------------
+r23052 | stig | 2007-10-02 12:02:58 -0700 (Tue, 02 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ncp2222.inc
 
-         Fix some problems with short frames.
+Check return value from ptvcursor_add in an attempt to fix bug 1886.
 
-2003-12-24 10:48  guy
+------------------------------------------------------------------------
+r23053 | etxrab | 2007-10-02 13:09:15 -0700 (Tue, 02 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_a.h
+   M /trunk/epan/dissectors/packet-rsl.c
 
-       * packet-tftp.c:
+Dissect more IE's
+------------------------------------------------------------------------
+r23054 | etxrab | 2007-10-02 13:28:11 -0700 (Tue, 02 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
 
-         Don't display TFTP data if there isn't any to display.
+Fix comments
+------------------------------------------------------------------------
+r23055 | sahlberg | 2007-10-02 14:21:55 -0700 (Tue, 02 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
 
-2003-12-24 11:07  guy
+ifdef out a function that is not yet used
 
-       * epan/proto.c:
 
-         Let FT_PROTOCOL fields, if the length specified is -1, have a
-         length of 0 - now that "tvb_ensure_length_remaining()" ensures
-         that there's at least one byte of data, we should use
-         "tvb_length_remaining()" for FT_PROTOCOL fields.
+------------------------------------------------------------------------
+r23056 | sahlberg | 2007-10-02 14:26:22 -0700 (Tue, 02 Oct 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_a.c
 
-2003-12-24 12:46  obiot
+bug 1872
 
-       * packet-image-gif.c:
+from chris maynard  fix some filter names for ansi_a
 
-         Fix highlighting of Image record (forgot one fixed header byte).
 
-         Add comments on computation of fixed header.
+------------------------------------------------------------------------
+r23057 | sahlberg | 2007-10-02 15:04:07 -0700 (Tue, 02 Oct 2007) | 7 lines
+Changed paths:
+   M /trunk/plugins/sbus/packet-sbus.c
 
-2003-12-24 14:06  jmayer
+make the sbus dissector nwe-style and make it check that the packet does 
+indeed look like sbus before taking it.
 
-       * configure.in:
 
-         Add -pedantic to --with-extra-gcc-checks
+this fixes bug 1871
 
-2003-12-24 14:45  jmayer
 
-       * wiretap/configure.in, epan/configure.in:
+------------------------------------------------------------------------
+r23058 | sake | 2007-10-03 07:02:08 -0700 (Wed, 03 Oct 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/libwireshark.def
 
-         Add -pedantic to --with-extra-gcc-checks
+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
+
+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.
+
+
+------------------------------------------------------------------------
+r23059 | stig | 2007-10-03 08:00:58 -0700 (Wed, 03 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+Use correct offset for sccs, bque and reladdr flags.
+
+------------------------------------------------------------------------
+r23060 | stig | 2007-10-03 09:22:50 -0700 (Wed, 03 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+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)
+
+------------------------------------------------------------------------
+r23061 | sake | 2007-10-03 10:07:19 -0700 (Wed, 03 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/req_resp_hdrs.c
+
+Fixes reassembly of chunked http-responses spanning multiple tcp segments
+(bugs 1581,1851 and 1868)
+
+
+------------------------------------------------------------------------
+r23062 | ulfl | 2007-10-03 10:57:57 -0700 (Wed, 03 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/README.developer
+
+update to changes in the source files
+------------------------------------------------------------------------
+r23063 | ulfl | 2007-10-03 10:59:33 -0700 (Wed, 03 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/wtap.h
+
+fix some comments and sort functions by functionality
+------------------------------------------------------------------------
+r23064 | ulfl | 2007-10-03 11:02:27 -0700 (Wed, 03 Oct 2007) | 1 line
+Changed paths:
+   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")
+------------------------------------------------------------------------
+r23065 | stig | 2007-10-03 12:35:32 -0700 (Wed, 03 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+Added parentheses to make the buildbot happy.
+
+------------------------------------------------------------------------
+r23066 | martinm | 2007-10-04 03:24:59 -0700 (Thu, 04 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Make selected length of first line include \r\n (as header lines do).
+Make 'Message Body' a proper filterable field.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r23068 | kukosa | 2007-10-05 00:36:51 -0700 (Fri, 05 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+do not prepend './' before input file name if -D <dir> option is not used
+it made problem with absolute path usage
+------------------------------------------------------------------------
+r23069 | kukosa | 2007-10-05 00:44:03 -0700 (Fri, 05 Oct 2007) | 1 line
+Changed paths:
+   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
+
+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
+------------------------------------------------------------------------
+r23070 | kukosa | 2007-10-05 00:46:06 -0700 (Fri, 05 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
+
+allow to omit -p <proto> option
+------------------------------------------------------------------------
+r23071 | kukosa | 2007-10-05 02:08:57 -0700 (Fri, 05 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+
+try to fix Linux makefile
+------------------------------------------------------------------------
+r23072 | kukosa | 2007-10-05 03:38:30 -0700 (Fri, 05 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+
+comment out some lines till I learn how to write Linux makefile
+------------------------------------------------------------------------
+r23073 | kukosa | 2007-10-05 04:15:00 -0700 (Fri, 05 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+
+next fix of my mistake :(
+------------------------------------------------------------------------
+r23074 | richardv | 2007-10-05 07:45:21 -0700 (Fri, 05 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+
+hopefully this will do what Thomas wants for NO_PROTO_OPT
+
+------------------------------------------------------------------------
+r23075 | morriss | 2007-10-05 14:25:35 -0700 (Fri, 05 Oct 2007) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
+
+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)
+
+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
+
+------------------------------------------------------------------------
+r23076 | gerald | 2007-10-05 14:38:59 -0700 (Fri, 05 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
+
+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
+
+------------------------------------------------------------------------
+r23077 | morriss | 2007-10-05 15:39:06 -0700 (Fri, 05 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/capture_info.c
+
+If wtap_open_offline() fails, print the errno too
+------------------------------------------------------------------------
+r23078 | stig | 2007-10-05 16:47:37 -0700 (Fri, 05 Oct 2007) | 8 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-wbxml.c
+
+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.
+
+------------------------------------------------------------------------
+r23079 | stig | 2007-10-06 04:28:09 -0700 (Sat, 06 Oct 2007) | 5 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r23080 | stig | 2007-10-06 13:37:52 -0700 (Sat, 06 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+
+- Initialize address_item in MessageIdentifier to avoid a crash in handling
+  LocalIdentifier when problems with the GlobalDomainIdentifier.  
+- Initialize global pointers to avoid potential crashes.
+
+------------------------------------------------------------------------
+r23081 | etxrab | 2007-10-07 08:14:27 -0700 (Sun, 07 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+
+Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocol
+------------------------------------------------------------------------
+r23082 | etxrab | 2007-10-07 09:02:04 -0700 (Sun, 07 Oct 2007) | 16 lines
+Changed paths:
+   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
+
+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. 
+
+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.
+
+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.
+
+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 _
+
+------------------------------------------------------------------------
+r23084 | jmayer | 2007-10-07 13:11:09 -0700 (Sun, 07 Oct 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23086 | richardv | 2007-10-07 16:23:23 -0700 (Sun, 07 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+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.
+------------------------------------------------------------------------
+r23090 | richardv | 2007-10-07 17:32:03 -0700 (Sun, 07 Oct 2007) | 4 lines
+Changed paths:
+   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
+
+From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c display filter fields incorrectly named.
+
+
+
+------------------------------------------------------------------------
+r23091 | kukosa | 2007-10-08 01:08:25 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+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
+
+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
+------------------------------------------------------------------------
+r23093 | gmorris | 2007-10-08 04:50:53 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+
+Add 0x7d00 Connection Not Logged In return value to NCP 87/34.
+------------------------------------------------------------------------
+r23094 | etxrab | 2007-10-08 08:58:22 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-fix.c
+
+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
+------------------------------------------------------------------------
+r23096 | stig | 2007-10-08 12:27:30 -0700 (Mon, 08 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+h225, h235 and h248 was moved to new Makefile structure
+
+------------------------------------------------------------------------
+r23097 | stig | 2007-10-08 12:52:46 -0700 (Mon, 08 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+
+h225, h235 and h248 was moved to new Makefile structure
+
+------------------------------------------------------------------------
+r23098 | etxrab | 2007-10-08 12:58:35 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+All IE:s handled.
+------------------------------------------------------------------------
+r23099 | stig | 2007-10-08 13:02:20 -0700 (Mon, 08 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/qsig
+
+Added default svn:ignore targets for qsig.
+
+------------------------------------------------------------------------
+r23100 | stig | 2007-10-08 13:10:44 -0700 (Mon, 08 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Added some forgotten return types.
+
+------------------------------------------------------------------------
+r23101 | jmayer | 2007-10-08 13:14:07 -0700 (Mon, 08 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/h245
+   M /trunk/asn1/nbap
+   M /trunk/asn1/ranap
+   M /trunk/asn1/rnsap
+   M /trunk/asn1/sabp
+
+Small update to svn:ignore
+
+
+------------------------------------------------------------------------
+r23102 | jmayer | 2007-10-08 16:52:21 -0700 (Mon, 08 Oct 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23103 | jmayer | 2007-10-08 18:23:21 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/Makefile.common
+
+Add some dependencies
+------------------------------------------------------------------------
+r23104 | jmayer | 2007-10-08 18:25:40 -0700 (Mon, 08 Oct 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23105 | ulfl | 2007-10-08 22:37:34 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/README.developer
+
+minor updates
+------------------------------------------------------------------------
+r23106 | ulfl | 2007-10-08 22:39:48 -0700 (Mon, 08 Oct 2007) | 2 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23107 | ulfl | 2007-10-08 23:55:24 -0700 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/test/README.test
+
+alpha -> beta
+------------------------------------------------------------------------
+r23108 | kukosa | 2007-10-09 01:50:35 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   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
+
+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
+------------------------------------------------------------------------
+r23111 | jmayer | 2007-10-09 08:31:16 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/inap/Makefile.common
+
+Add the missing content...
+
+------------------------------------------------------------------------
+r23112 | jmayer | 2007-10-09 08:33:30 -0700 (Tue, 09 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/inap
+   M /trunk/asn1/inap/Makefile.nmake
+
+Somehow I forgot to check in some directories.
+
+
+------------------------------------------------------------------------
+r23113 | jmayer | 2007-10-09 10:58:29 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   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
+
+More Makefile updates
+
+------------------------------------------------------------------------
+r23114 | jmayer | 2007-10-09 10:59:22 -0700 (Tue, 09 Oct 2007) | 3 lines
+Changed paths:
+   D /trunk/asn1/mpeg
+   A /trunk/asn1/mpeg-audio (from /trunk/asn1/mpeg:23113)
+
+Rename mpeg to mpeg-audio, mpeg-pes got its own
+dir already
+
+------------------------------------------------------------------------
+r23115 | jmayer | 2007-10-09 11:09:19 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   D /trunk/asn1/mpeg-audio/mpeg-audio-exp.cnf
+   D /trunk/asn1/mpeg-audio/mpeg-pes-exp.cnf
+
+No generated files please.
+
+------------------------------------------------------------------------
+r23116 | jmayer | 2007-10-09 11:47:12 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   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
+
+More Makefile conversions
+
+------------------------------------------------------------------------
+r23117 | gerald | 2007-10-09 11:48:46 -0700 (Tue, 09 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+Add support for RFC 4243.  Tested using a malformed packet, but it should be
+correct.
+
+------------------------------------------------------------------------
+r23118 | morriss | 2007-10-09 11:58:34 -0700 (Tue, 09 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+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%.
+------------------------------------------------------------------------
+r23119 | jmayer | 2007-10-09 12:19:36 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   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
+
+Last set of changes to convert Makefiles for today
+
+------------------------------------------------------------------------
+r23120 | jmayer | 2007-10-09 12:20:46 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   D /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
+
+Don't keep -exp.cnf files in the tree.
+
+------------------------------------------------------------------------
+r23121 | jmayer | 2007-10-09 12:40:59 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/cmip/Makefile.common
+
+Fix order of external files (without affecting other protos).
+
+------------------------------------------------------------------------
+r23122 | guy | 2007-10-09 15:02:39 -0700 (Tue, 09 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/Makefile.nmake
+
+There isn't an "mpeg" directory, there are "mpeg-audio" and "mpeg-pes"
+directories.
+
+------------------------------------------------------------------------
+r23123 | guy | 2007-10-09 15:54:29 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.inc.nmake
+
+Just check whether NEED_PACKET_PROTO_H is defined at all.
+
+------------------------------------------------------------------------
+r23124 | guy | 2007-10-09 18:31:36 -0700 (Tue, 09 Oct 2007) | 8 lines
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
+
+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.
+
+------------------------------------------------------------------------
+r23125 | guy | 2007-10-09 18:34:46 -0700 (Tue, 09 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ldap
+
+Set svn:ignore appropriately.
+
+------------------------------------------------------------------------
+r23126 | kukosa | 2007-10-10 00:55:36 -0700 (Wed, 10 Oct 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23127 | jmayer | 2007-10-10 01:09:19 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r23128 | kukosa | 2007-10-10 01:14:36 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/h225/Makefile.am
+   M /trunk/asn1/h225/Makefile.common
+   M /trunk/asn1/h225/Makefile.nmake
+
+solution for different submake calling on Windows and Linux
+only one dissector is committed to test it
+------------------------------------------------------------------------
+r23129 | jmayer | 2007-10-10 01:37:30 -0700 (Wed, 10 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/q932-ros/Makefile.common
+
+Undefine NEED_PACKET_PROTO_H
+------------------------------------------------------------------------
+r23130 | kukosa | 2007-10-10 01:42:19 -0700 (Wed, 10 Oct 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23131 | kukosa | 2007-10-10 03:25:09 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r23132 | kukosa | 2007-10-10 03:56:17 -0700 (Wed, 10 Oct 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23133 | kukosa | 2007-10-10 04:05:10 -0700 (Wed, 10 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/dsp/Makefile.common
+
+missing backslash
+------------------------------------------------------------------------
+r23134 | jmayer | 2007-10-10 05:06:30 -0700 (Wed, 10 Oct 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23135 | jmayer | 2007-10-10 05:07:49 -0700 (Wed, 10 Oct 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/tcap_ansi/Makefile.am (from /trunk/asn1/acse/Makefile.am:23133)
+
+Missed a file
+------------------------------------------------------------------------
+r23136 | jmayer | 2007-10-10 05:09:19 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23137 | wmeier | 2007-10-10 08:56:02 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/configure.in
+
+Fix two typos: ansi_tcap --> ansi-tcap
+
+------------------------------------------------------------------------
+r23138 | jmayer | 2007-10-10 10:57:33 -0700 (Wed, 10 Oct 2007) | 4 lines
+Changed paths:
+   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
+
+Finish conversion (well, almost, need to add the
+generation stuff to the x.../Makefile.common.
+I love circular dependencies.
+
+------------------------------------------------------------------------
+r23139 | jmayer | 2007-10-10 10:59:01 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   D /trunk/asn1/qsig/qsig-exp.cnf
+
+Another -exp.cnf file that managed to escape notice...
+
+------------------------------------------------------------------------
+r23140 | ulfl | 2007-10-10 11:33:21 -0700 (Wed, 10 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+add FSParameterBlock and ARFSUDataAdjust blocks
+------------------------------------------------------------------------
+r23141 | jmayer | 2007-10-10 12:03:24 -0700 (Wed, 10 Oct 2007) | 3 lines
+Changed paths:
+   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
+
+- Change Makefiles to include preinc
+- Add missing new directories to asn1/Makefile.nmake
+
+------------------------------------------------------------------------
+r23142 | wmeier | 2007-10-10 13:47:36 -0700 (Wed, 10 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/win32-setup.sh
+
+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/Makefile.nmake
+
+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:
+   M /trunk/epan/dissectors/packet-netflow.c
+
+From Andrew feren; Fix typos in two comments ....
+
+------------------------------------------------------------------------
+r23148 | jmayer | 2007-10-11 10:56:24 -0700 (Thu, 11 Oct 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23149 | jake | 2007-10-11 12:40:58 -0700 (Thu, 11 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/value_string.c
+
+Allow for dynamic value string array selection.
+------------------------------------------------------------------------
+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
+
+Implement some of the minor possible speed improvment patches.
+------------------------------------------------------------------------
+r23151 | stig | 2007-10-11 15:04:32 -0700 (Thu, 11 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+
+Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.
+
+------------------------------------------------------------------------
+r23152 | wmeier | 2007-10-11 15:07:55 -0700 (Thu, 11 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/ascend.c
+
+Tighten up heuristic used to identify Ascend capture file....
+
+------------------------------------------------------------------------
+r23153 | stig | 2007-10-11 15:19:38 -0700 (Thu, 11 Oct 2007) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23154 | morriss | 2007-10-11 15:49:52 -0700 (Thu, 11 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/packet-tcap.c
+
+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.
+------------------------------------------------------------------------
+r23155 | jmayer | 2007-10-11 16:21:51 -0700 (Thu, 11 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+Remove path at two more places from the output
+
+------------------------------------------------------------------------
+r23156 | martinm | 2007-10-12 02:59:10 -0700 (Fri, 12 Oct 2007) | 2 lines
+Changed paths:
+   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
+
+TLVs now defined in XML (from Stephen Croll).
+
+------------------------------------------------------------------------
+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?
+
+------------------------------------------------------------------------
+r23158 | martinm | 2007-10-12 03:44:49 -0700 (Fri, 12 Oct 2007) | 2 lines
+Changed paths:
+   A /trunk/plugins/wimaxasncp/wimaxasncp_dict.h
+
+Add missing file.
+
+------------------------------------------------------------------------
+r23159 | martinm | 2007-10-12 04:13:59 -0700 (Fri, 12 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+Also add wimaxasncp TLV desription files to U3 build.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r23161 | martinm | 2007-10-12 06:29:54 -0700 (Fri, 12 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/Makefile.am
+
+Try to fix distcheck. Is this change appropriate?
+
+------------------------------------------------------------------------
+r23162 | martinm | 2007-10-12 08:00:20 -0700 (Fri, 12 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
+
+Add targets for lex compilation.
+
+------------------------------------------------------------------------
+r23163 | morriss | 2007-10-12 08:41:53 -0700 (Fri, 12 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/ciscosm/packet-sm.c
+
+Fix hex-pane byte highlighting for the PDU message type item
+------------------------------------------------------------------------
+r23164 | martinm | 2007-10-12 09:51:42 -0700 (Fri, 12 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
+
+Another blind attempt to fix the Windows buildbot.
+Could someone please review this (I'm leaving for the day soon)?
+
+------------------------------------------------------------------------
+r23165 | gerald | 2007-10-12 11:26:47 -0700 (Fri, 12 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
+   M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
+
+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}.
+
+------------------------------------------------------------------------
+r23166 | stig | 2007-10-12 12:13:31 -0700 (Fri, 12 Oct 2007) | 3 lines
+Changed paths:
+   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
+
+From Andrew Feren:
+Fix an assortment of typos and other minor errors in various README files
+
+------------------------------------------------------------------------
+r23167 | morriss | 2007-10-12 14:31:58 -0700 (Fri, 12 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pana.c
+
+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.
+------------------------------------------------------------------------
+r23169 | sake | 2007-10-13 00:33:32 -0700 (Sat, 13 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+Update to README.developer describing the use of conversation timestamps
+(which was added in SVN 22966 and 23058)
+
+
+------------------------------------------------------------------------
+r23170 | jake | 2007-10-13 10:18:16 -0700 (Sat, 13 Oct 2007) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-cfm.c
+   A /trunk/epan/dissectors/packet-cfm.h
+
+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).
+
+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.
+
+Fuzztest has been performed and has passed.
+
+------------------------------------------------------------------------
+r23171 | etxrab | 2007-10-13 14:59:33 -0700 (Sat, 13 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/ciscosm/packet-sm.c
+
+Decode SDP inside Cisco SM messages(huge guesswork).
+------------------------------------------------------------------------
+r23172 | sfisher | 2007-10-13 17:56:53 -0700 (Sat, 13 Oct 2007) | 5 lines
+Changed paths:
+   M /trunk/plugins/ciscosm/packet-sm.c
+
+
+Fix Unix buildbots ("warning: 'msg_type' may be used uninitialized in this
+function")
+
+
+------------------------------------------------------------------------
+r23173 | etxrab | 2007-10-14 08:44:05 -0700 (Sun, 14 Oct 2007) | 6 lines
+Changed paths:
+   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
+
+Ethercat plugin
+Author :
+Richard Kuemmel <r.kuemmel[AT]beckhoff.de>
+
+Updates and bugfixes:
+Peter Johansson <peterjohansson73[AT]gmail.com>
+------------------------------------------------------------------------
+r23174 | etxrab | 2007-10-14 08:45:24 -0700 (Sun, 14 Oct 2007) | 6 lines
+Changed paths:
+   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>
+------------------------------------------------------------------------
+r23175 | etxrab | 2007-10-14 11:32:15 -0700 (Sun, 14 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/configure.in
+
+Forgotten file.
+------------------------------------------------------------------------
+r23176 | etxrab | 2007-10-14 11:34:22 -0700 (Sun, 14 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+And U3 ...
+------------------------------------------------------------------------
+r23177 | jake | 2007-10-14 14:01:01 -0700 (Sun, 14 Oct 2007) | 3 lines
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r23178 | etxrab | 2007-10-14 15:05:52 -0700 (Sun, 14 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+From Martin Mathieson:
+Hopefully the u3 build will then be able to run to completion.
+------------------------------------------------------------------------
+r23179 | etxrab | 2007-10-14 22:26:22 -0700 (Sun, 14 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/plugins/Makefile.am
+
+Remove Ethercat from the makefiles
+------------------------------------------------------------------------
+r23180 | etxrab | 2007-10-14 22:45:50 -0700 (Sun, 14 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/plugins/Makefile.am
+
+Remove Ethercat from the makefiles(second try)
+------------------------------------------------------------------------
+r23181 | kukosa | 2007-10-15 04:51:01 -0700 (Mon, 15 Oct 2007) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23182 | kukosa | 2007-10-15 05:21:30 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.inc.nmake
+
+use the -E asn2wrs option to create exported cnf file
+------------------------------------------------------------------------
+r23183 | kukosa | 2007-10-15 05:25:05 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   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)
+------------------------------------------------------------------------
+r23184 | martinm | 2007-10-15 05:32:19 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23185 | kukosa | 2007-10-15 07:04:55 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+
+fix ifdef/endif bug
+------------------------------------------------------------------------
+r23186 | kukosa | 2007-10-15 07:21:35 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+
+comment out EXPORT_FILES till some automake expert can look at it
+------------------------------------------------------------------------
+r23187 | wmeier | 2007-10-15 09:44:31 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/plugins/Makefile.nmake
+   M /trunk/tools/Makefile.nmake
+
+Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only once (instead of worst-case 1+2+3 times)
+
+------------------------------------------------------------------------
+r23188 | etxrab | 2007-10-15 11:39:58 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23189 | kukosa | 2007-10-15 11:44:53 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23190 | etxrab | 2007-10-15 11:57:10 -0700 (Mon, 15 Oct 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-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).
+------------------------------------------------------------------------
+r23191 | etxrab | 2007-10-15 12:19:33 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/Makefile.am
+
+Add ethercat again
+------------------------------------------------------------------------
+r23192 | etxrab | 2007-10-15 13:11:25 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r23193 | etxrab | 2007-10-15 13:12:02 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+
+Try to fix the buildbot.
+------------------------------------------------------------------------
+r23194 | wmeier | 2007-10-15 13:44:03 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-asf.c
+
+Fix col_add_str args; (I think this is correct)
+
+------------------------------------------------------------------------
+r23195 | jmayer | 2007-10-15 14:15:57 -0700 (Mon, 15 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.preinc
+
+MAKEFLAGS doesn't belong into Makefile.am - it's added automagically
+when generating Makefile.in
+
+------------------------------------------------------------------------
+r23196 | stig | 2007-10-15 14:46:08 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+
+Fixed compiler errors.
+
+------------------------------------------------------------------------
+r23197 | etxrab | 2007-10-15 15:20:53 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+Change mgcp include.
+------------------------------------------------------------------------
+r23198 | guy | 2007-10-15 15:54:21 -0700 (Mon, 15 Oct 2007) | 5 lines
+Changed paths:
+   M /trunk/ChangeLog
+
+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.
+
+------------------------------------------------------------------------
+r23199 | etxrab | 2007-10-15 22:45:03 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/tap-mgcpstat.c
+
+Change mgcp include.
+------------------------------------------------------------------------
+r23200 | jake | 2007-10-15 22:47:55 -0700 (Mon, 15 Oct 2007) | 1 line
+Changed paths:
+   D /trunk/epan/dissectors/packet-mgcp.c
+   D /trunk/epan/dissectors/packet-mgcp.h
+
+Don't just copy a file and check that in. Use svn copy to retain the history.
+------------------------------------------------------------------------
+r23201 | jake | 2007-10-15 22:49:55 -0700 (Mon, 15 Oct 2007) | 2 lines
+Changed paths:
+   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)
+
+Make MGCP a builtin dissector to reduce the number of plugins.
+(Leave the MGCP plugin dir for now).
+------------------------------------------------------------------------
+r23202 | jmayer | 2007-10-16 06:59:40 -0700 (Tue, 16 Oct 2007) | 6 lines
+Changed paths:
+   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
+
+- 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
+
+------------------------------------------------------------------------
+r23203 | jmayer | 2007-10-16 07:09:33 -0700 (Tue, 16 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.inc
+   M /trunk/asn1/Makefile.preinc
+
+Don't generate dissectors on top level make.
+
+------------------------------------------------------------------------
+r23204 | jmayer | 2007-10-16 07:30:41 -0700 (Tue, 16 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+
+Fix a warning about different variable sizes that prevented compilation
+with gcc.
+
+------------------------------------------------------------------------
+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).
+------------------------------------------------------------------------
+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
+
+Change more fopen() to eth_fopen() to finish fixing bug 1827:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1827
+
+Update README.developer to tell developers not to use fopen() and friends
+directly.
+
+------------------------------------------------------------------------
+r23207 | morriss | 2007-10-16 08:58:25 -0700 (Tue, 16 Oct 2007) | 1 line
+Changed paths:
+   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/
+------------------------------------------------------------------------
+r23208 | morriss | 2007-10-16 10:19:16 -0700 (Tue, 16 Oct 2007) | 9 lines
+Changed paths:
+   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
+
+From Paolo Abeni via bug 1751:
+
+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.
+
+------------------------------------------------------------------------
+r23209 | morriss | 2007-10-16 11:28:27 -0700 (Tue, 16 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+
+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.
+------------------------------------------------------------------------
+r23210 | guy | 2007-10-16 12:01:58 -0700 (Tue, 16 Oct 2007) | 5 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/configure.in
+
+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.
+
+------------------------------------------------------------------------
+r23211 | sake | 2007-10-16 16:42:33 -0700 (Tue, 16 Oct 2007) | 7 lines
+Changed paths:
+   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)
+
+
+
+------------------------------------------------------------------------
+r23212 | jake | 2007-10-16 23:24:43 -0700 (Tue, 16 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-e164.c
+   M /trunk/epan/dissectors/packet-isup.c
+
+Properly decode "South Africa"
+------------------------------------------------------------------------
+r23213 | sake | 2007-10-17 00:14:56 -0700 (Wed, 17 Oct 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Fix for bug 1542:
+
+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.
+
+
+------------------------------------------------------------------------
+r23214 | kukosa | 2007-10-17 02:51:27 -0700 (Wed, 17 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+
+make dissect_per_length_determinant() private
+------------------------------------------------------------------------
+r23215 | kukosa | 2007-10-17 02:55:08 -0700 (Wed, 17 Oct 2007) | 2 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23216 | kukosa | 2007-10-17 03:25:21 -0700 (Wed, 17 Oct 2007) | 8 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23217 | kukosa | 2007-10-17 04:06:14 -0700 (Wed, 17 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h323.h
+
+add forgotten packet-h323.h
+------------------------------------------------------------------------
+r23218 | jake | 2007-10-17 11:25:01 -0700 (Wed, 17 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb2.c
+
+Flag error
+------------------------------------------------------------------------
+r23219 | jake | 2007-10-17 11:25:29 -0700 (Wed, 17 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+
+Mask error
+------------------------------------------------------------------------
+r23220 | jake | 2007-10-17 11:25:49 -0700 (Wed, 17 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+
+Logic error
+------------------------------------------------------------------------
+r23221 | morriss | 2007-10-17 14:25:16 -0700 (Wed, 17 Oct 2007) | 1 line
+Changed paths:
+   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).
+------------------------------------------------------------------------
+r23222 | stig | 2007-10-18 04:29:32 -0700 (Thu, 18 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Add eth_stdio_open to libwireshark.def
+
+------------------------------------------------------------------------
+r23223 | grahamb | 2007-10-18 04:42:59 -0700 (Thu, 18 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+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
+------------------------------------------------------------------------
+r23225 | stig | 2007-10-18 05:41:11 -0700 (Thu, 18 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/h323
+
+Added svn:ignore targets for asn1/h323
+
+------------------------------------------------------------------------
+r23226 | kukosa | 2007-10-18 06:35:57 -0700 (Thu, 18 Oct 2007) | 6 lines
+Changed paths:
+   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
+
+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
+------------------------------------------------------------------------
+r23227 | wmeier | 2007-10-18 12:30:56 -0700 (Thu, 18 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+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... (??)
+
+------------------------------------------------------------------------
+r23229 | etxrab | 2007-10-18 14:29:19 -0700 (Thu, 18 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
+
+Use gtk 2.12.1
+------------------------------------------------------------------------
+r23230 | sake | 2007-10-19 02:50:29 -0700 (Fri, 19 Oct 2007) | 18 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sflow.c
+
+From Andrew Feren:
+
+sFlow datagrams can contain sampled headers from conversations on the network.
+
+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.
+
+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.
+
+------------------------------------------------------------------------
+r23231 | wmeier | 2007-10-19 08:21:42 -0700 (Fri, 19 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/README.plugins
+
+Minor update to reflect recent plugins/Makefile.nmake change to clean/distclean/maintainer-clean 
+
+------------------------------------------------------------------------
+r23232 | sfisher | 2007-10-19 15:40:42 -0700 (Fri, 19 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/iseries.c
+
+
+Fix bug #1926: buffer overflow when parsing iseries files
+
+
+------------------------------------------------------------------------
+r23233 | guy | 2007-10-19 19:34:41 -0700 (Fri, 19 Oct 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23234 | guy | 2007-10-19 20:45:47 -0700 (Fri, 19 Oct 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/privileges.c
+
+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).
+
+------------------------------------------------------------------------
+r23235 | martinm | 2007-10-22 03:03:22 -0700 (Mon, 22 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+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
 
-2003-12-24 23:28  guy
+Make some capitalisation more consistent.
 
-       * epan/tvbuff.c:
+------------------------------------------------------------------------
+r23237 | martinm | 2007-10-22 05:16:53 -0700 (Mon, 22 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-diameter-defs.h
 
-         In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, not
-         BoundsError, if the offset is just past the end of the reported
-         data (because we're ensuring that there actually *is* a byte
-         there, and, even according to the reported length, it isn't).
+Remove the no-longer-used packet-diameter-defs.h
 
-2003-12-24 23:37  guy
+------------------------------------------------------------------------
+r23238 | kukosa | 2007-10-22 05:25:56 -0700 (Mon, 22 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-per.c
+
+add flags for optional fields of EXTERNAL type into asn1_ctx_t struct
+------------------------------------------------------------------------
+r23239 | martinm | 2007-10-22 06:31:51 -0700 (Mon, 22 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-       * epan/proto.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...
+
+------------------------------------------------------------------------
+r23240 | wmeier | 2007-10-22 08:13:41 -0700 (Mon, 22 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
 
-         In "alloc_field_info()", handle the case where the offset is past
-         the byte past the end of the tvbuff.
+From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929
+
+------------------------------------------------------------------------
+r23241 | gal | 2007-10-22 10:03:09 -0700 (Mon, 22 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/ros/Makefile.common
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-ros.h
+
+Update to use the -X and -T flags to asn2wrs.
 
-2003-12-26 11:36  ulfl
 
-       * packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r23242 | gal | 2007-10-22 10:08:03 -0700 (Mon, 22 Oct 2007) | 5 lines
+Changed paths:
+   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
+
+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. 
+
+
+------------------------------------------------------------------------
+r23243 | gal | 2007-10-22 10:13:08 -0700 (Mon, 22 Oct 2007) | 4 lines
+Changed paths:
+   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
+
+Update to use the -X and -T asn2wrs flags.
+Removed the workaround code from the .cnf file.
+
+
+------------------------------------------------------------------------
+r23244 | gal | 2007-10-22 10:14:42 -0700 (Mon, 22 Oct 2007) | 4 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r23245 | gal | 2007-10-22 10:16:15 -0700 (Mon, 22 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/s4406/Makefile.common
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-s4406.h
+
+Update to use the -X and -T asn2wrs flags.
+Straightfoward.
+
+------------------------------------------------------------------------
+r23246 | gal | 2007-10-22 10:17:15 -0700 (Mon, 22 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/ess/Makefile.common
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
+
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
+
+------------------------------------------------------------------------
+r23247 | gal | 2007-10-22 10:18:42 -0700 (Mon, 22 Oct 2007) | 3 lines
+Changed paths:
+   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
+
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
+
+------------------------------------------------------------------------
+r23248 | gal | 2007-10-22 10:20:04 -0700 (Mon, 22 Oct 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+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
+
+Update to use the -X and -T asn2wrs flags.
+Straightforward.
+
+
+------------------------------------------------------------------------
+r23250 | kukosa | 2007-10-22 12:29:29 -0700 (Mon, 22 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+fix export of ObjectFieldSpec and ObjectSetFieldSpec of CLASS
+------------------------------------------------------------------------
+r23251 | jake | 2007-10-22 22:37:42 -0700 (Mon, 22 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gdsdb.c
+
+Fix for bug 1931 and bug 1932:
+A never ending while loop and a value to string mapping error.
+------------------------------------------------------------------------
+r23252 | etxrab | 2007-10-22 22:50:00 -0700 (Mon, 22 Oct 2007) | 6 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23253 | martinm | 2007-10-23 04:02:08 -0700 (Tue, 23 Oct 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/proto.c
+
+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...
+
+------------------------------------------------------------------------
+r23254 | guy | 2007-10-23 19:12:46 -0700 (Tue, 23 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Make sure characters aren't sign-extended before being handed to
+isalnum().
+
+------------------------------------------------------------------------
+r23255 | guy | 2007-10-23 19:28:03 -0700 (Tue, 23 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+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).
+
+------------------------------------------------------------------------
+r23256 | guy | 2007-10-23 20:33:35 -0700 (Tue, 23 Oct 2007) | 8 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23257 | guy | 2007-10-23 21:13:30 -0700 (Tue, 23 Oct 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23258 | guy | 2007-10-23 23:21:05 -0700 (Tue, 23 Oct 2007) | 3 lines
+Changed paths:
+   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.)
+
+------------------------------------------------------------------------
+r23259 | guy | 2007-10-23 23:54:58 -0700 (Tue, 23 Oct 2007) | 6 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23260 | guy | 2007-10-23 23:56:07 -0700 (Tue, 23 Oct 2007) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23261 | guy | 2007-10-24 00:14:34 -0700 (Wed, 24 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/h460/packet-h460-template.c
+   M /trunk/epan/dissectors/packet-h460.c
+
+Squelch warnings about uninitialized structure members.
+
+------------------------------------------------------------------------
+r23262 | kukosa | 2007-10-24 01:30:46 -0700 (Wed, 24 Oct 2007) | 1 line
+Changed paths:
+   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 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
+------------------------------------------------------------------------
+r23263 | kukosa | 2007-10-24 02:10:43 -0700 (Wed, 24 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+fix voip_calls.c:126: warning: missing initializer
+------------------------------------------------------------------------
+r23264 | martinm | 2007-10-24 02:21:13 -0700 (Wed, 24 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/voip_calls_dlg.c
+
+Add missing case.
+
+------------------------------------------------------------------------
+r23265 | etxrab | 2007-10-24 08:04:01 -0700 (Wed, 24 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-uma.c
+
+Add port ranges.
+------------------------------------------------------------------------
+r23266 | gerald | 2007-10-24 09:32:51 -0700 (Wed, 24 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-uma.c
+
+Remove a couple of unused variables.
+
+------------------------------------------------------------------------
+r23267 | gerald | 2007-10-24 09:43:45 -0700 (Wed, 24 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item for the recent packet-gdsdb.c fixes.
+
+------------------------------------------------------------------------
+r23268 | etxrab | 2007-10-24 14:47:13 -0700 (Wed, 24 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-text-media.c
+   M /trunk/epan/dissectors/packet-xml.c
+
+Use the media_type_dissector_table for the content type.
+Add a few media types.
+------------------------------------------------------------------------
+r23269 | etxrab | 2007-10-24 14:52:44 -0700 (Wed, 24 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+Remove unused variable.
+------------------------------------------------------------------------
+r23270 | kukosa | 2007-10-25 02:38:15 -0700 (Thu, 25 Oct 2007) | 4 lines
+Changed paths:
+   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
+
+new codec table for registering codecs by name
+new codec plugin type
+search registered codecs in rtp player
+fix memory leak in rtp player
+------------------------------------------------------------------------
+r23271 | kukosa | 2007-10-25 05:24:01 -0700 (Thu, 25 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+do not update call_state if new call_state == VOIP_NO_STATE
+------------------------------------------------------------------------
+r23272 | gerald | 2007-10-25 13:37:12 -0700 (Thu, 25 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_sync.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r23273 | etxrab | 2007-10-25 22:42:12 -0700 (Thu, 25 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
+
+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.
+------------------------------------------------------------------------
+r23274 | kukosa | 2007-10-26 00:18:44 -0700 (Fri, 26 Oct 2007) | 1 line
+Changed paths:
+   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
+
+fix wrong headers in H.460.x ASN.1 sources
+------------------------------------------------------------------------
+r23275 | kukosa | 2007-10-26 00:42:29 -0700 (Fri, 26 Oct 2007) | 1 line
+Changed paths:
+   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
+
+H.501 Mobility protocol implemented
+------------------------------------------------------------------------
+r23276 | martinm | 2007-10-26 03:38:16 -0700 (Fri, 26 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+Add expert item for cases of unmatched function type or message op.
+
+------------------------------------------------------------------------
+r23277 | wmeier | 2007-10-26 08:26:04 -0700 (Fri, 26 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+From Andrew Feren: Fix an assortment of typos and other minor errors
+
+------------------------------------------------------------------------
+r23278 | morriss | 2007-10-26 09:19:18 -0700 (Fri, 26 Oct 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r23279 | gerald | 2007-10-26 09:32:28 -0700 (Fri, 26 Oct 2007) | 10 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/capture_loop.c
+   M /trunk/capture_sync.c
+   M /trunk/capture_sync.h
+   M /trunk/dumpcap.c
+
+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.
+
+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.
+
+------------------------------------------------------------------------
+r23281 | martinm | 2007-10-26 09:57:54 -0700 (Fri, 26 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lwapp.c
+
+Stop including xmlstab.h
+
+------------------------------------------------------------------------
+r23282 | morriss | 2007-10-26 15:17:45 -0700 (Fri, 26 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Minor indentation changes
+------------------------------------------------------------------------
+r23283 | sfisher | 2007-10-26 22:11:50 -0700 (Fri, 26 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/toolbar.c
+
+
+Remove empty #if / #endif block
+
+
+------------------------------------------------------------------------
+r23284 | jake | 2007-10-27 02:24:31 -0700 (Sat, 27 Oct 2007) | 5 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r23285 | etxrab | 2007-10-27 07:44:29 -0700 (Sat, 27 Oct 2007) | 6 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23286 | etxrab | 2007-10-27 07:57:46 -0700 (Sat, 27 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+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.
+------------------------------------------------------------------------
+r23288 | etxrab | 2007-10-27 08:28:35 -0700 (Sat, 27 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-edonkey.h
+
+From Stefano Picerno:
+I made some updates to the edonkey dissector.
+Most kademlia1 and some kademlia2 messages are now completely decoded.
+------------------------------------------------------------------------
+r23289 | etxrab | 2007-10-27 08:38:22 -0700 (Sat, 27 Oct 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+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:
+------------------------------------------------------------------------
+r23290 | etxrab | 2007-10-27 08:44:12 -0700 (Sat, 27 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/wiretap/nettl.c
+   M /trunk/wiretap/nettl.h
+
+From Mark C. Brown:
+Add support for the new NS_LS_SCTP tracing subsystem.
+------------------------------------------------------------------------
+r23291 | etxrab | 2007-10-27 08:48:47 -0700 (Sat, 27 Oct 2007) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tipc.c
+
+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.
+------------------------------------------------------------------------
+r23292 | etxrab | 2007-10-27 08:53:29 -0700 (Sat, 27 Oct 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipmi.c
+
+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".
+------------------------------------------------------------------------
+r23293 | etxrab | 2007-10-27 09:49:13 -0700 (Sat, 27 Oct 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+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...
+------------------------------------------------------------------------
+r23294 | jake | 2007-10-28 04:25:34 -0700 (Sun, 28 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+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.) 
+
+
+------------------------------------------------------------------------
+r23296 | wmeier | 2007-10-28 06:46:20 -0700 (Sun, 28 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+Fix Windows build error if not using LUA; Bug #1950
+
+------------------------------------------------------------------------
+r23297 | wmeier | 2007-10-28 11:12:52 -0700 (Sun, 28 Oct 2007) | 7 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+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".
+
+After reviewing Paolo's patch I found that there are 2 places with missing
+breaks in switch case structures.
+
+
+
+------------------------------------------------------------------------
+r23299 | sake | 2007-10-28 16:38:43 -0700 (Sun, 28 Oct 2007) | 16 lines
+Changed paths:
+   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.
+
+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.
+
 
-         bugfix: uninstall also the help textfiles
+------------------------------------------------------------------------
+r23300 | sake | 2007-10-28 16:49:15 -0700 (Sun, 28 Oct 2007) | 10 lines
+Changed paths:
+   M /trunk/CMakeLists.txt
+   M /trunk/cmake/modules/CMakeInstallDirs.cmake
+   M /trunk/cmake/modules/FindDBUSGLIB.cmake
+   M /trunk/cmakeconfig.h.in
 
-2003-12-26 11:37  ulfl
+Bug 1227 : From Frederic Heem:
 
-       * config.nmake:
+* 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
 
-         conditionally use modern UI for NSIS installer
 
-2003-12-26 12:27  ulfl
 
-       * packaging/nsis/: Makefile.nmake, ethereal.nsi:
+------------------------------------------------------------------------
+r23301 | wmeier | 2007-10-28 17:58:06 -0700 (Sun, 28 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
 
-         conditionally use modern UI for NSIS installer
+Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fix
+[asn1 template plu generated .c file]
+
+------------------------------------------------------------------------
+r23302 | wmeier | 2007-10-28 18:14:51 -0700 (Sun, 28 Oct 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
+
+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).
+
+------------------------------------------------------------------------
+r23303 | sake | 2007-10-28 23:54:25 -0700 (Sun, 28 Oct 2007) | 3 lines
+Changed paths:
+   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).
+
+
+------------------------------------------------------------------------
+r23304 | sahlberg | 2007-10-29 00:14:50 -0700 (Mon, 29 Oct 2007) | 2 lines
+Changed paths:
+   A /trunk/epan/dissectors/packet-x224.c
+
+add an initial x.224 dissector    it is very incomplete
+
+------------------------------------------------------------------------
+r23305 | sahlberg | 2007-10-29 00:15:29 -0700 (Mon, 29 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+add x224 to the makefile
+
+
+------------------------------------------------------------------------
+r23306 | sahlberg | 2007-10-29 00:16:49 -0700 (Mon, 29 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tpkt.c
+
+register tpkt for port 3389 and use x224 as the subdissector for this 
+port
+
+
+------------------------------------------------------------------------
+r23307 | sahlberg | 2007-10-29 04:32:07 -0700 (Mon, 29 Oct 2007) | 12 lines
+Changed paths:
+   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
+
+This dissects the initial Connect-Initial and Connect-confirm pdus of 
+setting up t.125
+
+
+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
+
+
+
+------------------------------------------------------------------------
+r23308 | wmeier | 2007-10-29 08:11:20 -0700 (Mon, 29 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+Add comment for Windows build re config.nmake and .h file changes requiring distclean
+
+------------------------------------------------------------------------
+r23309 | kukosa | 2007-10-29 12:25:37 -0700 (Mon, 29 Oct 2007) | 11 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r23310 | sfisher | 2007-10-29 21:42:42 -0700 (Mon, 29 Oct 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vnc.c
+
+
+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. 
+
+
+------------------------------------------------------------------------
+r23311 | sfisher | 2007-10-29 22:49:41 -0700 (Mon, 29 Oct 2007) | 5 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
+
+
+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.
+
+
+------------------------------------------------------------------------
+r23312 | sfisher | 2007-10-30 09:32:26 -0700 (Tue, 30 Oct 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vnc.c
+
+
+Minor correction to protocol behavior handling when security type "none" is
+selected by the client.
+
+
+------------------------------------------------------------------------
+r23313 | gerald | 2007-10-30 15:22:14 -0700 (Tue, 30 Oct 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Fix some null dereferences.
+
+------------------------------------------------------------------------
+r23314 | gerald | 2007-10-30 17:15:17 -0700 (Tue, 30 Oct 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_system.h
+
+From Christopher McKenzie: Zero out our SAs before we use them.
+
+Remove an unneeded for loop in AirPDcapCleanKeys(), and make it static.
+
+------------------------------------------------------------------------
+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
+
+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
+
+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
+
+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
+------------------------------------------------------------------------
+r23320 | kukosa | 2007-10-31 02:33:54 -0700 (Wed, 31 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+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
+------------------------------------------------------------------------
+r23322 | bondolo | 2007-10-31 08:16:33 -0700 (Wed, 31 Oct 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)
+
+
+------------------------------------------------------------------------
+r23323 | kukosa | 2007-10-31 08:42:52 -0700 (Wed, 31 Oct 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+
+add forward class declarations which are necessary to compile Remote-Operations-Information-Objects.asn
+------------------------------------------------------------------------
+r23324 | etxrab | 2007-10-31 14:24:16 -0700 (Wed, 31 Oct 2007) | 2 lines
+Changed paths:
+   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 oid_add_from_string for adding names.
+(gsmmap and inap does not compile at the moment).
+------------------------------------------------------------------------
+r23325 | etxrab | 2007-10-31 16:11:15 -0700 (Wed, 31 Oct 2007) | 3 lines
+Changed paths:
+   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
+
+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 ?)
+------------------------------------------------------------------------
+r23326 | etxrab | 2007-11-01 00:37:24 -0700 (Thu, 01 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/oids.h
+
+Remove add_oid_str_name.
+------------------------------------------------------------------------
+r23327 | kukosa | 2007-11-01 03:50:01 -0700 (Thu, 01 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
+
+set data for IV always
+------------------------------------------------------------------------
+r23328 | kukosa | 2007-11-01 04:56:33 -0700 (Thu, 01 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/tools/asn2wrs.py
+
+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
+------------------------------------------------------------------------
+r23329 | kukosa | 2007-11-01 05:36:27 -0700 (Thu, 01 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/inap/inap.cnf
+
+removed unnecessary forward class declarations
+------------------------------------------------------------------------
+r23330 | martinm | 2007-11-01 08:15:33 -0700 (Thu, 01 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/wimaxasncp/dictionary.xml
+
+Fix a decoder type.
+
+------------------------------------------------------------------------
+r23331 | etxrab | 2007-11-01 12:36:39 -0700 (Thu, 01 Nov 2007) | 3 lines
+Changed paths:
+   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
+
+some updates to the frsrpc dissector
+dissect parts of the TLV blob that is sent during file replication
+
+
+------------------------------------------------------------------------
+r23333 | etxrab | 2007-11-01 15:07:43 -0700 (Thu, 01 Nov 2007) | 1 line
+Changed paths:
+   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
+
+Get rid of most of the legacy oid stuff.
+------------------------------------------------------------------------
+r23334 | etxrab | 2007-11-01 15:14:46 -0700 (Thu, 01 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-text-media.c
+
+Add a text media type.
+------------------------------------------------------------------------
+r23335 | etxrab | 2007-11-01 15:29:02 -0700 (Thu, 01 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ldap/Makefile.common
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
+
+LDAP wasn't 'fixed' to handle -T option...
+------------------------------------------------------------------------
+r23336 | kukosa | 2007-11-02 00:41:56 -0700 (Fri, 02 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+setup SRTP stream for RTP/SAVP media protocol 
+------------------------------------------------------------------------
+r23337 | kukosa | 2007-11-02 00:43:49 -0700 (Fri, 02 Nov 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23338 | kukosa | 2007-11-02 01:34:12 -0700 (Fri, 02 Nov 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23339 | kukosa | 2007-11-02 05:18:01 -0700 (Fri, 02 Nov 2007) | 1 line
+Changed paths:
+   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
+
+new H.282 (RDC) and H.283 (LCT) dissectors
+------------------------------------------------------------------------
+r23340 | gal | 2007-11-02 06:47:23 -0700 (Fri, 02 Nov 2007) | 11 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   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. 
+
+
+------------------------------------------------------------------------
+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
+------------------------------------------------------------------------
+r23342 | jmayer | 2007-11-02 13:00:03 -0700 (Fri, 02 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- Rename EAPSv2 to ESL (EAPS shared link).
+- Some small improvements to ESL decoding.
+
+------------------------------------------------------------------------
+r23343 | martinm | 2007-11-02 15:34:18 -0700 (Fri, 02 Nov 2007) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r23345 | sfisher | 2007-11-02 20:03:02 -0700 (Fri, 02 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vnc.c
+
+
+Add partial support for TightVNC packet dissection (work in progress). 
+
+
+------------------------------------------------------------------------
+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
+
+
+- Future improve/clean up the now generic follow stream code
+
+- Add "Follow UDP Stream" feature
+
+
+------------------------------------------------------------------------
+r23347 | sfisher | 2007-11-02 21:46:22 -0700 (Fri, 02 Nov 2007) | 4 lines
+Changed paths:
+   A /trunk/gtk/follow_udp.c
+   A /trunk/gtk/follow_udp.h
+
+
+The rest of the Follow UDP Stream check-in
+
+
+------------------------------------------------------------------------
+r23348 | sfisher | 2007-11-02 23:23:02 -0700 (Fri, 02 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+
+
+Fix distcheck after my prior 2 commits
+
+
+------------------------------------------------------------------------
+r23349 | ulfl | 2007-11-03 01:48:12 -0700 (Sat, 03 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
+
+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
+
+A bit of a readme for the Wireshark Portable packaging. Includes details of the NSIS plug-in required.
+
+------------------------------------------------------------------------
+r23351 | etxrab | 2007-11-04 01:11:24 -0700 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+follow_tcp_stats -> follow_stats
+------------------------------------------------------------------------
+r23352 | etxrab | 2007-11-04 08:47:30 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   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
+
+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.
+
+------------------------------------------------------------------------
+r23355 | stig | 2007-11-04 09:27:42 -0800 (Sun, 04 Nov 2007) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r23357 | etxrab | 2007-11-04 10:16:41 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   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
+
+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
+
+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.
+------------------------------------------------------------------------
+r23360 | etxrab | 2007-11-04 10:37:06 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/pkcs1/Makefile.common
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs1.h
+
+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.
+------------------------------------------------------------------------
+r23362 | etxrab | 2007-11-04 11:03:48 -0800 (Sun, 04 Nov 2007) | 1 line
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r23366 | etxrab | 2007-11-05 12:41:44 -0800 (Mon, 05 Nov 2007) | 1 line
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r23369 | sake | 2007-11-05 15:05:20 -0800 (Mon, 05 Nov 2007) | 12 lines
+Changed paths:
+   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 :
+
+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.
+
+
+
+
+
+------------------------------------------------------------------------
+r23370 | sfisher | 2007-11-05 21:06:31 -0800 (Mon, 05 Nov 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-llt.c
+
+
+Change instance of 0xCAFE to ETHERTYPE_LLT for consistency.  No functional
+changes.
+
+
+------------------------------------------------------------------------
+r23371 | sfisher | 2007-11-05 21:30:04 -0800 (Mon, 05 Nov 2007) | 8 lines
+Changed paths:
+   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
+
+
+Wake on LAN (WOL): New dissector from Chris Maynard via -dev list and
+enhancement bug #1968
+
+Me: Added entries in epan/etypes.h and epan/dissectors/packet-ethertype.c
+for WOL.
+
+
+------------------------------------------------------------------------
+r23372 | sahlberg | 2007-11-05 21:39:28 -0800 (Mon, 05 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vnc.c
+
+use strcasecmp instead of g_ascii_strcasecmp
+
+
+------------------------------------------------------------------------
+r23373 | sahlberg | 2007-11-05 21:51:49 -0800 (Mon, 05 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
+
+add a g_byte_array_sized_new() helper if we compile for glib < 2
+
+
+------------------------------------------------------------------------
+r23374 | guy | 2007-11-06 00:46:57 -0800 (Tue, 06 Nov 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-bytes.c
+
+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.
 
-2003-12-26 23:33  guy
+The other test functions don't have "_bytes" in the routine name; don't
+put it into this one.
 
-       * packet-l2tp.c:
+------------------------------------------------------------------------
+r23375 | guy | 2007-11-06 01:19:59 -0800 (Tue, 06 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-ipv4.c
 
-         Check that the length of an AVP is >= 6, not just that it's
-         non-zero.
+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.
 
-2003-12-27 01:42  guy
+------------------------------------------------------------------------
+r23376 | etxrab | 2007-11-06 10:10:34 -0800 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/diameter/Ericsson.xml
+   M /trunk/diameter/dictionary.xml
 
-       * packet-http.c:
+Fix some typos.
+------------------------------------------------------------------------
+r23377 | etxrab | 2007-11-06 10:11:20 -0800 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
 
-         When testing the first line of HTTP data, process what data we
-         have - don't give up if we don't have the full line.
+Set up RTP conversation when PORT is known.
+------------------------------------------------------------------------
+r23378 | jmayer | 2007-11-06 10:31:26 -0800 (Tue, 06 Nov 2007) | 108 lines
+Changed paths:
+   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
 
-2003-12-27 02:01  guy
+Update from samba tree revision 25306 to 25880
+============================ Samba log start ============
+------------------------------------------------------------------------
+r25453 | jelmer | 2007-10-01 23:38:15 +0200 (Mon, 01 Oct 2007) | 1 line
 
-       * packet-clnp.c:
+Fix include for NTSTATUS.
+------------------------------------------------------------------------
+r25457 | jelmer | 2007-10-02 06:45:25 +0200 (Tue, 02 Oct 2007) | 1 line
 
-         Note that this is another client for reassembly using connection
-         sequence numbers.
+use different location for out-of-tree builds
+------------------------------------------------------------------------
+r25674 | metze | 2007-10-17 10:26:55 +0200 (Wed, 17 Oct 2007) | 13 lines
 
-2003-12-27 02:17  guy
+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).
 
-       * packet-tds.c:
+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.
 
-         Don't defragment packets that aren't fragmented.
+It appears that midl generated code just ignores this
+and only copies the result if both pointers are non-NULL.
 
-         Note that we've seen weird sequence numbers for login packets.
+metze
+------------------------------------------------------------------------
+r25700 | jra | 2007-10-19 02:40:51 +0200 (Fri, 19 Oct 2007) | 3 lines
 
-2003-12-27 03:45  guy
+Now BOOL no longer exists in Samba 3.2, use bool instead.
+Jeremy.
 
-       * packet-afs.c:
+------------------------------------------------------------------------
+r25745 | metze | 2007-10-27 11:57:09 +0200 (Sat, 27 Oct 2007) | 6 lines
 
-         There might not be any AFS payload in an AFS reply; for fields in
-         the reply that don't come from the packet, use an offset and
-         length of 0, so that we don't throw an exception if the purported
-         data at that offset with that length doesn't exist.
+[pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)
 
-2003-12-27 04:01  guy
+instead NT_STATUS_INVALID_PARAMETER_MIX
 
-       * packet-ndmp.c:
+metze
 
-         Don't create a protocol tree entry for the body of an NDMP
-         request or reply if there isn't a body, just a header, so that we
-         don't throw an exception and mark the frame as malformed if the
-         request or reply isn't supposed to have a body.
+------------------------------------------------------------------------
+r25751 | metze | 2007-10-30 07:24:43 +0100 (Tue, 30 Oct 2007) | 4 lines
 
-2003-12-27 08:35  guy
+use EJS_CHECK() instead of NDR_CHECK() in ejs code
 
-       * packet-http.c:
+metze
 
-         Fix some comments.
+------------------------------------------------------------------------
+r25765 | metze | 2007-10-31 17:25:44 +0100 (Wed, 31 Oct 2007) | 3 lines
 
-2003-12-27 13:19  ulfl
+pidl: fix compiler warning in ndr_align test
 
-       * config.nmake:
+metze
+------------------------------------------------------------------------
+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
+
+pidl: make it easier to debug errors in pidl tests
+
+we now print the C program that we tried to compile
+
+metze
+------------------------------------------------------------------------
+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()
+
+Everything but success should be handled as error in the tests.
+
+metze
+------------------------------------------------------------------------
+r25795 | metze | 2007-11-02 11:35:09 +0100 (Fri, 02 Nov 2007) | 3 lines
+
+whitespace cleanup...
+
+metze
+------------------------------------------------------------------------
+r25804 | metze | 2007-11-02 14:02:25 +0100 (Fri, 02 Nov 2007) | 4 lines
+
+move including ndr_compression.h into HeaderInterface()
+
+metze
+
+------------------------------------------------------------------------
+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
+
+metze
 
-         added/changed some comments
+------------------------------------------------------------------------
+r25806 | metze | 2007-11-02 14:48:11 +0100 (Fri, 02 Nov 2007) | 5 lines
 
-2003-12-27 18:45  guy
+let libndr.h include needed stuff and remove pidl magic
+for choosing common required headers
 
-       * packet-http.c:
+metze
 
-         Properly handle 1xx, 204, and 304 responses, which don't contain
-         a message body.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-2003-12-28 08:39  guy
+------------------------------------------------------------------------
+r23379 | etxrab | 2007-11-06 11:22:51 -0800 (Tue, 06 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
 
-       * packet-http.c:
+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
+------------------------------------------------------------------------
+r23381 | jmayer | 2007-11-06 12:03:22 -0800 (Tue, 06 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/COPYING
+
+Add a remark that the code under tools/pidl/ is covered
+by GPLv3 (inside the files it only says GPL).
+
+------------------------------------------------------------------------
+r23382 | etxrab | 2007-11-06 12:16:59 -0800 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   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).
+------------------------------------------------------------------------
+r23383 | etxrab | 2007-11-06 12:21:09 -0800 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   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
+
+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. 
+
+------------------------------------------------------------------------
+r23386 | etxrab | 2007-11-06 13:52:26 -0800 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   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
+
+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
+
+Add two sentences clarifying the license statement on pidl:
+
+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.
+
+
+------------------------------------------------------------------------
+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
+------------------------------------------------------------------------
+r23389 | etxrab | 2007-11-07 09:55:06 -0800 (Wed, 07 Nov 2007) | 1 line
+Changed paths:
+   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
+
+Delete obsolete dissectors.
+------------------------------------------------------------------------
+r23390 | etxrab | 2007-11-07 09:55:57 -0800 (Wed, 07 Nov 2007) | 1 line
+Changed paths:
+   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
+
+Update to use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23391 | jmayer | 2007-11-07 10:35:00 -0800 (Wed, 07 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Add VID VID_draft_ietf_ipsec_nat_t_ike_01, move
+VID_draft_ietf_ipsec_nat_t_ike_03 a bit down.
+
+------------------------------------------------------------------------
+r23392 | stig | 2007-11-07 12:03:29 -0800 (Wed, 07 Nov 2007) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23393 | gerald | 2007-11-07 12:13:40 -0800 (Wed, 07 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+Back out r23308 for the time being, since it's making hhc.exe on the Windows
+builder crash.
+
+------------------------------------------------------------------------
+r23394 | etxrab | 2007-11-07 13:22:25 -0800 (Wed, 07 Nov 2007) | 1 line
+Changed paths:
+   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
+
+Update to use the -X and -T asn2wrs flags.
+------------------------------------------------------------------------
+r23395 | sfisher | 2007-11-07 13:50:48 -0800 (Wed, 07 Nov 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
+   M /trunk/gtk/layout_prefs.c
+   M /trunk/gtk/toolbar.c
+
+
+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.
+
+
+------------------------------------------------------------------------
+r23396 | gerald | 2007-11-07 16:58:38 -0800 (Wed, 07 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Add more TCP analysis struct checks.
+
+------------------------------------------------------------------------
+r23397 | sfisher | 2007-11-07 18:29:18 -0800 (Wed, 07 Nov 2007) | 6 lines
+Changed paths:
+   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+.
+
+
+------------------------------------------------------------------------
+r23398 | gerald | 2007-11-07 21:54:29 -0800 (Wed, 07 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+
+Fix a couple of integer underflows.
+
+------------------------------------------------------------------------
+r23399 | gerald | 2007-11-08 08:59:30 -0800 (Thu, 08 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
+   M /trunk/test/suite-clopts.sh
+
+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.
+
+------------------------------------------------------------------------
+r23400 | etxrab | 2007-11-08 09:24:17 -0800 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/diameter/etsie2e4.xml
+
+- "Location-Information" is grouped.
+- Add TS 183 033 V1.2.0 (2007-10) AVP:s
+------------------------------------------------------------------------
+r23401 | morriss | 2007-11-08 11:13:51 -0800 (Thu, 08 Nov 2007) | 5 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23402 | etxrab | 2007-11-08 14:36:19 -0800 (Thu, 08 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Change dissecton of address type for AVP < 256 (RADIUS address).
+------------------------------------------------------------------------
+r23403 | etxrab | 2007-11-08 14:38:06 -0800 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+Apply yet another set of the optimization patches:
+- Move proto_tree_add_xxxx calls inside 'if (tree) {}' block
+------------------------------------------------------------------------
+r23404 | etxrab | 2007-11-08 14:39:01 -0800 (Thu, 08 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfs.c
+
+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.
+------------------------------------------------------------------------
+r23405 | etxrab | 2007-11-08 14:40:20 -0800 (Thu, 08 Nov 2007) | 3 lines
+Changed paths:
+   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
+
+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
+------------------------------------------------------------------------
+r23406 | etxrab | 2007-11-08 14:49:03 -0800 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   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
+
+Apply yet another set of the optimization patches:
+-set_str2add_str_val_to_str
+------------------------------------------------------------------------
+r23407 | sfisher | 2007-11-08 18:08:00 -0800 (Thu, 08 Nov 2007) | 5 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r23408 | etxrab | 2007-11-08 21:54:16 -0800 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter.c
+
+Apply yet another set of the optimization patches:
+small memory leak when freeing compiled filter insns.
+------------------------------------------------------------------------
+r23409 | etxrab | 2007-11-08 21:55:33 -0800 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+Apply yet another set of the optimization patches:
+Don't use g_snprintf for temporary unsigned int to ascii conversion.
+------------------------------------------------------------------------
+r23410 | etxrab | 2007-11-08 21:56:42 -0800 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Apply yet another set of the optimization patches:
+Only call get_hostname once.
+------------------------------------------------------------------------
+r23411 | etxrab | 2007-11-08 21:57:45 -0800 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-buddylist.c
+   M /trunk/epan/dissectors/packet-dcm.c
+
+Apply yet another set of the optimization patches:
+janitor work, replace col_add_fstr/ col_set_fstr.
+------------------------------------------------------------------------
+r23412 | etxrab | 2007-11-08 22:01:18 -0800 (Thu, 08 Nov 2007) | 9 lines
+Changed paths:
+   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
+
+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
+------------------------------------------------------------------------
+r23413 | etxrab | 2007-11-08 22:07:30 -0800 (Thu, 08 Nov 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/packet.c
+
+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.
+------------------------------------------------------------------------
+r23414 | martinm | 2007-11-09 06:41:04 -0800 (Fri, 09 Nov 2007) | 4 lines
+Changed paths:
+   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
+
+From Stephen Croll.
+
+Dynamically register filter fields from TLV definitions.
+
+------------------------------------------------------------------------
+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
+
+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.
+
+This might be the same bug Brian Vandenberg was looking for in
+http://www.wireshark.org/lists/wireshark-dev/200705/msg00406.html .
+
+------------------------------------------------------------------------
+r23416 | gerald | 2007-11-09 12:05:44 -0800 (Fri, 09 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/editcap.c
+
+Add a newline.
+
+------------------------------------------------------------------------
+r23417 | guy | 2007-11-09 16:36:01 -0800 (Fri, 09 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.
+
+------------------------------------------------------------------------
+r23418 | sfisher | 2007-11-09 16:57:41 -0800 (Fri, 09 Nov 2007) | 4 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r23419 | guy | 2007-11-09 18:18:18 -0800 (Fri, 09 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+
+Update comment, clean up message.
+
+------------------------------------------------------------------------
+r23420 | guy | 2007-11-09 18:39:19 -0800 (Fri, 09 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+
+Quote a "Checking for" message.
+
+------------------------------------------------------------------------
+r23421 | sake | 2007-11-10 07:18:49 -0800 (Sat, 10 Nov 2007) | 13 lines
+Changed paths:
+   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 :-)
+
+
+------------------------------------------------------------------------
+r23422 | etxrab | 2007-11-10 08:08:14 -0800 (Sat, 10 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+Apply yet another set of the optimization patches:
+Use O(1) logic for the fast path when adding fragments (ie fragments are in order).
+------------------------------------------------------------------------
+r23423 | etxrab | 2007-11-10 08:09:10 -0800 (Sat, 10 Nov 2007) | 2 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r23424 | etxrab | 2007-11-10 09:06:49 -0800 (Sat, 10 Nov 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+
+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.
+------------------------------------------------------------------------
+r23425 | stig | 2007-11-10 13:59:20 -0800 (Sat, 10 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Ensure we pop any previous loaded filename from the statusbar
+when loading a new file with a file already loaded.
+
+------------------------------------------------------------------------
+r23426 | sake | 2007-11-10 15:05:35 -0800 (Sat, 10 Nov 2007) | 18 lines
+Changed paths:
+   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
+
+
+
+------------------------------------------------------------------------
+r23427 | sake | 2007-11-10 16:59:19 -0800 (Sat, 10 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/color_dlg.c
+
+Open the coloring rule edit dialog when the coloring rule is 
+double-clicked.
+
+
+------------------------------------------------------------------------
+r23428 | etxrab | 2007-11-11 05:23:17 -0800 (Sun, 11 Nov 2007) | 3 lines
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r23431 | ulfl | 2007-11-11 23:31:38 -0800 (Sun, 11 Nov 2007) | 1 line
+Changed paths:
+   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
+
+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
+------------------------------------------------------------------------
+r23434 | ulfl | 2007-11-11 23:35:21 -0800 (Sun, 11 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/wireshark.sln
+
+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.
+
+------------------------------------------------------------------------
+r23436 | gerald | 2007-11-12 10:44:29 -0800 (Mon, 12 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
+
+Initialize var_list in dissect_smux(), so that we don't use previously
+ep_freed() memory and abort.
+
+------------------------------------------------------------------------
+r23437 | gerald | 2007-11-12 11:47:15 -0800 (Mon, 12 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+Print the pass number periodically as a convenience for running the script
+on a large number of trace files.
+
+------------------------------------------------------------------------
+r23438 | gerald | 2007-11-12 12:02:24 -0800 (Mon, 12 Nov 2007) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+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.
+------------------------------------------------------------------------
+r23440 | etxrab | 2007-11-12 22:11:24 -0800 (Mon, 12 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
+
+Use glib-2.14.3
+------------------------------------------------------------------------
+r23441 | stig | 2007-11-13 02:26:30 -0800 (Tue, 13 Nov 2007) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r23442 | etxrab | 2007-11-13 13:59:53 -0800 (Tue, 13 Nov 2007) | 13 lines
+Changed paths:
+   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
+
+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'.
+
+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.
+
+In the meantime, I did update the DEBUG part for packet_ber.c  for the function
+(dissect_ber_tagged_type)
+------------------------------------------------------------------------
+r23443 | etxrab | 2007-11-13 14:00:46 -0800 (Tue, 13 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+Correct assorted typos and copy-past errors.
+------------------------------------------------------------------------
+r23444 | etxrab | 2007-11-13 14:05:43 -0800 (Tue, 13 Nov 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-linx.c
+
+From Dejan Bucar:
+Updated dissector for LINX protocols
+
+* 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.
+------------------------------------------------------------------------
+r23445 | sfisher | 2007-11-13 22:39:58 -0800 (Tue, 13 Nov 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/menu.c
 
-         If we've seen an HTTP request or response or header line, and the
-         line we're looking at looks as if it could be the beginning of a
-         header line but stops at the end of the tvbuff before we see the
-         colon for the header line, throw an exception rather than
-         treating it as "not HTTP".
 
-2003-12-28 12:43  ulfl
+From didier:
 
-       * packet-bssgp.c, packet-dcerpc-rpriv.c, packet-dcerpc-rs_repadm.c,
-         packet-giop.c, packet-ldp.c, packet-rpc.c, packet-smb.c,
-         packet-teredo.c, gtk/rtp_analysis.c, wiretap/lanalyzer.c:
+Fix for bug #1876: Resizing columns changes the currently-selected packet
 
-         removed some MSVC warnings (warning level 2)
 
-2003-12-28 12:50  ulfl
+------------------------------------------------------------------------
+r23446 | stig | 2007-11-14 01:37:44 -0800 (Wed, 14 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/summary_dlg.c
 
-       * gtk/proto_draw.c:
+From Shiang-Ming Huang:
+Removed unnecessary parentheses that make the average packets size 
+calculated as an integer instead of a float.
 
-         removed some MSVC warnings (warning level 2)
+------------------------------------------------------------------------
+r23447 | stig | 2007-11-14 02:15:20 -0800 (Wed, 14 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/summary_dlg.c
 
-2003-12-28 18:31  ulfl
+Added some parentheses to clarify the gint64 cast.
 
-       * config.nmake:
+------------------------------------------------------------------------
+r23448 | sfisher | 2007-11-14 09:39:21 -0800 (Wed, 14 Nov 2007) | 8 lines
+Changed paths:
+   M /trunk/tpncp/tpncp.dat
 
-         all libs now relative to a base dir, use compiler warning level 2
 
-2003-12-28 20:36  sharpe
+From Valery Sigalov via bug #1853: Fix the following console error when
+starting Wireshark:
 
-       * prefs.h:
+Duplicate field detected in call to proto_register_field_array: channel_id is
+already registered
 
-         Add a preferences item for the recent file count max so we can
-         tie it to the edit preferences dialog box and then use it in the
-         code that handles recent files.
 
-2003-12-28 21:10  sharpe
+------------------------------------------------------------------------
+r23449 | gerald | 2007-11-14 11:28:29 -0800 (Wed, 14 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-megaco.c
 
-       * prefs.c, prefs.h, gtk/menu.c:
+Keep the MEGACO dissector from looping on a malformed events descriptor.
 
-         Connect the recent_file_count_max variable to the
-         prefs.gui_recent_file_count_max variable entry, and fix a small
-         spelling/grammar mistake.
+------------------------------------------------------------------------
+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
 
-         Now all we need is some enterprising individual to write the
-         small amount of preferences code to actually allow it to be
-         changed etc, but I have to go to Costco, so, later...
+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.
 
-2003-12-28 23:20  sharpe
 
-       * prefs.c:
+------------------------------------------------------------------------
+r23451 | etxrab | 2007-11-14 22:03:53 -0800 (Wed, 14 Nov 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
-         Add more code to handle the recent_files_count_max as a
-         preference ...  Here we can read and write it from and to the
-         preferences file. I only have to add code to allow it to be set
-         in the Edit->Preferences area,
+Fix "Diameter Dictionary: No Vendor: 3GPPDiameter Dictionary: No Vendor: 3GPP".
+------------------------------------------------------------------------
+r23452 | sahlberg | 2007-11-15 01:41:32 -0800 (Thu, 15 Nov 2007) | 8 lines
+Changed paths:
+   M /trunk/asn1/mms/mms.cnf
 
-2003-12-28 23:50  guy
+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)
 
-       * packet-dcerpc-rpriv.c, packet-dcerpc-rs_repadm.c:
 
-         In calls to "dcerpc_init_uuid()" only the *major* version number
-         of the interface is supplied; by virtue of 1.1 being truncated to
-         1, and by virtue of the putative major and minor version numbers
-         in 1.1 both being 1, a version number initialized to 1.1
-         presumably happened to work for RPRIV and RS_REPADM, but we might
-         as well do it right.
 
-2003-12-29 00:19  guy
+------------------------------------------------------------------------
+r23453 | sahlberg | 2007-11-15 01:42:21 -0800 (Thu, 15 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
 
-       * packet-teredo.c:
+updated mms dissector
 
-         At least as I read the Teredo draft, the nonce value is just an
-         opaque 8-byte value.
 
-2003-12-29 00:25  guy
+------------------------------------------------------------------------
+r23454 | sahlberg | 2007-11-15 01:49:55 -0800 (Thu, 15 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/snmp/snmp.cnf
 
-       * wiretap/lanalyzer.c:
+dissect_ber_choice() returns the index of the choice, not the tag of the 
+choice
 
-         Make all the byte arrays for writing out stuff "guint8" rather
-         than "gint8" - there's no reason for them to be signed, and
-         making them signed can cause compiler warnings if a value won't
-         fit in 8 bits if sign-extended.
 
-2003-12-29 00:36  guy
+------------------------------------------------------------------------
+r23455 | sahlberg | 2007-11-15 01:50:36 -0800 (Thu, 15 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
 
-       * AUTHORS, wiretap/AUTHORS, wiretap/dbs-etherwatch.c:
+updated snmp dissector
 
-         From Neils Koot:
 
-                 add the ability to read Ethernet captures;
+------------------------------------------------------------------------
+r23456 | sahlberg | 2007-11-15 02:10:22 -0800 (Thu, 15 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/x411/x411.cnf
 
-                 add the ability to read hex-only dumps.
+dissect_ber_choice returns a gint that is the index of the choice taken, 
+not the tag value
 
-2003-12-29 00:41  guy
 
-       * packet-tcap.c:
+------------------------------------------------------------------------
+r23457 | sahlberg | 2007-11-15 02:11:09 -0800 (Thu, 15 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
 
-         From Niels Koot: support TCAP over SUA.
+new x411 dissector
 
-2003-12-29 00:48  sharpe
 
-       * gtk/gui_prefs.c:
+------------------------------------------------------------------------
+r23458 | sahlberg | 2007-11-15 02:32:10 -0800 (Thu, 15 Nov 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/ldap/ldap.cnf
 
-         OK, now I have added the preference for recent_files_count_max,
-         and we can set the value and so on. We put the value in the text
-         field before it is displayed, and so on ...
+dissect_ber_choice() returns the index of the taken arm   not the tag 
+value
 
-2003-12-29 04:02  gerald
 
-       * packet-ieee80211.c:
+------------------------------------------------------------------------
+r23459 | sahlberg | 2007-11-15 02:32:45 -0800 (Thu, 15 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
 
-         Pull most of bytes_from_unparsed() into a new routine,
-         hex_str_to_bytes().  Use the new routine to initialize any WEP
-         keys we have defined.  This has the side effect of fixing an
-         overflow if the user entered a long WEP key.
+new ldap dissector
 
-2003-12-29 04:06  gerald
 
-       * epan/: strutil.c, strutil.h, ftypes/ftype-bytes.c:
+------------------------------------------------------------------------
+r23460 | sahlberg | 2007-11-15 02:38:43 -0800 (Thu, 15 Nov 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/t125/packet-t125-template.c
+   M /trunk/asn1/t125/t125.cnf
 
-         Pull most of bytes_from_unparsed() into a new routine,
-         hex_str_to_bytes().  Use the new routine to initialize any WEP
-         keys we have defined.  This has the side effect of fixing an
-         overflow if the user entered a long WEP key.
+only dissect it as t125 if it looks like t125
 
-2003-12-29 19:04  guy
+dissect_ber_choice() returns the index of the choice taken   not the 
+tag value
 
-       * packet-ipx.c:
 
-         Add support for NetWare's serialization protocol.
+------------------------------------------------------------------------
+r23461 | sahlberg | 2007-11-15 02:39:16 -0800 (Thu, 15 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t125.h
 
-2003-12-29 19:05  guy
+new t125 dissector
 
-       * packet-socks.c:
 
-         Make sure the "we're in the middle of dissecting SOCKS" flag gets
-         cleared even if we throw an exception when dissecting the
-         payload.
+------------------------------------------------------------------------
+r23462 | martinm | 2007-11-15 10:37:50 -0800 (Thu, 15 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lapd.c
 
-2003-12-29 19:53  guy
+Add a generated lapd.direction field/filter.
 
-       * epan/: strutil.c, strutil.h:
+------------------------------------------------------------------------
+r23463 | gerald | 2007-11-15 11:38:04 -0800 (Thu, 15 Nov 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
 
-         "hex_str_to_bytes()" modifies the GByteArray supplied to it, so
-         don't mark it as "const".
+Don't try to reassemble a huge number of fragments.
 
-2003-12-29 19:56  guy
+------------------------------------------------------------------------
+r23464 | sake | 2007-11-15 11:46:25 -0800 (Thu, 15 Nov 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/netscreen.c
+   M /trunk/wiretap/netscreen.h
 
-       * prefs.c, prefs.h, gtk/menu.c:
+Added correct svn propset settings to wiretap/netscreen.[ch]
 
-         Make the "max count of recently-visited files" preference
-         unsigned.
-
-         Get rid of an unused variable.
-
-         Fix up whitespace.
-
-2003-12-29 20:03  ulfl
-
-       * file.c, file.h, range.h, gtk/Makefile.am, gtk/Makefile.nmake,
-         gtk/file_dlg.c, gtk/main.c, gtk/range.c:
-
-         From Dick Gooris (and me :-) more ways to choose which packets
-         can be saved, in the save(as) dialog box
-
-2003-12-29 20:11  gram
-
-       * tools/Makefile.am:
-
-         Add a missing backslash for the EXTRA_DIST files.
-
-2003-12-29 20:40  guy
-
-       * gtk/range.c:
-
-         Add an RCS ID.
-
-         Include <ctype.h> to declare "isdigit()".
-
-2003-12-29 20:40  guy
-
-       * range.h:
-
-         Give it an RCS ID.
-
-2003-12-29 20:41  guy
-
-       * gtk/file_dlg.c:
-
-         Get rid of an unused variable.
-
-2003-12-29 20:46  guy
-
-       * tools/Makefile.am:
-
-         Give it an RCS ID and copyright notice.
-
-2003-12-29 20:53  ulfl
-
-       * range.h:
-
-         removed a GTK2 warning
-
-2003-12-29 21:04  ulfl
-
-       * gtk/: file_dlg.c, range.c:
-
-         removed a GTK2 warning
-
-2003-12-29 21:13  jmayer
-
-       * Makefile.am:
-
-         range.h moved from gtk to .
-
-2003-12-29 21:18  jmayer
-
-       * gtk/Makefile.am:
-
-         range.h moved from gtk to .
-
-2003-12-29 21:39  jmayer
-
-       * plugins/Makefile.am:
-
-         Delete the generated files only during maintainerclean
-
-2003-12-29 22:33  guy
-
-       * req_resp_hdrs.c:
-
-         From RFC 2616: "Field names are case-insensitive."  Use
-         "tvb_strncaseeql()", not "tvb_strneql()", to check for
-         "Content-Length:".
-
-2003-12-29 22:42  guy
-
-       * Makefile.am, Makefile.nmake, range.c, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/range.c:
-
-         Nothing in "range.c" is GTK+-specific, so move it to the
-         top-level directory.
-
-2003-12-29 22:44  guy
-
-       * epan/: packet.c, packet_info.h:
-
-         Add a "saved_can_desegment" field to the "packet_info" structure,
-         so that dissectors for pass-through proxying protocols such as
-         SOCKS can allow the subdissectors they call to ask that
-         desegmentation be done.
-
-2003-12-30 00:03  guy
-
-       * packet-socks.c, packet-tcp.c, packet-tcp.h:
-
-         Export a "dissect_tcp_payload()" routine from the TCP dissector,
-         for use by pass-through proxying dissectors such as the SOCKS
-         dissector; it does the work of processing a TCP segment,
-         including desegmentation.  Export the "next sequence number"
-         value to subdissectors, so they can use it when calling
-         "dissect_tcp_payload()".
-
-         Use that in the SOCKS dissector.
-
-2003-12-30 00:19  guy
-
-       * packet-socks.c:
-
-         Update a URL.
-
-2003-12-30 00:22  guy
-
-       * packet-socks.c:
-
-         Update another URL and other stuff in that comment.
-
-2003-12-30 01:19  ulfl
-
-       * gtk/file_dlg.c:
-
-         minor changes and a small bugfix
-
-2003-12-30 01:58  guy
-
-       * packet-wtp.c:
-
-         Clean up the handling of the code that handles the payload a bit;
-         this also fixes a case where we'd put the same string into the
-         Info column twice.
-
-         Put the packet sequence number into the Info column for segmented
-         invoke and result PDUs, even if we don't try to reassemble them.
-
-         Don't put an entry into the protocol tree for the payload if
-         there isn't any payload.
-
-2003-12-30 04:38  sharpe
-
-       * packet-smb.c:
-
-         A small fix from Andrew Bartlett. The Short File Name is always
-         in UNICODE.
-
-2003-12-30 15:49  obiot
-
-       * doc/README.developer:
-
-         Header files proto-ABBREV.h must not exist if there are no
-         functions to export to other dissectors.
-
-         Describe the "if (tree)" construct and its sense by introducing 2
-         operation modes of Ethereal:  (a) operational dissection (tree ==
-         NULL) and   (b) detailed dissection (tree != NULL).
-
-         Fix some typos.
-
-2003-12-30 17:14  jmayer
-
-       * Makefile.am, packet-ismp.c, AUTHORS, Makefile.nmake,
-         doc/ethereal.pod:
-
-         New protocol: Enterasys Interswitch Message Protocol (ismp) and
-         edp (Enterasys Discovery Protocol)
-
-2003-12-30 19:11  jmayer
-
-       * packet-ismp.c:
-
-         Remove unused variable firmware_rev
-
-2003-12-30 21:52  ulfl
-
-       * AUTHORS:
-
-         added dick gooris to the list of contributors
-
-2003-12-30 21:55  ulfl
-
-       * doc/ethereal.pod:
-
-         added dick gooris to the list of contributors
-
-2003-12-30 22:18  ulfl
-
-       * Makefile.nmake:
-
-         removed compilation of packet-slsk
-
-2003-12-30 22:48  guy
-
-       * range.c:
-
-         Include <string.h> to declare various string manipulation
-         functions.
-
-2003-12-30 23:13  guy
-
-       * print.c:
-
-         In "get_field_data()", check to make sure the field doesn't run
-         past the end of the tvbuff.
-
-2003-12-31 01:07  guy
-
-       * wiretap/dbs-etherwatch.c:
-
-         For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len"
-         member of the pseudo-header; these captures don't appear to have
-         an FCS in them, so set that member to 0.
-
-2003-12-31 01:17  guy
-
-       * packet-tds.c:
-
-         If a packet has a packet number of 0, it's not a fragment if the
-         status is "last buffer".
-
-2003-12-31 09:47  guy
-
-       * packet-sdp.c:
-
-         Make the tvbuff for SDP lines have the line length as its length
-         and reported length, so we show the right error if we go past the
-         end of the tvbuff.
-
-2003-12-31 09:58  guy
-
-       * packet-http.c, packet-rtsp.c, prefs.c:
-
-         Remove redundant protocol names from preference values.
-
-2003-12-31 22:17  guy
-
-       * README.win32:
-
-         http://www.ethereal.com/distribution/win32/development/ has GLib
-         2.2.3 packages, and a gtk+-1.3.0-20030717.zip package; update the
-         version numbers accordingly.
-
-2004-01-01 13:10  ulfl
-
-       * gtk/file_dlg.c:
-
-         comment fixed
-
-2004-01-01 13:16  ulfl
-
-       * gtk/gui_prefs.c:
-
-         moved recent files pref, as it splits corresponding dir entries
-
-2004-01-01 13:29  ulfl
-
-       * gtk/prefs_dlg.c:
-
-         rearranged prefs topics
-
-2004-01-01 13:41  ulfl
-
-       * gtk/display_opts.c:
-
-         label texts changed (tip from Richard)
-
-2004-01-01 16:59  obiot
-
-       * epan/dfilter/semcheck.c:
-
-         Add support of contains and matches operators on slices.
-
-2004-01-01 17:02  obiot
-
-       * epan/ftypes/ftype-bytes.c:
-
-         Add support of contains operator in slices.
-
-2004-01-01 21:35  guy
-
-       * packet-vines.c:
-
-         From Chris Waters: fix a typo.
-
-2004-01-01 21:47  guy
-
-       * packet-sdp.c:
-
-         Don't show empty media formats.
-
-2004-01-01 23:34  guy
-
-       * packet-http.c:
-
-         Clean up the blank line handling a bit.
-
-2004-01-01 23:36  guy
-
-       * packet-rtsp.c:
-
-         Make the RTSP packet handling more like the HTTP packet handling.
-
-2004-01-02 00:19  sharpe
-
-       * gtk/color_dlg.c:
-
-         Tweak the name of the Coloring Rules dialog box to be more
-         consistent ...
-
-2004-01-02 02:03  guy
-
-       * packet-sip.c:
-
-         From Steven Lass: put the request and status lines into the
-         protocol tree as filterable fields.
-
-2004-01-02 06:35  sharpe
-
-       * packet-smb.c:
-
-         Revert a small change I made a day or so ago because Guy has
-         captures that show that the short name can be in ASCII if flags 2
-         says ASCII.
-
-2004-01-02 12:52  obiot
-
-       * packet-x11-keysymdef.h, packet-x11.c, x11-fields:
-
-         From Michael Shuldman:
-
-         Add support for parsing some X11 replies and events (and the
-         framework for handling X11 errors it looks like) to the existing
-         X11 code, which parses X11 requests.
-
-         It parses what is the most difficult part of the replies/events,
-         they Keycode stuff by parsing the Keyboardmapping replies and
-         etc, and then KeyPress, KeyRelease events and some related stuff
-         (used for a specific project).
-
-         Adding support for parsing the rest of the event/replies should
-         not be difficult, I think it will mostly consist of going through
-         every event/reply and add the missing calls for each dataitem
-         i.e.  register the data, the remaining the eventcodes/replies are
-         pretty straightforward if I remember correctly.
-
-         All events and replies are reported, it's the "detailed" (-V
-         option) that's missing for most.
-
-         The replies, events and errors are listed in the Info column, and
-         are summarized in the protocol summary line.
-
-         Bogus if (tree) { } constructs have also been fixed.
-
-         List over other misc. stuff added:  - handle multiple outstanding
-         requests.   - add AllocNamedColor to list of requests expecting a
-         reply.   - body for parsing error replies.   - each packet can be
-         sent to us multiple times, try to handle that.   - change
-         request_length display to be what the client actually sends
-         for x11_request, not what it means (don't multiply by four).   -
-         add some more opcodes expecting a reply (gone through all listed
-            in the ref. now, so should be complete).   - use hashtable and
-         sequencenumber for matching reply to request.
-
-2004-01-02 12:57  obiot
-
-       * AUTHORS:
-
-         From Michael Shuldman: enhanced X11 support.
-
-2004-01-02 13:27  ulfl
-
-       * gtk/progress_dlg.c:
-
-         From Didier: don't update the progress bar more often than every
-         100ms
-
-2004-01-02 13:38  ulfl
-
-       * AUTHORS:
-
-         From Didier: don't update the progress bar more often than every
-         100ms
-
-2004-01-02 17:27  ulfl
-
-       * gtk/menu.c:
-
-         recent files: make submenu insensitive if empty and add a menu
-         item to clear the list
-
-2004-01-02 21:01  ulfl
-
-       * file.c:
-
-         added a progressbar, when saving a large capture file
-
-2004-01-02 21:47  ulfl
-
-       * file.c:
-
-         bugfix: init progbar to NULL at the right place
-
-2004-01-02 21:48  ulfl
-
-       * gtk/file_dlg.c:
-
-         hide save dialog, while saving
-
-2004-01-02 23:44  guy
-
-       * packet-smb.c:
-
-         Fix a comment.
-
-2004-01-03 03:37  guy
-
-       * packet-ismp.c:
-
-         Deal with some weird ISMP packets that have 0x42 0x42 0x03 in
-         front of the payload (are they some kind of weird 802.2 header?
-         0x42 is the SAP for IEEE 802.1d Spanning Tree BPDUs).
-
-2004-01-03 03:43  guy
-
-       * packet-sdp.c:
-
-         Process all the data in the packet, regardless of whether it's
-         captured or not.
-
-2004-01-03 03:49  guy
-
-       * packet-fr.c, packet-lapb.c, packet-lapd.c, packet-llc.c,
-         packet-sdlc.c, packet-v120.c, xdlc.c, xdlc.h,
-         plugins/plugin_api_list.c, plugins/Xass-list,
-         plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
-
-         Have "dissect_xdlc_control()" take a pointer to a structure
-         containing pointers to hf_ values, so the subfields of the
-         control field are put into the protocol tree as filterable items.
-          Change the protocols that use it appropriately.
-
-         Export "dissect_xdlc_control()" to plugins.
-
-2004-01-03 05:13  guy
-
-       * gtk/menu.c:
-
-         Mark arguments as unused.
-
-         Clean up indentation.
-
-2004-01-03 05:14  guy
-
-       * packet-x11.c:
-
-         At least with some versions of GCC, the __attribute__((unused))
-         stuff has to come *after* the variable.
-
-2004-01-03 12:43  obiot
-
-       * packet-image-gif.c:
-
-         Fix an incorrect filterable field name.
-
-2004-01-03 13:03  tuexen
-
-       * packet-x11-keysymdef.h:
-
-         Make XConvertCase static to avoid a warning at link time.
-
-2004-01-03 14:08  jmayer
-
-       * plugins/v5ua/packet-v5ua.c:
-
-         Warning fix: Mark a parameter as unused
-
-2004-01-03 18:05  sharpe
-
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, wsp_stat.c:
-
-         Make Analyze/Statistics have an accelerator of Alt+A S and move
-         Analyze/Summary to Alt+A Y.
-
-2004-01-03 18:40  sharpe
-
-       * AUTHORS, disabled_protos.c, disabled_protos.h, packet-data.c,
-         packet-frame.c, tethereal.c, epan/proto.c, epan/proto.h,
-         gtk/main.c:
-
-         Apply the patches from Tadaaki Nagao for a global version of
-         disabled protocols ...
-
-2004-01-04 02:24  guy
-
-       * gtk/proto_dlg.c:
-
-         A missing piece of Tadaaki Nagao's patches to add a global
-         "disabled protocols" file.
-
-2004-01-04 02:55  obiot
-
-       * packet-mmse.c, packet-wsp.c, packet-wsp.h:
-
-         Fix the multipart dissection in WSP so media embedded in a
-         multipart entity gets handed off to subdissectors. However nested
-         multipart entities are not supported yet.
-
-         Add more information to the WSP protocol summary line.
-
-         Add some more clarifications (comments) in the WSP code.
-
-         Skip parsing of URL encoded data if tree is NULL.
-
-2004-01-04 02:59  obiot
-
-       * Makefile.am, Makefile.nmake, packet-image-jfif.c:
-
-         Add support for JFIF (JPEG File Interchange Format) media.
-
-         The JFIF dissector processes everything up to the start of scan
-         as the data thereafter is encoded and I didn't have the time to
-         figure out how it is :)
-
-         TODO: fix the WTP dissector so it doesn't hand off unreassembled
-         data to WSP.
-
-2004-01-04 03:01  obiot
-
-       * AUTHORS:
-
-         JPEG File Interchange Format (JFIF) dissection.
-
-2004-01-04 06:16  sharpe
-
-       * gtk/menu.c:
-
-         User Specified Decodes, since it brings up a dialog box, should
-         be User Specified Decodes...
-
-2004-01-04 10:57  guy
-
-       * packet-x11-keysymdef.h, packet-x11.c, x11-fields:
-
-         Move "XConvertCase()" from a header file to "packet-x11.c".
-
-         Handle the failure reply from the initial connection request.
-
-         "proto_item_append_text()" accepts "printf"-like formats; we
-         don't need to generate a string with a formatting routine and
-         hand it to "proto_item_append_text()", so don't do so.
-
-         When doing reassembly, the length that should be checked is the
-         length remaining in the tvbuff, not the length remaining in the
-         packet, and that length should be fetched with
-         "tvb_ensure_length_remaining()" so that if we *do* go past the
-         end of the tvbuff we throw the appropriate exception.
-
-         To determine whether a reply is a reply to the initial
-         connection, check the connection state and "initial connection
-         reply" frame - don't check the first byte of the message unless
-         we've determined that the message isn't an initial connection
-         reply (the first byte of the initial connection reply is the
-         success/failure flag, so it could be 0 or 1).
-
-         Display window IDs in hex in replies, as we do in requests.
-
-         Fix the masks for Button3, Button4, and Button5 (it's a bitset,
-         not a button number - more than one mouse button can be down in
-         an event, although it can be a pain to try to click more than one
-         button at the same time).
-
-2004-01-04 20:42  guy
-
-       * packet-x11.c:
-
-         Move a comment to the appropriate location, and put in another
-         comment about problems with handling replies.
-
-2004-01-04 20:44  guy
-
-       * packet-stun.c:
-
-         From Shiang-Ming Huang: bug fix.
-
-2004-01-04 22:02  obiot
-
-       * packet-wtp.c:
-
-         Add more information to the WTP protocol summary (PDU type and
-         PDU specific important parameters).
-
-         Document the computation of the length field in WTP concatenation
-         after having looked at a capture with the length field encoded as
-         a WSP uintvar-integer.
-
-         Use "common code" for WTP reassembly, by calling
-         process_reassembled_data().  Document the behavior of reassembly
-         as the output of Ethereal differs between the first and the
-         second pass.
-
-         Question: shoud the common reassembly code provide a call-back
-         mechanism to get access to previously-unreassembled packets that
-         appear to be part of a reassembled whole, and to be able to
-         update the state and information of those packets at the time of
-         the reassembly?
-
-2004-01-04 23:32  ulfl
-
-       * range.c:
-
-         From Dick Gooris: updated lots of comments
-
-2004-01-05 00:44  guy
-
-       * AUTHORS:
-
-         From Yaniv Kaul:
-
-                 add parsing of message token (Unicode and regular);
-
-                 add parsing of error token (Unicode only - do not have a
-         non Unicode
-                 sample. Anyone?);
-
-                 add parsing of done token (only minimal actually);
-
-                 add parsing of Collation Information structure in
-         Environment
-                 Change token.
-
-2004-01-05 00:55  guy
-
-       * packet-tds.c:
-
-         From Yaniv Kaul:
-
-                 add parsing of message token (Unicode and regular);
-
-                 add parsing of error token (Unicode only - do not have a
-         non Unicode
-                 sample. Anyone?);
-
-                 add parsing of done token (only minimal actually);
-
-                 add parsing of Collation Information structure in
-         Environment
-                 Change token.
-
-2004-01-05 01:18  guy
-
-       * packet-tds.c:
-
-         Handle non-Unicode error tokens.
-
-         Error tokens (at least in one capture) appear to have a server
-         name in them; handle that as well.  (They also appear to have 3
-         more bytes of stuff in them.)
-
-2004-01-05 03:51  guy
-
-       * packet-rtsp.c:
-
-         For RTSP requests, we assume that, if there's no Content-Length
-         header, the request has no body.
-
-         When displaying the body, use the reported length remaining, not
-         the captured length remaining, as the length.
-
-2004-01-05 15:02  ulfl
-
-       * epan/plugins.c, plugins/plugin_api.h:
-
-         Bugfix from Lars Roland: included missing xdlc.h
-
-2004-01-05 15:05  ulfl
-
-       * config.nmake:
-
-         From Lars Roland: corrected PATH settings
-
-2004-01-05 15:27  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         using the file "COPYING" instead of "GPL.txt"
-
-2004-01-05 17:26  guy
-
-       * AUTHORS, packet-bpdu.c:
-
-         From Alex Rozin: fix handling of MST messages.
-
-         Fix his e-mail address.
-
-2004-01-05 17:29  ulfl
-
-       * packaging/nsis/GPL.txt:
-
-         using the file "COPYING" instead of "GPL.txt"
-
-2004-01-05 17:33  ulfl
-
-       * wiretap/: erf.c, lanalyzer.c, libpcap.c, network_instruments.c,
-         netxray.c, snoop.c, toshiba.c, wtap-int.h:
-
-          removed some MSVC warnings (level 3)
-
-2004-01-05 17:35  guy
-
-       * doc/ethereal.pod:
-
-         From Alex Rozin: fix handling of MST messages.
-
-         Fix his e-mail address.
-
-2004-01-05 18:10  ulfl
-
-       * epan/resolv.c, gtk/capture_info_dlg.c, gtk/io_stat.c,
-         gtk/progress_dlg.c, gtk/tcp_graph.c:
-
-         removed some MSVC warnings (level 3)
-
-2004-01-05 19:27  ulfl
-
-       * plugins/: gryphon/packet-gryphon.c, giop/packet-coseventcomm.c,
-         giop/packet-cosnaming.c, docsis/packet-rngrsp.c,
-         artnet/packet-artnet.c:
-
-         removed some MSVC warnings (level 3)
-
-2004-01-05 19:31  ulfl
-
-       * capture-wpcap.c, capture.c, packet-atalk.c, packet-bgp.c,
-         packet-cops.c, packet-dns.c, packet-gtp.c, packet-nbns.c,
-         packet-ospf.c, packet-smb-common.c, packet-vines.c, prefs.c,
-         tethereal.c, text2pcap.c:
-
-         removed some MSVC warnings (level 3)
-
-2004-01-05 21:04  ulfl
-
-       * config.nmake:
-
-         switched to MSVC warning level 3 and default is winpcap version 3
-         now
-
-2004-01-05 21:47  ulfl
-
-       * packaging/nsis/Makefile.nmake:
-
-         fixed / updated some dependencies
-
-2004-01-05 22:21  ulfl
-
-       * gtk/file_dlg.c, range.c, range.h:
-
-         an enum represents the radio buttons much better, than an "array"
-         of gbooleans
-
-2004-01-06 00:08  guy
-
-       * packet-rstat.c:
-
-         Use "rstat4_proc" rather than "rstat3_proc" for rstat version 4.
-
-2004-01-06 00:09  guy
-
-       * packet-image-jfif.c:
-
-         Get rid of an unused value_string table.
-
-2004-01-06 02:20  guy
-
-       * packet-atalk.c, packet-dsi.c:
-
-         Note in a comment that "dissect_asp_reply_get_status()" might be
-         dissecting AFP server status - other servers might have different
-         status formats.
-
-         In "dissect_asp_reply_get_status()", put the UTF-8 server name
-         into a tree, with the length and name in the tree as separate
-         items, and fetch the length into a 16-bit variable (as it's a
-         16-bit length in the packet), as is done in
-         "dissect_dsi_reply_get_status()".  (XXX - should that just be
-         done with an FT_UINT_STRING field, as is done for other strings?)
-
-         Use "tvb_get_string()" to fetch the UTF-8 server name, and set
-         the length and name from the values we fetched, in both of those
-         routines.
-
-         For FT_UINT_STRING fields in "dissect_asp_reply_get_status()" and
-         "dissect_dsi_reply_get_status()", don't fetch the length
-         separately - just use the value filled in by
-         "proto_tree_add_item()" (now that a "proto_item" is no longer
-         opaque, we can do that).  That means we don't have a problem with
-         overflows of the 8-bit "len" variable if the length is 255.
-
-2004-01-06 02:29  guy
-
-       * packet-bgp.c:
-
-         "decode_MPLS_stack()" always returns a nonnegative value; make it
-         return "guint", and make the "labnum" variable to which its
-         return value is assigned a "guint".
-
-         "plen" in "decode_prefix_MP()" can have a 16-bit value assigned
-         to it; make it a "guint", not just a "guint8".
-
-2004-01-06 02:38  guy
-
-       * packet-gtp.c:
-
-         In "decode_qos_umts()", "length" can get assigned a 2-byte value,
-         so make it a "guint", not just a "guint8".
-
-2004-01-06 02:42  guy
-
-       * packet-nbns.c:
-
-         The error code in an NBDS error packet is 1 byte, not 2.
-
-2004-01-06 02:47  guy
-
-       * packet-ospf.c:
-
-         Make some variables to which 16-bit values are assigned wide
-         enough to hold those values.
-
-2004-01-06 02:51  guy
-
-       * packet-vines.c:
-
-         Make a variable to which a 16-bit value is assigned big enough to
-         hold such a value.
-
-2004-01-06 02:58  guy
-
-       * text2pcap.c:
-
-         Add some sanity checking for the "-i" argument.
-
-2004-01-06 19:56  guy
-
-       * packet-x11.c:
-
-         Make the forward declarations of routines and their definitions
-         match.
-
-2004-01-06 20:05  guy
-
-       * wiretap/: ascend-grammar.y, ascend-int.h, ascend-scanner.l:
-
-         Packet data is an array of "guint8"s, not an array of "char"s;
-         declare variables appropriately.
-
-         Put in a cast to squelch MSVC++ warnings.
-
-2004-01-06 21:11  guy
-
-       * packet-fw1.c:
-
-         Don't add an interface to the interface list if we already have
-         MAX_INTERFACES interfaces in the list.
-
-         Make "found" a gboolean.
-
-2004-01-06 22:05  guy
-
-       * packet-fw1.c:
-
-         Clear the interface list and free up interface names whenever a
-         new capture is read.
-
-         "interface_anzahl" is always <= MAX_INTERFACES, so we don't need
-         to check array indices against MAX_INTERFACES when iterating over
-         all known interfaces.
-
-2004-01-06 22:38  guy
-
-       * gtk/menu.c:
-
-         Widgets get freed when the reference count goes to zero; we don't
-         need to explicitly destroy menu items when we remove them from
-         the "recent files" list.
-
-         Clean up indentation.
-
-2004-01-06 22:52  jmayer
-
-       * packaging/nsis/Makefile.am:
-
-         GPL.txt -> ../../COPYING
-
-2004-01-07 00:10  ulfl
-
-       * range.c, range.h, gtk/dlg_utils.c, gtk/dlg_utils.h,
-         gtk/file_dlg.c:
-
-         save dialog with "Captured" and "Displayed" buttons in packet
-         range
-
-2004-01-07 01:44  jmayer
-
-       * gtk/: ansi_map_stat.c, isup_stat.c:
-
-         Not that it really matters as the test still alwas evaluates to
-         false: An array with 256 elements should not be accessed with an
-         index >= 256, as we do not count as normal people do.
-
-2004-01-07 04:33  guy
-
-       * plugins/artnet/packet-artnet.c:
-
-         Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte
-         numbers.
-
-         Use "proto_tree_add_item()" if you don't need the number's value.
-
-2004-01-07 04:50  guy
-
-       * wiretap/lanalyzer.c:
-
-         The year in a LANalyzer capture's trace summary record is a
-         2-byte year number.
-
-2004-01-07 05:13  guy
-
-       * plugins/docsis/packet-rngrsp.c:
-
-         Don't do anything exotic to get signed integral values -
-         Ethereal's dissectors assume a two's-complement machine (we offer
-         our apologies to those trying to run it on sign-magnitude IBM
-         7090/7094's and one's complement Univac/Unisys 11xx machines
-         :-)).
-
-2004-01-07 05:24  gram
-
-       * epan/dfilter/scanner.l:
-
-         Don't assert that quoted_string be NULL; it can be non-NULL if
-         the previous dfilter failed to compile because a closing
-         double-quote was not provided. Handle that case.
-
-2004-01-07 05:24  guy
-
-       * packet-cops.c:
-
-         The type values from Net-SNMP are u_chars; make the formal
-         argument for them u_char.
-
-2004-01-07 07:17  guy
-
-       * README.win32:
-
-         Fix some typoes.
-
-         Give the appropriate locations for libiconv, gettext, and
-         WinPcap.
-
-         Note that the WinPcap package is *not* available from
-         ethereal.com.
-
-         Explain a bit more about how to unpack the zip files for
-         development packages.
-
-2004-01-07 12:10  ulfl
-
-       * README:
-
-         added current windows versions
-
-2004-01-07 12:12  ulfl
-
-       * README.win32:
-
-         minor changes
-
-2004-01-07 19:10  obiot
-
-       * gtk/file_dlg.c:
-
-         Remove extraneous parameters of packet count in case the end-user
-         manually enters a range of packets. Comment this in the code.
-
-2004-01-07 19:49  obiot
-
-       * packet-sip.c:
-
-         Add a preference that controls the way the SIP version is
-         enforced. By default, strict enforcement of SIP/2.0 will be
-         applied.
-
-         Add some comments.
-
-         From Anders Broman:
-
-                 Fix the length of content_type_parameter_str.
-
-                 Fix a typo in a comment.
-
-2004-01-07 19:51  guy
-
-       * README:
-
-         Update the list of OSes and OS versions on which Ethereal is
-         known to work (or inferred to work - some lists were changed to
-         "XXX and later", on the assumption that later releases didn't
-         break anything).
-
-2004-01-07 19:52  obiot
-
-       * packet-wtp.c:
-
-         Get rid of a now unused variable.
-
-2004-01-07 20:14  ulfl
-
-       * gtk/proto_draw.c:
-
-         added some simple_dialogs, if save of raw data fails for some
-         reasons
-
-2004-01-07 21:14  guy
-
-       * packet-bpdu.c:
-
-         From Alex Rozin: cope with what appears to be an ambiguity in the
-         802.1s spec, where different implementations take different
-         interpretations.
-
-2004-01-07 21:29  guy
-
-       * gtk/file_dlg.c:
-
-         Get rid of "gtk_box_pack_start()" call to put the range table
-         into the range frame - we already have a "gtk_container_add()"
-         call that does that.
-
-2004-01-07 22:16  jmayer
-
-       * gtk/proto_draw.c:
-
-         Include string.h to import strerror
-
-2004-01-08 10:40  ulfl
-
-       * gtk/file_dlg.c, range.c, range.h:
-
-         Save As and range: don't use global vars in range.c, as this will
-         be also used for the print dialog later.  Calculate packet count
-         for user specified ranges
-
-2004-01-08 20:05  guy
-
-       * packet-bpdu.c:
-
-         Update the comment about the length issue to reflect mail from
-         somebody on the stds-802-1@ieee.org list.
-
-2004-01-08 20:19  guy
-
-       * AUTHORS, packet-sccp.c, doc/ethereal.pod:
-
-         From Jari Mustajarvi: fix handling of PDUs with 2-byte-long
-         variable and optional pointers.
-
-2004-01-08 20:39  guy
-
-       * gtk/: main.c, toolbar.c:
-
-         If building without libpcap, exclude some stuff that builds only
-         if you're building with libpcap or that's not necessary if you're
-         not building with libpcap.
-
-2004-01-08 22:52  guy
-
-       * configure.in:
-
-         Cope with "net-snmp-config --cflags" emitting flags that the C
-         compiler can use but cpp can't.
-
-2004-01-09 00:34  guy
-
-       * configure.in:
-
-         The extra flags that "net-snmp-config --cflags" might emit might
-         cause problems with compilation, so, if they do, the
-         "net-snmp-config" in question would need to be fixed; back out
-         the previous change.
-
-2004-01-09 00:56  guy
-
-       * packet-h225.c, packet-h245.c, packet-portmap.c, packet-sdp.c:
-
-         "conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not
-         NO_ADDR_B and NO_PORT_B - the corresponding flags have the same
-         values, but they don't have the same semantics (a
-         "find_conversation()" call with a missing address or port B will
-         do a wildcard match on *both* addresses or ports, not just the
-         second one).
-
-2004-01-09 00:57  guy
-
-       * epan/conversation.c:
-
-         Fix a comment.
-
-2004-01-09 01:02  guy
-
-       * epan/circuit.c:
-
-         Fix a typo.
-
-2004-01-09 02:57  obiot
-
-       * file.c, epan/frame_data.h, gtk/main.c:
-
-         Fix the "unmarking a packet matching a color filter does not
-         apply the color filter's colors" bug, by storing the pointer to
-         the matching color_filter_t structure in the frame_data
-         structure.
-
-         Replace "frame" and "frames" by "packet" and "packets" in many
-         places.
-
-2004-01-09 08:36  guy
-
-       * gtk/: Makefile.am, Makefile.nmake, ethclist.c, ethclist.h,
-         gtkclist_v12.c, gtkclist_v12.h, gtkglobals.h, gui_prefs.c,
-         main.c, main.h, menu.c, packet_list.c, packet_list.h:
-
-         Turn the GTK+ 1.2.10 clist code into our own widget; that lets us
-         modify it to add functionality or improve performance, although,
-         until we make it work on GTK+ 1.3[.x] and 2.x, we shouldn't count
-         on the performance improvements, or make its API different from
-         that of the GtkClist API (other than names).
-
-         Move all the code that knows about the packet list into
-         gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is
-         encapsulated inside it.
-
-2004-01-09 14:04  ulfl
-
-       * file.c, range.c, range.h, gtk/file_dlg.c:
-
-         some code cleanup in range.c
-
-2004-01-09 18:10  ulfl
-
-       * file.c, print.h, range.c, range.h, gtk/file_dlg.c,
-         gtk/print_dlg.c:
-
-         use the same packet range things for "Print" dialog, as already
-         implemented in the "Save As" dialog and some other minor changes
-
-2004-01-09 18:49  sharpe
-
-       * print.c:
-
-         There seems to be a missing #include ... there are still errors,
-         though.
-
-2004-01-09 19:02  ulfl
-
-       * tethereal.c:
-
-         use the same packet range things for "Print" dialog, as already
-         implemented in the "Save As" dialog and some other minor changes
-
-2004-01-09 20:19  obiot
-
-       * color.h, gtk/color_dlg.c, gtk/color_filters.c:
-
-         Part 2 of the "unmarking a packet matching a color filter does
-         not apply the color filter's colors" bug: keep a list of removed
-         color filters, so there's no problem if we delete a color filter
-         for which there are one or more packets that have its colors.
-         Only get rid of the lists when they ar no longer needed.
-
-2004-01-09 20:36  guy
-
-       * gtk/packet_list.c:
-
-         Include <string.h> to declare "strcmp()".
-
-2004-01-09 20:39  guy
-
-       * gtk/color_filters.h:
-
-         Export "remove_color_filter()", as it's used in "color_dlg.c".
-
-2004-01-09 21:38  guy
-
-       * cfile.h, file.c, proto_hier_stats.c, tethereal.c:
-
-         We don't need to keep the progress bar quantum or next step in
-         the capture_file structure - just make it local to the routine
-         scanning through the packets.
-
-2004-01-09 21:45  obiot
-
-       * packet-http.c:
-
-         Add support for the message/http media type defined in HTTP.
-
-         TODO: the HTTP dissector does not deal yet with chunked coding.
-
-2004-01-09 21:49  obiot
-
-       * AUTHORS:
-
-         Dissector for message/http media type defined in HTTP.
-
-2004-01-09 22:10  obiot
-
-       * packet-wsp.c:
-
-         Decode HEAD, OPTIONS, TRACE, DELETE as GET.  Decode PUT as POST.
-
-         Note: It looks like the WAP specs are not publicly available
-         anymore.
-
-2004-01-09 22:56  guy
-
-       * file.c:
-
-         Have a common "process_specified_packets()" routine for
-         processing packets in a loop; it handles reading the packet from
-         the capture file, creating and updating the progress bar,
-         handling the stop button, and handling range specifications.
-
-         Use that for printing and saving packets.  (There might be other
-         loops that should use it as well.)
-
-2004-01-09 23:18  guy
-
-       * packet-ses.c, packet-ses.h:
-
-         From Yuriy Sidelnikov:
-
-                 fixed up the problem with short SPDU (dissector didn't
-         recognize
-                 short SPDU);
-
-                 added support for presentation dissector.  Presentation
-         as well
-                 as ASCE dissectors have to know type of session
-         primitives.
-
-2004-01-09 23:24  guy
-
-       * packet-t38.c:
-
-         From Martin Regner:
-
-                 temporary hack added to check for packets that look like
-         RTPv2
-                 packets and to dissect them as such (the right fix is to
-         support
-                 starting and ending frames in conversations and to have
-         H.245
-                 close UDP conversations when appropriate and start new
-         ones);
-
-                 add preferences for the UDP and TCP port numbers;
-
-                 add a preference to specify whether to use
-         pre-corrigendum T.38
-                 or post-corrigendum T.38;
-
-                 give a summary in the Info column.
-
-2004-01-10 02:38  obiot
-
-       * Makefile.am, packet-http.c, packet-text-media.c, Makefile.nmake:
-
-         Add support for a generic line-based text data dissector.
-
-2004-01-10 02:40  obiot
-
-       * AUTHORS:
-
-         Generic line-based text data dissector.
-
-2004-01-10 02:43  guy
-
-       * Makefile.am, alignment.h, packet-msproxy.c, packet-smb-browse.c,
-         packet-smb-common.h, packet-smb.c, packet-socks.c:
-
-         Eliminate "alignment.h" header - the stuff in it is no longer
-         used.
-
-2004-01-10 02:54  obiot
-
-       * packet-text-media.c:
-
-         Get rid of an unused variable.
-
-         NOTE: the HTTP dissecotr does not remove content and transfer
-         coding from the entity yet. This may look a little weird, but it
-         is not unsafe :) Anyway, we now know what to do next ;^p
-
-2004-01-10 04:09  guy
-
-       * Makefile.am, Makefile.nmake:
-
-         Move header files for stuff used by dissectors, and source files
-         containing helper routines, to DISSECTOR_HELPER_SRC.  Include
-         DISSECTOR_HELPER_SRC in ETHEREAL_COMMON_SRC, and include
-         BUILT_SOURCES in ETHEREAL_COMMON_SRC rather than repeating those
-         headers directly.  Do similar things with ETHEREAL_COMMON_OBJECTS
-         and DISSECTOR_COMMON_OBJECTS in Makefile.nmake.
-
-         Add "packet-x11-keysymdef.h" to "noinst_Headers", so it's built
-         as part of the tarball.
-
-2004-01-10 12:43  ulfl
-
-       * gtk/tcp_graph.c:
-
-         removed two MSVC warnings (GTK2 related)
-
-2004-01-10 12:50  jmayer
-
-       * epan/to_str.h:
-
-         to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do
-         the same   (char -> gchar)
-
-2004-01-10 13:15  jmayer
-
-       * epan/frame_data.h:
-
-         Remove a C++ style comment
-
-2004-01-10 13:49  jmayer
-
-       * packet-h245.c:
-
-         Fix the following type of warings: packet-h245.c:13932: warning:
-         invalid storage class for function
-         `dissect_h245_RedundancyEncodingElement' by moving the function
-         declarations outside other functions
-
-2004-01-10 14:10  ulfl
-
-       * gtk/compat_macros.h:
-
-         added various button compatibility macros, to be used in the
-         dialogs and elsewhere
-
-2004-01-10 14:11  ulfl
-
-       * gtk/: capture_dlg.c, color_dlg.c, file_dlg.c, print_dlg.c:
-
-         using button compatibility macros
-
-2004-01-10 14:57  obiot
-
-       * packet-ldp.c:
-
-         Pointed out by Joerg Mayer:
-
-         The LDP dissector uses a pointer-to-func for the translation of
-         addresses to text. Replace the void * and obscure type casts with
-         a storage class definition for such a function, and type cast its
-         argument in the cases where it is not a const guint8 * anymore
-         (e.g., IPv6 address).
-
-         Add a default type-casting function for unhandled cases.
-
-         Fix signedness complaint of the TCP and UDP port preferences for
-         LDP.
-
-2004-01-10 15:33  obiot
-
-       * packet-wsp.c:
-
-         Get rid of 290 warnings (-pedantic). The only warnigs that
-         remain, are braces in expressions, which should be no harm
-         however.
-
-         NOTE: Is there a means of disabling this type of warning in gcc?
-
-2004-01-10 16:27  ulfl
-
-       * gtk/: bootp_stat.c, capture_dlg.c, capture_prefs.c, color_dlg.c,
-         column_prefs.c, compat_macros.h, dcerpc_stat.c, decode_as_dlg.c,
-         dfilter_expr_dlg.c, display_opts.c, fc_stat.c, filter_prefs.c,
-         find_dlg.c, follow_dlg.c, goto_dlg.c, gui_prefs.c, help_dlg.c,
-         http_stat.c, ldap_stat.c, main.c, plugins_dlg.c, prefs_dlg.c,
-         print_dlg.c, proto_dlg.c, proto_hier_stats_dlg.c, rpc_stat.c,
-         simple_dialog.c, smb_stat.c, supported_protos_dlg.c,
-         tap_dfilter_dlg.c, tcp_graph.c, wsp_stat.c:
-
-         using button compatibility macros
-
-2004-01-10 16:34  obiot
-
-       * Makefile.am, configure.in:
-
-         Get rid of rdps in CLEAN target for cygwin (EXEEXT = ".exe").
-
-2004-01-10 16:35  ulfl
-
-       * gtk/proto_draw.c:
-
-         using button compatibility macros
-
-2004-01-10 16:50  obiot
-
-       * configure.in, epan/configure.in, wiretap/configure.in:
-
-         Add -Wbad-function-cast to extra gcc flags.
-
-2004-01-10 16:58  ulfl
-
-       * image/toolbar/stock_save_as_24.xpm:
-
-         add a "Save As" button to the toolbar
-
-2004-01-10 17:10  ulfl
-
-       * gtk/toolbar.c:
-
-         add a "Save As" button to the toolbar, changed some tooltips
-
-2004-01-10 17:28  ulfl
-
-       * gtk/file_dlg.c, file.c, ui_util.h:
-
-         close the Save (As) dialog, when the capture file is closed
-
-2004-01-10 17:31  obiot
-
-       * epan/: resolv.c, resolv.h:
-
-         Replace guchar * with gchar * and get rid of many signedness
-         warnings.
-
-2004-01-11 10:02  jmayer
-
-       * gtk/: ansi_map_stat.c, isup_stat.c:
-
-         #if 0 out test that causes an always false warning
-
-2004-01-11 22:17  guy
-
-       * Makefile.am, Makefile.nmake, tethereal.c, util.c, util.h,
-         version_info.c, version_info.h, gtk/main.c:
-
-         Rename DISSECTOR_HELPER_{SRC,OBJECTS} to
-         DISSECTOR_SUPPORT_{SRC,OBJECTS}.
-
-         Add some additional files, required by dissectors, to those
-         lists.
-
-         Extract the stuff to get version information strings for
-         libraries and the OS, which is *not* needed by dissectors, from
-         "util.c", which contains routines that *are* needed by
-         dissectors, and put it into a separate file.
-
-         Make "dftest" link only with the dissector support stuff, not
-         with all of the Ethereal common files.
-
-2004-01-12 08:55  guy
-
-       * Makefile.nmake:
-
-         Fix a source file name that got added to the list of object
-         files.
-
-2004-01-13 01:52  guy
-
-       * packet-ses.c:
-
-         From Yuriy Sidelnikov: remove an incorrect "&".
-
-2004-01-13 01:55  guy
-
-       * packet-ses.c:
-
-         From Yuriy Sidelnikov: fix a bug caused by incorrect by-hand
-         application of an earlier one of his patches.
-
-2004-01-13 02:10  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-pres.c,
-         packet-pres.h:
-
-         From Yuriy Sidelnikov: ISO 8823 Presentation Protocol support.
-
-2004-01-13 02:36  guy
-
-       * plugins/asn1/packet-asn1.c:
-
-         From Matthijs Melchior: allow an absent or empty file name to
-         mean "no type table".
-
-2004-01-13 03:27  guy
-
-       * AUTHORS, packet-radius.c, doc/ethereal.pod:
-
-         From Joost Yervante Damad:
-
-                 add 3 new vendors;
-
-                 add 3 non-encapsulated Merit vendor-specific attributes;
-
-                 display the authenticator in the protocol tree.
-
-2004-01-13 03:35  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: dissect media type application/ISUP as ISUP.
-
-2004-01-13 07:55  guy
-
-       * packet-text-media.c:
-
-         Get rid of CRs.
-
-         Note that we have to deal with the character set of the text.
-
-2004-01-13 08:25  guy
-
-       * gtk/tcp_graph.c:
-
-         Make the variable into which values from
-         "gtk_spin_button_get_value_as_float()" be doubles rather than
-         floats - GTK+ 2.x's "gtk_spin_button_get_value_as_float()"
-         actually returns doubles.
-
-2004-01-13 20:59  obiot
-
-       * packet-wap.c:
-
-         Fix the MIBenum mapping for HZ-GB-2312 (MIBenum = 2085).  Add "*"
-         value (MIBenum = 0).  Add the IANA character set registry URL in
-         a comment.
-
-2004-01-13 21:04  guy
-
-       * gtk/io_stat.c:
-
-         Add a routine "io_stat_reset()" to reset an io_stat_t; have
-         "gtk_iostat_reset()" call it, and have calls to
-         "gtk_iostat_reset(&io->graphs[0])" just call "io_stat_reset(io)".
-
-         Add a routine "io_stat_draw()" to draw an io_stat_t; have
-         "gtk_iostat_draw()" call it, and have calls to
-         "gtk_iostat_draw(&io->graphs[0])" just call "io_stat_draw(io)".
-
-         Add a routine "io_stat_redraw()" to set the "needs_redraw" flag
-         on an io_stat_t and call "io_stat_draw()" on it, in order to
-         force a redraw.  Use that in place of set flag/io_stat_draw
-         pairs.
-
-         Add a routine "enable_graph()" to set an io_stat_graph_t's
-         display flag to TRUE and register a tap listener for it, and add
-         a routine "disable_graph()" to, if an io_stat_graph_t's display
-         flag is set, clear it, remove its tap listener, and turn its
-         display button off.  Use "disable_graph()" to disable graphs,
-         rather than just turning the display flag off, so that we ensure
-         that the invariant "tap listener present iff graph enabled" is
-         preserved - the code to destroy an io-stat window only removes
-         tap listeners for enabled graphs, so it depends on that invariant
-         being preserved.
-
-         Check the validity of a display filter by compiling it, not by
-         going through the whole sequence of registering a tap listener.
-
-2004-01-13 21:10  guy
-
-       * gtk/io_stat.c:
-
-         "dfilter_compile()" supplies a null dfilter pointer for an empty
-         filter expression; don't assume it always supplies a non-null
-         pointer.
-
-2004-01-13 21:49  guy
-
-       * packet-atalk.c, packet-dsi.c:
-
-         You can't rely on "proto_tree_add_item()" returning a non-null
-         pointer, so you can't rely on getting the length of an
-         FT_UINT_STRING item by calling "proto_tree_add_item()" and
-         fetching the item length from the item.  Get the length of the
-         string explicitly, and advance the offset by the length of the
-         string plus the length of the length field.
-
-2004-01-13 22:33  guy
-
-       * file.c, file.h, gtk/io_stat.c:
-
-         Add a routine "retap_packet()" that runs through all packets,
-         dissecting them and running all taps on them, but not
-         reconstructing the packet list.  Use that in the IO-stat tap
-         rather than "redissect_packet()"; the latter does more work and
-         redraws the display, neither of which are necessary.
-
-         Call the filter callback when the Calc field is changed, to
-         redraw the graphs; that change also fixes things so that it's
-         called when the Filter field is changed.
-
-         Rename the "filter_button" member of an io_stat_graph_t to
-         "filter_field", as it's not the "Filter:" button, it's the text
-         field containing the filter expression.
-
-2004-01-13 22:49  guy
-
-       * gtk/: bootp_stat.c, dcerpc_stat.c, endpoint_talkers_table.c,
-         fc_stat.c, http_stat.c, ldap_stat.c, mgcp_stat.c, rpc_stat.c,
-         rtp_analysis.c, rtp_stream.c, smb_stat.c, wsp_stat.c:
-
-         Use "retap_packets()" rather than "redissect_packets()".
-
-2004-01-13 22:58  guy
-
-       * packet-isup.c:
-
-         From Anders Broman:
-
-                 handle the case where the address presentation restricted
-                 indicator in a location number parameter indicates the
-         address
-                 isn't available;
-
-                 register as "application/isup", not "application/ISUP",
-         as
-                 dissectors that use the media_type dissector table
-         convert the
-                 media type to lower case, under the assumption that
-         dissectors
-                 register all-lower-case media types, to make the match
-                 case-insensitive.
-
-2004-01-13 23:03  guy
-
-       * packet-isup.c:
-
-         In at least one capture, the User teleservices parameter length
-         is 2, not 3; change the value, and use the length of the
-         parameter tvbuff when constructing an item for that parameter.
-
-2004-01-13 23:11  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: dissect message compatibility information
-         parameter.
-
-2004-01-13 23:18  guy
-
-       * packet-sdp.c:
-
-         From Martin Mathieson: handle up to 4 RTP channels in an SDP
-         packet.
-
-2004-01-14 14:28  ulfl
-
-       * gtk/file_dlg.c:
-
-         destroy the "save as" dialog only, if it's existing
-
-2004-01-14 23:32  ulfl
-
-       * gtk/: prefs_dlg.c, stream_prefs.c:
-
-         Change labels from "TCP Streams" to "Colors", to add other color
-         values later Later, file has to be renamed to color_prefs.dlg
-         (function renaming similar)
-
-2004-01-15 01:13  ulfl
-
-       * gtk/: gui_prefs.c, stream_prefs.c:
-
-         move "marked packet color" setting from gui_prefs to Colors page.
-          remove the Color dialog from gui_prefs.c
-
-2004-01-15 02:23  guy
-
-       * packet-isup.c, packet-q931.c, packet-q931.h:
-
-         From Anders Broman: dissect access transport, user teleservice
-         info, user service infor prime, and echo control information
-         parameters.
-
-2004-01-15 02:29  guy
-
-       * packet-isup.c:
-
-         Put in a space where it belongs.
-
-2004-01-16 01:32  obiot
-
-       * packet-http.c, packet-multipart.c, AUTHORS, Makefile.am,
-         Makefile.nmake:
-
-         Add support for MIME multipart dissection.
-
-2004-01-16 01:49  obiot
-
-       * packet-multipart.c:
-
-         Fix a typo in protocol tree.
-
-2004-01-16 04:32  gerald
-
-       * packet-multipart.c:
-
-         GLib versions prior to 2.0 don't have g_ascii_strdown().  Use
-         g_strdown() instead.
-
-2004-01-16 04:37  gerald
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-olsr.c:
-
-         From Aaron Woo (via Jeff Weston): Optimized Link State Routing
-         Protocol (OLSR) support.
-
-2004-01-16 11:53  ulfl
-
-       * gtk/stream_prefs.c:
-
-         bugfix: use correct size of global value
-
-2004-01-16 14:08  gerald
-
-       * doc/ethereal.pod:
-
-         From Aaron Woo (via Jeff Weston): Optimized Link State Routing
-         Protocol (OLSR) support.
-
-2004-01-16 18:28  guy
-
-       * packet-q931.c:
-
-         From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.
-
-         That means that the codeset number cannot be bigger than the
-         number of elements in "q931_info_element_vals[]", so we can get
-         rid of the checks for the codeset value; we also make
-         NUM_INFO_ELEMENT_VALS equal to (Q931_IE_SHIFT_CODESET+1), to make
-         this clearer.
-
-2004-01-16 19:35  guy
-
-       * file.c:
-
-         Reset the tap listeners in "retap_packets()" before rerunning the
-         taps.
-
-2004-01-16 19:51  guy
-
-       * AUTHORS, packet-sdp.c, doc/ethereal.pod:
-
-         From Thomas Anders: fix a typo.
-
-         Update the list of contributors in the man page.
-
-2004-01-16 20:03  jmayer
-
-       * Makefile.am, make-version.pl, mergecap.c, tethereal.c,
-         gtk/main.c:
-
-         In case of CVS sources, add the date of the last change to the
-         version number.
-
-         2do: Add support to Makefile.nmake      Enforce the generation of
-         cvsversion.h on each run of make
-
-2004-01-16 21:25  ulfl
-
-       * gtk/column_prefs.c:
-
-         column preferences page now looks similar to the color dialog
-         layout, as it's doing the same thing
-
-2004-01-16 22:11  guy
-
-       * Makefile.am:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-16 22:18  guy
-
-       * Makefile.am:
-
-         CVS isn't letting me check in the icons file, so back the
-         Makefile.am change out for now.
-
-2004-01-16 22:19  guy
-
-       * .cvsignore:
-
-         Add cvsversion.h to the list of files to be ignored by CVS, as
-         it's a generated file.
-
-2004-01-16 22:22  guy
-
-       * packet-multipart.c:
-
-         Constify some pointers to which pointers-to-const are assigned.
-
-2004-01-16 22:31  guy
-
-       * packet-olsr.c:
-
-         Passing a double as the value argument to "proto_tree_add_uint()"
-         or "proto_tree_add_uint_format()" truncates it to a guint32; that
-         might be what you'd want if it has no fractional part, but it's
-         probably not what you want if it has a fractional part.  Make the
-         validity time and hello emission interval values be FT_DOUBLE -
-         and make the variables storing them doubles so that we don't get
-         whinging from some compilers about stuffing doubles into floats.
-
-         Use hex, not decimal, for bitmasks.
-
-2004-01-17 00:26  ulfl
-
-       * gtk/: gui_prefs.c, gui_prefs.h, prefs_dlg.c:
-
-         new "Font" preferences page instead of a font dialog in "User
-         Interface"
-
-2004-01-17 00:26  jmayer
-
-       * Makefile.nmake:
-
-         Try to genereate cvsversion.h Note: I don't know anything about
-         the limitations of nmake, so I don't know whether the `find ...`
-         will work and I can't test it, as I don't have a Windows system
-         with anything even remotely resembling a compiler on it.
-
-2004-01-17 00:45  obiot
-
-       * packet-mmse.c:
-
-         PDUs with a content-type header may contain data that can be
-         handed off to subdissectors.  This means that we need to parse
-         the MMS headers for those PDUs.
-
-         Fix also indentation (8-space tabs, 4-space soft tabs).
-
-2004-01-17 03:09  guy
-
-       * gtk/gui_prefs.c:
-
-         Clean up some compiler warnings.
-
-         Clean up white space.
-
-         Have "font_fetch()" return a Boolean indicating whether it
-         succeeded or not.  If it failed, don't use "new_font_name", as it
-         hasn't been set.
-
-2004-01-17 11:05  ulfl
-
-       * README.win32:
-
-         precompiled wpdpack.zip file is now at the website
-
-2004-01-17 11:10  ulfl
-
-       * doc/README.capture:
-
-         First attempt to make a description of the capturing things
-
-2004-01-17 12:12  ulfl
-
-       * gtk/column_prefs.c:
-
-         Select first row in column list by default, fixed sensitivity of
-         option_menu
-
-2004-01-17 12:50  ulfl
-
-       * packet-cops.c, packet-diameter.c, packet-http.c, packet-ldp.c,
-         packet-rsync.c, packet-rtsp.c, packet-smtp.c, packet-snmp.c:
-
-         splitted some of the preferences texts into more than one line,
-         to reduce the size of the preferences dialog.  This becoming
-         necessary, as some of the texts were huge
-
-2004-01-17 13:09  jmayer
-
-       * Makefile.am, Makefile.nmake, make-version.pl:
-
-         Integrate the "find . -name Entries" into make-version.pl, to
-         make this work with nmake too.
-
-2004-01-17 18:52  ulfl
-
-       * Makefile.nmake:
-
-         cvsversion.h: added distclean target and dependencies
-
-2004-01-18 00:07  obiot
-
-       * AUTHORS, packet-smpp.c, doc/ethereal.pod:
-
-         From Chris Wilson:
-
-                 Support for dissection of concatenated SMPP PDUs.
-
-         Also:
-
-                 Add more information to the protocol tree summary.
-                 Clean up the white space so it's in-line with the
-         conventions
-                 of the original author (8-space tabs, 4-space
-         indentations).
-
-2004-01-18 00:33  ulfl
-
-       * gtk/: color_dlg.c, compat_macros.h:
-
-         complete redesign of color dialog
-
-2004-01-18 00:40  ulfl
-
-       * gtk/: filter_prefs.c, filter_prefs.h, main.c:
-
-         no more differences, wether display filter dialog is called from
-         menu "Analyze->Display Filter" or statusbar "Filter:" button.
-
-2004-01-18 00:53  ulfl
-
-       * gtk/column_prefs.c:
-
-         make the column preferences page look a bit more like the color
-         rules dialog
-
-2004-01-18 01:33  jmayer
-
-       * FAQ, help/faq.txt:
-
-         Update to Jan 16th
-
-2004-01-18 01:41  obiot
-
-       * make-version.pl, tethereal.c, mergecap.c, gtk/main.c:
-
-         Nice rendering of the CVS version as "(cvs 200401181200003000)".
-         The make-version.pl script only defines CVSVERSION if this was a
-         build from CVS.
-
-2004-01-18 02:12  jmayer
-
-       * mergecap.c, tethereal.c:
-
-         Output the result of -h to stdout, not stderr
-
-2004-01-18 02:19  jmayer
-
-       * gtk/main.c:
-
-         Output the result of -h to stdout, not stderr
-
-2004-01-18 02:29  guy
-
-       * image/Ethereal.icns:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-18 02:47  guy
-
-       * Makefile.am:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-18 03:48  guy
-
-       * doc/README.capture:
-
-         Give it an RCS ID.
-
-2004-01-18 03:49  guy
-
-       * Makefile.am:
-
-         Add README.capture to the list of files.
-
-2004-01-18 03:55  guy
-
-       * Makefile.nmake:
-
-         Put the list of generated source files (well, generated header
-         files, really) into a BUILD_SOURCES macro, as is done in
-         Makefile.am, and use that in the "distclean" rule.
-
-2004-01-18 04:13  guy
-
-       * capture.c, tethereal.c:
-
-         Update the Win32 information given when we fail to open a capture
-         device to note that the 3.0 and later versions of WinPcap don't
-         support PPP/WAN captures even on Windows OT.
-
-2004-01-18 04:26  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix some string output (and split some
-         lines).
-
-2004-01-18 05:17  jmayer
-
-       * make-version.pl:
-
-         Add a few comments
-
-2004-01-18 06:38  sharpe
-
-       * packet-dcerpc-wkssvc.c:
-
-         Fix a type that Jean-Baptiste Marchand found.
-
-2004-01-18 08:32  guy
-
-       * packet-fr.c, packet-lapb.c, packet-lapd.c, packet-llc.c,
-         packet-sdlc.c, packet-v120.c, xdlc.c, xdlc.h,
-         plugins/irda/packet-irda.c:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 11:10  guy
-
-       * packet-olsr.c:
-
-         Use a value_string for the message type field.
-
-         Do some checks for validity before dissecting the packet - reject
-         as not being OLSR packets that don't match.
-
-         Use "proto_tree_add_item()" in some places where the value of the
-         field isn't used.
-
-         Do some sanity checking on the message size field.
-
-2004-01-18 12:57  guy
-
-       * plugins/plugin_api_list.c:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 13:02  guy
-
-       * plugins/Xplugin_table.h:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 14:03  guy
-
-       * plugins/irda/packet-irda.c:
-
-         Give the IrDA dissector its own private value_string table for
-         the frame type in the IrLAP control field - on most UNIXes the
-         dissector should be able to use the table from the main program,
-         but that doesn't currently work on Windows.
-
-2004-01-18 14:08  jmayer
-
-       * plugins/asn1/Makefile.am:
-
-         Remove unused rule to build packet-asn1-static.o
-
-2004-01-18 15:34  jmayer
-
-       * epan/dfilter/drange.h:
-
-         Warning fix when compiling with -strict-prototypes
-         ../../epan/dfilter/drange.h:62: warning: function declaration
-         isn't a prototype ../../epan/dfilter/drange.h:83: warning:
-         function declaration isn't a prototype
-
-2004-01-18 15:53  jmayer
-
-       * tools/lemon/lemon.c:
-
-         Fix some of the warnings when compiling with -Wstrict-prototypes
-
-2004-01-18 15:57  jmayer
-
-       * plugins/asn1/packet-asn1.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:08  jmayer
-
-       * gtk/rtp_stream.c, gtk/rtp_stream.h, xmlstub.h:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:15  jmayer
-
-       * packet-icmpv6.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:18  jmayer
-
-       * packet-x11.c, xmlstub.c, conditions.c, editcap.c, mergecap.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:24  jmayer
-
-       * configure.in:
-
-         Add -Wstrict-prototypes to extra-gcc-checks
-
-2004-01-18 16:48  gerald
-
-       * packet-olsr.c:
-
-         Note that Jeff Weston is now the maintainer.
-
-2004-01-18 23:21  obiot
-
-       * packet-sip.c:
-
-         From Anders Broman:
-
-                 Convert content type to lowercase, and save
-         pinfo->prvate_data before
-                 handing off to a subdissector.
-
-2004-01-19 00:42  ulfl
-
-       * prefs.c, prefs.h, gtk/Makefile.am, gtk/main.c, gtk/main.h,
-         gtk/Makefile.nmake, gtk/menu.c, gtk/menu.h, gtk/packet_list.c,
-         gtk/packet_list.h, gtk/packet_win.c, gtk/proto_draw.c,
-         gtk/proto_draw.h, gtk/recent.c, gtk/recent.h, gtk/toolbar.c,
-         gtk/toolbar.h:
-
-         added some menuitems "View->Show" including show/hide of all main
-         widgets, saving the states in the recent file
-
-2004-01-19 01:00  guy
-
-       * gtk/recent.c:
-
-         Include <string.h> to declare "strcasecmp()".
-
-2004-01-19 02:23  guy
-
-       * wiretap/netxray.c:
-
-         It appears that, for ISDN captures, the rules for whether there's
-         4 bytes of extra stuff at the end of the packet or not are the
-         same as for Ethernet and 802.11.
-
-2004-01-19 03:46  ulfl
-
-       * column.c, dftest.c, tethereal.c, epan/column-utils.c,
-         epan/timestamp.h, gtk/display_opts.c, gtk/main.c, gtk/menu.c,
-         gtk/packet_list.c, gtk/recent.c, gtk/recent.h:
-
-         move timestamp format options from "View->Options" dialog into
-         menuitems under "View->Time Display Format".  renamed timestamp
-         enum items e.g. from ABSOLUTE to TS_ABSOLUTE, to prevent
-         conflicting definitions with MSVC
-
-2004-01-19 10:54  sahlberg
-
-       * packet-ldap.c:
-
-         Update to CLDAP
-
-         dissect the CLDAP netlogon rpc call
-
-2004-01-19 18:21  jmayer
-
-       * tethereal.c, gtk/main.c:
-
-         The current year is 2004
-
-2004-01-19 18:23  jmayer
-
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-19 18:28  jmayer
-
-       * packet-diameter.c:
-
-         Trivial warning fixes: func(void), not func()
-
-2004-01-19 18:36  jmayer
-
-       * packet-afs-macros.h, packet-afs.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-19 20:10  jmayer
-
-       * packet-dcerpc-atsvc.c, packet-dcerpc-browser.c,
-         packet-dcerpc-conv.c, packet-dcerpc-epm.c, packet-dcerpc-epm4.c,
-         packet-dcerpc-initshutdown.c, packet-dcerpc-krb5rpc.c,
-         packet-dcerpc-lsa-ds.c, packet-dcerpc-lsa.c, packet-dcerpc-lsa.h,
-         packet-dcerpc-mapi.c, packet-dcerpc-messenger.c,
-         packet-dcerpc-ndr.c, packet-dcerpc-netlogon.c,
-         packet-dcerpc-nt.c, packet-dcerpc-nt.h, packet-dcerpc-oxid.c,
-         packet-dcerpc-reg.c, packet-dcerpc-rpriv.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_misc.c,
-         packet-dcerpc-rs_pgo.c, packet-dcerpc-samr.c,
-         packet-dcerpc-spoolss.c, packet-dcerpc-srvsvc.c,
-         packet-dcerpc-svcctl.c, packet-dcerpc-tapi.c,
-         packet-dcerpc-wkssvc.c, packet-dcerpc.c, packet-dcerpc.h,
-         packet-gssapi.c, packet-ntlmssp.c, packet-smb-browse.c,
-         packet-smb-browse.h, packet-smb-common.h, packet-smb.c:
-
-         char *drep -> guint8 *drep
-
-2004-01-19 21:00  guy
-
-       * Makefile.nmake:
-
-         We need "cvsversion.h" in order to build stuff in the "gtk"
-         directory.
-
-2004-01-19 22:26  guy
-
-       * Makefile.am:
-
-         Put $(srcdir) in front of "make-version.pl", as is done for other
-         scripts.
-
-2004-01-19 22:58  guy
-
-       * packet-ldap.c:
-
-         Before checking for SASL security stuff, make sure the bytes
-         you're going to check exist.
-
-         Doing so arranges that "tvb_reported_length_remaining(tvb,
-         offset) is >= 5 (unless the reported length is less than the data
-         length, but that "shouldn't happen").  Instead of comparing
-         "tvb_get_ntohl(tvb, offset) - 4" against
-         "tvb_reported_length_remaining(tvb, offset)", which runs the risk
-         of giving a bogus answer if "tvb_get_ntohl(tvb, offset)" is < 4,
-         compare "tvb_get_ntohl(tvb, offset) against
-         "tvb_reported_length_remaining(tvb, offset)-4", as the latter is
-         guaranteed to be > 0 (and cast the latter expression to get rid
-         of the signed/unsigned comparison warning that caused me to
-         notice this issue in the first place).
-
-2004-01-19 23:00  guy
-
-       * gtk/dcerpc_stat.c:
-
-         Make the signatures of "dcerpcstat_reset()",
-         "dcerpcstat_packet()", and "dcerpcstat_draw()" match what
-         "register_tap_listener()" expects, to squelch warnings.
-
-2004-01-19 23:03  guy
-
-       * epan/timestamp.h, gtk/main.c, gtk/menu.c, gtk/recent.c:
-
-         Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c",
-         as it's only used in the latter; that avoids lots of warnings
-         about "ts_type_text" being defined but not used in other source
-         files that include "epan/timestamp.h".  (If it's going to be used
-         in more than one file, make it non-static and declare it "extern"
-         in "epan/timestamp.h".)
-
-         Define TS_NOT_SET as ((ts_type)-1), and use that when
-         initializing "timestamp_type" in Ethereal and when checking to
-         see whether "timestamp_type" was set, to avoid signed vs.
-         unsigned comparison warnings.
-
-         Clean up indentation.
-
-2004-01-19 23:08  obiot
-
-       * packet-sip.c:
-
-         Fix a double free bug introduced by the previous patch.
-
-2004-01-19 23:35  obiot
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff: temporarily comment out the code for the
-         "refresh" button; register and unregister the tap listener in a
-         thread-safe manner.
-
-2004-01-19 23:43  guy
-
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
-
-         DCE RPC statistics are maintained only by major version, not by
-         major and minor version.
-
-2004-01-19 23:48  guy
-
-       * packet-sip.c:
-
-         Free "media_type_str" once we've made the lower-cased copy - and
-         refer only to the lower-cased copy in subsequent code.
-
-2004-01-19 23:57  guy
-
-       * packet-http.c:
-
-         From Yaniv Kaul: add Shoutcast's ICY as a response(?).
-
-2004-01-20 00:11  guy
-
-       * packet-dns.c:
-
-         From David Fort: use the checksum algorithm when computing the
-         key ID for all algorithms other than RSAMD5.
-
-         Make "compute_key_id()" return a "guint16", as the key IDs are
-         16-bit and as it can no longer return -1 meaning "I don't know
-         how to compute the key ID for that algorithm".
-
-2004-01-20 02:21  ulfl
-
-       * gtk/: capture_dlg.c, compat_macros.h, file_dlg.c, find_dlg.c,
-         toolbar.c, toolbar.h:
-
-         code cleanup and added some more application specific stock items
-         in toolbar.c, use them where appropriate
-
-2004-01-20 02:26  ulfl
-
-       * gtk/main.c:
-
-         minor tooltip changes
-
-2004-01-20 02:35  guy
-
-       * gtk/compat_macros.h:
-
-         Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].
-
-2004-01-20 02:36  guy
-
-       * gtk/toolbar.c:
-
-         Get rid of declaration of no-longer-extant routine.
-
-2004-01-20 17:58  obiot
-
-       * packet-smpp.c:
-
-         From Chris Wilson:
-
-                 Use tcp_dissect_pdus() for SMPP dissection over TCP.
-
-         Also:
-
-                 Get rid of the (broken) loop in dissect_smpp() which is
-         called
-                 dissect_smpp_pdu() now.
-                 Add a preference to enable reassembly of SMPP over TCP.
-
-         NOTE:
-
-                 The SMPP dissector currently uses a global variable
-         static to
-                 packet-smpp.c for distinguishing between the first PDU
-         and subsequent
-                 PDUs so the summary line can be set correctly.
-
-2004-01-20 18:30  obiot
-
-       * packet-isup.c:
-
-         From Anders Broman:
-
-                 Append "/ISUP(ITU)" to the protocol column.
-
-2004-01-20 18:47  ulfl
-
-       * capture.c, file.c, file.h, prefs.c, prefs.h, gtk/compat_macros.h,
-         gtk/gui_prefs.c, gtk/main.c, gtk/main.h, gtk/menu.c,
-         gtk/recent.c, gtk/recent.h, gtk/toolbar.c:
-
-         a.) saving GTK1 and GTK2 fontnames in different preference
-         setting, to prevent problems when switching between GTK1 and GTK2
-         ethereal versions b.) added new feature "Edit->Go To First
-         Packet" "Edit->Go To Last Packet" with corresponding menu and
-         toolbar items c.) added new feature "View->Zoom In" / "View->Zoom
-         Out" / View->Normal Size" with corresponding menu and toolbar
-         items This feature will act as a "size offset" to the current
-         fontsize, so that the packet list/tree view/... will have a
-         larger/smaller font size.  The value is stored inside the recent
-         file.  d.) Win32 only: Try to get the win32 system font and
-         fontsize at program startup and show the menus/dialogs and such
-         with the same font and fontsize like other win32 windows.  This
-         makes the program make a *lot* more feel like a normal win32
-         program.
-
-2004-01-20 19:24  jmayer
-
-       * packet-kerberos.c:
-
-         signed/unsigned warning fixes
-
-2004-01-20 19:31  ulfl
-
-       * gtk/rtp_analysis.c:
-
-         commented out refresh_bt, as it's currently unused
-
-2004-01-20 19:33  ulfl
-
-       * gtk/gui_prefs.c:
-
-         prevented GTK-warning, as the column index was too high
-
-2004-01-20 20:06  ulfl
-
-       * image/toolbar/: stock_bottom_24.xpm, stock_left_arrow_24.xpm,
-         stock_top_24.xpm, stock_zoom_1_24.xpm, stock_zoom_in_24.xpm,
-         stock_zoom_out_24.xpm:
-
-         missing icons for recent GUI additions
-
-2004-01-20 20:27  guy
-
-       * xdlc.c:
-
-         From Jan Kiszka: compress the summary line display.
-
-2004-01-20 20:32  guy
-
-       * packet-kerberos.c:
-
-         The offset argument to a "get_pdu_len" function is an "int", not
-         a "guint".
-
-2004-01-20 21:20  guy
-
-       * gtk/menu.c:
-
-         "Go To {First,Last} Packet" don't pop up dialog boxes, they Just
-         Do It - don't give their menu items a "...", as that's for menu
-         items that pop up dialog boxes to ask you for more information.
-
-         Give them menu accelerators that don't clash with other
-         accelerators.
-
-2004-01-21 01:10  guy
-
-       * packet-kerberos.c:
-
-         Fix a check.
-
-2004-01-21 03:02  ulfl
-
-       * gtk/main.c:
-
-         don't try to set font size <= 0
-
-2004-01-21 03:54  ulfl
-
-       * gtk/ansi_a_stat.c, gtk/ansi_map_stat.c, gtk/bootp_stat.c,
-         gtk/capture_dlg.c, gtk/capture_info_dlg.c, gtk/capture_prefs.c,
-         gtk/color_dlg.c, gtk/compat_macros.h, gtk/dcerpc_stat.c,
-         gtk/fc_stat.c, gtk/filter_prefs.c, gtk/gsm_a_stat.c,
-         gtk/http_stat.c, gtk/io_stat.c, gtk/isup_stat.c, gtk/ldap_stat.c,
-         gtk/print_dlg.c, gtk/print_prefs.c, gtk/proto_draw.c,
-         gtk/rpc_stat.c, gtk/rtp_analysis.c, gtk/rtp_stream_dlg.c,
-         gtk/smb_stat.c, gtk/summary_dlg.c, gtk/tap_dfilter_dlg.c,
-         gtk/tcp_graph.c, gtk/toolbar.c, gtk/wsp_stat.c,
-         image/toolbar/stock_add_24.xpm, image/toolbar/stock_ok_20.xpm,
-         image/toolbar/stock_properties_24.xpm:
-
-         use stock buttons whereever possible, added some ethereal
-         specific stock icons
-
-2004-01-21 05:35  ulfl
-
-       * gtk/filter_prefs.c:
-
-         redesign of capture/display filter dialog.  didn't change the
-         behaviour of the edit buttons, although they should be changed
-
-2004-01-21 06:41  ulfl
-
-       * gtk/menu.c:
-
-         moved remaining display options dialog settings to menuitems, to
-         get rid of the options dialog completely still need to think, how
-         the whole thing should work with these settings
-
-2004-01-21 08:39  guy
-
-       * packet-ipv6.c:
-
-         From Taisuke Sasaki: convert the ident field in the fragment
-         header to host byte order.
-
-2004-01-21 09:00  guy
-
-       * gtk/main.c:
-
-         Squelch some compiler warnings.
-
-         "font_point_size_l" is a "long", so use "strtol()" to set it
-         (note that even "strtoul()", for some not-entirely-obvious
-         reason, accepts numbers starting with a "-" as input - ANSI C
-         requires it!).
-
-2004-01-21 09:02  guy
-
-       * gtk/toolbar.c:
-
-         Don't include some xpm's when built with GTK+ 1.2[.x] - the icons
-         they define aren't used with 1.2[.x].
-
-2004-01-21 12:19  oabad
-
-       * gtk/: gui_prefs.c, prefs_dlg.c:
-
-         gtk_font_selection_set_font_name doesn't work when run before
-         appending the font selection widget to the notebook (at least in
-         GTK2).
-
-2004-01-21 19:21  ulfl
-
-       * gtk/: Makefile.am, Makefile.nmake, menu.c:
-
-         display_opts.c / .h no longer needed, all items moved to
-         menuitems
-
-2004-01-21 21:19  ulfl
-
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         capture_dlg.c, capture_info_dlg.c, capture_prefs.c, color_dlg.c,
-         dcerpc_stat.c, decode_as_dlg.c, dfilter_expr_dlg.c,
-         display_opts.c, dlg_utils.c, dlg_utils.h, fc_stat.c,
-         filter_prefs.c, find_dlg.c, goto_dlg.c, gsm_a_stat.c, help_dlg.c,
-         http_stat.c, isup_stat.c, ldap_stat.c, main.c, plugins_dlg.c,
-         prefs_dlg.c, print_dlg.c, proto_dlg.c, proto_draw.c,
-         proto_hier_stats_dlg.c, rpc_stat.c, simple_dialog.c, smb_stat.c,
-         summary_dlg.c, supported_protos_dlg.c, tap_dfilter_dlg.c,
-         tcp_graph.c, wsp_stat.c:
-
-         implemented dlg_button_row_new to get a standard function for
-         layouting the dialog buttons, and use it where appropriate.  This
-         will help us with the GTK1/2 conflict on button layouts and will
-         also result in a more consistent look of the dialogs at all.
-
-2004-01-21 21:46  jmayer
-
-       * Makefile.am, Makefile.common, Makefile.nmake,
-         doc/README.developer, doc/ethereal-tut.mgp:
-
-         Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am
-         and Makefile.nmake into a shared file named Makefile.common
-
-2004-01-21 21:56  ulfl
-
-       * gtk/: display_opts.c, display_opts.h:
-
-         this dialog isn't used any longer.  All setting moved to direct
-         menuitems under View
-
-2004-01-21 22:00  ulfl
-
-       * file.c, progress_dlg.h, proto_hier_stats.c, gtk/progress_dlg.c,
-         gtk/rtp_analysis.c:
-
-         The progressbar had a parameter to specify the text of the
-         Cancel/Stop button.  As this will always be a Cancel of a running
-         operation, this parameter was removed.  This makes us also able
-         to use a stock button for this.
-
-2004-01-22 07:14  obiot
-
-       * Makefile.common:
-
-         Add RCS ID with "$Id: ChangeLog,v 1.34 2004/02/19 02:26:48 gerald Exp $" (colon was missing).
-
-2004-01-22 18:08  ulfl
-
-       * gtk/: Makefile.am, Makefile.common, Makefile.nmake:
-
-         added new Makefile.common just like in root, including sources
-         common in Makefile.am and Makefile.nmake
-
-2004-01-22 18:13  ulfl
-
-       * capture.c, ui_util.h, gtk/menu.c, gtk/toolbar.c, gtk/ui_util.c:
-
-         moved GTK specific parts from capture.c to ui_util.c, implemented
-         Win32 "Capture Stop" when using "update list of packets in
-         realtime" while capturing
-
-2004-01-22 19:25  ulfl
-
-       * capture.c:
-
-         bugfix: wrong parameter name
-
-2004-01-22 19:27  ulfl
-
-       * epan/: Makefile.nmake, dfilter/Makefile.nmake,
-         ftypes/Makefile.nmake:
-
-         epan don't need GTK_CFLAGS as GTK isn't used, GLIB_CFLAGS are
-         just enough
-
-2004-01-22 20:31  guy
-
-       * gtk/: Makefile.am, Makefile.common:
-
-         Move the list of headers to "Makefile.am" (it's not used by
-         "Makefile.nmake"), and rename it to "noinst_HEADERS", as that's
-         what automake requires.
-
-2004-01-22 20:33  guy
-
-       * gtk/dlg_utils.c:
-
-         Fix a typo.
-
-2004-01-22 20:43  guy
-
-       * packet-msproxy.c, packet-socks.c, packet-udp.c, packet-udp.h:
-
-         Use the length field in the UDP header:
-
-                 if it's < 8, don't dissect anything past the length field
-         (the
-                 length must be >= 8);
-
-                 otherwise, if it's less than the data or reported length
-         from
-                 the tvbuff, use the length from the header;
-
-                 otherwise, don't checksum the packet (if it's greater
-         than the
-                 reported length, and the packet isn't fragmented, we
-         should
-                 somehow report that as an error).
-
-2004-01-22 20:45  guy
-
-       * capture.c:
-
-         Use "fork_child" rather than "child_process" - on Win32,
-         "child_process" tracks "fork_child", and, on UNIX,
-         "child_process" doesn't exist.
-
-2004-01-22 20:47  guy
-
-       * gtk/ui_util.c:
-
-         We can't save "child_process" as a HANDLE on UNIX - save it as an
-         "int", and cast it in the "GetExitCodeProcess()" call (rather
-         than converting it when assigning it).
-
-2004-01-22 21:32  guy
-
-       * gtk/Makefile.common:
-
-         Fix the RCS ID.
-
-2004-01-22 23:09  jmayer
-
-       * gtk/Makefile.common:
-
-         Slight formatting change Reorder lists alphabetically
-
-2004-01-22 23:47  obiot
-
-       * packet-multipart.c:
-
-         From Yaniv Kaul: register multipart/form-data.
-
-2004-01-23 00:29  guy
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Roland:
-
-                 - "Refresh" button is back again.  Everything should work
-         fine now
-                   with multiple windows on the same streams.
-                 - made packet list sortable by column.
-                 - show a warning when user chooses "RTP Streams/Analyze"
-                   without having a RTP packet selected instead of
-         displaying the
-                   streams box.
-                 - minor GUI updates, renamed button "Next" to "Next
-         non-Ok" for
-                   more clarity.
-
-2004-01-23 00:35  guy
-
-       * AUTHORS, doc/ethereal.pod, plugins/plugin_api_list.c,
-         plugins/Xass-list, plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
-
-         From Pierre Juhen: add "find_protocol_by_id()" to the list of
-         functions exported to plugins.
-
-         Fix some author list glitches.
-
-2004-01-23 00:40  jmayer
-
-       * packet-snmp.c:
-
-         signed/unsigned warning fixes
-
-2004-01-23 00:43  jmayer
-
-       * rdps.c:
-
-         trivial signed/unsigned warning fixes
-
-2004-01-23 00:43  ulfl
-
-       * gtk/menu.c:
-
-         make some of the new menuitems insensitive, if no capture
-         file/data is available
-
-2004-01-23 00:51  guy
-
-       * packet-dns.c:
-
-         From David Fort: add support for RFC2535bis records.
-
-2004-01-23 01:10  ulfl
-
-       * gtk/gui_prefs.c:
-
-         code cleanup
-
-2004-01-23 01:12  ulfl
-
-       * gtk/prefs_dlg.c:
-
-         gtk_font_selection_set_filter doesn't work when run before
-         appending the font selection widget to the notebook.
-
-2004-01-23 01:42  jmayer
-
-       * follow.c, follow.h:
-
-         Move struct tcp_frag from follow.h to follow.c as it wasn't used
-         anywere else.  Fix a trivial signed/unsigned warning in follow.c
-         by changing tcp_frag.data from guchar* to gchar*
-
-2004-01-23 01:51  jmayer
-
-       * packet-tcap.c:
-
-         trivial signed/unsigned warning fixes
-
-2004-01-23 02:09  guy
-
-       * gtk/prefs_dlg.c:
-
-         Improve some comments.
-
-2004-01-23 02:38  gerald
-
-       * README.win32, config.nmake:
-
-         Update to GLib 2.2.3-20040116 and gettext 0.13.1.
-
-2004-01-23 09:24  jmayer
-
-       * manuf:
-
-         Update manuf
-
-2004-01-23 09:40  jmayer
-
-       * packet-rsvp.c, packet-wsp.c, epan/tvbuff.c, epan/tvbuff.h:
-
-         Change return type of tvb_format_text from guint8* to gchar*.
-         Remove now unnecessary casts in two files.
-
-2004-01-23 09:47  jmayer
-
-       * plugins/megaco/packet-megaco.c:
-
-         Change msg from guint8* to gchar* (because of tvb_format_text
-         change)
-
-2004-01-23 09:50  guy
-
-       * packet-kerberos.c:
-
-         "%.*" requires an "int" argument for the length.
-
-2004-01-23 09:53  guy
-
-       * packet-pres.c:
-
-         From Yuriy Sidelnikov: call ACSE dissector for any presentation
-         context.
-
-2004-01-23 10:15  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-acse.c,
-         packet-acse.h:
-
-         From Yuriy Sidelnikov: call ACSE dissector for any presentation
-         context.
-
-2004-01-23 10:25  guy
-
-       * packet-snmp.c:
-
-         "sprint_realloc_value()" takes a "u_char **" as an argument -
-         pass it one.
-
-2004-01-23 16:07  ulfl
-
-       * gtk/main.c:
-
-         fix assert, when failed loading zoomed font, prepare possibility
-         to put filter toolbar just below the main toolbar
-
-2004-01-23 16:08  ulfl
-
-       * gtk/toolbar.c:
-
-         added a comment
-
-2004-01-23 16:10  ulfl
-
-       * gtk/menu.c:
-
-         fixed various things in "View" menu
-
-2004-01-23 18:18  ulfl
-
-       * packet-acse.c:
-
-         removed line breaks to be able to compile again
-
-2004-01-23 19:16  guy
-
-       * packet-dns.c:
-
-         From David Fort: NSEC RRs aren't the same as NXT RRs - dissect
-         them differently.
-
-         Remove a redundant "break" statement.
-
-2004-01-23 19:19  guy
-
-       * packet-bgp.c:
-
-         From Akira Endoh: support for labeled IPv6 unicast in the MP-BGP
-         dissector.
-
-2004-01-23 19:53  guy
-
-       * gtk/main.c:
-
-         Clean up indentation.
-
-         Make "font_zoom()" static - it's not used outside gtk/main.c.
-
-         Use "g_strdup()" rather than "strdup()", as we use "g_free()" to
-         free the result.
-
-         Put in a little more information when "font_zoom()" fails due to
-         the font name not being an XLFD font name, and don't continue if
-         it fails.
-
-         Don't continue if the attempt to load the fonts fails, either.
-
-2004-01-23 20:11  guy
-
-       * gtk/main.c:
-
-         If the zoom factor is zero, don't construct a new font name - the
-         supplied font name is correct.  That lets us handle fonts whose
-         size we can't change because this is GTK+ 1.2[.x] and the name
-         isn't an XLFD name so we don't know where the size is.
-
-         In "font_zoom()", remove some code from the GTK+ 1.2[.x] vs. GTK+
-         2.x #ifdefs.
-
-         Fix the comment for "font_zoom()".
-
-         Get rid of a no-longer-used "simple_dialog()" argument.
-
-2004-01-23 20:13  guy
-
-       * gtk/gui_prefs.c:
-
-         If we call "font_apply()", we don't need to call
-         "redraw_hex_dump_all()".
-
-2004-01-23 20:34  guy
-
-       * gtk/main.c:
-
-         Include the AddStyleName information in the zoomed font name.
-
-2004-01-23 21:22  guy
-
-       * gtk/main.c:
-
-         Do the font loading code as two larger sections of code, one for
-         GTK+ 1.2[.x] and one for GTK+ 2.x, rather than as one section
-         peppered with #ifdefs.
-
-2004-01-24 01:02  guy
-
-       * gtk/: gui_prefs.c, main.c, main.h, recent.c:
-
-         Have "font_apply()" return an indication as to whether it
-         succeeded or failed and, if it failed, how it failed.  Have it
-         leave up to its caller the job of reporting that it couldn't load
-         the requested font; have its callers do that, and have them set
-         the zoom level on failure so that we have a zoom level that is at
-         least more likely to work.  Make the alert boxes for
-         "font_apply()" failures be error boxes, not warning boxes.
-
-2004-01-24 01:15  guy
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff (who also contributed the previous change; my
-         apologies to both Larses):
-
-                 - Comfort noise (CN) packets and packets following them
-                   immediately are excluded from maximum delay calculation
-         (as
-                   well as marked packets are)
-                 - Payload changes between CN and regular packets are
-         ignored.
-                 - Added a "Marker missing?" status warning for packets
-         following
-                   CN that don't have the marker bit set (cf. RFC1890 4.1)
-                 - Changed status "Ok" to "[ Ok ]", so that when sorting
-         by status
-                   column, all non-Oks are grouped together.
-                 - Minor GUI updates: reduced size of box, borders,
-         spacing,
-                   changed highlight colors.
-
-2004-01-24 01:30  jmayer
-
-       * packet-acse.h:
-
-         Remove extra , at end of enum, change C++ style comment
-
-2004-01-24 01:44  guy
-
-       * capture.c, file.c, file.h, tethereal.c, epan/filesystem.c,
-         epan/filesystem.h:
-
-         Add a new "file_open_error_message()" routine in
-         "epan/filesystem.c", to translate UNIX errno values to a somewhat
-         friendly message format string.
-
-         Rename "file_open_error_message()" in "file.c" to
-         "cf_open_error_message()", make "cf_open_error_message()" use the
-         new "file_open_error_message()" for UNIX errno values, have
-         "do_capture()" in "capture.c" use "file_open_error_message()" to
-         report errors from "open()", and make "cf_open_error_message()"
-         static as nothing outside "file.c" uses it.
-
-         Do similar stuff in "tethereal.c".
-
-2004-01-24 01:53  jmayer
-
-       * packet-acse.c:
-
-         Trivial warning fixes
-
-2004-01-24 02:01  guy
-
-       * file.c, file.h, epan/filesystem.c, epan/filesystem.h,
-         gtk/follow_dlg.c:
-
-         As with "cf_open_error_message()"/"file_open_error_message()", so
-         with "cf_write_error_message()"/"file_write_error_message()".
-
-         Use "file_open_error_message()" instead of
-         "cf_open_error_message()" in some places we missed in the
-         previous checkin.
-
-         Catch ENOSPC and EDQUOT in "file_open_error_message()".
-
-         Use "file_open_error_message()" rather than
-         "file_write_error_message()" to report errors when creating the
-         file to which we're saving the "Follow TCP Stream" data.
-
-2004-01-24 02:07  jmayer
-
-       * plugins/gryphon/packet-gryphon.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-24 10:53  guy
-
-       * file.c, print.c, print.h, ps.h, rdps.c, gtk/follow_dlg.c:
-
-         As with "file_write_error_message()", so with
-         "file_close_error_message()" - but just use
-         "file_write_error_message()" for UNIX-style errors, under the
-         assumption that a close will only fail because a buffer-flushing
-         write fails or because "close()" itself fails when, for example,
-         pushing unsynced NFS client-side writes out over the wire.
-
-         Make several routines in "print.c" return success/failure
-         indications.
-
-         Check for write errors when printing "Follow TCP Stream" stuff or
-         saving it to a file.
-
-2004-01-24 16:48  jmayer
-
-       * wiretap/: configure.in, cosine.c, dbs-etherwatch.c, iptrace.c,
-         libpcap.c, radcom.c, vms.c:
-
-         Fix all fixable warnings
-
-         Move addional warnings from extra-gcc-checks to normal
-         compilation flags
-
-2004-01-24 20:01  ulfl
-
-       * Makefile.nmake, config.nmake, plugins/asn1/Makefile.nmake:
-
-         Added the ability to compile both GTK versions 1 and 2 at the
-         same time.
-
-2004-01-25 00:58  guy
-
-       * cfile.h, file.c, file.h, print.c, print.h, ps.h, rdps.c,
-         tethereal.c, gtk/follow_dlg.c, gtk/print_dlg.c:
-
-         There's no need to keep a "FILE *" for the file being printed to
-         in a "capture_file" structure.  Keep it locally, instead.
-
-         Check for errors when printing packets.
-
-         Report failure to open a print destination and failure to write
-         to a print destination differently.
-
-         Don't have the "print preamble" and "print final" routines return
-         success/failure indications - revert to the old scheme where they
-         didn't, and have the callers use "ferror()" to check for errors.
-
-         Report write errors when printing dissections in Tethereal.
-
-         Report print errors as errors, not warnings.
-
-2004-01-25 01:19  guy
-
-       * tethereal.c:
-
-         Add another check for output errors when printing.
-
-2004-01-25 01:53  guy
-
-       * gtk/follow_dlg.c:
-
-         Don't have "follow_print_text()" display the error message, leave
-         that up to its caller.
-
-         Show errors as such, not as warnings, and show the right error
-         message for failures to open/create output files.
-
-2004-01-25 01:58  guy
-
-       * gtk/rtp_analysis.c:
-
-         Check whether the "fopen()" that creates a CSV file fails and, if
-         so, report the error and don't dismiss the file selection dialog
-         box.
-
-2004-01-25 02:14  guy
-
-       * gtk/rtp_analysis.c:
-
-         Check for write errors when writing CSV data as well.
-
-         Check for write errors when opening the CSV file to write the
-         reverse data information.
-
-         For some reason (perhaps having to do with the sort indicators in
-         titles, the column titles don't show up in the GtkCList
-         structure, so they don't get printed; just directly use the table
-         of column titles.
-
-2004-01-25 02:24  guy
-
-       * gtk/: rtp_stream.c, rtp_stream.h, rtp_stream_dlg.c:
-
-         Report open errors when saving the contents of an RTP stream.
-         Check for and report write errors as well.
-
-2004-01-25 09:49  jmayer
-
-       * tools/lemon/lemon.c:
-
-         Fix a warning by using a function typedef
-
-2004-01-25 12:10  ulfl
-
-       * gtk/column_prefs.c:
-
-         minor GTK2 layout change
-
-2004-01-25 12:22  ulfl
-
-       * gtk/prefs_dlg.c:
-
-         make resized prefs_dlg look better
-
-2004-01-25 12:25  ulfl
-
-       * gtk/filter_prefs.c:
-
-         changed the behaviour of the edit buttons to make more sense,
-         removed the no longer needed "Edit and "Copy" buttons, do a lot
-         of code cleanup
-
-2004-01-25 13:47  ulfl
-
-       * gtk/: color_dlg.c, filter_prefs.c:
-
-         added/changed some tooltips
-
-2004-01-25 15:10  ulfl
-
-       * gtk/: filter_prefs.c, filter_prefs.h, main.c:
-
-         add syntax check and an "Add Expression" button to the filter
-         toolbar
-
-2004-01-25 15:35  jmayer
-
-       * epan/resolv.c:
-
-         The octets in an ip address are unsigned
-
-2004-01-25 15:56  jmayer
-
-       * packet-distcc.c:
-
-         A few signedness warning fixes
-
-2004-01-25 16:58  jmayer
-
-       * epan/: strutil.c, strutil.h:
-
-         Change the first arg to hex_str_to_bytes from guchar* -> char*
-
-2004-01-25 17:07  jmayer
-
-       * epan/ftypes/ftype-bytes.c:
-
-         Add a cast to avoid a signedness warning
-
-2004-01-25 17:22  jmayer
-
-       * epan/ftypes/: ftype-bytes.c, ftypes.h:
-
-         Remove the cast again and do the proper fix (add right type to
-         union)
-
-2004-01-25 17:33  jmayer
-
-       * epan/ftypes/ftype-pcre.c:
-
-         Fix 'warning: cast discards qualifiers from pointer target type'
-         by removing cast
-
-2004-01-25 17:51  gerald
-
-       * Makefile.am, image/README.image:
-
-         Capitalize "Ethereal.icns" to fix a distclean error.  Add its
-         description to README.image.
-
-2004-01-25 17:53  gerald
-
-       * plugins/: Xplugin_table.h, plugin_api_list.c:
-
-         Make the definition of tvb_format_text() match what's in
-         tvbuff.h.
-
-2004-01-25 18:39  ulfl
-
-       * gtk/dcerpc_stat.c:
-
-         fix some filter dialog things
-
-2004-01-25 18:51  ulfl
-
-       * gtk/: endpoint_talkers_table.c, follow_dlg.c, main.c, main.h,
-         recent.c, rtp_stream_dlg.c, service_response_time_table.c:
-
-         apply automatically generated filters strings to the recent
-         dropdown list, e.g. when applying a "Follow TCP stream", fix a
-         bug in the recent function, discarding the newest entries when
-         saving a full list (now discarding the oldest).
-
-2004-01-25 18:52  gerald
-
-       * plugins/Makefile.am:
-
-         Delete generated files during distclean instead of
-         maintainerclean, so that we pass distcheck.
-
-2004-01-25 21:27  ulfl
-
-       * gtk/: dlg_utils.c, filter_prefs.c, help_dlg.c, help_dlg.h:
-
-         adding a function to the help dialog, showing a specific topic
-         (context help), beautifying the placement of the help button in
-         the button_row, using the context help for the filter dialog
-
-2004-01-25 21:55  guy
-
-       * capture.c, editcap.c, file.c, file.h, mergecap.c,
-         proto_hier_stats.c, tethereal.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/rtp_analysis.c, gtk/tcp_graph.c,
-         wiretap/5views.c, wiretap/5views.h, wiretap/airopeek9.c,
-         wiretap/airopeek9.h, wiretap/ascend-grammar.y,
-         wiretap/ascend-int.h, wiretap/ascend.c, wiretap/ascend.h,
-         wiretap/cosine.c, wiretap/cosine.h, wiretap/csids.c,
-         wiretap/csids.h, wiretap/dbs-etherwatch.c,
-         wiretap/dbs-etherwatch.h, wiretap/erf.c, wiretap/erf.h,
-         wiretap/etherpeek.c, wiretap/etherpeek.h, wiretap/file_access.c,
-         wiretap/hcidump.c, wiretap/hcidump.h, wiretap/i4btrace.c,
-         wiretap/i4btrace.h, wiretap/iptrace.c, wiretap/iptrace.h,
-         wiretap/lanalyzer.c, wiretap/lanalyzer.h, wiretap/libpcap.c,
-         wiretap/libpcap.h, wiretap/netmon.c, wiretap/netmon.h,
-         wiretap/nettl.c, wiretap/nettl.h, wiretap/network_instruments.c,
-         wiretap/network_instruments.h, wiretap/netxray.c,
-         wiretap/netxray.h, wiretap/ngsniffer.c, wiretap/ngsniffer.h,
-         wiretap/pppdump.c, wiretap/pppdump.h, wiretap/radcom.c,
-         wiretap/radcom.h, wiretap/snoop.c, wiretap/snoop.h,
-         wiretap/toshiba.c, wiretap/toshiba.h, wiretap/visual.c,
-         wiretap/visual.h, wiretap/vms.c, wiretap/vms.h,
-         wiretap/wtap-int.h, wiretap/wtap.c, wiretap/wtap.h:
-
-         Have the Wiretap open, read, and seek-and-read routines return,
-         in addition to an error code, an error info string, for
-         WTAP_ERR_UNSUPPORTED, WTAP_ERR_UNSUPPORTED_ENCAP, and
-         WTAP_ERR_BAD_RECORD errors.  Replace the error messages logged
-         with "g_message()" for those errors with g_strdup()ed or
-         g_strdup_printf()ed strings returned as the error info string,
-         and change the callers of those routines to, for those errors,
-         put the info string into the printed message or alert box for the
-         error.
-
-         Add messages for cases where those errors were returned without
-         printing an additional message.
-
-         Nobody uses the error code from "cf_read()" - "cf_read()" puts up
-         the alert box itself for failures; get rid of the error code, so
-         it just returns a success/failure indication.
-
-         Rename "file_read_error_message()" to "cf_read_error_message()",
-         as it handles read errors from Wiretap, and have it take an error
-         info string as an argument.  (That handles a lot of the work of
-         putting the info string into the error message.)
-
-         Make some variables in "ascend-grammar.y" static.
-
-         Check the return value of "erf_read_header()" in
-         "erf_seek_read()".
-
-         Get rid of an unused #define in "i4btrace.c".
-
-2004-01-25 22:20  guy
-
-       * gtk/main.c:
-
-         In "main_filter_packets()", use the "cf" argument rather than
-         always passing "&cfile" to "filter_packets()".
-
-         Mark the "w" argument to "filter_activate_cb()" as unused.
-
-2004-01-25 22:21  guy
-
-       * gtk/filter_prefs.c:
-
-         Get rid of an unused variable.
-
-2004-01-25 22:21  guy
-
-       * editcap.c, mergecap.c:
-
-         Free the error info string after using it.
-
-2004-01-25 22:27  guy
-
-       * file.c:
-
-         Don't use "cf_read_error_message()" when reporting errors not
-         from Wiretap.
-
-2004-01-25 23:50  guy
-
-       * wiretap/netxray.c:
-
-         Don't muck with the Ethernet pseudo-header if we have an 802.11
-         capture.
-
-2004-01-26 06:43  ulfl
-
-       * file.c:
-
-         filter_packets: don't refilter all the packets, if the new filter
-         string is identical to the old one (as it's useless then)
-
-2004-01-26 09:05  guy
-
-       * gtk/capture_dlg.c:
-
-         On Windows OT, interface names *can* have spaces in them; to find
-         the interface name, look forward in the interface string for
-         "\Device\", not backwards for a space, on Windows.  (Continue to
-         look backwards for a space on UNIX; names don't start with
-         "\Device\", or even "/dev/", and don't have spaces in them on any
-         UNIX-flavored OS I know of.)
-
-2004-01-26 18:35  ulfl
-
-       * gtk/menu.c:
-
-         slightly changed the menuitem names in View->Show->Packet xy
-
-2004-01-26 18:40  ulfl
-
-       * gtk/main.c:
-
-         added a tooltip to explain the behaviour of the syntax check in
-         the filter toolbar
-
-2004-01-26 18:51  ulfl
-
-       * gtk/filter_prefs.c:
-
-         added a tooltip to explain the behaviour of the syntax check in
-         the filter string
-
-2004-01-26 19:16  obiot
-
-       * gtk/: rtp_stream.c, rtp_stream.h, rtp_stream_dlg.c:
-
-         From Lars Ruoff:
-
-         - made streams list sortable by column - added a button "Find
-         Reverse" that finds the reverse stream to the   selected forward
-         stream. (If different reverse streams available,   pushing the
-         button repeatedly will cycle through all of them,   one after the
-         other.) - tidied up lots of superflous code.
-
-         Also get rid of a const pointer cast warning, and remove the _U_
-         attribute from rtpstream_reset().
-
-2004-01-26 20:48  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, lapd_sapi.h,
-         packet-lapd.c, packet-q931.c, packet-teimanagement.c,
-         doc/ethereal.pod:
-
-         Add a dissector table for LAPD SAPIs, and move the #defines for
-         them into "lapd_sapi.h".  Use that to register the Q.931
-         dissector atop LAPD.
-
-         From Rolf Fiedler: ISDN TEI management frame support.
-
-2004-01-26 21:02  obiot
-
-       * gtk/dfilter_expr_dlg.c:
-
-         Add support for the "matches" operator if HAVE_LIBPCRE is
-         defined.
-
-2004-01-26 21:12  ulfl
-
-       * Makefile.nmake, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi:
-
-         updated NSIS generation to build GTK version 1 or 2, added new
-         target "packaging" to root Makefile.nmake, which will generate
-         version 1 or 2 or both, depending on config.nmake GTK?_DIR
-         setting
-
-2004-01-26 21:26  guy
-
-       * wiretap/i4btrace.c:
-
-         Fix a compiler warning.
-
-2004-01-26 22:16  obiot
-
-       * packet-t38.c:
-
-         From Martin Regner:
-
-         - support both T.38IFP/TCP and T38IFP/TPKT/TCP
-
-         There is one new preference setting tpkt_usage where you can
-         specify if TPKT header is used. With the default setting
-         (tpkt_usage=Maybe) the dissector will look on the first four
-         octets and try to determine if TPKT is used or not. This setting
-         seems to work well with the captures I have tried, but there
-         might be some scenarios where it will be better to set the value
-         to 'Always' or 'Never' dependant on if TPKT header is used or
-         not.
-
-         There is also a new preference setting regarding TCP
-         desegmentation. TCP desegmentation is currently only supported
-         when TPKT header is used.  You will need to set the preference
-         setting "Allow subdisectors to desegment TCP streams" for TCP and
-         also the "Desegment all TPKT messages spanning multiple TCP
-         segments" for TPKT if you want to use this feature. I don't have
-         any T.38 captures with segmented packets so I have not been able
-         to test this so much.
-
-         - Support for T.38 (2002) ASN.1 specification
-         http://www.itu.int/ITU-T/asn1/database/itu-t/t/t38/2003/T38(2002).html
-          Note: This ASN.1 specification is incompatible with the
-         Pre-Corigendum T.38 ASN.1 specification (1998) so you will need
-         to set the preference setting accordingly.
-
-         - When there are extra octets after the T.38 UDPTL packet you
-         will now see [Malformed?] in the Info-column. I thought that it
-         was quite irritating that non-T.38 packets could look like they
-         were correctly coded T.38 packets.
-
-         - There might be several T.38 IFP packets in a TCP packet for the
-         T.38 directly over TCP scenario. There is now at least some
-         support for this, but since TCP desegmentation is only supported
-         for the TPKT scenario this will not work if an IFP packet is
-         splitted into several TCP packets.
-
-2004-01-26 22:34  guy
-
-       * gtk/follow_dlg.c:
-
-         Newlines in filter strings are a Bad Idea, as they don't display
-         well in the title or contents of the filtering progress bar
-         window and don't work very well in files such as "recent" or
-         "dfilters".
-
-2004-01-26 22:52  guy
-
-       * packet-t38.c:
-
-         Rename "dissect_t38_tcp()" to "dissect_t38_tcp_pdu()" to make it
-         clearer what it does (dissect a single T.38-over-TCP or
-         T.38-over-TPKT PDU).
-
-         Have "dissect_t38_udp()" that does T.38-over-UDP dissection and
-         "dissect_t38_tcp()" that does T.38-over-TCP dissection; register
-         handles for them for the appropriate protocols, rather than
-         having a single dissector that checks the IP protocol type.
-
-         Use -1 rather than "tvb_length(tvb)" as the length for top-level
-         protocol tree items.
-
-         Clean up indentation.
-
-2004-01-26 23:49  obiot
-
-       * packet-text-media.c:
-
-         Add application/smil to the registered line-based text media
-         dissector.
-
-2004-01-27 00:20  obiot
-
-       * packet-gsm_sms_ud.c, packet-smpp.c, packet-wsp.c, AUTHORS,
-         Makefile.common, packet-wtp.c:
-
-         From Chris Wilson:
-
-                 Separate the GSM SMS User Data dissector from the SMPP
-         dissector.
-
-                 Rename the protocol.
-
-2004-01-27 00:26  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         Get rid of a debug printf statement.
-
-2004-01-27 00:30  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         Add a correct RCS ID (starts with capitalized "i").
-
-2004-01-27 01:35  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-iax2.c,
-         packet-iax2.h, doc/ethereal.pod:
-
-         From  Alastair Maw: IAX2 support.
-
-2004-01-27 01:43  guy
-
-       * packet-iax2.c:
-
-         Clear the Info column.
-
-2004-01-27 03:49  guy
-
-       * AUTHORS, packet-bvlc.c, doc/ethereal.pod:
-
-         From David Richards: don't stuff the packet length into a guint8,
-         as it can be bigger than 255.
-
-2004-01-27 03:55  guy
-
-       * packet-dcerpc-afs4int.c:
-
-         Update from Jaime Fournier.
-
-2004-01-27 04:11  guy
-
-       * prefs.c:
-
-         Map SMPP and smpp-gsm-sms preferences to their new homes in
-         gsm-sms-ud.
-
-2004-01-27 04:15  guy
-
-       * packet-dcerpc-afs4int.c, packet-dcerpc-bossvr.c,
-         packet-dcerpc-budb.c, packet-dcerpc-butc.c,
-         packet-dcerpc-cds_clerkserver.c, packet-dcerpc-cds_solicit.c,
-         packet-dcerpc-cprpc_server.c, packet-dcerpc-dce122.c,
-         packet-dcerpc-dce122.h, packet-dcerpc-dtsprovider.c,
-         packet-dcerpc-dtsstime_req.c, packet-dcerpc-fldb.c,
-         packet-dcerpc-ftserver.c, packet-dcerpc-icl_rpc.c,
-         packet-dcerpc-krb5rpc.c, packet-dcerpc-rep_proc.c,
-         packet-dcerpc-roverride.c, packet-dcerpc-rpriv.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_attr.c,
-         packet-dcerpc-rs_bind.c, packet-dcerpc-rs_misc.c,
-         packet-dcerpc-rs_pgo.c, packet-dcerpc-rs_plcy.c,
-         packet-dcerpc-rs_prop_acct.c, packet-dcerpc-rs_repadm.c,
-         packet-dcerpc-rs_replist.c, packet-dcerpc-rs_unix.c,
-         packet-dcerpc-rsec_login.c, packet-dcerpc-secidmap.c,
-         packet-dcerpc-tkn4int.c, packet-dcerpc-ubikdisk.c,
-         packet-dcerpc-ubikvote.c, packet-dcerpc-update.c:
-
-         From Jaime Fournier: update his e-mail address.
-
-2004-01-27 04:24  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Jaime Fournier's address.
-
-2004-01-27 04:43  guy
-
-       * packet-enip.c:
-
-         For EtherNet/IP-over-TCP, handle multiple PDUs in a TCP segment
-         and PDUs split across segment boundaries.
-
-2004-01-27 05:05  guy
-
-       * gtk/menu.c:
-
-         Add a detail-pane context menu item for "Export As Raw Packet
-         Data", so you can select something and export it without shoving
-         the rodent up to the menu bar.
-
-2004-01-27 08:06  guy
-
-       * packet-ieee80211.c, wiretap/airopeek9.c, wiretap/etherpeek.c,
-         wiretap/libpcap.c, wiretap/netxray.c, wiretap/wtap.h:
-
-         Supply a pseudo-header for all 802.11 packets; add an "fcs_len"
-         field to it, similar to the Ethernet pseudo-header's "fcs_len"
-         field, and use it in the 802.11 dissector.
-
-2004-01-27 17:17  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         From Chris Wilson: add missing initialization of CL-WSP dissector
-         handle.
-
-         As proposed by some postings on Ethereal-Dev, remove the email
-         addresses from the authors and refer to the AUTHORS file or the
-         man page.
-
-2004-01-27 18:05  obiot
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff: - use create_tempfile() to create the temporary
-         files (causes temp files to be   created at the same location as
-         other Ethereal temp files). Changed temp   filenames to
-         "ether_rtp_dXXXXXX", where d is the stream direction.  - fixed a
-         bug with temp files not being removed
-
-2004-01-27 19:46  ulfl
-
-       * gtk/: menu.c, proto_draw.c, proto_draw.h:
-
-         always select the current item under cursor, before showing up
-         the corresponding context menu (right mouse click)
-
-2004-01-27 20:13  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Andy Hood's e-mail address.
-
-2004-01-27 20:25  guy
-
-       * packet-iax2.c:
-
-         From Alastair Maw: the IAX2 type is unsigned, not signed.
-
-2004-01-27 20:36  guy
-
-       * gtk/: proto_draw.c, proto_draw.h:
-
-         Make "{byte,tree}_view_select()" return "gboolean", not "gint",
-         as they return TRUE or FALSE as a success/failure indication.
-
-2004-01-27 20:58  ulfl
-
-       * gtk/: menu.c, proto_draw.c:
-
-         "Export Selected Packet Bytes" -> change all appearances to this
-         text, don't show up this dialog if no data *is* selected (didn't
-         find an easy way to control sensitivity of the menus by some
-         mechanism :-(
-
-2004-01-28 01:24  guy
-
-       * wiretap/: libpcap.c, wtap.c, wtap.h:
-
-         From Tomas Kukosa: reserve private WTAP_ENCAP values and map them
-         to reserved private DLT_ values.
-
-2004-01-28 03:36  gerald
-
-       * packet-ethertype.c:
-
-         Catch any exceptions that add_ethernet_trailer() throws in
-         add_dix_trailer().  Otherwise, they're caught by ethertype()
-         which results in an infinite loop.
-
-2004-01-28 09:10  guy
-
-       * gtk/main.c:
-
-         "gtk/main.c" no longer has any code to manage the packet list, so
-         it no longer needs to define the "column_arrows" structure.
-
-2004-01-28 09:53  guy
-
-       * gtk/packet_list.c:
-
-         For columns whose data comes from the frame_data structure for a
-         packet, sort the columns based on that data, rather than on the
-         raw text of the column - that's probably faster, and also doesn't
-         get rudely surprised by "atof()" being locale-dependent.
-
-2004-01-28 10:19  guy
-
-       * gtk/packet_list.c:
-
-         Clean up the comparison code a bit.
-
-2004-01-28 10:37  guy
-
-       * gtk/packet_list.c:
-
-         Fix a comment.
-
-2004-01-28 20:09  guy
-
-       * packet-ethertype.c:
-
-         If we don't have any of the packet padding in the tvbuff, don't
-         even try to add the trailer - that avoids the problem with
-         throwing an exception inside a CATCH* clause for that same
-         exception.  (XXX - is this a problem with our exception
-         mechanism? What happens in languages with built-in exceptions if
-         a
-
-                 try
-                         XXX
-                 catch YYY
-                         ZZZ
-                 end
-
-         construct throws exception YYY inside code block ZZZ?  If it
-         doesn't re-enter ZZZ, that argues that our exception mechanism is
-         buggy or, at least, violates the Principle of Least Surprise.)
-
-         Move the code to put the trailer information into the protocol
-         tree out of the CATCH2 clause, so the trailer shows up if we *do*
-         have the trailer information.
-
-2004-01-28 22:14  ulfl
-
-       * packet-clnp.c:
-
-         commented out setting the packet_info srcport and destport
-         fields, as this will prevent "ISO on TCP" (RFC1006) packet from
-         using: "follow TCP stream" function
-
-2004-01-29 03:37  guy
-
-       * epan/column-utils.c:
-
-         Clean up whitespace, and use "%u" to print unsigned quantities.
-
-2004-01-29 03:46  guy
-
-       * packet-dhcpv6.c:
-
-         From Shinsuke Suzuki:
-
-                 - updated the IETF spec names
-                 - changed Prefix-Delegation related DHCPv6 option
-                   numbers from temporary one to the official one
-                 - fixed typo in DHCPv6 message type
-
-2004-01-29 03:51  guy
-
-       * AUTHORS, packet-gre.c:
-
-         From Shinsuke Suzuki: add the payload type code for IPv6.
-
-2004-01-29 03:59  guy
-
-       * AUTHORS, packet-icmpv6.c, doc/ethereal.pod:
-
-         From Shusaku Ueda:
-
-                 - show all Home Agent Addresses of DHAAD Reply
-                 - show ICMP options of Mobile Prefix Advertisement
-
-2004-01-29 10:58  guy
-
-       * packet-tzsp.c, packet-wlancap.c, wiretap/libpcap.c,
-         wiretap/wtap.c, wiretap/wtap.h:
-
-         The DLT_ value 127 is being used for the BSD radio header, and
-         the current CVS libpcap uses 163 for the AVS radio header (127
-         was never used for the AVS radio header).  Redo the Wiretap
-         encapsulation values for that (and shuffle them to put the 802.11
-         Wiretap values together).
-
-2004-01-29 21:19  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         From Chris Wilson:
-
-          - Do not reassemble if the fragmentation IE is available but
-         there is
-            only one fragment reported.
-          - Add a preference to disallow sub-dissectors to update the
-         columns.
-
-         Also: fix white-space at 2 places (tabs to spaces).
-
-2004-01-29 22:37  ulfl
-
-       * gtk/: compat_macros.h, dlg_utils.c:
-
-         added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_row
-
-2004-01-29 23:07  ulfl
-
-       * simple_dialog.h, gtk/simple_dialog.c:
-
-         added "Yes" and "No" buttons to the simple_dialog, added a
-         callback method, to be called if a button was pressed
-
-2004-01-29 23:11  ulfl
-
-       * gtk/: capture_dlg.c, capture_dlg.h, file_dlg.c, file_dlg.h,
-         main.c, main.h, menu.c, menu.h:
-
-         every GUI action, which will erease a currently unsaved capture
-         file, will now raise a dialog "Save xy before z?" with
-         Yes/No/Cancel buttons.
-
-2004-01-30 06:43  ulfl
-
-       * gtk/ui_util.c:
-
-         slightly higher polling rate, to detect stop condition from
-         capture task
-
-2004-01-30 10:51  sahlberg
-
-       * packet-ndmp.c:
-
-         update to ndmp   if there is an error, put the error string in
-         the packet summary
-
-2004-01-31 01:28  ulfl
-
-       * gtk/simple_dialog.c, image/stock_dialog_error_48.xpm,
-         image/stock_dialog_info_48.xpm,
-         image/stock_dialog_question_48.xpm,
-         image/stock_dialog_warning_48.xpm:
-
-         using GTK2 stock icons for dialogs instead of Ethereal specific
-         ones
-
-2004-01-31 01:32  guy
-
-       * capture.c:
-
-         If "pcap_compile()" fails to compile an empty filter string
-         (because, for example, the libpcap code generator doesn't support
-         the link-layer type for the capture), "dfilter_compile()" will
-         succeed but return a null rfcode pointer.
-
-         In that case, instead of telling people that it looks like a
-         valid display filter (which it does, but it also looks like a
-         complete list of all the Basque words likely to be known by
-         Hammurabi :-)), and then crashing when we try to "free" that
-         non-existent dfilter code, we just report it as a "sorry,
-         couldn't compile that capture filter.
-
-2004-01-31 02:25  ulfl
-
-       * capture.c, file.c, proto_hier_stats.c, simple_dialog.h,
-         gtk/capture_dlg.c, gtk/color_dlg.c, gtk/color_filters.c,
-         gtk/dfilter_expr_dlg.c, gtk/file_dlg.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/follow_dlg.c, gtk/goto_dlg.c,
-         gtk/gui_prefs.c, gtk/help_dlg.c, gtk/main.c, gtk/print_dlg.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream.c, gtk/simple_dialog.c,
-         gtk/tcp_graph.c:
-
-         renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to better reflect the
-         real error text
-
-2004-01-31 02:29  guy
-
-       * capture.c:
-
-         Add some more information to the error message for invalid
-         capture filters that look like display filters.
-
-2004-01-31 03:22  guy
-
-       * capture.c, file.c, proto_hier_stats.c, gtk/ansi_a_stat.c,
-         gtk/ansi_map_stat.c, gtk/bootp_stat.c, gtk/capture_dlg.c,
-         gtk/capture_prefs.c, gtk/color_dlg.c, gtk/color_filters.c,
-         gtk/colors.c, gtk/dcerpc_stat.c, gtk/decode_as_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/endpoint_talkers_table.c,
-         gtk/fc_stat.c, gtk/file_dlg.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/follow_dlg.c, gtk/goto_dlg.c,
-         gtk/gsm_a_stat.c, gtk/gui_prefs.c, gtk/h225_counter.c,
-         gtk/h225_ras_srt.c, gtk/help_dlg.c, gtk/http_stat.c,
-         gtk/io_stat.c, gtk/isup_stat.c, gtk/ldap_stat.c, gtk/main.c,
-         gtk/mgcp_stat.c, gtk/prefs_dlg.c, gtk/print_dlg.c,
-         gtk/proto_dlg.c, gtk/proto_draw.c, gtk/rpc_stat.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream.c,
-         gtk/service_response_time_table.c, gtk/simple_dialog.c,
-         gtk/smb_stat.c, gtk/tcp_graph.c, gtk/wsp_stat.c:
-
-         Pass ESD_BTN_OK rather than NULL as a second argument to
-         "simple_dialog()"; NULL might be #defined to be a pointer
-         expression on some platforms, causing compiler warnings (and, on
-         platforms where a null pointer doesn't have all its bits 0,
-         possibly causing misbehavior, although I don't think there are
-         any such platforms on which Ethereal runs).
-
-         Don't allow 0 as button mask argument to "simple_dialog()".
-
-         Squelch a compiler warning.
-
-         Report fatal problems as errors, not warnings.
-
-         Report file I/O errors with "file_open_error_message()".
-
-         Report file write errors (including those reported by "close()",
-         e.g.  some errors writing to an NFS server) when saving raw
-         packet data to a file.
-
-2004-01-31 03:35  guy
-
-       * config.nmake:
-
-         Raise the Wiretap version number to 0.1, as the current version
-         isn't binary-compatible with earlier versions.  (That should have
-         been done for all binary-incompatible changes, and should be done
-         for binary-incompatible changes in the future.)
-
-2004-01-31 04:10  guy
-
-       * column.c, file.c, tethereal.c, epan/column-utils.c,
-         epan/column_info.h, epan/frame_data.h, gtk/packet_list.c:
-
-         Fix the spelling of "cumulative" (and variables whose names
-         derive from that spelling).
-
-2004-01-31 04:26  guy
-
-       * gtk/packet_list.c:
-
-         If comparing any field other than the frame number, if both field
-         values are the same, compare the frame number, so that the sort
-         order doesn't depend on how packets happened to be sorted
-         previously (i.e., so that if you sort on a given column in a
-         given direction, the sort order is always the same).
-
-2004-01-31 04:40  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-radiotap.c,
-         packet-radiotap.h, doc/ethereal.pod:
-
-         From Sam Leffler: support for BSD radiotap header for 802.11.
-
-2004-01-31 09:48  guy
-
-       * packet-rtp.c, packet-rtp.h, gtk/rtp_analysis.c, gtk/rtp_stream.c:
-
-         Add to the _rtp_info structure a "info_all_data_present" boolean,
-         which is TRUE if all the RTP raw data is present in the tvbuff
-         and FALSE otherwise.  If it's not all present, also set
-         "info_data_len" to 0 and "info_data" to NULL.
-
-         In the RTP Analysis "Save Payload..." operation, check the
-         "info_all_data_present" flag and fail if it's not set, and use
-         "rtpinfo->info_data" and "rtpinfo->info_payload_offset" to get at
-         the payload, rather than using "cfile.pd", as the latter doesn't
-         necessarily refer to the current frame data.
-
-         Note that the RTP Streams save operation should also check the
-         "info_all_data_present" flag.
-
-2004-01-31 12:13  ulfl
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/color_dlg.c,
-         gtk/compat_macros.h, gtk/dlg_utils.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         cleanup of new "question dialogs", using GTK2 primary/secondary
-         message text from GNOME HIG for simple_dialogs, added a "question
-         dialog" for the coloring rules "Clear" button
-
-2004-01-31 12:19  ulfl
-
-       * Makefile.nmake:
-
-         use identical depencies for gtk1 also for gtk2 target
-
-2004-01-31 12:49  ulfl
-
-       * gtk/simple_dialog.c:
-
-         gtk_label_set_selectable() is only available from GTK version 2
-
-2004-01-31 14:16  ulfl
-
-       * gtk/file_dlg.c:
-
-         minor change in dialog text
-
-2004-01-31 14:23  ulfl
-
-       * gtk/menu.c:
-
-         fixed some sensitivity things in the context menues
-
-2004-01-31 18:32  ulfl
-
-       * gtk/: file_dlg.c, file_dlg.h, main.c, main.h:
-
-         Implemented rudimentary Drag and Drop support.
-
-2004-01-31 20:31  ulfl
-
-       * gtk/print_dlg.c:
-
-         change layout, as dialog was a bit tall, improved resizability
-
-2004-02-01 02:10  jmayer
-
-       * FAQ, make-faq, help/faq.txt:
-
-         Update FAQ to Jan 27th 2004
-
-2004-02-01 02:26  jmayer
-
-       * make-manuf, manuf:
-
-         Update manuf to Feb, 1st 2004
-
-2004-02-01 02:35  jmayer
-
-       * epan/packet.c:
-
-         Fix some pointer types
-
-2004-02-01 02:35  jmayer
-
-       * epan/: ipv4.c, ftypes/ftype-string.c, ftypes/ftypes.h:
-
-         signed/unsigend warning fixes
-
-2004-02-01 02:59  guy
-
-       * gtk/main.c:
-
-         Konqueror, in KDE 3.0, appears to drop file names of the form
-         "file:/foo/bar/...", so that only the "file:" should be stripped
-         off.
-
-         Note that we should probably look for "file:" followed by an
-         arbitrary number of "/"s, and, at least on UNIX, strip off all
-         but the last of those "/"s.
-
-2004-02-01 03:35  guy
-
-       * packaging/nsis/ethereal.nsi:
-
-         Arrange that the shortcuts for Ethereal start Ethereal in the
-         user's profile directory, so that the file dialogs start there
-         rather than in the directory in which the MIB files appear.
-
-2004-02-01 04:20  jmayer
-
-       * packet-radiotap.c:
-
-         Remove comma after last element of enum
-
-2004-02-01 04:29  jmayer
-
-       * packet-radiotap.c:
-
-         Add consts to avoid 'cast discards qualifiers from pointer target
-         type'
-
-2004-02-01 04:34  gerald
-
-       * Makefile.am:
-
-         Add the new dialog images to the distribution.
-
-2004-02-01 04:54  jmayer
-
-       * epan/strutil.c:
-
-         Add consts to fix 'cast discards qualifiers from pointer target
-         type'
-
-2004-02-01 06:49  jmayer
-
-       * packet-dcerpc-afs4int.c, packet-http.c, packet-radius.c,
-         epan/configure.in, epan/tvbuff.c, epan/tvbuff.h,
-         plugins/Xplugin_table.h, plugins/plugin_api_list.c:
-
-         packet-dcerpc-afs4int.c
-
-2004-02-01 06:56  jmayer
-
-       * packet-radius.c:
-
-         Undo previous checkin, it only contained acidentally escaped
-         unfinished code
-
-2004-02-01 10:01  ulfl
-
-       * gtk/main.c:
-
-         DND: also unescape URI characters (e.g. %20 -> ' ')
-
-2004-02-01 10:07  jmayer
-
-       * Makefile.am, Makefile.common, Makefile.nmake:
-
-         Move sourcelists into Makefile.common
-
-2004-02-01 10:11  jmayer
-
-       * Makefile.nmake:
-
-         The last commit was only half complete
-
-2004-02-01 10:31  jmayer
-
-       * Makefile.common:
-
-         Saved wrong version
-
-2004-02-01 11:32  obiot
-
-       * make-version.pl:
-
-         Speed up the generation of the CVS version tag, by only looking
-         for directories named CVS, and by considering only the most
-         recent Entries file herein.
-
-         Get rid of the code assuming that a CVS snapshot generates a
-         "cvsversion" file.
-
-2004-02-01 13:12  ulfl
-
-       * gtk/progress_dlg.c:
-
-         avoid problems when strings becoming too large, especially true
-         when working with TCP stream filtering
-
-2004-02-01 13:13  ulfl
-
-       * gtk/summary_dlg.c:
-
-         avoid very large dialogs, when display filters becoming too
-         large, especially true when working with TCP stream filtering
-
-2004-02-01 15:33  ulfl
-
-       * gtk/summary_dlg.c:
-
-         beautified the dialog a bit
-
-2004-02-01 15:36  ulfl
-
-       * gtk/menu.c:
-
-         replace "RTT Graph" by "Round Trip Time Graph" as this is more
-         descriptive
-
-2004-02-01 20:28  ulfl
-
-       * prefs.c, prefs.h, gtk/file_dlg.c, gtk/gui_prefs.c, gtk/main.c,
-         gtk/menu.h, gtk/recent.c, gtk/recent.h:
-
-         moved window geometry values from prefs to recent, added new pref
-         / recent setting: "maximized main window", which will save, if
-         the main window is maximized or not, this will take effect on GTK
-         version 2 only, but is saved nonetheless
-
-2004-02-01 20:46  guy
-
-       * packet-srvloc.c:
-
-         From Greg Morris: handle SLPv1 service type requests that ask for
-         all naming authorities.
-
-2004-02-01 21:30  guy
-
-       * epan/: tvbuff.c, tvbuff.h:
-
-         Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as
-         the string argument.
-
-         Add some casts to squelch compiler warnings.
-
-2004-02-01 21:33  guy
-
-       * packet-tds.c:
-
-         From Yaniv Kaul:
-
-                 add dissection of TDS7 results token and login_ack token;
-
-                 fix a small bug in the login packet dissection;
-
-                 add partial dissection of a query packet.
-
-2004-02-01 21:48  guy
-
-       * Ethereal.desktop:
-
-         At least with KDE 3.0, it appears that the icon color (high vs.
-         low) and size are specified by the directory in which the icon
-         resides, so you have to just have "ethereal.png" be the icon in
-         the "icons/hicolor/{16x16,32x32,48x48}" directory.
-
-2004-02-01 22:42  guy
-
-       * epan/ftypes/ftype-tvbuff.c:
-
-         Cast the result of "tvb_get_ptr()" to squelch a compiler warning.
-
-2004-02-01 22:43  guy
-
-       * gtk/main.c:
-
-         Mark the "widget" argument to "main_load_window_geometry()" as
-         unused when building for GTK+ 1.2[.x].
-
-2004-02-02 11:07  sahlberg
-
-       * packet-telnet.c:
-
-         start to dissect telnet (kerberos) authentication according to
-         rfc2941 start with dissection of the SEND request and the NAME
-         field.  continue later with the ones holding a kerberos ticket.
-
-2004-02-02 17:57  guy
-
-       * AUTHORS, packet-mtp3mg.c, doc/ethereal.pod:
-
-         From Jonathan Perkins; the in ANSI MTP3, the SLC field of
-         SLTM/SLTA messages is in a different place from where it is in
-         ITU MTP3.
-
-2004-02-02 18:00  guy
-
-       * plugins/: plugin_api_list.c, Xplugin_table.h:
-
-         From Lars Roland: fix the declaration of "tvb_strneql()".
-
-2004-02-02 22:51  guy
-
-       * gtk/summary_dlg.c:
-
-         Include <string.h> to declare "strlen()".
-
-2004-02-02 23:55  ulfl
-
-       * doc/README.capture:
-
-         reflect latest changes to capture.c
-
-2004-02-03 00:16  ulfl
-
-       * cfile.h, file.c, gtk/main.c, gtk/main.h, gtk/menu.c,
-         gtk/packet_list.c:
-
-         added some more info to the statusbar (filesize, packet count,
-         ..), fixed a minor bug in the cfile handling (file length in
-         summary dialog)
-
-2004-02-03 00:30  guy
-
-       * file.c:
-
-         Use "%ld", not "%u", to print "long" values.
-
-2004-02-03 01:06  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         set compression mechanism for Modern UI to lzma
-
-2004-02-03 11:40  sahlberg
-
-       * packet-telnet.c:
-
-         update to packet-telnet and kerberos authentication it now
-         dissects the kerberos blobs inside the ktelnet+keytab files
-         posted yesterday.
-
-         it still needs the kerberos+ber updates to be checked in after
-         next release before we can attack opening hte encrypted parts of
-         kerberos tickets and authenticators
-
-         the code assumes all telnet authentications being krb5.  if that
-         is inconvenient feel welcome to send me captures with krb4 or
-         other telnet authentication protocols,
-
-2004-02-03 17:59  ulfl
-
-       * capture.c, file.c, simple_dialog.h, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         enhanced some dialog messages, close capture file when user told
-         so
-
-2004-02-03 18:22  guy
-
-       * AUTHORS, packet-eap.c, doc/ethereal.pod:
-
-         From Holger Schurig; add support for EAP-TTLS.
-
-2004-02-03 18:39  guy
-
-       * capture.c:
-
-         Add a missing "%s" to the format string.
-
-2004-02-03 18:41  guy
-
-       * packet-telnet.c:
-
-         Make a pointer to which a "const" pointer value is assigned
-         "const" itself.
-
-         Instead of crashing if a too-large Kerberos blob is seen, just
-         show it as an undecoded item.
-
-2004-02-03 18:57  guy
-
-       * AUTHORS, Makefile.common, packet-sipfrag.c, doc/ethereal.pod:
-
-         From Martin Mathieson: SIP sipfrag support.
-
-2004-02-03 19:54  ulfl
-
-       * capture.c:
-
-         ups, moved previously missing %s to the right place
-
-2004-02-03 20:03  ulfl
-
-       * packaging/nsis/: ethereal.nsi, Makefile.nmake:
-
-         from Lars Roland: fix NSIS uninstallation
-
-2004-02-03 20:13  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         patch error removed
-
-2004-02-03 20:39  guy
-
-       * packet-sip.c:
-
-         Handle the media type "message/sip".
-
-2004-02-03 20:48  guy
-
-       * capture.c:
-
-         Tweak the error messages for bad capture filters.
-
-2004-02-03 22:30  guy
-
-       * version_info.c:
-
-         As Apple's advertising industry might have said, "word-wrap
-         different".
-
-2004-02-03 23:19  guy
-
-       * AUTHORS, packet-eth.c, doc/ethereal.pod:
-
-         From Peter J. Creath: add a heuristic dissector table, so that
-         dissectors for protocols that put non-802.3 packets inside 802.3
-         frames can intercept 802.3/Ethernet frames before they're
-         dissected as 802.3/Ethernet packets.
-
-2004-02-04 01:10  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         Add some comments about the types of alert boxes you get with the
-         simple_dialog routines (which are really just message box/alert
-         box routines).
-
-         Add some macros for combinations of buttons (corresponding to
-         combinations that some GUI toolkits, which only support some
-         combinations, allow).
-
-2004-02-04 20:19  obiot
-
-       * packet-wsp.c:
-
-         Use InterCapNotation on the protocol header field.  Add the hex
-         encoding of the main PDU items displayed in the protocol header
-         field.
-
-         Some small white space fixes.
-
-2004-02-04 20:34  guy
-
-       * AUTHORS, packet-enip.c, doc/ethereal.pod:
-
-         From Magnus Hansson:
-
-                 * Added decoding of Transport type/trigger
-                 * Updated service code's text to match specification
-                 * Added new vendor IDs from ODVA
-                 * Added service etc to info column, formatted info column
-         for
-                   easier overview
-                 * Added actual time out calculation for Forward close,
-                   Unconnected send
-                 * Fixed bug, port not shown for extended addresses
-                 * Added Network Segment to EPATH decode
-                 * NOP packets not decoded as they contain Common data
-         Format
-
-2004-02-04 20:46  guy
-
-       * gtk/menu.c:
-
-         The menu item for changing the state of name resolution for
-         network-layer addresses should call the callback for network name
-         resolution, not MAC name resolution.
-
-2004-02-05 08:16  guy
-
-       * plugins/docsis/packet-docsis.c:
-
-         Update a comment.
-
-2004-02-05 09:42  guy
-
-       * packet-radius.c, epan/strutil.c:
-
-         We can't test the GTK+ version in dissectors or libethereal code,
-         as they don't include any GTK+ headers (and shouldn't do so, as
-         they can't use GTK+); we use the GLib version as a proxy.
-
-2004-02-05 18:57  obiot
-
-       * packet-wbxml.c:
-
-         Spotted by Guy Harris: SyncML media type was not registered (it
-         was lost when we introduced the media dissector table and got rid
-         of the WSP binary content type dissector table).
-
-2004-02-05 19:08  obiot
-
-       * packet-ssl.c:
-
-         From Holger Schurig: add two cipher strings.
-
-2004-02-05 19:19  obiot
-
-       * packet-h225.c:
-
-         From Martin Regner (patch from Anders Broman):
-
-                 Calculate the correct offset for fastStart (bits, not
-         bytes).
-
-2004-02-05 23:57  obiot
-
-       * epan/: column-utils.c, column-utils.h:
-
-         Add new col_append methods which will prepend the (format) string
-         with the provided separator (or a default ", ") if the column is
-         not empty.
-
-2004-02-06 00:45  guy
-
-       * wiretap/libpcap.c:
-
-         Sort the link-layer type values a little better.
-
-2004-02-06 01:07  obiot
-
-       * packet-mmse.c, packet-multipart.c:
-
-         Add a new dissector table for multipart media encpsulation
-         (similar to the "media_type" dissector table defined in the HTTP
-         dissector), allowing us to make the distinction between
-         dissecting a standaone media type and an encapsulated media type
-         (e.g., encapsulated in a multipart entity).
-
-         Provide separate dissectors for "standalone" and "encapsulated"
-         MMSE, hence fixing the needlessly clearing of the Info column
-         when the MMSE is only part of the encapsulated entity (e.g., in
-         the PAP protocol for WAP Push).
-
-2004-02-06 02:09  guy
-
-       * wiretap/etherpeek.c:
-
-         Fix up a comment to note that this is also used for AiroPeek, and
-         used only for versions 5, 6, and 7 of the file format.
-
-         Add another comment explaining why this refers to "etherpeek"
-         even though it's also used for AiroPeek and probably also
-         TokenPeek.
-
-2004-02-06 02:11  guy
-
-       * wiretap/: airopeek9.c, file_access.c:
-
-         V9 format appears to be used by some versions of EtherPeek, too.
-
-         The MediaType field seems to be 0 for the Ethernet captures;
-         however, the MediaSubType field is different.
-
-         The fields in the header are different - we can't use hard-coded
-         offsets for the fields, we have to process them as a sequence of
-         tag/value items.
-
-         Rename some routines to use the same naming convention as the V9
-         open routine rather than the same convention as the V5/V6/V7 read
-         and seek/read routines.
-
-2004-02-06 03:12  guy
-
-       * wiretap/airopeek9.c:
-
-         Ethernet frames appear to have 4 bytes of 0 at the end, at least
-         in the captures I've seen.
-
-2004-02-06 03:25  guy
-
-       * packet-tds.c:
-
-         From Yaniv Kaul:
-
-                 label each column of a results token;
-
-                 handle types 35, 38, and 104.
-
-2004-02-06 04:27  guy
-
-       * wiretap/airopeek9.c:
-
-         The time stamps in *Peek V9 files appear to be in nanoseconds
-         from the Windows FILETIME epoch, i.e. midnight, January 1, 1601.
-
-2004-02-06 04:48  guy
-
-       * wiretap/airopeek9.c:
-
-         Make sure a packet has one and only one length field, one and
-         only one timestamp lower field, and one and only one timestamp
-         lower field.
-
-2004-02-06 05:23  guy
-
-       * wiretap/airopeek9.c:
-
-         A MediaSubType value of 1 also means 802.11.  (Is that what
-         indicates whether there's an FCS or not?)
-
-2004-02-06 06:51  ulfl
-
-       * image/README.image:
-
-         simple_dialog now uses the stock_dialog_xy icons
-
-2004-02-06 14:59  jmayer
-
-       * gtk/main.c:
-
-         Fix a few warnings
-
-2004-02-06 18:47  ulfl
-
-       * Makefile.nmake, packaging/nsis/ethereal.nsi,
-         packaging/nsis/Makefile.nmake:
-
-         renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe, as
-         this is *not* the Ethereal version 2 already.  Some other cleanup
-         done
-
-2004-02-06 19:19  ulfl
-
-       * gtk/ansi_a_stat.c, gtk/ansi_map_stat.c, gtk/capture_prefs.c,
-         gtk/color_dlg.c, gtk/column_prefs.c, gtk/decode_as_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/endpoint_talkers_table.c,
-         gtk/filter_prefs.c, gtk/follow_dlg.c, gtk/gsm_a_stat.c,
-         gtk/gtk_stat_util.c, gtk/h225_counter.c, gtk/h225_ras_srt.c,
-         gtk/help_dlg.c, gtk/isup_stat.c, gtk/mgcp_stat.c,
-         gtk/packet_list.c, gtk/plugins_dlg.c, gtk/prefs_dlg.c,
-         gtk/proto_dlg.c, gtk/proto_draw.c, gtk/proto_hier_stats_dlg.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream_dlg.c,
-         gtk/service_response_time_table.c, gtk/supported_protos_dlg.c,
-         gtk/tcp_graph.c, gtk/ui_util.c, plugins/asn1/packet-asn1.c:
-
-         replaced every appearance of gtk_scrolled_window_new() with
-         scrolled_window_new().  added
-         gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to
-         scrolled_window_new() added GTK2's
-         gtk_scrolled_window_set_shadow(GTK_SHADOW_IN) to every place
-         needed
-
-2004-02-06 20:04  jmayer
-
-       * packet-h225.c:
-
-         From Lars Roland: Warning fixes
-
-2004-02-06 20:50  guy
-
-       * wiretap/: airopeek9.c, wtap-int.h:
-
-         Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0
-         or an FCS at the end appears to depend on the network subtype
-         value.
-
-2004-02-07 04:25  guy
-
-       * util.c:
-
-         Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator
-         when constructing the pathname of a temporary file, so as not to
-         frighten the horses when they see an error message for a
-         temporary capture file.
-
-2004-02-07 04:35  jmayer
-
-       * .cvsignore, epan/.cvsignore, wiretap/.cvsignore:
-
-         Ignore byproducts of shared lib compilation
-
-2004-02-07 05:44  jmayer
-
-       * epan/configure.in, wiretap/configure.in:
-
-         Don't build as shared *and* static by default
-
-2004-02-07 06:32  jmayer
-
-       * configure.in:
-
-         Put AM_DISABLE_STATIC into the same place as in epan and wiretap
-
-2004-02-07 21:47  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         corrected links to the ethereal.exe for GTK2 version
-
-2004-02-08 01:15  jmayer
-
-       * epan/configure.in:
-
-         Move -pedandic & co back into extra-flags (prepare for dissectors
-         moving to epan/)
-
-2004-02-08 14:11  jmayer
-
-       * wiretap/configure.in:
-
-         Move -pedantic back to extra-gcc-flags, as glib generates more
-         warnings than our code
-
-2004-02-09 00:05  guy
-
-       * wiretap/network_instruments.c:
-
-         Add extra {} to "avoid ambiguous `else'", to quote the GCC
-         warning that this squelches.
-
-2004-02-09 00:06  guy
-
-       * wiretap/: cosine.c, dbs-etherwatch.c, vms.c:
-
-         Cast the arguments to <ctype.h> macros to "guchar", to squelch
-         "subscript has type `char'" warnings and to make the code work
-         correctly if there are characters with the 8th bit set.
-
-2004-02-09 16:49  jmayer
-
-       * epan/: dfilter/.cvsignore, ftypes/.cvsignore:
-
-         Ignore shared dll stuff
-
-2004-02-09 17:23  jmayer
-
-       * epan/: dfilter/.cvsignore, ftypes/.cvsignore:
-
-         Forgot *.la
-
-2004-02-09 18:22  ulfl
-
-       * help/: Makefile.am, capturing.txt, getting_started.txt:
-
-         two new help pages: getting_started for the very first steps
-         running Ethereal capturing for some explanation how to capture
-         data
-
-2004-02-09 18:23  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         typo fixed
-
-2004-02-09 18:25  ulfl
-
-       * gtk/color_dlg.c:
-
-         minor changes
-
-2004-02-09 18:32  ulfl
-
-       * gtk/toolbar.c:
-
-         bugfix: init the toolbar's Save icons correctly
-
-2004-02-09 19:19  ulfl
-
-       * capture.c:
-
-         bugfix: close capture file again, if empty after capturing (bug
-         appears only, if "update list of packets ..." not used)
-
-2004-02-09 19:36  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix the decoding of BAT ASE elements with
-         more than one octet.
-
-2004-02-10 00:50  jmayer
-
-       * Makefile.am:
-
-         Run make-version.pl on every make (at least with gnu make)
-
-2004-02-10 12:11  jmayer
-
-       * Makefile.am:
-
-         Undo last change for cvsversion.h generation. It causes make to
-         loop on some systems
-
-2004-02-10 18:02  ulfl
-
-       * help/toc:
-
-         added help pages "Getting Started" and "Capturing"
-
-2004-02-10 18:12  ulfl
-
-       * config.nmake:
-
-         making the Modern UI the default
-
-2004-02-10 23:30  guy
-
-       * plugins/: plugin_api_list.c, Xass-list, Xplugin_api.c,
-         Xplugin_api.h, Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "tvb_strsize()".
-
-2004-02-10 23:38  guy
-
-       * AUTHORS, Makefile.common, packet-dcerpc-llb.c,
-         packet-dcerpc-rdaclif.c, packet-dcerpc-rs_attr_schema.c,
-         packet-dcerpc-rs_prop_acl.c, packet-dcerpc-rs_prop_attr.c,
-         packet-dcerpc-rs_prop_pgo.c, packet-dcerpc-rs_prop_plcy.c,
-         packet-dcerpc-rs_pwd_mgmt.c, packet-dcerpc-rs_repmgr.c:
-
-         From Jaime Fournier: add a bunch of DCE RPC stub dissectors.
-
-2004-02-11 00:55  guy
-
-       * Makefile.common, alert_box.c, alert_box.h, file.c,
-         gtk/file_dlg.c, gtk/find_dlg.c, gtk/io_stat.c, gtk/main.c:
-
-         Add a routine to be used to put up alert boxes for invalid
-         display filter expressions; use that in a number of places, so we
-         use the same alert box.  (More work is needed to figure out the
-         right way to handle some other "dfilter_compile()" failures.)
-
-         Use the error message from the display filter as the primary
-         error, as that's the message that tells you what the underlying
-         problem is.  (The GNOME HIG says "In most situations the user
-         should only need the primary text to make a quick decision", so
-         the primary text should tell you what's wrong with the filter,
-         not just that it's invalid.  If there are messages from the
-         display filter code that don't give enough information, or are a
-         bit cryptic, such as "Unexpected end of filter string," those
-         should be fixed in the display filter code.)
-
-         Improve the error used if an empty filter is used for "find
-         frame".
-
-2004-02-11 01:23  guy
-
-       * alert_box.c, alert_box.h, capture.c, file.c, gtk/follow_dlg.c,
-         gtk/print_dlg.c, gtk/proto_draw.c, gtk/rtp_analysis.c,
-         gtk/rtp_stream.c:
-
-         Add an "open_failure_alert_box()" routine to pop up an alert box
-         for a failed attempt to open/create a file.
-
-         Fix one call to pass the right value for the "for_writing" flag.
-
-2004-02-11 01:37  guy
-
-       * alert_box.c, alert_box.h, file.c, gtk/follow_dlg.c,
-         gtk/print_dlg.c, gtk/proto_draw.c, gtk/rtp_analysis.c,
-         gtk/rtp_stream.c:
-
-         Add "write_failure_alert_box()" to put up an alert box for a
-         failed attempt to write to a file (or close a file opened for
-         writing).
-
-         Get rid of no-longer-needed #includes of <epan/filesystem.h>.
-
-2004-02-11 02:02  guy
-
-       * file.c:
-
-         Replace the "cf_XXX_error_message()" routines with
-         "cf_XXX_failure_alert_box()" routines that put the alert box up,
-         and directly call the "alert_box.h" routines for OS errors.
-
-2004-02-11 03:40  guy
-
-       * gtk/simple_dialog.c:
-
-         Give alert boxes an empty title on UN*X and a title of "Ethereal"
-         on Win32, to match the GNOME HIG on UN*X and the Win32 HIG on
-         Windows (or, at least, to approximate the Win32 HIG on Windows).
-
-2004-02-11 03:55  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         Get rid of the "Question" alert box type - rename it to
-         "Confirmation", as that seems to be the name used in the GNOME
-         HIG, at least.  Make it use the Warning icon (that's what the
-         GNOME HIG says - and it's also what's used for the equivalent on
-         Windows), and use it for the "Save current capture?" alert boxes.
-
-2004-02-11 04:17  guy
-
-       * gtk/: Makefile.am, ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, menu.h, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, tap_menu.h, wsp_stat.c:
-
-         Move the declaration of "register_tap_menu_item()" into a new
-         "tap_menu.h" file, and have the Ethereal taps include that rather
-         than "menu.h", so we don't have to worry about making sure we've
-         included <stdio.h> to define FILE, etc. just because some
-         "menu.h" functions require it.
-
-2004-02-11 04:19  guy
-
-       * AUTHORS, Makefile.common, packet-gsm_map.c, gtk/Makefile.common,
-         gtk/gsm_map_stat.c:
-
-         From Michael Lum: add tap for GSM MAP message statistics.
-
-2004-02-11 04:27  guy
-
-       * packet-gsm_map.h:
-
-         From Michael Lum: add tap for GSM MAP message statistics.
-
-2004-02-11 04:28  guy
-
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, smb_stat.c, wsp_stat.c:
-
-         Most taps that now include "tap_menu.h" no longer need to include
-         <stdio.h> to define FILE; get rid of the include.
-
-2004-02-11 04:34  guy
-
-       * AUTHORS, packet-nfs.c:
-
-         From Prabhakar Krishnan: dissect NetApp ONTAP file handles.
-
-2004-02-11 09:19  guy
-
-       * packet-multipart.c, packet-sip.c, range.c, gtk/main.c:
-
-         Cast "char" values to "guchar" before passing them to <ctype.h>
-         macros, so that characters with the 8th bit set don't get
-         sign-extended and cause the macros not to return the right
-         answer.
-
-2004-02-11 09:58  guy
-
-       * Makefile.nmake:
-
-         The top-level Makefile.nmake doesn't yet get all the source files
-         from Makefile.common, so we have to add alert_box.obj to the list
-         of object files for Ethereal.
-
-2004-02-11 20:05  guy
-
-       * AUTHORS, doc/ethereal.pod, wiretap/AUTHORS, wiretap/Makefile.am,
-         wiretap/Makefile.nmake, wiretap/eyesdn.c, wiretap/eyesdn.h,
-         wiretap/file_access.c, wiretap/wtap.h:
-
-         From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.
-
-2004-02-11 20:23  jmayer
-
-       * AUTHORS, Makefile.common, packet-slsk.c, doc/ethereal.pod:
-
-         Christian Wagner: Support for the Soul Seek P2P protocol
-
-2004-02-11 20:30  guy
-
-       * README, doc/editcap.pod, doc/ethereal.pod, doc/mergecap.pod,
-         doc/tethereal.pod:
-
-         Include EyeSDN USB S0 trace files in the list of file formats we
-         read.
-
-2004-02-11 20:47  guy
-
-       * wiretap/libpcap.c:
-
-         Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now;
-         we could probably map it to one of the many different
-         802.11+radio headers, but we should probably just have *one*
-         Wiretap encapsulation for 802.11, with a radiotap-style list of
-         attributes attached to it.
-
-2004-02-11 20:55  guy
-
-       * packet-h225.c:
-
-         From Anders Broman: dissect manufacturer information in
-         "dissect_h225_h221NonStandard()".
-
-2004-02-11 21:20  guy
-
-       * epan/dfilter/: grammar.lemon, semcheck.c:
-
-         Make an existence test of an arbitrary entity syntactically
-         valid, but check, in the semantics-checking phase, that we're
-         testing a field, so that we can give a better message than, for
-         example, "Unexpected end of filter string." for an existence test
-         with a misspelled field name.
-
-2004-02-11 22:52  guy
-
-       * epan/dfilter/: dfilter-int.h, dfilter.c, scanner.l:
-
-         Use -1 rather than 0 as the SCAN_FAILED return value from the
-         lexical analyzer on errors, and check for SCAN_FAILED from the
-         lexical analyzer and abort the parse if we see it; 0 means "end
-         of input", and we want to distinguish errors from end-of-input,
-         so that we can report errors as such.
-
-         If we see end-of-input while parsing a double-quoted string,
-         report the error (missing closing quote).
-
-         Fix the URL for the "Start conditions" section of the Flex
-         manual.
-
-2004-02-12 07:59  ulfl
-
-       * README.win32:
-
-         from Anders Broman: added some tips for compiling with GTK2 and
-         other things
-
-2004-02-12 19:49  guy
-
-       * wiretap/libpcap.c:
-
-         Note that 164 is reserved for Juniper chassis-internal
-         meta-information (DLT_JUNIPER_MONITOR/LINKTYPE_JUNIPER_MONITOR).
-
-         Fix a typo.
-
-2004-02-12 20:47  guy
-
-       * packet-socks.c:
-
-         From Yaniv Kaul: the response to an V5 authentication response is
-         a V5 authentication response, not a V5 command.
-
-         Clean up white space.
-
-2004-02-12 20:58  guy
-
-       * packet-slsk.c:
-
-         From Kendy Kutzner: don't use variable-length arrays, not all C
-         compilers support them.
-
-         Also, use "tvb_memdup()" to make a copy of the compressed data -
-         it's faster, and also checks to make sure the data is actually
-         there (it throws an exception before allocating anything).
-
-2004-02-12 21:04  guy
-
-       * packet-socks.c:
-
-         Eliminate a compiler warning.
-
-         Use "guint8" for 8-bit binary data, and use "%u" to print
-         unsigned values.
-
-2004-02-12 21:25  guy
-
-       * wiretap/eyesdn.c:
-
-         Use "guint8" for 8-bit binary data.
-
-         "file_getc()" returns either an 8-bit unsigned value, or -1 for
-         error or EOF; store its return value into an "int", and check for
-         -1 and return -2, in "esc_read()" (rather than checking
-         "file_error()" at the end).
-
-         Clean up some comments, routine names, and variable names -
-         eyeSDN files are binary, not text.
-
-         In "parse_eyesdn_packet_data()", handle the case of an EOF from
-         "esc_read()".
-
-2004-02-12 22:24  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/color_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/file_dlg.c, gtk/gui_prefs.c,
-         gtk/main.c, gtk/menu.c, gtk/rtp_analysis.c, gtk/rtp_stream.c,
-         gtk/simple_dialog.c:
-
-         The HIG's and/or GUI toolkit documentation for:
-
-                 Mac OS X
-
-                 GNOME
-
-                 Qt
-
-                 KDE
-
-                 Windows
-
-         all indicate that {message,alert} boxes are modal, at least for
-         the window to which they apply.  (Presumably the idea is that not
-         forcing the user to pay attention to the alert box, and allowing
-         more than one alert box to be up for a given window, causes more
-         problems than not letting the user do stuff to that window in
-         order to figure out what the underlying problem is or figure out
-         what to do to fix it - the message should be sufficient, in most
-         if not all cases, to let you know what the problem is.)
-
-         Make "simple_dialog()" unconditionally make the alert box modal,
-         and get rid of ESD_TYPE_MODAL.  XXX - we need to make it possible
-         to make an alert box modal for a given window, rather than just
-         the top-level window.
-
-2004-02-13 00:00  guy
-
-       * gtk/main.c:
-
-         Create only one "About Ethereal" window per process.
-
-2004-02-13 00:00  guy
-
-       * gtk/plugins_dlg.c:
-
-         Create only one "Plugins" window per process.
-
-2004-02-13 00:53  guy
-
-       * gtk/: bootp_stat.c, capture_prefs.c, dcerpc_stat.c, dlg_utils.c,
-         endpoint_talkers_table.c, fc_stat.c, follow_dlg.c,
-         h225_counter.c, h225_ras_srt.c, http_stat.c, io_stat.c,
-         ldap_stat.c, main.c, mgcp_stat.c, packet_win.c, rpc_progs.c,
-         rpc_stat.c, rtp_analysis.c, smb_stat.c, summary_dlg.c,
-         tcp_graph.c, ui_util.c, ui_util.h, wsp_stat.c:
-
-         Add a "window_new()" routine that creates a window of a given
-         type, sets the title, and arranges to set the icon for it.  Use
-         that instead of "gtk_window_new()" and separate calls to set the
-         title and arrange to set the icon.
-
-         Regularize #includes a bit.
-
-         Clean up white space.
-
-2004-02-13 00:56  guy
-
-       * gtk/help_dlg.c:
-
-         The Help window should be a separate top-level window, not a
-         dialog subordinate to the main window - it's a separate top-level
-         window in W2K, Mac OS X, and, I think, both GNOME and KDE.
-
-2004-02-13 01:09  guy
-
-       * epan/resolv.h, gtk/menu.c:
-
-         As noted by Pavel Kankovsky, the "Resolve Name" menu items should
-         be available if *any* forms of name resolution aren't enabled.
-         (Well, actually, it should probably affect only the item the
-         mouse was over when you selected it, and should be available if
-         name resolution for that type of name isn't enabled, but....)
-
-2004-02-13 02:03  guy
-
-       * Makefile.nmake:
-
-         Now that Ethereal *itself* (not just Wiretap) can use libz (the
-         Soulseek dissector can use it), we have to link Ethereal,
-         Tethereal, and dftest with libz, as well as linking Wiretap with
-         it.
-
-         We also probably need to link dftest with the PCRE library, as
-         the display filter code uses PCRE.
-
-2004-02-13 19:15  guy
-
-       * packet-iax2.c:
-
-         From Alastair Maw: fix DTMF and call transfer dissection.
-
-2004-02-13 19:19  guy
-
-       * wiretap/eyesdn.c:
-
-         Get rid of unused variables and #defines.
-
-2004-02-13 19:33  guy
-
-       * packet-h225.c, packet-h245.c:
-
-         From Anders Broman: fix the offsets usd when adding the
-         manufacturer info.
-
-2004-02-14 10:37  obiot
-
-       * doc/README.developer:
-
-         Add a note on white space conventions (tab expansion different
-         from 8 spaces is a Bad Idea).
-
-         Add a note on the new col_append_sep_str() and
-         col_append_sep_fstr() methods.
-
-2004-02-14 11:13  obiot
-
-       * packet-image-jfif.c:
-
-         Update the Info column.
-
-2004-02-14 20:55  guy
-
-       * AUTHORS, packet-prism.c, doc/ethereal.pod:
-
-         From Pavel Kankovsky: fix the name of the channel field in the
-         Prism 802.11 radio header.
-
-2004-02-14 22:25  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Andreas Sikkema's e-mail address.
-
-2004-02-14 22:48  guy
-
-       * packet-h225.c, packet-h245.c, packet-h261.c, packet-rtcp.c,
-         packet-rtp.c, packet-tpkt.c:
-
-         Update Andreas Sikkema's e-mail address.
-
-2004-02-15 07:35  jmayer
-
-       * doc/README.tvbuff:
-
-         Put a prominent note at the top that the actual function
-         descriptions can be found in epan/tvbuff.h
-
-2004-02-16 09:42  sahlberg
-
-       * packet-kpasswd.c:
-
-         Update to kpasswd so that it calls the kerberos dissector to
-         dissect the AP-REQ and KRB-PRIV ans.1 encoded kerberos blobs
-
-         KRB-PRIV (application 21) is not yet supported/handled by the
-         existing kerberos dissector but will be after next release when
-         the new one makes it test run.
-
-2004-02-16 13:30  jmayer
-
-       * AUTHORS, packet-postgresql.c, doc/ethereal.pod:
-
-         Edwin Calo: Extract strings from a postgres datastream
-
-2004-02-16 16:49  jmayer
-
-       * Makefile.common:
-
-         Edwin Calo: Extract strings from a postgres datastream
-
-2004-02-16 18:23  sahlberg
-
-       * packet-h450.c:
-
-         Update to fix the bug reported by Zhao, Allen Weitao using the
-         fix proposed by Tomas Kukosa.
-
-         There were a number of dissect_per_choice() calls where the hf
-         field passed to it were of the wrong type, i.e. not FT_UINT32.
-
-         All these instances have been updated to use FT_UINT32.
-
-2004-02-16 18:31  sahlberg
-
-       * packet-per.c, packet-per.h, plugins/plugin_api_list.c:
-
-         From Tomas Kukosa,  add a PER helper to dissect BITSTRINGS
-
-2004-02-16 18:47  obiot
-
-       * packet-text-media.c:
-
-         Use col_append_sep_str() instead of col_append_str().
-
-2004-02-16 19:00  ulfl
-
-       * gtk/: menu.c, recent.c:
-
-         bugfix: don't write the recent files list in the wrong order to
-         the recent file
-
-2004-02-16 19:07  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         bugfix from greg morris: two help pages were missing
-
-2004-02-16 20:58  guy
-
-       * packet-per.c:
-
-         Squelch a signed vs. unsigned comparison complaint.
-
-2004-02-17 10:03  jmayer
-
-       * packet-postgresql.c:
-
-         Bytes should be read with tvb_get_guint8 instead of _ntohs
-         (spotted by Ulf Lamping)
-
-2004-02-17 14:49  ulfl
-
-       * gtk/: file_dlg.c, main.c, recent.c, recent.h:
-
-         bugfix: use last_open_dir for the recent file, instead of the
-         somewhat duplicated value in the recent struct
-
-2004-02-17 17:48  ulfl
-
-       * file.c:
-
-         fixed dialog box text and some comments
-
-2004-02-18 00:31  jmayer
-
-       * FAQ, make-faq, help/faq.txt:
-
-         Update make-faq to the new URL and the changed internal structure
-           of the FAQ.
-
-         Update the FAQ.
-
-2004-02-18 00:33  jmayer
-
-       * manuf:
-
-         Update manuf
-
-2004-02-18 04:11  jmayer
-
-       * gtk/: gsm_map_stat.c, isup_stat.c:
-
-         Warning fixes:   gsm_map_stat.c: comparison is always false due
-         to limited                range of data type   both: get rid of a
-         "discards qualifier" warning
-
-2004-02-18 04:41  jmayer
-
-       * packet-tds.c:
-
-         Get rid of unused parameter token_sz in function
-         dissect_tds7_results_token
-
-2004-02-18 05:33  guy
-
-       * plugins/rtnet/: moduleinfo.h, packet-rtnet.c:
-
-         From Erwin Rol: update RTnet plugin to the latest spec.
-
-2004-02-18 05:55  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: add a hidden FT_BOOLEAN variable that's
-         present if the interface UUID in a datagram call is unknown.
-
-         Clean up white space a bit.
-
-2004-02-18 06:01  guy
-
-       * packet-ncp.c:
-
-         From Greg Morris: don't use a global variable to track whether
-         packets are signed, attach to conversations a "packets are
-         signed" flag.
-
-2004-02-18 06:08  guy
-
-       * packet-dcerpc-fldb.c:
-
-         From Jaime Fournier: updates to the FLDB dissector.
-
-2004-02-18 06:42  guy
-
-       * AUTHORS, packet-ip.c, doc/ethereal.pod:
-
-         From Nick Black: the 0x8000 bit in the flags field is *NOT* a
-         "congestion" bit for ECN.  Show it as a reserved bit.
-
-         Put semicolons, not commas, at the end of the calls to put flags
-         field bits into the protocol tree.
-
-2004-02-18 06:51  guy
-
-       * packet-clnp.c:
-
-         Register the COTP dissector for the IP protocol IP_PROTO_TP, for
-         TP4-over-IP.
-
-2004-02-18 07:14  guy
-
-       * AUTHORS, packet-q931.c, doc/ethereal.pod:
-
-         From Rolf Fiedler: German ISDN carriers don't supply the seconds
-         in the date/time IE, so support IE lengths of 5 (no seconds) or 6
-         (includes seconds).
-
-         Merge the two AUTHORS and man page entries for him.
-
-2004-02-18 07:27  guy
-
-       * packet-postgresql.c:
-
-         Use "tvb_get_string()" to get counted strings.
-
-2004-02-18 07:56  guy
-
-       * packet-ieee80211.c:
-
-         From Pavel Kankovsky: deal with yet another gross non-standard
-         802.11 encapsulation by bridges - this one stuffs a complete
-         Ethernet frame into the payload of a data frame.
-
-2004-02-18 09:10  sahlberg
-
-       * packet-iscsi.c:
-
-         update iscsi so that we can also measure the time between request
-         and response for those transactions where we have phase collaps
-         (no explicit response PDU, status embedded inside the last DataIn
-         PDU)
-
-2004-02-18 09:58  guy
-
-       * packet-q931.c:
-
-         Newlines don't belong in format strings for the "proto_tree_add"
-         routines.
-
-2004-02-18 10:11  guy
-
-       * packet-cops.c, packet-gprs-ns.c, packet-ismp.c, packet-q933.c,
-         packet-trmac.c:
-
-         Newlines don't belong in format strings for the "proto_tree_add"
-         routines.
-
-2004-02-18 14:30  jmayer
-
-       * packet-iax2.c:
-
-         Alastair Maw: Fix retransmissions
-
-2004-02-18 19:44  ulfl
-
-       * packet-dcerpc.c:
-
-         using G_MAXFLOAT and G_MAXDOUBLE, DCERPC is talking about a
-         response, not a reply
-
-2004-02-18 20:43  guy
-
-       * packet-q931.c:
-
-         From Tomas Kukosa:
-
-            - display the type of segmented message in the info column
-            - don't dissect the last IE in the 1st segment if it is
-         incomplete
-            - don't dissect IEs in following segments as segment
-         boundaries
-              usually don't IE boundaries
-
-2004-02-18 20:45  gerald
-
-       * plugins/asn1/Makefile.nmake, Makefile.nmake,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi:
-
-         From Lars Roland: Add support for a combined GTK1/2 Windows
-         installer.
-
-2004-02-18 20:55  guy
-
-       * packet-sip.c:
-
-         From Martin Mathieson: make the top-level SIP item include the
-         message body, as that's included in the SIP tree.
-
-2004-02-19 00:28  gerald
-
-       * config.nmake, configure.in, epan/configure.in:
-
-         Bump the version to 0.10.1.
-
-2004-02-19 00:29  gerald
-
-       * packet-fc.c, packet-fcip.c:
-
-         From Dinesh Dutt:     - Add FCIP to the list of protocols that
-         can be selected from "Decode As"     - Add an indicator for EISL
-         header in FC frames.
-
-
-
-
-2003-12-13 00:38  gerald
-
-       * Makefile.am:
-
-         Add packet-isup.h as well.
-
-2003-12-13 00:22  gerald
-
-       * Makefile.am:
-
-         Add packet-ansi_map.h to the distribution.
-
-2003-12-12 23:47  obiot
-
-       * packet-smpp.c:
-
-         Always dissect a sm_submit otherwise reassembly of short messages
-         does not work.
-
-2003-12-12 23:35  obiot
-
-       * packet-wbxml.c:
-
-         Move info column update code outside of if (tree).
-
-2003-12-12 23:23  guy
-
-       * packet-dns.c:
-
-         Add some checks to make sure we're not running past the end of
-         the RR we're dissecting.  (Some RR's still don't do that check,
-         as they don't maintain an "rr_len" variable, and as
-         "get_dns_name()" doesn't do any length checking.)
-
-         That obviates the need for having "compute_key_id()" check the
-         length, as we won't even get to calling it if the RR is too
-         short.  Have it still do a check for sanity, but just abort if
-         the check fails, and have it return -1 if the algorithm is
-         unsupported.
-
-         Don't bother processing T_CERT RRs if we're not building a
-         protocol tree, don't fetch data from a T_CERT RR until we put it
-         into the tree, and fix the bug that change found, namely that we
-         were using the wrong variable in the "val_to_str()" call for the
-         certificate type.
-
-2003-12-12 22:19  guy
-
-       * packet-ses.c, packet-ses.h:
-
-         From Yuriy Sidelnikov: if the first SPDU in a TSDU has a type of
-         1 or 2, treat it specially - a type of 1 means GIVE_TOKENS, not
-         DATA_TRANSFER, in that case.
-
-2003-12-12 21:17  guy
-
-       * packet-pim.c:
-
-         From Hannes Gredler:
-
-                 display the PIM hello option values in brackets after the
-         option
-                 name;
-
-                 in the LAN prune delay option dissector:
-
-                         put the top-level item for the option into the
-         PIM
-                         options tree rather than the PIM main tree;
-
-                         calculate the correct LAN prune delay and display
-         it in
-                         units of milliseconds;
-
-                         calculate the correct override interval and
-         display it
-                         in units of milliseconds;
-
-                         fix the offset and length calculation.
-
-2003-12-12 19:55  guy
-
-       * AUTHORS, packet-ansi_a.c, packet-ansi_a.h, packet-ansi_map.c,
-         packet-ansi_map.h, packet-isup.c, packet-isup.h, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/ansi_map_stat.c, gtk/isup_stat.c:
-
-         From Michael Lum:
-
-                 Fix point code display.
-
-                 Add taps for ANSI MAP and ISUP statistics.
-
-2003-12-12 16:06  gerald
-
-       * README.win32:
-
-         Switch from gettext 0.13 to 0.12.1.
-
-2003-12-12 02:50  gerald
-
-       * gtk/: dlg_utils.c, main.c:
-
-         In "dlg_window_new()" check to see if "top_level" has been
-         initialized, as is the case for the spawned capture process.
-
-2003-12-11 21:23  ulfl
-
-       * packet-afp.c, packet-bssap.c, packet-cops.c, packet-esis.c,
-         packet-gsm_sms.c, packet-isakmp.c, packet-osi-options.c,
-         gtk/dcerpc_stat.c, plugins/docsis/packet-tlv.c,
-         plugins/docsis/packet-vendor.c, wiretap/erf.c,
-         wiretap/lanalyzer.c:
-
-         prevent MSVC warning: "warning C4761: Größenkonflikt im Argument.
-         Konvertierung vorgenommen" -> size conflict in argument,
-         conversion done
-
-2003-12-11 18:38  guy
-
-       * packet-dns.c:
-
-         Have "compute_key_id()" return different values for different
-         errors, and have its caller put an entry into the tree for "we
-         don't support the algorithm" (the "RR too short" error is a
-         "can't happen").
-
-2003-12-11 18:37  guy
-
-       * epan/configure.in:
-
-         Add "/usr/local/include" in case the PCRE header file is there.
-
-2003-12-11 08:54  ulfl
-
-       * packet-dns.c:
-
-         replaced type u_int32_t by glib's guint32 (to satisfy MSVC)
-
-2003-12-11 01:13  guy
-
-       * tethereal.c:
-
-         Fix a typo.
-
-2003-12-10 23:21  gerald
-
-       * README.win32, packaging/nsis/ethereal.nsi:
-
-         Update the Windows environment to GLib 2.2.3 and GTK+
-         1.3.0-20030717.  This requires replacing libintl-1.dll from the
-         libintl package (which is no longer used) with intl.dll from
-         intl.dll from the gettext package.
-
-2003-12-10 22:52  gram
-
-       * print.c:
-
-         Analyzer's PDML will be changed to start the packet offset (the
-         "pos" field) at 0 instead of 1. This works better for Ethereal,
-         as our offsets start at 0. Change the "geninfo" pseudo-protocol
-         to use pos="0" instead of pos="1".
-
-2003-12-10 22:38  obiot
-
-       * epan/dfilter/Makefile.nmake:
-
-         PCRE support requires $(PCRE_CFLAGS) in CFLAGS.
-
-2003-12-10 22:27  obiot
-
-       * tap-wspstat.c:
-
-         WSP status code is hexadecimal.
-
-2003-12-10 21:50  gerald
-
-       * config.nmake, configure.in, epan/configure.in:
-
-         Bump the version to 0.10.0.  It could be (and has been) argued
-         that the last release should have been 0.10.0.
-
-2003-12-10 21:21  guy
-
-       * gtk/gsm_a_stat.c:
-
-         Oops, I checked the wrong tap into CVS somehow.
-
-2003-12-10 21:12  gerald
-
-       * epan/ftypes/: ftypes-int.h, ftypes.h:
-
-         Make the _pcre_tuple_t struct internal.
-
-2003-12-10 19:35  guy
-
-       * packet-dns.c:
-
-         From David Fort: compute and display the key ID in a DNS KEY RR,
-         if possible.
-
-2003-12-10 19:26  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: add CIC to Info column.
-
-2003-12-10 19:21  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-igap.c,
-         packet-igap.h, packet-igmp.c:
-
-         From Akira Endoh: IGAP support.
-
-2003-12-10 19:21  guy
-
-       * packet-isakmp.c:
-
-         Squelch a compiler warning.
-
-2003-12-10 19:05  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         added some more uninstall info and offering only removal of
-         program (instead of modify/repair)
-
-2003-12-10 10:47  guy
-
-       * packet-isakmp.c:
-
-         Check whether the packet length is less than the length of the
-         packet header, and give up if it is.
-
-2003-12-09 23:45  obiot
-
-       * gtk/tcp_graph.c:
-
-         Mark parameter data as unused in callback_create_help().
-
-2003-12-09 23:15  obiot
-
-       * epan/ftypes/Makefile.nmake:
-
-         Internal PCRE field type for efficient RE parsing in dfilters.
-
-2003-12-09 23:02  obiot
-
-       * epan/: ftypes/Makefile.am, ftypes/ftype-pcre.c,
-         ftypes/ftype-string.c, ftypes/ftypes.c, ftypes/ftypes.h,
-         dfilter/semcheck.c:
-
-         Internal PCRE field type for efficient RE parsing in dfilters.
-
-2003-12-09 22:41  ulfl
-
-       * file.c, gtk/main.h, gtk/menu.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:27  ulfl
-
-       * print.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:21  ulfl
-
-       * print.h, tethereal.c, gtk/print_dlg.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:04  ulfl
-
-       * print.h:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 18:49  guy
-
-       * Makefile.am, Makefile.nmake, packet-gsm_a.c, packet-gsm_a.h,
-         tap-ansi_astat.c, tap-gsm_astat.c, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/ansi_a_stat.c, gtk/gsm_a_stat.c:
-
-         From Michael Lum:
-
-                 new taps for GSM A-interface;
-
-                 fixes for ANSI A-interface taps.
-
-2003-12-09 06:48  guy
-
-       * column.c, column.h, file.c, ui_util.h, epan/column-utils.c,
-         epan/column_info.h, gtk/main.c, gtk/packet_list.c:
-
-         Don't automatically size the columns - that's expensive in large
-         captures, as it has to compute the width of an auto-resizing
-         column in every row.  Just pick fixed widths for the columns (and
-         tune the width of the "Protocol" column so that it's not narrower
-         than the column title).
-
-2003-12-09 05:56  gram
-
-       * tethereal.c, doc/README.xml-output, doc/tethereal.pod,
-         tools/msnchat:
-
-         -Tpdml and -Tps force -V. Thus, -V is no longer required when
-         using -Tpdml.  Eventually, -Tps will not force -V, and will print
-         summaries when -V is not selected. However, work still has to be
-         done there.
-
-2003-12-09 05:10  guy
-
-       * packet-radius.c:
-
-         Add a new attribute type RADIUS_IP6_ADDRESS for IPv6 addresses.
-
-         Put in a note explaining the enum for those types.
-
-         From Rui Carmo: add all 3GPP VSA's.
-
-2003-12-09 05:06  guy
-
-       * epan/: resolv.c, to_str.c, to_str.h:
-
-         Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
-
-2003-12-09 00:52  guy
-
-       * packet-ansi_637.c:
-
-         From Michael Lum: fix incorrect switch values which resulted in
-         NULL strings being passed to ..._add_text().
-
-2003-12-09 00:12  guy
-
-       * packet-tcp.c:
-
-         As per Didier Gautheron, dissect TCP options regardless of
-         whether we're building a protocol tree, so the Info column is set
-         correctly.
-
-2003-12-08 23:40  guy
-
-       * packet-alcap.c, packet-ansi_637.c, packet-ansi_683.c,
-         packet-ansi_a.c, packet-ansi_map.c, packet-gsm_a.c,
-         packet-gsm_map.c, packet-gsm_sms.c, epan/to_str.c, epan/to_str.h:
-
-         Get rid of the private "my_decode_bitfield_value()" a number of
-         dissectors had.  Instead, rename it
-         "other_decode_bitfield_value()", put it in "epan/to_str.c", and
-         make "decode_bitfield_value()" use it.
-
-2003-12-08 22:28  guy
-
-       * Makefile.nmake:
-
-         Add a "doc" target, as per Ulf Lamping's comment.
-
-2003-12-08 22:24  guy
-
-       * doc/ethereal-filter.pod.template:
-
-         Note the types of fields for which the "contains" operator is
-         available.
-
-         Always capitalize the names "Ethereal" and "Tethereal" (we don't
-         capitalize the command names, however, as they're
-         all-lower-case).
-
-         Note that you can find out from the GUI whether Ethereal was
-         built with the PCRE library or not.
-
-         Fix a typo.
-
-2003-12-08 21:57  guy
-
-       * print.c:
-
-         "proto_construct_dfilter_string()" can return a null pointer,
-         e.g. for protocol tree fields that don't have values and that are
-         zero-length.
-
-         Combine the "if (fi->hfinfo->type != FT_PROTOCOL && fi->length >
-         0)" stuff to show the raw value into the previous "if".
-
-2003-12-08 21:36  guy
-
-       * AUTHORS, packet-mtp3.c, packet-mtp3.h, packet-sccp.c,
-         epan/packet_info.h, epan/to_str.c:
-
-         From Michael Lum: support an AT_SS7PC address type for SS7 point
-         codes, and set the direction in pinfo for SS7 packets based on
-         source and destination addresses.
-
-2003-12-08 20:58  guy
-
-       * packet-dcerpc.c:
-
-         From Jamie Fournier: don't show UNKUUID information for fragments
-         for known dissectors.
-
-2003-12-08 20:50  guy
-
-       * packet-srvloc.c:
-
-         From Greg Morris: ecode the attribute structure instead of
-         reporting a really long undecoded string.
-
-2003-12-08 20:43  guy
-
-       * packaging/nsis/ethereal.nsi:
-
-         From Lars Roland: fix a typo.
-
-2003-12-08 20:42  guy
-
-       * packaging/nsis/Makefile.nmake:
-
-         From Lars Roland: fix the NSIS Makefile to handle PCRE.
-
-2003-12-08 20:40  guy
-
-       * packet-isis-clv.c, packet-isis-clv.h, packet-isis-hello.c,
-         packet-isis-hello.h, packet-isis-lsp.c, packet-isis-lsp.h,
-         packet-isis-snp.c, packet-isis-snp.h:
-
-         From Hannes Gredler:
-
-         - unify the IS-IS CLV space   IS-IS uses a unified CLV space
-         across all Level and PDU Types   there is no need to define PDU-
-         and Level- Specific CLV   Types;
-
-         - clean up Authentication CLV   TLV #10 is the official supported
-         TLV for carrying authentication   information- todays code
-         displays TLV #10 as non-standard which   is wrong;   also the
-         notion of "Domain" "Authentication" and "Link" password   has
-         disappeared from contemporary routing SW;
-
-         - add IP Authentication CLV dissector   this CLV is depreciated -
-         however it is using different semantics   than TLV #10 so we need
-         a dedicated dissector;
-
-         - add Checksum CLV dissector   add support for RFC 3358 Checksum
-         CLVs   majority of code re-used from the LSP checksum
-         verification   dissector.
-
-2003-12-08 20:37  obiot
-
-       * packet-wsp.c, packet-mmse.c, packet-wbxml.c:
-
-         Get rid of the integer media type dissector table in WSP, WBXML
-         and MMSE.
-
-2003-12-08 20:36  guy
-
-       * packet-dsi.c:
-
-         From Didier Gautheron: check packet format in get_dsi_pdu_len.
-
-2003-12-08 20:36  guy
-
-       * packet-afp.c:
-
-         From Didier Gautheron: add offset and size parameters in info
-         colum for read and write commands.
-
-2003-12-08 20:25  guy
-
-       * packet-sip.c:
-
-         From Anders Broman:
-
-                 Call subdissectors regardless of whether we're building a
-                 protocol tree or not.
-
-                 Use the "media_type" dissector table to hand off to
-                 subdissectors, rather than wiring in SDP.
-
-                 Put the message body into a subtree of the SIP tree
-         rather than
-                 at the top level.
-
-2003-12-08 19:25  ulfl
-
-       * gtk/menu.c:
-
-         moved "File->Save Highlighted Data" to "File->Export->Raw Packet
-         Data"
-
-2003-12-08 17:54  ulfl
-
-       * doc/ethereal.pod:
-
-         updated to reflect the menu redesign changes
-
-2003-12-08 17:49  ulfl
-
-       * gtk/menu.c:
-
-         removed seperator between the two print menuitems
-
-2003-12-07 19:09  obiot
-
-       * AUTHORS:
-
-         Update address of Johan Feyaerts. Dfilter matches operator.
-
-2003-12-07 18:32  obiot
-
-       * doc/ethereal-filter.pod.template:
-
-         Clarify dfilter syntax (mainly the implicit exists operator), add
-         subsections in syntax section, add description of new "contains"
-         operator (and inform that it is only available if libpcre has
-         been linked in).
-
-2003-12-07 18:09  obiot
-
-       * packet-mmse.c, packet-wbxml.c, packet-wsp.c:
-
-         Remove the literal WSP content type dissector table, and replace
-         it with the "media_type" table defined in the HTTP dissector.
-
-2003-12-07 09:43  oabad
-
-       * gtk/main.c:
-
-         Update various set_menu_object_data() calls to reflect recent
-         menu hierarchy changes. This avoids a crash when selecting "Folow
-         TCP stream" from the "Analyze" menu.
-
-2003-12-07 03:46  guy
-
-       * packet-sdp.c:
-
-         Register the SDP dissector with the media_type dissector table
-         with its media type.
-
-2003-12-07 03:34  guy
-
-       * packet-http.c:
-
-         Use a cleanup handler to free the Content-Type header value, so
-         it gets freed even if we throw an exception after processing the
-         Content-Type header but before we call a subdissector.
-
-2003-12-07 03:21  guy
-
-       * packet-http.c:
-
-         Change the name of the variable holding the dissector table
-         pointer to match the previous checkin.
-
-2003-12-07 03:17  guy
-
-       * packet-http.c, packet-mmse.c:
-
-         Rename the "http.content_type" dissector table to "media_type",
-         as it's for use in any dissector that uses Internet media types.
-
-2003-12-07 02:42  guy
-
-       * packet-nt-sonmp.c:
-
-         Only check the destination address if it's AT_ETHER; otherwise,
-         there's no guarantee that "data[5]" exists or can be interpreted
-         in that fashion.
-
-2003-12-07 02:26  guy
-
-       * packet-ssl.c:
-
-         From Devin Heitmueller: include the AES ciphersuites from RFC
-         3268.
-
-2003-12-07 02:23  guy
-
-       * doc/tethereal.pod:
-
-         Put the "-V" flag in boldface, so pod2man doesn't whine.
-
-2003-12-07 00:04  gerald
-
-       * Makefile.nmake, README.win32, config.h.win32, config.nmake,
-         epan/Makefile.nmake, epan/config.h.win32,
-         epan/ftypes/Makefile.nmake, packaging/nsis/ethereal.nsi:
-
-         Add PCRE support to the Windows build.
-
-2003-12-06 19:26  oabad
-
-       * packet-nt-sonmp.c:
-
-         Check if pinfo->dl_dst.data is not NULL before accessing the data
-         (it was NULL in one of my "linux cooked" captures which contains
-         no destination address).
-
-2003-12-06 19:14  jmayer
-
-       * packet-mtp3mg.c:
-
-         Declaration included the line above
-
-2003-12-06 16:35  gram
-
-       * Makefile.am, acinclude.m4, configure.in, util.c,
-         epan/acinclude.m4, epan/configure.in, epan/dfilter/dfvm.c,
-         epan/dfilter/dfvm.h, epan/dfilter/gencode.c,
-         epan/dfilter/grammar.lemon, epan/dfilter/scanner.l,
-         epan/dfilter/semcheck.c, epan/dfilter/sttype-test.c,
-         epan/dfilter/sttype-test.h, epan/ftypes/ftype-bytes.c,
-         epan/ftypes/ftype-double.c, epan/ftypes/ftype-integer.c,
-         epan/ftypes/ftype-ipv4.c, epan/ftypes/ftype-none.c,
-         epan/ftypes/ftype-string.c, epan/ftypes/ftype-time.c,
-         epan/ftypes/ftype-tvbuff.c, epan/ftypes/ftypes.c,
-         epan/ftypes/ftypes.h:
-
-         From Olivier Biot
-
-         New "matches" operater in display filter language. Uses PCRE.
-
-         If a "matches" operator is found in a dfilter while libpcre has
-         not been used to build the binary, then an exception is thrown
-         after using dfilter_fail() to set an apporporiate error message.
-
-2003-12-06 06:22  gram
-
-       * epan/Makefile.am:
-
-         slab.h needs to be in libethereal_a_SOURCES
-
-2003-12-06 06:09  gram
-
-       * Makefile.am, packet-frame.c, packet-frame.h, print.c, print.h,
-         tethereal.c, doc/README.xml-output, doc/tethereal.pod,
-         epan/proto.c, epan/proto.h, tools/EtherealXML.py,
-         tools/Makefile.am, tools/msnchat:
-
-         Add the ability to print packet dissections in PDML (an XML-based
-         format) to tethereal. It could be added to Ethereal, but the GUI
-         changes to allow the user to select PDML as a print format have
-         not been added.
-
-         Provide a python module (EtherealXML.py) to help parse PDML.
-
-         Provide a sample app (msnchat) which uses tethereal and
-         EtherealXML.py to reconstruct MSN Chat sessions from packet
-         capture files. It produces a nice HTML report of the chat
-         sessions.
-
-         Document tethereal's PDML and EtherealXML.py usage in
-         doc/README.xml-output
-
-         Update tethereal's manpage to reflect the new [-T pdml|ps|text]
-         option
-
-2003-12-06 04:05  guy
-
-       * file.c, ui_util.h, gtk/packet_list.c:
-
-         From Jeff Morriss: avoid at least some N^2 behavior when changing
-         the time stamp format.
-
-2003-12-05 22:33  guy
-
-       * packet-ccsds.c:
-
-         "hf_ccsds_secheader" is an FT_BOOLEAN; use
-         "proto_tree_add_boolean()" for it.
-
-2003-12-05 16:00  gerald
-
-       * Makefile.nmake, README.win32, config.nmake:
-
-         Switch over to Net-SNMP 5.1.  A ZIP file of the Net-SNMP 5.1
-         sources plus a static Windows library (netsnmp.lib) has been
-         placed at
-
-             http://www.ethereal.com/distribution/win32/development/
-
-         The Net-SNMP documentation recommends against using a DLL at the
-         present time.
-
-2003-12-05 09:34  guy
-
-       * packet-sdp.c:
-
-         We have to parse the SDP packet even if we're not building a
-         protocol tree, as we might be setting up a conversation.
-
-2003-12-05 09:33  guy
-
-       * packet-isup.c:
-
-         Subdissectors must be called regardless of whether a protocol
-         tree is being built.
-
-2003-12-05 09:25  guy
-
-       * plugins/mgcp/packet-mgcp.c:
-
-         Subdissectors must be called regardless of whether a protocol
-         tree is being built.
-
-2003-12-04 22:37  guy
-
-       * plugins/asn1/Makefile.am:
-
-         From some reason, at least on Mac OS X 10.3, the change to have
-         the protocol tree stuff not use GNodes means that the ASN.1
-         plugin now needs to be explicitly linked against GLib in order to
-         get access to the GNode routines, otherwise you get errors from
-         the run-time linker.
-
-2003-12-04 19:53  guy
-
-       * epan/: proto.c, proto.h:
-
-         It turns out the protocol tree parent link was used, so we need
-         it in our new scheme.
-
-2003-12-04 10:59  guy
-
-       * file.c, print.c, proto_hier_stats.c, tap-protohierstat.c,
-         epan/proto.c, epan/proto.h, gtk/proto_draw.c, gtk/rtp_analysis.c:
-
-         Don't use GNodes for the protocol tree, put the sibling pointer,
-         and pointers to the first *and* last child, in the "proto_node"
-         structure itself.  That saves us one level of indirection and
-         memory allocation, and lets us append to a tree by appending to
-         the last child directly, rather than having to scan through the
-         list of siblings of the first child to find the end of that list.
-
-2003-12-04 08:15  sahlberg
-
-       * packet-kerberos.c:
-
-         update to kerberos
-
-         if the kerberos blob contains a krb error, print the error string
-         to COL_INFO
-
-2003-12-04 08:13  sahlberg
-
-       * packet-ldap.c:
-
-         update to ldap.
-
-         some implementations specify GSSAPI in the bind call.  the
-         encapsulation seems to be the same as GSS-SPNEGO so handle it the
-         same way
-
-2003-12-04 06:02  gram
-
-       * packet-wsp.c:
-
-         Add {0, NULL} to the vals_wsp_reason_codes value_string array.
-
-2003-12-04 05:59  gram
-
-       * packet-wlancap.c:
-
-         Add {0, NULL} to all the value_string arrays.
-
-2003-12-04 05:57  gram
-
-       * packet-socks.c:
-
-         Add {0, NULL} to the reply_table_v5 value_string array.
-
-2003-12-04 05:55  gram
-
-       * packet-ldp.c:
-
-         ldp.msg.tlv.returned.msg.ubit needs to be an FT_BOOLEAN field,
-         not an FT_UINT8, since it is using a true_false_string struct to
-         print its values.  Add {0, NULL} to the fec_vc_interfaceparm
-         value_string array.
-
-2003-12-04 05:47  gram
-
-       * packet-isup.c:
-
-         Add {0, NULL} to the isup_Pass_on_not_possible_indicator_vals and
-         ISUP_Broadband_narrowband_interworking_indicator_vals
-         value_string arrays.
-
-2003-12-04 05:40  gram
-
-       * packet-fcswils.c:
-
-         Add {0, NULL} to end of fc_swils_rscn_addrfmt_val value_string
-         array.
-
-2003-12-04 05:38  gram
-
-       * packet-fcip.c:
-
-         Add {0, NULL} to end of fcencap_proto_vals value_string array.
-
-2003-12-04 00:45  guy
-
-       * filters.c, filters.h, gtk/dcerpc_stat.c,
-         gtk/endpoint_talkers_table.c, gtk/fc_stat.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/h225_counter.c, gtk/h225_ras_srt.c,
-         gtk/ldap_stat.c, gtk/mgcp_stat.c, gtk/prefs_dlg.c,
-         gtk/rpc_stat.c, gtk/service_response_time_table.c,
-         gtk/smb_stat.c:
-
-         In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *";
-         assign its value to pointer-to-const variables.
-
-2003-12-03 23:54  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-gsm_map.c,
-         doc/ethereal.pod:
-
-         From Felix Fei: GSM MAP support.
-
-         From Michael Lum:
-
-                 Modified for better TCAP separation, fixed EOC handling
-         (a la
-                 TCAP).
-
-                 Added parameter parsing (although not dissection or
-         naming).
-
-2003-12-03 23:46  guy
-
-       * AUTHORS, packet-ansi_a.c, packet-ansi_a.h, tap-ansi_astat.c,
-         gtk/Makefile.am, gtk/Makefile.nmake, gtk/ansi_a_stat.c:
-
-         From Michael Lum: Ethereal tap for ANSI A-interface.
-
-         Tweak some Makefile.nmake whitespace.
-
-2003-12-03 22:50  guy
-
-       * packet-mtp2.c, packet-mtp3.c:
-
-         From Jeff Morriss: add support for WTAP_ENCAP_MTP2 and
-         WTAP_ENCAP_MTP3.
-
-2003-12-03 22:40  guy
-
-       * wiretap/: AUTHORS, libpcap.c, wtap.c, wtap.h:
-
-         From Jeff Morriss: add support for libpcap MTP2 and MTP3
-         captures.
-
-         Add a missing entry in "encap_table[]" for Bluetooth H4, and fix
-         some comments.
-
-2003-12-03 20:01  guy
-
-       * packet-bootp.c:
-
-         From Greg Morris: handle the backwards compatibility flag for
-         options 78 and 79.
-
-2003-12-03 19:59  guy
-
-       * gtk/menu.c:
-
-         From Greg Morris: the "File->Save Highlighted" menu item has no
-         icon, so don't use "ITEM_FACTORY_STOCK_ENTRY()" for it.
-
-2003-12-03 19:47  guy
-
-       * wiretap/airopeek9.c:
-
-         "strtoul()" returns a "long", not a "long long".
-
-2003-12-03 10:14  sahlberg
-
-       * epan/tvbuff.c:
-
-         Replace two expensive macros with a much simpler mechanism to
-         prevent memory leaks due to exceptions.
-
-         makes my tethereal testcase ~1% faster.
-
-2003-12-03 09:50  sahlberg
-
-       * epan/: proto.c, tvbuff.c, tvbuff.h:
-
-         performance update
-
-         replace tvb_raw_offset() which is essentially a simple assignment
-         and which is called a lot with a macro.
-
-         this makes my tethereal testcase 2-3% faster.
-
-2003-12-03 09:28  guy
-
-       * packet-ncp2222.inc, print.c, proto_hier_stats.c,
-         tap-protohierstat.c, epan/proto.c, epan/proto.h,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h, gtk/main.c,
-         gtk/menu.c, gtk/prefs_dlg.c, gtk/rtp_analysis.c:
-
-         The "ptr_u" unions no longer have a "next" pointer - they now
-         just have one member - or have one that's not used, so get rid of
-         those unions.
-
-2003-12-03 08:53  guy
-
-       * epan/: proto.c, proto.h, slab.h, ftypes/ftypes.c,
-         ftypes/ftypes.h:
-
-         Instead of requiring slab-allocated structures to have a "next"
-         pointer, when adding them to the free list, cast the pointer to
-         the structure to a pointer to a "freed_item_t" which contains the
-         "next" pointer.
-
-         This reduces the memory requirement for some of those structures,
-         and leaves us free to slab-allocate structures that have a "next"
-         pointer for other reasons.
-
-2003-12-03 08:43  sahlberg
-
-       * packet-smb.c:
-
-         Update to SMB ReadAndX replies.
-
-         There might be a 4 (not 2) byte datalen high field.  If there is
-         no such field (due to an early dialect being used) these bytes
-         are often 0xff.  If these four bytes are all 0xff    dont display
-         them in the tree.
-
-2003-12-03 07:46  guy
-
-       * README.linux:
-
-         Bring it up to date.
-
-2003-12-02 23:14  guy
-
-       * file.c, tethereal.c, epan/column-utils.c, epan/column_info.h,
-         gtk/main.c:
-
-         From Didier Gautheron: for each column format type, save the
-         first and last columns, if any, with that format, and use that to
-         speed up processing of columns with a particular format and
-         checking whether we're displaying a column with a particular
-         format.
-
-2003-12-02 21:15  guy
-
-       * packet-ncp2222.inc, packet-smb-sidsnooping.c, tap-iostat.c,
-         epan/proto.c, epan/proto.h, epan/dfilter/dfvm.c,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h, gtk/io_stat.c,
-         gtk/main.c, gtk/rtp_analysis.c:
-
-         From Didier Gautheron: put an "fvalue_t" structure into a
-         "field_info" structure, rather than separately allocating
-         "fvalue_t"s and having the "field_info" structure point to them -
-         this appears to speed up protocol tree construction a bit.
-
-2003-12-02 20:27  guy
-
-       * wiretap/airopeek9.c:
-
-         Check for errors and EOF, and handle them appropriately; don't
-         treat all errors when reading the header as indications that the
-         file isn't an AiroPeek V9 file.
-
-         Put in comments nothing some additional checks we should do.
-
-2003-12-02 19:37  guy
-
-       * AUTHORS, doc/ethereal.pod, wiretap/AUTHORS, wiretap/Makefile.am,
-         wiretap/Makefile.nmake, wiretap/airopeek9.c, wiretap/airopeek9.h,
-         wiretap/file_access.c, wiretap/wtap.h:
-
-         From Martijn Schipper: support for reading AiroPeek files in V9
-         capture file format (AiroPeek 2.x).
-
-2003-12-02 18:50  guy
-
-       * packet-tpkt.c:
-
-         Tomas Kukosa noted that the TPKT dissector spends a significant
-         amount of time in "find_protocol_by_id()"; the protocol_t pointer
-         for a protocol doesn't change over time, so get that pointer when
-         the protocol is registered and save it.
-
-2003-12-02 18:35  guy
-
-       * packet-isakmp.c:
-
-         From Yaniv Kaul:
-
-                 1) fix description of Check Point version 5004;
-
-                 2) add description of Check Point version 5005.
-
-2003-12-02 10:23  sahlberg
-
-       * epan/: proto.c, tvbuff.c, tvbuff.h:
-
-         Move the definition of the tvbuff_t structure and friends to
-         tvbuff.h so that we can change tvb_get_ds_tvb() into a macro.
-
-         This function was a single line assignment and was called a lot.
-
-         This made tethereal ~2.5% faster in one testcase I use.
-
-2003-12-02 09:47  sahlberg
-
-       * epan/: proto.c, ftypes/ftypes.c, ftypes/ftypes.h:
-
-         Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t
-         data
-
-2003-12-02 09:11  sahlberg
-
-       * epan/: proto.c, slab.h:
-
-         Moving SLAB_ALLOC and SLAB_FREE to its own header file
-
-2003-12-02 09:05  guy
-
-       * AUTHORS, packet-isakmp.c, doc/ethereal.pod:
-
-         From Arnaud Jacques: fix a typo, and handle another CheckPoint
-         version number.
-
-2003-12-02 06:06  guy
-
-       * packet-fcfzs.c:
-
-         From Dave Sclarsky:
-
-                 Correct several problems with zoneset decodes (e.g.  the
-         zoneset
-                 and zone name lengths do *not* include the pad bytes, so
-         the
-                 offset calculation needed to be fixed).
-
-                 Move the decode of zoneset name into the routine
-                 "dissect_fcfzs_zoneset", so that it is done in only one
-         place.
-
-2003-12-02 05:53  guy
-
-       * packet-ses.c:
-
-         Don't call the presentation layer dissector if we don't have a
-         handle for it.
-
-2003-12-02 02:58  guy
-
-       * packet-bssap.c, packet-tcap.c:
-
-         From Michael Lum: don't register the handoff routine for
-         dissectors as a preference change callback if the ports they
-         register on aren't preferences.
-
-2003-12-01 23:41  guy
-
-       * epan/value_string.c, epan/value_string.h,
-         plugins/plugin_api_list.c, plugins/Xass-list,
-         plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
-
-         From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()",
-         which is like "decode_enumerated_bitfield()" but handles
-         value_string tables containing values as they appear in the
-         bitfield rather than as they appear in the item containing the
-         bitfield.
-
-2003-12-01 23:26  guy
-
-       * packet-m2ua.c:
-
-         From Michael Lum: add a preference setting to specify the
-         parameter tag for "Protocol Data 1", as it changed between draft
-         7 and RFC 3331.
-
-2003-12-01 23:05  guy
-
-       * Makefile.am, Makefile.nmake, packet-ansi_a.c, packet-ansi_a.h,
-         packet-bssap.c, tap-ansi_astat.c:
-
-         From Michael Lum:
-
-                 add a message statistics tap for ANSI A interface for
-         Tethereal;
-
-                 fix the BSSAP, BSMAP, and DTAP interface dissectors to
-         call
-                 subdissectors even if no protocol tree is being built.
-
-2003-12-01 22:25  guy
-
-       * packet-ranap.c:
-
-         From Michael Lum: add a heuristic RANAP dissector, for use atop
-         SCCP, as the SCCP dissector currently doesn't support
-         conversations to be given dissectors.
-
-2003-12-01 20:27  gerald
-
-       * util.c:
-
-         Don't automatically fill in a capture filter if CLIENTNAME is set
-         to "Console".
-
-2003-12-01 17:25  gerald
-
-       * README.win32:
-
-         Updates for new zlib.
-
-2003-12-01 17:19  gerald
-
-       * packaging/nsis/ethereal.nsi:
-
-         Switch from zlib.dll to zlib1.dll.
-
-2003-12-01 17:17  gerald
-
-       * config.nmake:
-
-         Switch to the new (and official) zlib DLL from www.gzip.org.
-
-2003-12-01 06:59  sharpe
-
-       * wiretap/file_access.c:
-
-         It's RedHat, not Red Hat.
-
-2003-12-01 02:01  guy
-
-       * gtk/: file_dlg.c, file_dlg.h, print_dlg.c, proto_draw.c:
-
-         "select_file_cb()" only needs a title, not a "construct_args_t" -
-         "construct_args_t" is for use with filter dialogs, and the
-         members other than the title apply only to filter dialogs.
-
-         Have "select_file_cb()" actually use the title supplied to it.
-
-2003-12-01 01:57  sharpe
-
-       * gtk/menu.c:
-
-         Fix the accelerator issue ...
-
-2003-11-30 23:05  guy
-
-       * gtk/proto_draw.c:
-
-         Not all platforms have <unistd.h> - in particular, Windows
-         doesn't.
-
-         If you're using "open()", "close()", "read()", "write()", etc.,
-         you should include <io.h> on Windows.
-
-2003-11-30 18:01  sharpe
-
-       * gtk/proto_draw.c:
-
-         Fix some warnings in proto_draw.c
-
-2003-11-30 04:40  sharpe
-
-       * gtk/menu.c:
-
-         Rename that to Save Highlighted with Ctl-H as the accellerator.
-
-2003-11-30 04:37  sharpe
-
-       * gtk/menu.c:
-
-         Add Save Selected as a menu item in the File Menu.
-
-         This still has a way to go, though, because the menu item should
-         be greyed out until something is Highlighted.
-
-2003-11-30 04:21  sharpe
-
-       * gtk/: color_dlg.c, file_dlg.c, file_dlg.h, menu.c, print_dlg.c,
-         proto_draw.c, toolbar.c:
-
-         Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c
-         and rename it to select_file_cb to reflect its function.
-
-         While this cleans things up a bit, I am still not happy because
-         now filter_prefs.h must be included before file_dlg.h just to get
-         construct_args_t.
-
-2003-11-29 12:34  jmayer
-
-       * doc/README.tapping:
-
-         Fix two small typos
-
-2003-11-29 06:15  sharpe
-
-       * gtk/menu.c:
-
-         Properly capitalize the string for the menu item.
-
-2003-11-29 06:09  sharpe
-
-       * gtk/: file_dlg.h, menu.c, print_dlg.c, proto_draw.c:
-
-         Add an entry in the byte_view pane that allows the user to save
-         the highlighted data to a file. This allows the user to select
-         some stuff, and analyse it with external tools, and is very
-         useful for quickly prototying dissectors etc.
-
-         This works by retrieving the info that is needed to define where
-         the selected region is.
-
-         It puts up a dialog box that asks for the file to save in.
-
-         However, it is an ugly hack, because it reuses print_file_cb,
-         while print_file_cb should be moved into file_dlg.c.
-
-         It also needs to have some warning dialogs put up in error cases.
-
-         Finally, it would be good to be able to select a region in the
-         byte_view, which you can do with click and drag, and then have a
-         menu item to save the selected bytes.
-
-2003-11-29 03:55  guy
-
-       * AUTHORS, packet-gtp.c, doc/ethereal.pod:
-
-         From melerski [AT] poczta.onet.pl: fix a problem with unknown
-         IEs.
-
-2003-11-28 19:13  ulfl
-
-       * gtk/menu.c:
-
-         renamed frame to packet in all GUI elements moved "Enabled
-         Protocols" and such from "View" to "Analyze" toplevel menu
-
-2003-11-28 19:02  ulfl
-
-       * gtk/goto_dlg.c:
-
-         renamed frame to packet in all GUI elements
-
-2003-11-28 19:00  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         use dlg_window_new instead of gtk_window_new
-
-2003-11-28 18:59  ulfl
-
-       * gtk/: toolbar.c, find_dlg.c:
-
-         renamed frame to packet in all GUI elements
-
-2003-11-28 00:44  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         label changed from "Portions" to "% of total" as suggested by Guy
-
-2003-11-28 00:13  ulfl
-
-       * gtk/main.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-28 00:07  ulfl
-
-       * gtk/: supported_protos_dlg.c, plugins_dlg.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-27 23:25  ulfl
-
-       * gtk/help_dlg.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-27 22:29  guy
-
-       * print.c:
-
-         "representation", in an "item_label_t", is now an array, not a
-         pointer, so "fi->rep->representation" can't be null.
-
-2003-11-27 22:15  guy
-
-       * tap-rpcstat.c, tap-wspstat.c:
-
-         Fix comments to correctly refer to the "-z" option.
-
-2003-11-27 22:14  guy
-
-       * tap-rpcstat.c:
-
-         From Michael Lum: fix the usage message to refer to "-z", not
-         "-Z".
-
-2003-11-27 22:12  guy
-
-       * gtk/main.c:
-
-         Show the -z flag in the usage message.
-
-2003-11-27 22:04  guy
-
-       * tethereal.c:
-
-         From Michael Lum: fix the usage message to say "-z", not "-Z".
-
-2003-11-27 21:20  guy
-
-       * AUTHORS, packet-rtp-events.c, doc/ethereal.pod:
-
-         From Arsen Chaloyan: fix offsets in "proto_tree_add" calls.
-
-2003-11-27 21:09  guy
-
-       * etypes.h, packet-ethertype.c, plugins/rtnet/packet-rtnet.c:
-
-         From Erwin Rol: RTCFG support.
-
-         Add in a URL to the RTNET home page.
-
-2003-11-27 21:02  guy
-
-       * packet-dns.c:
-
-         From David Fort: fix to previous patch.
-
-2003-11-27 20:34  ulfl
-
-       * gtk/menu.c:
-
-         Redesign of the whole menu structure, to be more intuitive to the
-         user and conforms somewhat better to the Gnome Human Interface
-         Guideline
-
-2003-11-27 17:18  ulfl
-
-       * print.c:
-
-         bugfix: removed access violation when using "File/Print Packet".
-         The label_ptr could be NULL, when calling function print_line
-
-2003-11-27 00:22  ulfl
-
-       * gtk/help_dlg.c:
-
-         using text files from help dir, to display the help texts.  the
-         "dynamic protocol fields" are already moved to
-         gtk/supported_protos_dlg.c
-
-2003-11-27 00:17  ulfl
-
-       * help/: capture_filters.h, display_filters.h, faq.h, overview.h,
-         well_known.h:
-
-         Added this intermediate files, until a Makfile.am is available
-         for unix systems
-
-2003-11-26 23:23  guy
-
-       * AUTHORS, packet-dns.c, doc/ethereal.pod:
-
-         From David Fort: DNS DSS RR support.
-
-2003-11-26 12:22  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         Speed updates
-
-         create generic macros for allocating/freeing structures.
-
-         remove one more slow GMemChunk and replace it with a simple
-         linked list
-
-         ~4% speed improvement in my tests.
-
-         the allocated data is never freed.   this may be a problem if
-         ethereal is ever supported on a platform lacking resource
-         tracking but makes the implementation faster and simpler.
-
-2003-11-26 02:58  guy
-
-       * AUTHORS, packet-giop.c, doc/ethereal.pod:
-
-         From Patrick Kursawe: rename "getline()" so it doesn't collide
-         with the "getline()" declared in <stdio.h> with recent versions
-         of glibc.
-
-         Fix a typo in the AUTHORS file.
-
-2003-11-26 02:54  guy
-
-       * pcap-util.c:
-
-         From Jaime Fournier: fix a typo.
-
-2003-11-25 20:26  guy
-
-       * AUTHORS, packet-ucp.c, doc/ethereal.pod:
-
-         From Reinhard Speyerer: handle 10-digit UCP dates, which lack a
-         seconds value.
-
-2003-11-25 20:02  guy
-
-       * epan/proto.c:
-
-         As with fvalue_t, so with field_info and item_label - the
-         individual items aren't individually g_mallocated and can't be
-         g_freed, only the chunks can.
-
-2003-11-25 19:25  guy
-
-       * epan/ftypes/ftypes.c:
-
-         Individual fvalue_t's aren't individually allocated with
-         "g_malloc()", so they can't be freed with "g_free()"; keep a list
-         of the chunks of "fvalue_t"s, which are whare are allocated with
-         "g_malloc()", so we can free them all.
-
-2003-11-25 18:02  guy
-
-       * packet-sip.c:
-
-         From Anders Broman: add more SIP headers, and the PUBLISH method.
-
-2003-11-25 14:16  sahlberg
-
-       * epan/proto.c:
-
-         replace free_node_field_info with a macro since it is only called
-         from one other place in the code and this reduces one unnecessary
-         function call overhead.  and it makes ethereal ~1% faster.
-
-2003-11-25 14:11  sahlberg
-
-       * epan/proto.c:
-
-         rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistency
-
-2003-11-25 14:10  sahlberg
-
-       * epan/proto.c:
-
-         create a FIELD_INFO_NEW for consistency
-
-2003-11-25 14:07  sahlberg
-
-       * file.c, print.c, epan/proto.c, epan/proto.h, gtk/proto_draw.c:
-
-         remove another slow GMemChunk from ethereal making ethereal a
-         little bit faster
-
-2003-11-25 13:23  sahlberg
-
-       * epan/proto.c:
-
-         change free_field_info to FREE_FIELD_INFO to indicate it is a
-         macro and not a function
-
-2003-11-25 13:20  sahlberg
-
-       * epan/proto.c, epan/dfilter/dfvm.c, epan/ftypes/ftype-ipv4.c,
-         epan/ftypes/ftype-string.c, epan/ftypes/ftypes-int.h,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h,
-         gtk/dfilter_expr_dlg.c:
-
-         fvalue_free() is one of the most called functions.  This function
-         is also very small, so small that teh overhead for the actual
-         function call and return is likely to be a significant part of
-         its execution time.
-
-         change it into a macro and make it thus slightly faster by
-         eliminating the function call overhead.
-
-2003-11-25 08:50  sahlberg
-
-       * epan/ftypes/: ftypes.c, ftypes.h:
-
-         Change the handling of temporary allocation of fvalue_t
-         structures to be faster.  Use a similar technique as was used in
-         epan/proto.c to speed up the field_info allocation/deallocation
-         routines
-
-2003-11-25 08:19  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: show the RPC version of the unknown
-         interface in the Info column.
-
-2003-11-25 08:10  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-dcerpc-budb.c,
-         packet-dcerpc-epm4.c, packet-dcerpc-icl_rpc.c,
-         packet-dcerpc-rs_prop_acct.c:
-
-         From Jamie Fournier: DCE RPC EPM version 4 support, and stub
-         support for BUDB, ICL RPC, and RS_PROP_ACCT DCE RPC-based
-         protocols.
-
-2003-11-25 05:58  guy
-
-       * wiretap/cosine.c:
-
-         "file_seek()" sets "*err" - we don't have to set it ourselves.
-
-         The same is true of "parse_cosine_rec_hdr()".
-
-2003-11-25 05:56  guy
-
-       * wiretap/network_instruments.c:
-
-         "file_seek()" sets "*err" - there's no need to set it ourselves.
-         It returns -1 on errors, so just check for that.
-
-2003-11-25 00:21  guy
-
-       * ipproto.h:
-
-         Fix a typo.
-
-2003-11-24 23:46  guy
-
-       * packet-ccsds.c:
-
-         Eliminate compiler warnings.
-
-2003-11-24 22:11  guy
-
-       * packet-ncp2222.inc, print.c, proto_hier_stats.c,
-         tap-protohierstat.c, epan/proto.c, epan/proto.h, gtk/main.c,
-         gtk/menu.c, gtk/prefs_dlg.c, gtk/rtp_analysis.c:
-
-         Make the recent epan/proto.{c,h} change compile.
-
-2003-11-24 21:42  guy
-
-       * ipproto.c, ipproto.h, packet-mip6.c:
-
-         Preserve 62 as an (old) IP protocol type for mobility headers.
-
-2003-11-24 21:12  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         performance enhancement to proto.c
-
-         Removed the GMemChunk used to allocate/free field_info structures
-         and used a free list to store the freed structs until they are
-         allocated again.
-
-         Ethereal will allocate more field_info structs as it needs to but
-         never free them. Instead the are just placed in a cheap and fast
-         free list so that if we want to use the struct again, this will
-         be fast.
-
-         This affects the speed of the two functions alloc_field_info()
-         that should be slightly faster now free_field_info() that was
-         replaced with a 2 line macro.
-
-         All in all  my testing suggests that ethereal is 2-3% faster with
-         this patch.
-
-2003-11-24 17:41  ulfl
-
-       * Makefile.nmake:
-
-         bugfix: corrected clean and distclean targets
-
-2003-11-24 00:34  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-ccsds.c,
-         doc/ethereal.pod:
-
-         From Scott Hovis :CCSDS (Consultative Committee for Space Data
-         Systems) support.
-
-2003-11-24 00:05  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix dissection of GRS/GRA messages.
-
-2003-11-23 23:42  guy
-
-       * Makefile.nmake:
-
-         Include the BFD dissector when building with MSVC++.
-
-2003-11-23 22:00  gerald
-
-       * AUTHORS, Makefile.am, packet-bfd.c:
-
-         From Hannes Gredler: Add support for Bi-directional Fault
-         Detection (BFD).
-
-2003-11-22 12:02  jmayer
-
-       * packet-radius.c:
-
-         - Bugfix: Passworddecoding should only be done for attribute 2,
-         but           not for VSA 2 - Fixme comment about length handling
-         added - Cleanup: Setting a variable to the right type removes the
-         necessity           for casts.
-
-2003-11-22 11:12  sahlberg
-
-       * packet-h245.c:
-
-         Change the way signalType is dissected to be compatible with and
-         dissect the packets from Martin R and Paul H.
-
-         I still think ethereal was correct before this patch and that
-         this patch is not compatible with teh standard.  Anyway, that
-         doesnt matter much. With this patch ethereal will dissect the
-         packets properly.  Time to study x691 again.
-
-2003-11-22 08:35  guy
-
-       * ipproto.h, packet-ipv6.h:
-
-         From Martti Kuparinen: use correct values for Mobile IPv6.
-
-2003-11-22 04:41  sahlberg
-
-       * epan/proto.c:
-
-         As per Guys suggestion, continue optimizing proto.c to macroize
-         it and make it even faster
-
-2003-11-21 22:18  guy
-
-       * packet-smpp.c:
-
-         From Olivier Biot: fix up the description of the
-         "port_number_udh_means_wsp" preference.
-
-2003-11-21 22:00  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 * Fix the WSP dissector so a Quoted-string with
-         extraneous
-                   trailing quote is displayed without duplicated final
-         quote, and
-                   issue a warning in the protocol tree.
-                 * Remove the Openwave x-up-proxy-client-id header
-         decoding as it
-                   was incorrectly decoded as a text string, and process
-         it with
-                   the default Openwave header parser.
-                 * Fix byte highlighting of some WSP parameters.
-                 * Rename the WSP parameter filter names so they don't all
-         refer to
-                   content_type.
-
-2003-11-21 21:58  guy
-
-       * packet-wbxml.c, epan/packet.c, epan/packet_info.h:
-
-         From Olivier Biot:
-
-                 * Add a "match_string" field to the "packet_info"
-         structure,
-                   saving the string value that matched in a string
-         dissector
-                   lookup, by analogy to "match_port" - this was required
-         for
-                   dissection with token rendering of WBXML content when
-         no public
-                   ID was given (e.g. Nokia/Ericsson OTA provisioning
-         data).
-                 * Add support for textual content type based WBXML token
-                   mapping.
-                 * Add extra WBXML public identifiers.
-                 * Add the Nokia/Ericsson OTA provisioning (version 7)
-         token
-                   definitions.
-                 * Inform the user when a content-type based token match
-         is found.
-
-2003-11-21 21:33  guy
-
-       * AUTHORS, packet-dcerpc-srvsvc.c, doc/ethereal.pod:
-
-         From Eric Wedel: fix dissection of NetServerDiskEnum reply.
-
-2003-11-21 19:24  guy
-
-       * gtk/rtp_stream.c:
-
-         From Lars Ruoff: use the pointer to the RTP payload, rather than
-         extracting the data from the frame directly.
-
-2003-11-21 14:58  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         Performance fix
-
-         In the GPROF logs proto_registrar_get_nth() used to take anything
-         between 2.5 and 5.5% of the time.
-
-         Replace the GLIB array with a handroleld one for one of the
-         private structures.
-
-         the function should now be virtually zero cost and thus ethereal
-         should be 2.5-5.5% faster on those traces.
-
-         anyone that wants to, please rerun GPROF with this fix and see
-         what has changed.
-
-2003-11-21 08:40  guy
-
-       * packet-dcerpc-epm.c:
-
-         A "handle_t" as the first argument to a call doesn't seem to be
-         sent over the wire, at least in the DCE RPC 1.1 code.
-
-         That suggests that the first 24 bytes of a Map request are the
-         UUID pointer that the EPM IDL says should be there, not a context
-         handle.
-
-2003-11-21 08:33  guy
-
-       * pcap-util.c:
-
-         Maybe the problem is that the compilers used on AIX weren't
-         defining "AIX", and that code was never compiled.  Libpcap uses
-         "_AIX" to conditionally compile in the extra AIX BPF support;
-         we'll do the same.
-
-2003-11-21 08:30  guy
-
-       * pcap-util.c:
-
-         Pass "strncmp()" the right number of arguments.  (Why hasn't
-         anybody reported this as a problem when compiling on AIX?
-         Doesn't any compiler complain that "strncmp()" isn't being passed
-         enough arguments?  GCC sure did in a test program I built on
-         FreeBSD 3.4....)
-
-2003-11-21 04:01  guy
-
-       * packet-dcerpc.c:
-
-         From Jamie Fournier: add the UUID to the Info column for datagram
-         calls.
-
-2003-11-21 02:57  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-dcerpc-rs_plcy.c:
-
-         From Jamie Fournier: DCERPC RS_PLCY support.
-
-2003-11-21 02:48  guy
-
-       * packet-dcerpc-ndr.c, packet-dcerpc.h:
-
-         The 32-bit integer at the beginning of a context_handle is called
-         "context_handle_attributes" in the DCE RPC 1.1 "nbase.idl".
-         Rename our structure member accordingly.
-
-         Note in a comment that we should perhaps display a context_handle
-         as the attributes and UUID.
-
-         Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to put
-         the context handle raw data into the protocol tree.
-
-2003-11-20 23:34  guy
-
-       * packet-rtp.c, packet-rtp.h, gtk/Makefile.am, gtk/Makefile.nmake,
-         gtk/rtp_stream.c, gtk/rtp_stream.h, gtk/rtp_stream_dlg.c:
-
-         From Lars Roland:
-
-                 - added a pointer to raw rtp data to _rtp_info that can
-         be used by
-                   taps;
-
-                 - RTP packets are passed to the tap queue only if they
-         are not
-                   error packets (so that you don't need to filter out
-         ICMP
-                   packets)
-
-                 - use that pointer in rtp_stream, so it handles packets
-         with
-                   padding, and should handle RTP packets fragmented
-         across
-                   lower-level packets
-
-                 - moved rtp_stream from tap sources to normal files
-                   (prevents on-start-up registration of the rtp_stream
-         tap
-                   listener)
-
-                 - rtp_stream tap gets registered/unregistered with the
-         "RTP
-                   Streams" dialog box
-                   i.e. the tap is registered as long as the dialog box is
-         open.
-                   Alternatively, it is de-/registered on demand if RTP
-         Analysis is
-                   called directly on a packet.
-
-                 - rtp_stream tap listener no longer uses a filter in
-         dissection
-         `         and does not need to have a proto tree being built.
-         (performance increase)
-
-                 - fixed: RTP Streams list will get updated in real time
-         if the
-                   dialog box is open while a redissection takes place.
-
-2003-11-20 23:21  guy
-
-       * packet-dcerpc-srvsvc.c:
-
-         #if 0-out some no-longer-used routines.
-
-         Use #if 0/#endif rather than comments to remove the code that
-         used to refer to those routines - it's a bit more robust in the
-         presence of comments (there aren't currently any, but, just in
-         case somebody adds them...).
-
-2003-11-20 22:50  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot: add support for media type
-         "application/x-prov.syncset+wbxml".
-
-2003-11-20 22:38  guy
-
-       * packet-sip.c:
-
-         From Martin Mathieson:
-
-                 - Add some summary info to REGISTER requests and
-         responses
-                 - Tidy up whitespace a little
-
-2003-11-20 22:24  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot:
-
-                 * Fix an incorrectly #ifdef'ed return introduced by the
-         previous
-                   patch
-                 * Remove the parsed_length parameter from the function
-         signature
-                   of the tag and attribute dissectors - have it return
-         the
-                   parsed length, instead
-                 * Throw ReportedBoundsError exceptions if we run past the
-         end of
-                   the tvbuff, rather than putting a special entry in
-                 * Produce consistent and extensive debug logging (enabled
-         by
-                   defining DEBUG_wbxml)
-                 * Get rid of the dozens of "#ifdef DEBUG ... #endif"
-         constructs
-                   for debug logging
-
-2003-11-20 19:05  guy
-
-       * epan/osi-utils.c:
-
-         From Hannes Gredler: "print_system_id()" should call
-         "print_system_id_buf()", not "print_nsap_net_buf()".  (What idiot
-         made *that* mistake? :-))
-
-2003-11-20 14:29  nneul
-
-       * AUTHORS:
-
-         update proto list
-
-2003-11-20 06:43  sharpe
-
-       * packet-dcerpc-srvsvc.c:
-
-         Clean up some IDL and remove some structures that Windows of all
-         flavors does not understand. SHARE_INFO_1004, 1005, 1006, 1007,
-         and 1501 seem not to be understood by any, and it can screw up
-         dissections.
-
-2003-11-20 05:20  guy
-
-       * epan/proto.c:
-
-         Use "tvb_get_string()" in "proto_tree_set_string_tvb()" - it
-         won't leak memory if it throws an exception, as it checks whether
-         the entire string is in the tvbuff *before* allocating a buffer
-         for it, and that also means that if the length is absurdly large,
-         an exception will be thrown, rather than the memory allocation
-         failing.
-
-2003-11-20 05:04  guy
-
-       * epan/resolv.c:
-
-         On Mac OS X, disable the alarm/longjmp stuff for timing out name
-         resolution queries - it runs a significant risk of crashing
-         applications that do that.
-
-2003-11-20 04:28  gerald
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Jakob Schlyter's address.
-
-2003-11-19 22:55  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot: fix  the WBXML dissector in cases where
-         dissection is interrupted because of a short frame or packets not
-         being reassembled, and provide additional debug logging.
-
-2003-11-19 22:13  nneul
-
-       * Makefile.am, Makefile.nmake, packet-sebek.c:
-
-         Add dissector for the SEBEK kernel read() data capture and/or
-         rootkit tool used as part of the HoneyNet project.
-
-         Info at: http://project.honeynet.org/tools/sebek/
-
-2003-11-19 21:24  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 correct (and document) the offset computation in the
-         parameter()
-                 and parameter_value_q() functions.
-
-         From Loïc Minier:
-
-                 - a copy-paste with a missing replacement;
-                 - content-disposition uses parameters not q-values;
-                 - missing "+" for the calculation of parameter-offsets;
-                 - white-space cleanup;
-                 - comment fixes.
-
-2003-11-19 09:58  guy
-
-       * packet-isis-lsp.c, packet-isis-lsp.h:
-
-         Fix the ATT bit definitions.
-
-2003-11-19 09:49  guy
-
-       * packet-cpfi.c:
-
-         Get rid of unused variables.
-
-2003-11-19 09:43  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: get rid of no-longer-used routines.
-
-2003-11-19 09:32  sahlberg
-
-       * packet-tcp.c:
-
-         Update to TCP,   when we see a SYN|ACK packetm reset base_ack to
-         the current ACK-1 so that it looks right when doing relative
-         sequence numbers.  I.e. SEQ :    seq==0  ack==0      SEQ|ACK
-         seq==0  ack==1      ACK      seq==1  ack==1
-
-         This looks much more correct.
-
-         This change also fixes the problem reported to ethereal-dev
-         recently with "Follow TCP Stream" dropping the first character of
-         the stream.
-
-2003-11-19 07:13  sharpe
-
-       * packet-dcerpc-wkssvc.c:
-
-         Fix some IDL ...
-
-2003-11-19 04:30  guy
-
-       * packet-fcswils.c:
-
-         From Dave Sclarsky: fix the offset for the Node WWN.
-
-2003-11-19 04:26  guy
-
-       * packet-cpfi.c:
-
-         Get rid of some unused arguments and variables.
-
-         Clean up the handling of the footer, so that it works even with
-         short frames.
-
-2003-11-19 04:05  guy
-
-       * packet-cpfi.c:
-
-         "uint" preferences should be "guint"s, not "int"s.
-
-2003-11-19 04:02  guy
-
-       * packet-cpfi.c:
-
-         Fix a typo.
-
-2003-11-19 04:00  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-cpfi.c,
-         doc/ethereal.pod:
-
-         From Dave Sclarsky: CPFI support.
-
-2003-11-19 03:53  guy
-
-       * packet-smb-browse.c, packet-smb-logon.c, packet-smb-mailslot.c:
-
-         "dissect_mailslot_browse()", "dissect_mailslot_lanman()", and
-         "dissect_smb_logon()" always return TRUE, so just get rid of
-         their return value.
-
-         "call_dissector()" automatically calls the data dissector if the
-         protocol for the dissector being called is disabled, so we don't
-         have to check its result and call the data dissector if it
-         returns 0.
-
-2003-11-19 02:58  guy
-
-       * packet-mmse.c:
-
-         Register the MMSE dissector with the "http.content_type"
-         dissector table, rathe than as a heuristic subdissector of HTTP.
-
-2003-11-19 01:50  guy
-
-       * gtk/supported_protos_dlg.c:
-
-         Use "OK" for the "OK" button, as we do elsewhere.
-
-2003-11-19 01:45  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 Implement quoted-string parsing by appending the closing
-         quote
-                 to the string value.  If the quoted-string value does not
-         start
-                 with a quote, dissection resumes but a warning is
-         displayed.
-                 Textual headers are assumed to be 0x00 terminated
-         (otherwise we
-                 have a malformed packet or a short frame).
-
-                 The Trailer header is also dissected now, and the charset
-                 parameter dissection has been rewritten.
-
-                 The Content-ID header dissector was registered at the
-         place of
-                 the Trailer dissector; this has also been fixed.
-
-2003-11-19 01:39  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum: fix param_digits() subtree for "Nature of
-         Number".
-
-2003-11-19 00:10  ulfl
-
-       * gtk/gui_prefs.c:
-
-         redraw supported_protos dialog, if GUI prefs changed
-
-2003-11-19 00:04  ulfl
-
-       * gtk/menu.c:
-
-         added supported_protos menu item
-
-2003-11-19 00:02  ulfl
-
-       * gtk/Makefile.am:
-
-         added supported_protos_dlg
-
-2003-11-19 00:01  ulfl
-
-       * gtk/Makefile.nmake:
-
-         added supported_protos_dlg.obj
-
-2003-11-18 23:56  ulfl
-
-       * gtk/: supported_protos_dlg.c, supported_protos_dlg.h:
-
-         seperated "supported protocols and protocol fields" dialog,
-         coming from help_dlg.c/.h
-
-2003-11-18 23:40  ulfl
-
-       * Makefile.nmake:
-
-         generate "static" help content
-
-2003-11-18 23:11  ulfl
-
-       * help/: capture_filters.txt, convert-include.sh, Makefile.nmake,
-         display_filters.txt, faq.txt, overview.txt, well_known.txt:
-
-         "static content" and make environment of redesigned online help
-
-2003-11-18 19:56  guy
-
-       * packet-bootp.c:
-
-         From Greg Morris:
-
-                 dissect the RFC 2610 DHCP options for SLP;
-
-                 dissect Novell-specific options 85, 86, and 87.
-
-2003-11-18 19:46  guy
-
-       * packet-tcp.c:
-
-         From Lars Roland: the window size passed to
-         "tcp_analyze_sequence_number()" is a "guint32", as it might be
-         scaled - make the arugment a "guint32" as well.
-
-2003-11-18 19:36  guy
-
-       * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h,
-         Xplugin_api_decls.h, Xplugin_table.h:
-
-         Get rid of the second "col_set_fence()" entry.
-
-2003-11-18 19:34  guy
-
-       * plugins/plugin_api_list.c:
-
-         The second of the "col_set_fence()" entries is the one that
-         should've been removed; that way, the ordinals of existing
-         entries in the function vector is preserved.
-
-2003-11-18 19:31  guy
-
-       * plugins/Makefile.nmake:
-
-         From Lars Roland: put missing "enttec" into "all" list.
-
-2003-11-18 19:29  ulfl
-
-       * gtk/capture_dlg.c:
-
-         removed MSVC compiler warnings
-
-2003-11-18 19:28  guy
-
-       * packet-ntp.c:
-
-         From Matthias Drochner:
-
-                 extensions need only be a multiple of 4 bytes in length,
-         not 8
-                 bytes;
-
-                 put in a missing increment of "offset".
-
-2003-11-18 19:27  ulfl
-
-       * gtk/print_dlg.c:
-
-         removed unused vars
-
-2003-11-18 19:26  ulfl
-
-       * plugins/plugin_api_list.c:
-
-         col_set_fence occurs twice, removed one appearance
-
-2003-11-18 19:20  guy
-
-       * epan/filesystem.h:
-
-         From Tomas Kukosa: add "extern"s so that the plugin API stuff
-         works.
-
-2003-11-18 19:20  ulfl
-
-       * packet-sdp.c:
-
-         includes changed, to be working with MSVC also
-
-2003-11-18 19:18  ulfl
-
-       * plugins/rdm/Makefile.nmake:
-
-         corrected cut and paste errors, makefile was unchanged copied
-         from rtnet
-
-2003-11-18 08:59  guy
-
-       * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h,
-         Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "col_get_writable()", "col_set_writable()", and
-         "col_set_fence()" to the plugin API list.
-
-2003-11-18 08:58  guy
-
-       * plugins/Xplugin_table.h:
-
-         Export "protocol_t" as an opaque type.
-
-         Make "proto_is_protocol_enabled()" and
-         "proto_get_protocol_short_name()" take a "protocol_t *" as an
-         argument, so they don't have to look up the "protocol_t" - this
-         will probably speed them up considerably, and they're called on
-         almost every dissector handoff.
-
-         Get rid of a number of "proto_is_protocol_enabled()" calls that
-         aren't necessary (dissectors called through handles, including
-         those called through dissector tables, or called as heuristic
-         dissectors, aren't even called if their protocol isn't enabled).
-
-         Change some direct dissector calls to go through handles.
-
-2003-11-18 08:55  guy
-
-       * plugins/plugin_api_list.c:
-
-         Add "col_get_writable()", "col_set_writable()", and
-         "col_set_fence()" to the plugin API list.
-
-2003-11-18 08:13  guy
-
-       * configure.in, epan/configure.in, wiretap/configure.in:
-
-         From Olivier Biot: add a "--enable-profile-build" flag to request
-         that "-pg" binaries be built.
-
-2003-11-18 08:04  guy
-
-       * packet-http.c:
-
-         Content-Type values are case-insensitive; force them to lower
-         case (subdissectors must register their Content-Type values as
-         all-lower-case).
-
-         Don't include parameters in the value we look up in the
-         Content-Type subdissector table.
-
-2003-11-18 07:49  guy
-
-       * packet-http.c:
-
-         Add an "http.content_type" dissector table,
-
-         Process the Content-Type header, and, if one is found, look up
-         its value in the aforementioned dissector table.
-
-2003-11-18 07:08  guy
-
-       * packet-ses.c:
-
-         Handle concatenated SPDUs.
-
-         Handle the Serial Number parameter.
-
-2003-11-18 06:31  guy
-
-       * config.guess, config.sub:
-
-         Latest config.guess and config.sub from
-
-                 http://savannah.gnu.org/projects/config/
-
-2003-11-18 06:06  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         removed MSVC warnings
-
-2003-11-18 04:19  gerald
-
-       * doc/ethereal.pod:
-
-         Document the capture filter changes that were just checked in.
-
-2003-11-18 04:16  gerald
-
-       * util.c, util.h, gtk/main.c:
-
-         Check the environment variables SSH_CONNECTION, SSH_CLIENT,
-         REMOTEHOST, DISPLAY, and CLIENTNAME (in that order).  If any of
-         them are set, create a capture filter that excludes their traffic
-         and set it as the default.  The longer filters should be
-         efficient without being overly long; they may need some tweaking.
-
-2003-11-18 00:46  ulfl
-
-       * gtk/toolbar.c:
-
-         removed some warnings
-
-2003-11-17 22:56  sahlberg
-
-       * epan/to_str.c:
-
-         updates to ip_to_str[_buf]() to make them faster.
-
-         This functin was in a recent profiling run the fifth most
-         expensive function.  It consumed ~3.5% of the total cpu in that
-         run.
-
-         Using a static table this function is now just over twice as fast
-         as previously.
-
-         My testrun calling it 10.000.000 times in a loop changed the
-         execution time from ~17.3s ro ~8.2s
-
-         If this test was representative for the speedup and if ~3.5 in
-         the profile run was representative for normal cases this should
-         make ethereal ~1.8% faster.  Woohoo.  (low hanging fruit)
-
-2003-11-17 22:34  guy
-
-       * plugins/: acn/Makefile.am, artnet/Makefile.am, asn1/Makefile.am,
-         gryphon/Makefile.am, mgcp/Makefile.am, pcli/Makefile.am,
-         rtnet/Makefile.am:
-
-         Fix the copyright notices (Gerald has the copyright on Ethereal).
-
-2003-11-17 22:31  guy
-
-       * plugins/giop/Makefile.am:
-
-         Tweak the introductory comment.
-
-2003-11-17 22:29  guy
-
-       * plugins/: enttec/.cvsignore, rdm/.cvsignore:
-
-         Fix the .cvsignore files.
-
-2003-11-17 22:26  guy
-
-       * plugins/rdm/packet-rdm.c:
-
-         From Erwin Rol: check the checksum in RDM packets.
-
-2003-11-17 22:09  guy
-
-       * configure.in:
-
-         From Loïc Minier: append $(EXEEXT) to the names of binaries, so
-         that the configure script generates the right executable image
-         file names on Cygwin.
-
-2003-11-17 21:52  guy
-
-       * packet-sdp.c:
-
-         From Lars Roland: use the c= and m= information to set up
-         conversations to use RTP/RTCP.
-
-2003-11-17 20:57  guy
-
-       * AUTHORS, Makefile.am, configure.in,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi,
-         plugins/Makefile.am, plugins/Makefile.nmake,
-         plugins/artnet/ChangeLog, plugins/artnet/moduleinfo.h,
-         plugins/artnet/packet-artnet.c, plugins/enttec/.cvsignore,
-         plugins/enttec/AUTHORS, plugins/enttec/COPYING,
-         plugins/enttec/ChangeLog, plugins/enttec/INSTALL,
-         plugins/enttec/Makefile.am, plugins/enttec/Makefile.nmake,
-         plugins/enttec/NEWS, plugins/enttec/moduleinfo.h,
-         plugins/enttec/packet-enttec.c, plugins/rdm/.cvsignore,
-         plugins/rdm/AUTHORS, plugins/rdm/COPYING,
-         plugins/rdm/Makefile.am, plugins/rdm/Makefile.nmake,
-         plugins/rdm/moduleinfo.h, plugins/rdm/packet-rdm.c:
-
-         From Erwin Rol: initial ENTTEC support and RDM support.
-
-2003-11-17 20:00  guy
-
-       * gtk/capture_info_dlg.c:
-
-         Not all compilers allow array/structure/union members of
-         automatic variables to be initialized to non-constant values (C89
-         says that "All the expressions in an initializer for an object
-         that has static storage duration or in an initializer list for an
-         object that has aggregate or union type shall be constant
-         expressions"; presumably the intent of the former was to avoid
-         run-time initialization and of the latter was to let the
-         initialization be done by copying from a compile-time-created
-         blob of memory), so we have to initialize "info->counts" by hand.
-
-2003-11-17 19:40  guy
-
-       * capture.c:
-
-         Fix a typo.
-
-2003-11-17 18:23  ulfl
-
-       * etypes.h, packet-ethertype.c:
-
-         added ETHERTYPE_PROFINET
-
-2003-11-17 00:27  guy
-
-       * gtk/capture_info_dlg.c:
-
-         "capture()" takes a "struct pcap_stat *" argument, so you need to
-         include <pcap.h> before including "capture.h".
-
-         Include "dlg_utils.h" to declare "dlg_set_cancel()".
-
-2003-11-17 00:26  guy
-
-       * capture.c:
-
-         Get rid of a no-longer-used variable.
-
-2003-11-16 23:17  guy
-
-       * Makefile.am, disabled_protos.c, packet-alcap.c,
-         packet-ansi_637.c, packet-ansi_683.c, packet-ansi_a.c,
-         packet-ansi_map.c, packet-atalk.c, packet-clnp.c,
-         packet-dcerpc.c, packet-dcerpc.h, packet-dvmrp.c, packet-fcip.c,
-         packet-giop.c, packet-giop.h, packet-gsm_a.c, packet-gsm_sms.c,
-         packet-gssapi.c, packet-gssapi.h, packet-iscsi.c,
-         packet-mrdisc.c, packet-msnip.c, packet-pim.c, packet-ppp.c,
-         packet-rpc.c, packet-rpc.h, packet-smb-browse.c,
-         packet-smb-browse.h, packet-smb-logon.c, packet-smb-logon.h,
-         packet-smb-mailslot.c, packet-smb-pipe.c, packet-snmp.c,
-         packet-tpkt.c, prefs.c, epan/packet.c, epan/proto.c,
-         epan/proto.h, gtk/dfilter_expr_dlg.c, gtk/help_dlg.c,
-         gtk/proto_dlg.c, plugins/plugin_api_list.c:
-
-         Export "protocol_t" as an opaque type.
-
-         Make "proto_is_protocol_enabled()" and
-         "proto_get_protocol_short_name()" take a "protocol_t *" as an
-         argument, so they don't have to look up the "protocol_t" - this
-         will probably speed them up considerably, and they're called on
-         almost every dissector handoff.
-
-         Get rid of a number of "proto_is_protocol_enabled()" calls that
-         aren't necessary (dissectors called through handles, including
-         those called through dissector tables, or called as heuristic
-         dissectors, aren't even called if their protocol isn't enabled).
-
-         Change some direct dissector calls to go through handles.
-
-2003-11-16 23:11  sahlberg
-
-       * AUTHORS, Makefile.am, Makefile.nmake, h225-persistentdata.c,
-         h225-persistentdata.h, packet-h225.c, packet-h225.h,
-         tap-h225rassrt.c, doc/ethereal.pod, doc/tethereal.pod,
-         gtk/Makefile.am, gtk/Makefile.nmake, gtk/h225_ras_srt.c:
-
-         From Lars Roland   Service Response times for H225 RAS
-
-2003-11-16 22:33  sahlberg
-
-       * packet-h450.c:
-
-         Bugfix for h450.
-
-         The hf field we give to dissect_per_object_string is a FT_STRING
-         and not a FT_BYTES.  This caused ethereal to abort with an assert
-         failure.
-
-         This fixes the issue that Keith French recently brought up in his
-         mailing to ethereal-users
-
-2003-11-15 23:58  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: fix the offset for the Encoding-Version header
-         in the general form.
-
-2003-11-15 23:48  guy
-
-       * gtk/menu.c:
-
-         From Michael Lum: add <shift><control> hotkeys for Protocols and
-         Preferences.
-
-2003-11-15 11:46  ulfl
-
-       * gtk/menu.c:
-
-         GTK2 specific: use some Ethereal specific stock icons generated
-         in toolbar.c
-
-2003-11-15 11:44  ulfl
-
-       * gtk/: toolbar.c, toolbar.h:
-
-         handlebar removed, GTK2 specific: generate some Ethereal specific
-         stock icons and use them in the toolbar
-
-2003-11-15 11:39  ulfl
-
-       * config.nmake:
-
-         added gdk_pixbuf to GTK2 specific libs to link (needed in
-         toolbar.c)
-
-2003-11-15 10:06  ulfl
-
-       * file.c:
-
-         removed no longer used gtk includes
-
-2003-11-15 08:53  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         seperated capture dialog from capture.c and put into new
-         gtk/capture_info_dlg.c, added some tiny bars, that will indicate
-         the percentage, added ESC key handler and use of GTK_STOCK button
-
-2003-11-15 08:50  ulfl
-
-       * gtk/capture_dlg.c:
-
-         added "#include <epan/packet.h>" to be able to include
-         "capture.h"
-
-2003-11-15 08:47  ulfl
-
-       * capture.c, capture.h, gtk/Makefile.am, gtk/Makefile.nmake:
-
-         seperated capture dialog from capture.c and put into new
-         gtk/capture_info_dlg.c
-
-2003-11-14 21:18  guy
-
-       * capture.c:
-
-         When it comes to whether to use "select()" or not, even if you're
-         building in Cygwin's pretend-it's-UNIX environment, we need to
-         treat the platform as Windows.
-
-         Get rid of the BSD #define - just check for the platforms on
-         which we mustn't use "select()".
-
-2003-11-14 19:20  guy
-
-       * doc/README.developer:
-
-         Fix the stuff that talks about adding to DISSECTOR_SOURCES to
-         talk about adding to DISSECTOR_SRC instead, and update it to
-         mention "Makefile.nmake" in the first instance.
-
-2003-11-14 18:59  guy
-
-       * packet-gprs-ns.c:
-
-         From Josef Korelus: update the offset after decoding an IE.
-
-2003-11-14 10:11  guy
-
-       * packet-null.c:
-
-         Fix the heuristics so that they recognize Linux DLT_NULL headers.
-
-2003-11-14 02:07  guy
-
-       * packet-sip.c:
-
-         Add support for the compact form of headers.
-
-2003-11-14 01:35  guy
-
-       * packet-tcap.c:
-
-         From Michael Lum: fix up handling of ABORT package.
-
-2003-11-14 01:27  guy
-
-       * packet-wap.c:
-
-         From Olivier Biot: fix the debugging output of
-         "tvb_get_guintvar()".
-
-2003-11-13 23:44  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: use "g_strdup_printf()" to generate
-         dynamically-allocated sprintf output.
-
-2003-11-13 23:38  guy
-
-       * packet-eapol.c, packet-isup.c, packet-ldp.c, packet-m2ua.c,
-         epan/proto.c:
-
-         Require that field names contain only alphanumerics, "-", "_",
-         and ".".
-
-         Fix the names that contained other characters.
-
-2003-11-13 23:13  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: get rid of space in field name.
-
-2003-11-13 20:53  sahlberg
-
-       * packet-tcp.c:
-
-         Change the gboolean controlling whether to use TCP Sequence
-         Number Analysis and TCP Relative Sequence Numbers to default to
-         ENABLED instead of DISABLED.
-
-         These features do not consume that much memory or CPU but will
-         greatly enhance the feature set of ethereal.  Make it enabled by
-         default so also those that never venture into the preferences
-         dialog will benefit from it.
-
-2003-11-13 08:22  sahlberg
-
-       * file.c, doc/ethereal.pod:
-
-         For Time Reference frames  reset the counter for
-         CulmulativeBytes.  This makes the CulmulativeBytes field make
-         more sense since if we want something to be a TimeReference frame
-         it is likely that we also want to measure BOTH time and number of
-         bytes (==culmulative bytes) until the event we are looking at.
-
-2003-11-13 08:16  sahlberg
-
-       * packet-ip.c:
-
-         Change the strings shown for ICMP TTL exceeded to match the
-         wording in the standard
-
-2003-11-13 05:08  gerald
-
-       * packet-wsp.c:
-
-         We can't pass NULLs to proto_tree_add_text().  Replace a bunch of
-         occurrences of match_strval() with val_to_str() so that we don't
-         throw an assertion.
-
-         These changes fix a problem with a file from Martin Dubovsky;
-         otherwise they haven't been heavily tested.
-
-2003-11-12 23:17  guy
-
-       * plugins/docsis/packet-docsis.c:
-
-         From Anand Narwani: fix bitmask for Active Grants field.
-
-2003-11-12 22:44  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 implement the TE header decoding;
-
-                 fix the exported add_content_type function;
-
-                 reimplement the header parameter dissection so the
-         parameters
-                 also show up in the related header.
-
-2003-11-12 21:22  guy
-
-       * packet-tzsp.c:
-
-         From Chris Waters:
-
-                 * Better decoding of TZSP header.
-                 * Handle unknown tags in packet.
-                 * Removed encapsulation types which are not actually
-         supported.
-                 * Added tags for original length and sensor address.
-                 * Fix signedness of some fields.
-
-         Get rid of unused "hf_tzsp_reserved" variable.
-
-         Use -1 rather than "tvb_length(tvb)" when constructing the
-         top-level protocol tree item, and set the length if we have
-         payload that we dissect separately.
-
-         Have "add_option_info()" take a starting offset, rather than
-         constructing a subset tvbuff for it.
-
-         Clean up indentation.
-
-2003-11-12 20:44  guy
-
-       * AUTHORS, packet-ntp.c, doc/ethereal.pod:
-
-         From Matthias Drochner: support for mode 6 and mode 7 control
-         packets and NTP4 autokey extension data.
-
-2003-11-12 19:04  ulfl
-
-       * gtk/print_dlg.c:
-
-         completely redesigned print dialog layout, to be more obvious to
-         the user
-
-2003-11-12 18:48  gerald
-
-       * file.c:
-
-         Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.
-
-2003-11-12 09:00  guy
-
-       * packet-dcerpc.c:
-
-         Put stub data back where it was in the tree before.
-
-2003-11-12 08:58  guy
-
-       * packet-smb.c:
-
-         If what remains of the SMB byte count exceeds the data left in
-         the tvbuff, show what's left as extra byte parameters - don't act
-         as if there aren't any extra byte parameters.
-
-2003-11-11 20:49  guy
-
-       * packet-null.c, wiretap/snoop.c:
-
-         From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop
-         captures on loopback interfaces.
-
-2003-11-11 20:33  guy
-
-       * packet-ses.c:
-
-         Add parameter length checking.
-
-2003-11-11 20:11  guy
-
-       * packet-rsvp.c:
-
-         From Mohammad Hanif: fix dissection of RSVP DETOUR object code.
-
-2003-11-11 20:08  guy
-
-       * image/toolbar/capture_24.xpm, image/toolbar/cfilter_24.xpm,
-         image/toolbar/dfilter_24.xpm, image/toolbar/stock_close_24.xpm,
-         image/toolbar/stock_colorselector_24.xpm,
-         image/toolbar/stock_help_24.xpm,
-         image/toolbar/stock_jump_to_24.xpm,
-         image/toolbar/stock_open_24.xpm,
-         image/toolbar/stock_preferences_24.xpm,
-         image/toolbar/stock_print_24.xpm,
-         image/toolbar/stock_refresh_24.xpm,
-         image/toolbar/stock_right_arrow_24.xpm,
-         image/toolbar/stock_save_24.xpm,
-         image/toolbar/stock_search_24.xpm,
-         image/toolbar/stock_stop_24.xpm, plugins/asn1/moduleinfo.h:
-
-         Get rid of carriage returns in source files.
-
-2003-11-11 19:24  guy
-
-       * packet-tcp.c:
-
-         Make the declaration of "process_tcp_payload()" match the
-         definition.
-
-2003-11-11 19:23  guy
-
-       * packet-tacacs.c:
-
-         "tacplus_pref_cb()" takes no arguments, not an unspecified list
-         of arguments.
-
-2003-11-11 18:25  guy
-
-       * config.nmake:
-
-         Get rid of GLib 1.3 support - current versions of GTK+ 1.3
-         require GLib 2.0, and earlier versions are sufficiently buggy
-         that we don't want to support them.
-
-2003-11-11 13:59  ulfl
-
-       * gtk/print_mswin.c:
-
-         added some print dialog flags, to disable some unsupported print
-         features (e.g. selection of pages from X to Y)
-
-2003-11-11 08:29  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-ses.c, packet-ses.h,
-         doc/ethereal.pod:
-
-         From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.
-
-2003-11-11 06:10  guy
-
-       * plugins/: plugin_api_list.c, Xass-list, Xplugin_api.c,
-         Xplugin_api.h, Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "asn1_id_decode1()" to the list of exported functions.
-
-2003-11-11 05:54  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum:
-
-                 Minor improvements.
-
-                 Added IEI level decoding of cdma2000 Handoff * IOS data
-                 parameters.
-
-2003-11-11 05:51  guy
-
-       * packet-ansi_a.c:
-
-         From Michael Lum:
-
-                 Change P_xxx to ANSI_A_E_xxx.
-
-                 Fix decoding of some parameters.
-
-                 Fix initialization of ett array.
-
-2003-11-11 05:23  guy
-
-       * gtk/gui_prefs.c:
-
-         The user interface preference page has only 9 rows in the GTK+
-         2.x version.
-
-2003-11-11 05:09  guy
-
-       * gtk/gui_prefs.c:
-
-         Create the last two items in the GUI preferences page's first
-         column the same way the other items are created - in order, going
-         down the page, and using "pos++" as the table position.
-
-2003-11-10 22:31  guy
-
-       * packet-ansi_a.c:
-
-         From Albert Chin: <stdlib.h> on HP-UX 11.00 (and possibly 10.20
-         and perhaps some versions of Digital/Tru64 UNIX) drags in
-         <wait.h>, which drags in <sys/procset.h>, which defines P_SID in
-         ways that cause this not to compile.  Use P_MY_SID instead.
-
-2003-11-10 21:42  guy
-
-       * packet-h225.c:
-
-         From Martin Regner:
-
-                 "aliasAddress", in an EndPoint sequence, is a sequence of
-                 aliasAddresses.
-
-                 Don't update the Info or Protocol columns in a pdu_item.
-
-2003-11-10 20:22  guy
-
-       * packet-dcerpc-epm.c:
-
-         From Yaniv Kaul:
-
-                 1. Add dissection of inquiry type (rpc_c_ep_all_elts /
-                    rpc_c_ep_match_by_if / rpc_c_ep_match_by_obj /
-                    rpc_c_ep_match_by_both).
-
-                 2. The version field seems incorrect to me - I believe it
-         is usually
-                    should be version 2.0, not 0.2.
-                    I suspect that the insertion of version information to
-         the hash
-                    table is also wrong, (and the get for the version
-         should have
-                    used _letohl() ) - but I did not change it.
-
-                 3. Clean up some white space.
-
-2003-11-10 20:15  guy
-
-       * packet-ansi_a.c:
-
-         From Albert Chin: dynamically allocate the "ett" array - some
-         compilers (such as at least one older version of the HP C
-         compiler) can't cope with constant expressions that involve the
-         "?" operator, it appears; they think it's not a constant
-         expression.
-
-         Also, as Albert notes, there's no reason for "ett" to be static
-         here.
-
-2003-11-10 08:14  sahlberg
-
-       * packet-q931.c:
-
-         The Q.931 dissector never checked whether the codeset variable
-         was set to a reasonable value or not.
-
-         This was problematic and caused crashes since this variable is
-         used as an index into an array where we grab a pointer (which is
-         later dereferenced).
-
-         Dereferencing that pointer will have surprising effects. Usually
-         crashes.
-
-         Update Q.931 to verify sanity of the codeset variable everytime
-         it gets set.
-
-2003-11-10 08:02  sahlberg
-
-       * packet-smb.c:
-
-         Bugfix for ethereal crashes
-
-         If the ByteCount field in the SMB PDU spanned beyond the end of
-         the packet because the packet was short or because the BC field
-         was corrupted and contained garbade data  then the tree item for
-         the command (the subtree just after the SMBHeader subtree) would
-         describe data continuing beyond the end of the packet.
-
-         If we selected one such tree in the dissect pane and used
-         Prepare/Match Selected  this would cause the filter build thing
-         to try to access data beyod the end of the packet and ethereal
-         would dump core.
-
-         Change the END_OF_SMB macro so that it shrinks bc so that bc
-         never describes data beyond the end of the packet.
-
-2003-11-10 07:44  sahlberg
-
-       * packet-ldap.c, gtk/dcerpc_stat.c:
-
-         Not all LDAP PDUs are aligned to the start of a TCP segment.
-
-         If we failed to dissect the GSS-SPNEGO blob it probably means
-         that the segment is somewhere in the middle of an LDAP PDU.
-
-         Just bail out and stop dissecting the PDU instead of aborting
-         ethereal completely using g_assert() since this is not really a
-         pathological error, its just something that can and will happen
-         normally.
-
-2003-11-09 22:57  guy
-
-       * asn1.c, asn1.h:
-
-         Fix the type of the "integer" argument to
-         "asn1_uint32_value_decode()", as per a note by Michael Lum.
-
-2003-11-09 22:55  guy
-
-       * AUTHORS, packet-rtcp.c, packet-rtp.c, doc/ethereal.pod:
-
-         From Martin Mathieson: display the bitfields for
-
-                 - the first 2 bytes of RTP headers
-                 - the first byte of RTCP report.
-
-2003-11-09 22:49  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum: add the ability to put parameter data at the
-         end of the parameter name so that the user doesn't have to open
-         the parameter subtree to see the most important data.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those).
-
-2003-11-09 22:41  guy
-
-       * packet-gsm_a.c:
-
-         From Michael Lum get rid of non-portable "%N$" constructs in
-         printf formats.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those).
-
-2003-11-09 22:32  guy
-
-       * packet-ansi_a.c:
-
-         Remove accidentally-inserted letter.
-
-2003-11-09 22:30  guy
-
-       * packet-ansi_a.c:
-
-         From Michael Lum:
-
-                 Fix some incorrect bit shifts.
-
-                 Get rid of non-portable "%N$" constructs in printf
-         formats.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-2003-11-09 22:15  guy
-
-       * plugins/asn1/packet-asn1.c:
-
-         From Albert Chin: the HP-UX 10.20 C compiler doesn't allow
-
-                 typedef enum _foo foo;
-                 enum _foo {
-                         ...
-                 };
-
-         You have to define the enum before using it in a typedef.  (If I
-         had my ANSI C89 standard handy, I could say whether that was
-         legal ANSI C or not.)
-
-2003-11-09 22:13  guy
-
-       * packet-bssgp.c:
-
-         From Albert Chin: get rid of null statements outside of function
-         bodies (that's what the ";" in
-
-                 int
-                 foo(...)
-                 {
-                         ...
-                 };
-
-         is).
-
-2003-11-09 19:53  guy
-
-       * packet-dcerpc-dcom.h:
-
-         From Albert Chin: get rid of C++ comments.
-
-2003-11-09 01:36  guy
-
-       * prefs.c:
-
-         From Gisle Vanem:
-
-                 Copy the "gui_fileopen_*" fields in "copy_prefs()".
-
-                 Fix a typo in "free_prefs()".
-
-2003-11-08 05:47  guy
-
-       * packet-tcp.c, packet-tcp.h:
-
-         Have "decode_tcp_ports()" handle only the handoff to a
-         subdissector - and have it return TRUE if we succeeded, FALSE
-         otherwise - and have an internal "process_tcp_payload()" routine
-         handle the (TCP-specific) PDU tracking and sequence number
-         analysis, with an argument to indicate whether it should do that
-         or not (i.e., whether it's being handed a TCP segment or
-         reassembled data).
-
-2003-11-08 00:09  guy
-
-       * AUTHORS, packet-rsvp.c, doc/ethereal.pod:
-
-         From Mohammad Hanif:
-
-                 correct and enhance support for RSVP FAST_REROUTE and
-         DETOUR
-                 objects (source:
-         draft-ietf-mpls-rsvp-lsp-fastreroute-03.txt);
-
-                 support an RSVP SESSION_OBJECT object with ctype = 1.
-         This
-                 object contains resource affinities (source: RFC 3209).
-
-2003-11-08 00:02  guy
-
-       * packet-msproxy.c, packet-socks.c, packet-tcp.c, packet-tcp.h:
-
-         "decode_tcp_ports()" is for use by protocols that proxy
-         transport-layer packets/sessions, e.g. MSProxy and SOCKS.  It
-         should not cause any of the TCP-specific stuff such as sequence
-         number analysis or PDU tracking to be done.  (Actually, MSProxy
-         and SOCKS should offer desegmentation services *themselves* and
-         do their *own* PDU tracking, rather than just passing stuff on to
-         "decode_tcp_ports()", but that's another matter.)
-
-         Make "tcp_tree" once again be a local variable to
-         "dissect_tcp()", and pass it as an argument to those functions
-         that use it.
-
-2003-11-07 23:27  guy
-
-       * Makefile.nmake, config.h.win32, config.nmake,
-         wiretap/Makefile.nmake, wiretap/config.h.win32:
-
-         Let people configure whether to build with Zlib or not solely by
-         controlling whether ZLIB_DIR is defined or not in config.nmake.
-
-2003-11-07 23:26  guy
-
-       * gtk/Makefile.nmake:
-
-         Nothing here should require zlib.h, so we shouldn't need to do
-         "/I$(ZLIB_DIR)".
-
-2003-11-07 20:23  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: implement the Range, Content-Range and
-         Content-Disposition headers.
-
-2003-11-07 20:07  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: add dissection for the Content-Base headeer.
-
-2003-11-07 08:50  guy
-
-       * packet-fcels.c, packet-fcels.h:
-
-         From Dinesh Dutt:
-
-             - Added support for displaying support for
-         Multicast/Broadcast supported
-               bits in *LOGI common service params
-             - Removed restriction for "Random Relative Offset" & its
-         alternate to be in
-               PLOGI or PDISC only. Some HBAs set it even in FLOGI.
-
-2003-11-07 08:47  guy
-
-       * packet-fcsp.c:
-
-         From Dinesh Dutt:
-
-             - Added support for decoding related to Security in *LOGI
-         service params
-             - Added support for new LS_RJT code for authentication
-         failure
-             - Brought packet-fcsp.c up-to-date with FC-SP rev 1.2
-
-2003-11-07 05:26  sahlberg
-
-       * Makefile.am, Makefile.nmake, packet-kpasswd.c:
-
-         New protocol:   MS Kpasswd  (RFC3244)
-
-         KPasswd is partially dissected for UDP.
-
-         It would be very useful if someone added dissection of the asn.1
-         encoded AP_REQ and the KRB-PRIV blobs. I dont think I will add
-         those.
-
-2003-11-07 04:03  sahlberg
-
-       * packet-ldap.c:
-
-         In some captures we might have already established and BOUND LDAP
-         session where GSS-SPNEGO is used.  If we havent seen the BIND
-         call ethereal would assume it is vanilla non-GSS-SPNEGO LDAP and
-         would fail to decode the packet.
-
-         Add heuristics to the LDAP dissector so that IF the first 4 bytes
-         of the LDAP PDU looks like ity could be a length field and IF the
-         fifth byte has the value 0x60 then assume what we have is
-         GSS-SPNEGO and assume this and all further commands on this
-         session is GSS-SPNEGO as well.
-
-2003-11-07 03:47  guy
-
-       * packet-http.c:
-
-         Make a field for the Content-Type entity header, and give it an
-         EH_ value so it can be handled specially (with a string dissector
-         table so that subdissectors can register for particular content
-         types).
-
-2003-11-07 01:29  guy
-
-       * gtk/: menu.c, toolbar.c, toolbar.h:
-
-         "File->Open" should be available whether or not we have a captue
-         file open.
-
-         The toolbar equivalent should *not* be available if we have an
-         "Update list of packets in real time" capture running.
-
-         The toolbar "Save" button should not be available if we don't
-         have an unsaved capture file.
-
-2003-11-06 23:02  guy
-
-       * gtk/menu.c:
-
-         Make Shift+Control+S an accelerator for "Save As...", as per the
-         GNOME HIG.
-
-2003-11-06 22:45  guy
-
-       * wiretap/: file_access.c, netmon.c, network_instruments.c,
-         network_instruments.h, wtap-int.h:
-
-         From Scott Emberley: support for writing Network Instruments
-         Observer files.
-
-2003-11-06 09:52  guy
-
-       * doc/README.plugins:
-
-         Note that not all OSes on which Ethereal runs can support
-         plugins.
-
-         Note that you have to modify plugins/Makefile.nmake.
-
-         Fix "plugin/" to "plugins/".
-
-         Update the sample Makefile.am and Makefile.nmake to match the
-         current state of affairs.
-
-2003-11-06 09:47  guy
-
-       * doc/README.developer:
-
-         Warn people not to use the "numbered argument" feature that many
-         UNIX printf's implement.
-
-2003-11-06 09:32  guy
-
-       * plugins/acn/packet-acn.c:
-
-         From Erwin Rol: fix some switched fields.
-
-2003-11-06 09:28  guy
-
-       * packet-sccp.c:
-
-         From Michael Lum: have the SCCP dissector register itself by
-         name.
-
-2003-11-06 09:18  sahlberg
-
-       * packet-ldap.c, packet-tcp.c:
-
-         Update to LDAP and TCP
-
-         LDAP messages that span multiple segments will throw an exception
-         unless we have reassembly enabled.
-
-         Update TCP so that IF an exception was thrown that we still pick
-         up any hints provided by the subdissector about where the next
-         PDU starts.
-
-         Update LDAP so that it will rpovide hints to TCP about where the
-         next LDAP PDU starts in the sequence number space.
-
-         Thus now ethereal can find and dissect LDAP PDUs that starts
-         somewhere in the middle of a TCP segment.
-
-2003-11-06 09:13  guy
-
-       * packet-dcerpc.c:
-
-         Update a comment.
-
-         Catch another case where we need to check for a null
-         decrypted_tvb.
-
-2003-11-06 09:05  guy
-
-       * plugins/: acn/Makefile.nmake, artnet/Makefile.nmake,
-         asn1/Makefile.nmake, docsis/Makefile.nmake,
-         gryphon/Makefile.nmake, lwres/Makefile.nmake,
-         megaco/Makefile.nmake, mgcp/Makefile.nmake, pcli/Makefile.nmake,
-         rtnet/Makefile.nmake:
-
-         Use "$(OBJECTS)" whenever a complete list of .obj files appears,
-         rather than repeating the list from the setting of OBJECTS.
-
-2003-11-06 08:54  guy
-
-       * packet-http.c:
-
-         Add a mechanism to handle various entity headers, allowing their
-         (string) values to be put into the protocol tree as fields and
-         allowing some headers to get special treatment, and use it for
-         Authorization, Proxy-Authorization, WWW-Authenticate, and
-         Proxy-Authenticate.
-
-2003-11-06 08:51  sahlberg
-
-       * packet-tcp.c:
-
-         Fix for TCP.
-
-         If we have short or malformed PDUs in protocols above TCP this
-         will generate an exception and thus some of the stateful things
-         such as keeping track of and printing the tcp analysis data will
-         be shourcutted and not called.
-
-         Add a wrapper around the call to the subdissectors above TCP so
-         that if an exception is generated we will still catch it and
-         explicitely call tcp_print_sequence_number_analysis() so that
-         also short packets are handled well.
-
-2003-11-06 07:44  sahlberg
-
-       * packet-dcerpc.c:
-
-         Bugfix for dcerpc parsing of encrypted short packets.
-
-         Sometimes if we cant decrypt a DCERPC packet decrypted_tvb is
-         NULL.
-
-         do not pass a NULL pointer to show_stub_data() since this will
-         dump core.
-
-2003-11-05 20:19  guy
-
-       * packet-ansi_a.c:
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those, and they might
-         be responsible for dragging in <sys/procset.h> on Digital UNIX -
-         that header defines P_SID in a way that conflicts with our
-         definition).
-
-2003-11-05 20:10  guy
-
-       * plugins/acn/packet-acn.c:
-
-         Update from Erwin Rol.
-
-2003-11-05 20:10  guy
-
-       * packet-ldap.c:
-
-         A "GHashFunc()" returns a "guint", not a "gint".
-
-2003-11-05 09:04  sahlberg
-
-       * gtk/ldap_stat.c:
-
-         the LDAP service response time dialog
-
-2003-11-05 09:04  sahlberg
-
-       * packet-ldap.c, packet-ldap.h, doc/ethereal.pod, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/service_response_time_table.c:
-
-         update for LDAP measure the response time for some LDAP commands
-         and add a service response time dialog for it
-
-2003-11-05 04:23  guy
-
-       * packet-wtp.c:
-
-         From Olivier Biot: have a separate subtree ett_ value for
-         concatenated PDUs.
-
-2003-11-04 22:14  guy
-
-       * wiretap/snoop.c:
-
-         Sigh.  Some snoop files have 6 bytes of padding; assume the file
-         is a snoop file unless it has enoguh padding to hold a Shomiti
-         trailer record.  (DEAR SUN MICROSYSTEMS: PLEASE DO NOT STUFF 16
-         OR MORE BYTES OF PADDING INTO A SNOOP PACKET.  THANK YOU.  HAVE A
-         NICE DAY.)
-
-         Add a little paranoia about the record and captured data lengths.
-
-2003-11-04 21:44  guy
-
-       * packet-isakmp.c:
-
-         Get rid of all the UDP-encapsulated IPSec stuff.
-
-         draft-ietf-ipsec-udp-encaps-06 says "The UDP port numbers are the
-         same as used by IKE traffic, as defined in [Kiv05]", and
-         "[Kiv05]" is draft-ietf-ipsec-nat-t-ike-05, which has been
-         superseded by draft-ietf-ipsec-nat-t-ike-07; the latter appears
-         to imply that it goes over port 4500, not port 500.
-
-         We already have a draft-ietf-ipsec-udp-encaps-06 dissector for
-         port 4500 (packet-ipsec-udp.c), and it's not entirely clear to me
-         how, if draft-ietf-ipsec-udp-encaps-06 traffic *did* go over port
-         500, you'd distinguish it from regular ISAKMP traffic.
-
-2003-11-04 20:33  guy
-
-       * gtk/prefs_dlg.c:
-
-         Skip the check for the module if a page doesn't have a module.
-
-2003-11-04 20:22  guy
-
-       * gtk/prefs_dlg.c:
-
-         Clean up the way we find the properties page for a given protocol
-         somewhat; this fixes a bug wherein we were assuming all modules
-         necessarily had preference pages (they won't, if the only
-         preferences for the module are obsolete preferences).
-
-2003-11-04 19:47  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 * Extra headers: Encoding-Version, WWW-Authenticate,
-                   Proxy-Authenticate
-
-                 * Fix memory allocate/free in header parsing functions &
-         macros
-
-                 * Add missing "ok = TRUE" for some header parsing
-         functions
-
-                 * Header subfields all share the same subtree identifier
-         (more
-                   intuitive)
-
-                 * Get rid of unused header fields and subtrees
-
-                 * Some whitespace changes
-
-2003-11-04 18:37  guy
-
-       * plugins/asn1/packet-asn1.c, plugins/gryphon/packet-gryphon.c,
-         AUTHORS, doc/ethereal.pod:
-
-         From Masaki Chikama: fix static compilation of "generic ASN.1"
-         and Gryphon plugins.
-
-2003-11-04 16:44  gerald
-
-       * plugins/asn1/packet-asn1.c:
-
-         #ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal
-         works again.
-
-2003-11-04 08:16  guy
-
-       * packet-http.c:
-
-         If we've already constructed a subset tvbuff, don't construct an
-         identical one and throw away the first one.
 
+------------------------------------------------------------------------