epan/dissectors/packet-xml.c try to decrypt data, but the data doesn't look correct yet
[metze/wireshark/wip.git] / ChangeLog
index b1a3e630ec054bbe83dbe1a386131ec77dd34604..15e9d1794a2d96e8540b192f5dea4c2126a39f62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-------------------------------------------------------------------------
-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.
-
-------------------------------------------------------------------------
-r22112 | guy | 2007-06-15 16:07:10 -0700 (Fri, 15 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-Fix indentation.
-
-------------------------------------------------------------------------
-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
-
-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
-
-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
-
-
-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).
-
-
-------------------------------------------------------------------------
-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
-
-Have editcap and capinfos compile --without-plugins
-
-Should go in 0.99.6
-
-
-------------------------------------------------------------------------
-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
-
-Bring developer guide up to date regarding tools and current plugin build infrastructure.
-------------------------------------------------------------------------
-r22118 | sahlberg | 2007-06-17 10:39:30 -0700 (Sun, 17 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
-
-add some missing error codes
-
-
-------------------------------------------------------------------------
-r22119 | sahlberg | 2007-06-17 12:51:20 -0700 (Sun, 17 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/column_prefs.c
-
-column_entry_changed_cb is not used by the GTK1 code.   ifdef it out for 
-gtk1
-
-
-------------------------------------------------------------------------
-r22120 | sahlberg | 2007-06-17 12:57:47 -0700 (Sun, 17 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/filter_dlg.c
-
-gtk1 does not have gtk_window_get_modal
-
-
-------------------------------------------------------------------------
-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
-
-remember locking info between requests and repsonses so it is easier to 
-diagnose why an operation returned an error
-
-
-------------------------------------------------------------------------
-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
-
-track filenames between rename requests and responses to make it easier to 
-diagnose why a rename failed
-
-
-------------------------------------------------------------------------
-r22123 | sahlberg | 2007-06-17 17:01:24 -0700 (Sun, 17 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
-   M /trunk/epan/dissectors/packet-nfs.h
-
-make hf_nfs_nfsstat externaly visible so other dissectors can use nfs 
-status codes
-
-
-------------------------------------------------------------------------
-r22124 | sahlberg | 2007-06-17 17:04:30 -0700 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nfsacl.c
-
-nfs acl uses the same status codes as nfs   so use the hf field for nfs
-
-------------------------------------------------------------------------
-r22125 | sfisher | 2007-06-17 18:42:17 -0700 (Sun, 17 Jun 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-
-Fix compilation on OS X with GLib 1.2 by including ctype.h since our
-isprint.h override only kicks in for GLib 2+.
-
-
-------------------------------------------------------------------------
-r22126 | standel | 2007-06-17 19:23:44 -0700 (Sun, 17 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.in
-
-get rid of the "case" statement to test the value of withval.
-
-
-------------------------------------------------------------------------
-r22127 | standel | 2007-06-17 20:03:54 -0700 (Sun, 17 Jun 2007) | 13 lines
-Changed paths:
-   M /trunk/configure.in
-
-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.
-
-------------------------------------------------------------------------
-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
-
-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
-
-
-From Martin Warnes:
-
-Currently the MySQL dissector assumes that an OK-Packet Response
-contains the Server_Status field. Having checked the MySQL protocol page
-I can't say conclusively whether it should or it shouldn't, however I've
-come across a couple of MySQL Java clients that receive the OK-Packet
-without the Server_Status field set in response to a "SET AUTOCOMMIT" call.
-The attached patched simply adds a check to ensure the Server_Status
-field is present before calling function mysql_dissect_server_status.
-
-
-------------------------------------------------------------------------
-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
-
-default value of --with-gcrypt must be set to yes.
-
-
-------------------------------------------------------------------------
-r22158 | gerald | 2007-06-21 15:54:06 -0700 (Thu, 21 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Expand the new/added features section.
-
-------------------------------------------------------------------------
-r22159 | gerald | 2007-06-21 16:19:16 -0700 (Thu, 21 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Fix invalid markup.
-
-------------------------------------------------------------------------
-r22160 | sfisher | 2007-06-21 16:30:09 -0700 (Thu, 21 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-
-Fix typo in HTTP Export Object menu path.  It ends with HTTP, not HTML.
-
-
-------------------------------------------------------------------------
-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
-
-NASREQ AVP 4 (NAS-IP-Address) is of type OctetString, not IPAddress
-(according to RFC 4005).
-
-------------------------------------------------------------------------
-r22163 | sahlberg | 2007-06-22 06:23:50 -0700 (Fri, 22 Jun 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-dns request/response tracking did not work if tree==NULL we didnt set up 
-the tracking structures
-
-this makes dns request/response trackign work when you dont have any 
-color filters
-
-
-------------------------------------------------------------------------
-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
-
-add code to handle new insanity in how spnego and gss wrap 
-eachother
-
-
-
-------------------------------------------------------------------------
-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
-
-
-Fix enhancement bug #1337: Export IO Graphs
-
-This new code adds a save button to the Statistics IO Graphs window and
-is also reusable by any other code that uses GDK Pixmaps to draw graphs.
-The Gdk-pixbuf library included in GTK is used for this save function.
-
-
-------------------------------------------------------------------------
-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
-
-
-Fix distcheck for recently removed asn1/gsm_ss and asn1/MAP_Dialogue and
-remove the asn1/gsm_ss directory.
-
-
-------------------------------------------------------------------------
-r22168 | sfisher | 2007-06-22 15:44:51 -0700 (Fri, 22 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/Makefile.nmake
-
-
-Remove gsm_ss and MAP_Dialogue from Windows makefile
-
-
-------------------------------------------------------------------------
-r22169 | gerald | 2007-06-22 17:00:57 -0700 (Fri, 22 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-A recent checkin broke wpa-psk keys; fix it.
-
-------------------------------------------------------------------------
-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
-
-
-Updates to initial check-in of pixmap saving feature:
-
- - Bump minimum GTK version from 2.4 to 2.6 in code and users manual
- - Free some strings after we're done with them 
-
-------------------------------------------------------------------------
-r22171 | etxrab | 2007-06-23 08:31:37 -0700 (Sat, 23 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.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
-
-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
-
-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.
-
-
-------------------------------------------------------------------------
-r22174 | gal | 2007-06-23 22:14:39 -0700 (Sat, 23 Jun 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/reassemble.c
-
-Added a new function, fragment_end_seq_next(), to end the 
-fragmented data without adding an empty data fragment. 
-This is used by the RTSE dissector which can't identify the 
-last fragment until after it has been added.
-
-
-------------------------------------------------------------------------
-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
-
-This patch adds s4406 type to COL_INFO, as for X420.
-
-
-------------------------------------------------------------------------
-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
-
-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.
-
-
-------------------------------------------------------------------------
-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
-
-remove some compiler warning due to unused pinfo parameter
-
-a SASL encapsulated ldap blob can contain more than one LDAP message so 
-the rest_is_pad parameter is bogus and thus removed.
-
-make dissect_ldap_pdu handle when we have more than one LDAP message 
-inside one sasl blob
-
-
-------------------------------------------------------------------------
-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
-
-
-Fix Windows builds and dist after revision 22179 removed the FTBP dissector
-
-
-------------------------------------------------------------------------
-r22183 | etxrab | 2007-06-24 23:10:36 -0700 (Sun, 24 Jun 2007) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
-
-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
-
-
-Fix bug #1665 / From Nikns Siankin:
-
-Fix compilation on OpenBSD.  This needs to go into 0.99.6 release.
-
-
-------------------------------------------------------------------------
-r22189 | sfisher | 2007-06-25 12:29:02 -0700 (Mon, 25 Jun 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-
-From Frank Stratemeier:
-
-I added rval_to_str, match_strrval and match_strrval_idx to
-libwireshark.def for being available in plugins.
-
-
-------------------------------------------------------------------------
-r22190 | sfisher | 2007-06-25 12:40:37 -0700 (Mon, 25 Jun 2007) | 7 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   M /trunk/asn1/x420/Makefile
-   M /trunk/asn1/x420/Makefile.nmake
-
-
-From Stig Bjorlykke:
-
-This patch fixes building x420 with ftbp on Unix platform and adds
-ftbp.asn to the tarball.
-
-
-------------------------------------------------------------------------
-r22191 | etxrab | 2007-06-25 12:51:23 -0700 (Mon, 25 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipmi.c
-
-From Flavio Leitner:
-Fix IPMI Completion Codes.
-------------------------------------------------------------------------
-r22192 | jake | 2007-06-25 13:47:45 -0700 (Mon, 25 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-edonkey.c
-
-From Lukazs M.:
-Small patch for packet-edonkey.c (stupid mistakes are the easiest to made :-))
-------------------------------------------------------------------------
-r22193 | jake | 2007-06-26 00:02:48 -0700 (Tue, 26 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-Fix for bug 1658:
-Add Do Not Age bit interpretation.
-------------------------------------------------------------------------
-r22194 | etxrab | 2007-06-26 10:10:05 -0700 (Tue, 26 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/gnm/Makefile.nmake
-   M /trunk/asn1/gnm/gnm.cnf
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-gnm.c
-
-Try to fix some GCC warnings
-------------------------------------------------------------------------
-r22195 | gerald | 2007-06-26 12:38:44 -0700 (Tue, 26 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/capture_info.c
-   M /trunk/epan/dissectors/packet-ppi.c
-   A /trunk/epan/dissectors/packet-ppi.h
-   M /trunk/epan/libwireshark.def
-
-Add capture counts for PPI.
-
-------------------------------------------------------------------------
-r22196 | etxrab | 2007-06-26 13:49:21 -0700 (Tue, 26 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/epan/dissectors/packet-cmip.c
-
-Try to fix the last defined but not used warnings.
-------------------------------------------------------------------------
-r22198 | gerald | 2007-06-26 22:39:13 -0700 (Tue, 26 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/export_object.c
-
-If we have problems with "Save All" in the HTTP object list, show a single
-error dialog instead of one dialog per unsaved file.
-
-------------------------------------------------------------------------
-r22199 | etxrab | 2007-06-26 23:03:13 -0700 (Tue, 26 Jun 2007) | 1 line
-Changed paths:
-   D /trunk/asn1/ldap/README
-
-Remove obsolete README file.
-------------------------------------------------------------------------
-r22200 | sfisher | 2007-06-26 23:28:02 -0700 (Tue, 26 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-
-
-Fix distcheck
-
-
-------------------------------------------------------------------------
-r22201 | kukosa | 2007-06-26 23:54:48 -0700 (Tue, 26 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-export prefs_register_static_text_preference()
-------------------------------------------------------------------------
-r22202 | kukosa | 2007-06-27 01:13:53 -0700 (Wed, 27 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-- INSTANCE OF type support
-- fix bug in empty SET handling
-- partial support for OpenTypeFieldVal
-- allow useful object classes in ObjectFieldSpec and ObjectSetFieldSpec
-------------------------------------------------------------------------
-r22203 | kukosa | 2007-06-27 07:26:17 -0700 (Wed, 27 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-check conflict in CLASS fields redefinition
-------------------------------------------------------------------------
-r22204 | etxrab | 2007-06-27 10:02:47 -0700 (Wed, 27 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/cmip/cmip-exp.cnf
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-
-Try to fix the last defined but not used warnings(again).
-------------------------------------------------------------------------
-r22205 | etxrab | 2007-06-27 10:03:25 -0700 (Wed, 27 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Fix distcheck
-------------------------------------------------------------------------
-r22206 | gal | 2007-06-27 10:42:41 -0700 (Wed, 27 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/s4406/s4406.asn
-   M /trunk/epan/dissectors/packet-s4406.c
-
-This patch changes ExemptedAddressSeq to a SEQUENCE OF.
-
-
-------------------------------------------------------------------------
-r22207 | gal | 2007-06-27 10:51:19 -0700 (Wed, 27 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/epan/dissectors/packet-pres.c
-
-This patch make PRES context identifiers conversation aware.
-
-
-------------------------------------------------------------------------
-r22208 | gal | 2007-06-27 10:57:44 -0700 (Wed, 27 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/epan/dissectors/packet-rtse.c
-
-This patch adds a check for octet string in RTSE reassembly.
-If not an octet string the data is handled as ordinary RTSE APDU.
-
-
-------------------------------------------------------------------------
-r22209 | gal | 2007-06-27 11:03:23 -0700 (Wed, 27 Jun 2007) | 5 lines
-Changed paths:
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/epan/dissectors/packet-x411.c
-
-This patch will set correct extension_id for ExtensionAttributeType
-(error introduced in r22043), and fix printing of CAP values in
-oraddress (error introduced in r22054).
-
-
-------------------------------------------------------------------------
-r22210 | gerald | 2007-06-27 12:02:58 -0700 (Wed, 27 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-Make the WPA passphrase a percent-escaped string.  Constify and GLib-ize
-some variables.
-
-------------------------------------------------------------------------
-r22211 | gerald | 2007-06-27 14:03:25 -0700 (Wed, 27 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/airpcap_dlg.c
-
-In the wireless key management dialog, apply the 802.11 preferences when
-the "OK," "Apply," or "Cancel" buttons are pressed.  Remove some duplicate
-code.  Add a comment about "Cancel" not working as expected.
-
-------------------------------------------------------------------------
-r22214 | sfisher | 2007-06-27 16:26:24 -0700 (Wed, 27 Jun 2007) | 8 lines
-Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-
-
-Fix a bug where you couldn't save individual packets from a file type that
-Wireshark doesn't support writing to.  The default in the drop-down menu
-was libpcap, but since gtk_option_menu_set_history() doesn't send the
-activate signal we set up earlier, you would have to manually click on the
-drop-down and reselect libpcap for it to work.  Now it works as expected.
-
-
-------------------------------------------------------------------------
-r22215 | gerald | 2007-06-27 16:42:06 -0700 (Wed, 27 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.common
-
-Put airpcap.h back in the distribution.
-
-------------------------------------------------------------------------
-r22217 | guy | 2007-06-27 16:53:24 -0700 (Wed, 27 Jun 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-I think David Young needs to be granted the power of life and death
-over anybody who edits the sys/net80211/ieee80211_radiotap.h header on
-any operating system.  I also think he needs to be willing to use that
-power when necessary.
-
-------------------------------------------------------------------------
-r22220 | jake | 2007-06-28 12:03:47 -0700 (Thu, 28 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-Fix for bug 1669:
-Don't ditch the returned offset.
-------------------------------------------------------------------------
-r22222 | martinm | 2007-06-29 03:47:46 -0700 (Fri, 29 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/sip_stat.c
-   M /trunk/tap-sipstat.c
-
-Add 422 "Session Timer Too Small" response code from RFC 4028
-
-------------------------------------------------------------------------
-r22223 | kukosa | 2007-06-29 04:28:35 -0700 (Fri, 29 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-- implementation of OPERATION and ERROR objects support started
-- new #.TABLE... directives to printout objects into output files 
-------------------------------------------------------------------------
-r22224 | martinm | 2007-06-29 09:16:57 -0700 (Fri, 29 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/wiretap/catapult_dct2000.c
-
-- Map gre -> IP
-- Change a value string value to help an easily-frightened colleague
-
-------------------------------------------------------------------------
-r22226 | jake | 2007-06-29 12:00:46 -0700 (Fri, 29 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-iax2.h
-
-Fix for bug 1585:
-Add new frame types for IAX protocol and modem subclass dissection.
-------------------------------------------------------------------------
-r22227 | etxrab | 2007-07-01 11:48:15 -0700 (Sun, 01 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/cmip/Makefile.nmake
-   M /trunk/asn1/cmip/cmip-exp.cnf
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/gnm/GNM.asn
-   M /trunk/asn1/gnm/Makefile
-   M /trunk/asn1/gnm/Makefile.nmake
-   M /trunk/asn1/gnm/gnm.cnf
-   M /trunk/asn1/gnm/packet-gnm-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-   M /trunk/epan/dissectors/packet-gnm.c
-   M /trunk/epan/dissectors/packet-gnm.h
-
-Try to fix defined but not used warnings and use the nice new table function to get the
-list of Opcodes.
-------------------------------------------------------------------------
-r22228 | etxrab | 2007-07-02 02:20:19 -0700 (Mon, 02 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/epan/dissectors/packet-cmip.c
-
-Correct a copy paste error and rename fields.
-------------------------------------------------------------------------
-r22229 | etxrab | 2007-07-02 05:12:49 -0700 (Mon, 02 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-Fix some of the  'defined but not used' warnings.
-------------------------------------------------------------------------
-r22230 | kukosa | 2007-07-02 05:22:05 -0700 (Mon, 02 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-register type of OPERATION fields &ArgumentType and &ResultType and ERROR field &ParemeterType if other type than Typereference is used
-
-------------------------------------------------------------------------
-r22231 | kukosa | 2007-07-02 05:25:13 -0700 (Mon, 02 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/qsig/packet-qsig-template.c
-   M /trunk/asn1/qsig/qsig-cf.asn
-   M /trunk/asn1/qsig/qsig.cnf
-   M /trunk/epan/dissectors/packet-qsig.c
-
-ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need not to be redefined as assignment
-------------------------------------------------------------------------
-r22232 | kukosa | 2007-07-02 06:03:39 -0700 (Mon, 02 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-- HSTRING value support
-- accept any type in CONSTRAINED BY
-------------------------------------------------------------------------
-r22233 | etxrab | 2007-07-03 02:08:31 -0700 (Tue, 03 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/ulp/packet-ulp-template.c
-   M /trunk/asn1/ulp/ulp.cnf
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-ulp.c
-
-Fix dissection of IP addresses in unaligned PER.
-Add dissection of MSISDN and IMSI to the ULP dissector.
-------------------------------------------------------------------------
-r22234 | kukosa | 2007-07-03 04:01:21 -0700 (Tue, 03 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-small changes in value reference handling and parameterized object assignment handling
-------------------------------------------------------------------------
-r22235 | sahlberg | 2007-07-03 05:02:16 -0700 (Tue, 03 Jul 2007) | 16 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-dissect a new AD-IF-RELEVANT type seen in some vista traces
-
-it is essentially 
-
-Checksum ::= SEQUENCE {
-   type     [0] INTEGER  # -138 == HMAC-MD5
-   checksum [1] OCTET STRING
-}
-
-SignTicket ::= SEQUENCE {
-   enctype   [0] INTEGER
-   signature [1] Checksum
-}
-
-
-
-------------------------------------------------------------------------
-r22236 | sahlberg | 2007-07-03 06:05:33 -0700 (Tue, 03 Jul 2007) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isns.c
-
-relax the checking of [PG] PORTAL IP ADDRESS,   some implementations are 
-apparently broken and send 64 bytes for these fields.
-
-mark these packets in the decode pane that the isns host is broken
-
-
-change the calculation of offset to just increment it by tag size  len 
-size and length one at the very end of the attribute dissector
-
-
-
-------------------------------------------------------------------------
-r22237 | gerald | 2007-07-03 17:53:03 -0700 (Tue, 03 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/nsis/Makefile.nmake
-   D /trunk/packaging/nsis/WinPcap_4_0.exe
-   A /trunk/packaging/nsis/WinPcap_4_0_1.exe
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/packaging/u3/win32/makefile.nmake
-   M /trunk/packaging/u3/win32/u3util.c
-
-Switch to WinPcap 4.0.1.
-
-------------------------------------------------------------------------
-r22238 | jake | 2007-07-04 00:22:57 -0700 (Wed, 04 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/copyright
-   M /trunk/debian/patches/00list
-   M /trunk/debian/patches/01_idl2deb.dpatch
-   M /trunk/debian/patches/02_asn2deb.dpatch
-   M /trunk/debian/patches/03_preferences.dpatch
-   M /trunk/debian/patches/04_drop-capabilities.dpatch
-   M /trunk/debian/patches/05_plugin-libdir.dpatch
-   M /trunk/debian/patches/06_giop-buffer.dpatch
-   M /trunk/debian/patches/07_gcc4.dpatch
-   D /trunk/debian/patches/08_ethereal-desktop-menu.dpatch
-   M /trunk/debian/patches/08_wireshark-desktop-menu.dpatch
-   D /trunk/debian/patches/09_idl2eth.dpatch
-   M /trunk/debian/patches/09_idl2wrs.dpatch
-   D /trunk/debian/patches/10_ethereal_gen.dpatch
-   D /trunk/debian/patches/11_diameter_vendors.dpatch
-   A /trunk/debian/pycompat
-   A /trunk/debian/pyversions
-   M /trunk/debian/rules
-   M /trunk/debian/tshark.files
-   M /trunk/debian/tshark.manpages
-   M /trunk/debian/wireshark-common.files
-   M /trunk/debian/wireshark-common.manpages
-   M /trunk/debian/wireshark-dev.docs
-   M /trunk/debian/wireshark-dev.files
-   M /trunk/debian/wireshark-dev.header-files
-   M /trunk/debian/wireshark-dev.manpages
-   M /trunk/debian/wireshark-dev.postinst
-   M /trunk/debian/wireshark-dev.prerm
-   M /trunk/debian/wireshark-root.desktop
-   M /trunk/debian/wireshark.files
-   M /trunk/debian/wireshark.manpages
-   M /trunk/debian/wireshark.menu
-
-From Frederic Peters:
-Update of de Debian Packaging files from 0.99.2 to 0.99.6pre1.
-------------------------------------------------------------------------
-r22239 | etxrab | 2007-07-04 06:27:44 -0700 (Wed, 04 Jul 2007) | 1 line
-Changed paths:
-   A /trunk/asn1/camel/CAP-GPRS-ReferenceNumber.asn
-   A /trunk/asn1/camel/CAP-SMS-ops-args.asn
-   A /trunk/asn1/camel/CAP-U-ABORT-Data.asn
-   A /trunk/asn1/camel/CAP-classes.asn
-   A /trunk/asn1/camel/CAP-datatypes.asn
-   A /trunk/asn1/camel/CAP-errorcodes.asn
-   A /trunk/asn1/camel/CAP-errortypes.asn
-   A /trunk/asn1/camel/CAP-gprsSSF-gsmSCF-ops-args.asn
-   A /trunk/asn1/camel/CAP-gsmSCF-gsmSRF-ops-args.asn
-   A /trunk/asn1/camel/CAP-gsmSSF-gsmSCF-ops-args.asn
-   A /trunk/asn1/camel/CAP-object-identifiers.asn
-   A /trunk/asn1/camel/CAP-operationcodes.asn
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/inap/inap.cnf
-   M /trunk/asn1/inap/packet-inap-template.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
-
-Preparations for updated CAMEL dissector.
-------------------------------------------------------------------------
-r22240 | gal | 2007-07-04 09:16:32 -0700 (Wed, 04 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smtp.c
-
-New preference to allow for the reassembly of SMTP DATA and subsequent dissection as Internet Message Format (imf).
-(imf dissector in separate patch).
-
-
-------------------------------------------------------------------------
-r22241 | gal | 2007-07-04 09:24:20 -0700 (Wed, 04 Jul 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-imf.c
-
-New dissector for Internet Message Format (IMF) - RFC 2822.
-It provides basic dissection of the text-based protocol, providing fields for filtering.
-It also calls the multipart dissector for any MIME body that is found.
-It includes very basic support for MIXER (RFC 2156) fields.
-It also registers itself as "message/rfc822" in the media type table.
-
-
-------------------------------------------------------------------------
-r22242 | martinm | 2007-07-04 10:27:46 -0700 (Wed, 04 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Make lines of raw SIP filterable.  Fix a little whitespace.
-
-------------------------------------------------------------------------
-r22243 | martinm | 2007-07-05 02:58:09 -0700 (Thu, 05 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-
-Make timestamp a double to make filtering more useful.
-
-------------------------------------------------------------------------
-r22244 | etxrab | 2007-07-05 06:14:25 -0700 (Thu, 05 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From Stig Bj?\195?\184rlykke:
-This patch adds an option to packet-ber to show unexpected tags/data as unknown BER.  It also fixes some offset/length combinations when adding the error message to the tree.
-------------------------------------------------------------------------
-r22245 | etxrab | 2007-07-05 06:18:28 -0700 (Thu, 05 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/camel/Makefile
-   M /trunk/asn1/camel/Makefile.nmake
-   A /trunk/asn1/camel/TCAPMessages.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/camel/packet-camel-template.h
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-
-New Camel dissector built with -X and -T option and origninal ASN1 files.
-------------------------------------------------------------------------
-r22246 | gal | 2007-07-05 09:19:36 -0700 (Thu, 05 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Allow for leading whitespace in parameters when looking for the boundary.
-
-------------------------------------------------------------------------
-r22248 | gal | 2007-07-05 09:31:12 -0700 (Thu, 05 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Consistent eol-style restored.
-
-
-------------------------------------------------------------------------
-r22250 | etxrab | 2007-07-05 14:29:53 -0700 (Thu, 05 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/camel/packet-camel-template.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-
-Try to get rid of the warnings.
-------------------------------------------------------------------------
-r22251 | etxrab | 2007-07-05 14:51:12 -0700 (Thu, 05 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/chargecontrol.xml
-   M /trunk/diameter/dictionary.xml
-
-Move 3GPP AVP:s to dictionary.xml chnge some AVP types to 'Time' as per 3GPP spec.
-------------------------------------------------------------------------
-r22252 | sahlberg | 2007-07-05 15:01:58 -0700 (Thu, 05 Jul 2007) | 3 lines
-Changed paths:
-   A /trunk/epan/dissectors/pidl/samr.cnf
-   A /trunk/epan/dissectors/pidl/samr.idl
-
-add initial samr idl and conformance file
-
-
-------------------------------------------------------------------------
-r22253 | sahlberg | 2007-07-05 15:03:35 -0700 (Thu, 05 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/samr.cnf
-   M /trunk/epan/dissectors/pidl/samr.idl
-
-set propset eol-style to native
-
-------------------------------------------------------------------------
-r22254 | sahlberg | 2007-07-05 15:19:28 -0700 (Thu, 05 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/samr.cnf
-
-add policy handle tracking to samr.cnf
-
-
-------------------------------------------------------------------------
-r22255 | sahlberg | 2007-07-05 21:05:06 -0700 (Thu, 05 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/samr.cnf
-   M /trunk/epan/dissectors/pidl/samr.idl
-
-redo the lsa_String dissector we temporarily host in samr until lsa has 
-been pidlified
-
-prettify some strings and show them in the summary line
-
-
-------------------------------------------------------------------------
-r22256 | sahlberg | 2007-07-05 22:45:55 -0700 (Thu, 05 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/samr.cnf
-
-some more prettification,   show name of created users on the summary 
-line and also in the associated policy handle
-
-
-------------------------------------------------------------------------
-r22257 | etxrab | 2007-07-06 03:03:19 -0700 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-
-From Seehofer, Markus:
-ETHERTYPE for IEEE1588/PTP
-------------------------------------------------------------------------
-r22258 | etxrab | 2007-07-06 03:07:25 -0700 (Fri, 06 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas Dichtel:
-First patch is only to reindent the packet-mip6 files.
-Second patch adds PMIPv6 options (draft-ietf-netlmm-proxymip6-01.txt) and Mobile Node Identifier Option (RFC4283).
-------------------------------------------------------------------------
-r22259 | jake | 2007-07-06 13:34:20 -0700 (Fri, 06 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Have the installer propose to install 4.0.1 over 4.0.0.
-------------------------------------------------------------------------
-r22260 | sahlberg | 2007-07-06 15:14:04 -0700 (Fri, 06 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/samr.cnf
-   M /trunk/epan/dissectors/pidl/samr.idl
-
-add dissection of the bits for the Connect[0-5] access_masks
-
-
-------------------------------------------------------------------------
-r22261 | jake | 2007-07-06 15:27:03 -0700 (Fri, 06 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-Now it really can read MP3 files, without SIGABRT.
-------------------------------------------------------------------------
-r22262 | jake | 2007-07-06 15:36:58 -0700 (Fri, 06 Jul 2007) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-
-From Steve Karg:
-Attached is a patch that fixes bug 1670 and related issues.
-For the BACnet GetEventInformation-ACK request dissector:
-1. Corrected BitString decoding for acknowledgedTransitions and eventEnable.
-2. Corrected the ability to decode more than one event.
-3. Grouped each item of the sequence using subtrees.  Added more informative
-text to Priority and Timestamp.
-4. Corrected eventState to use BACnetEventState enumeration instead of
-BACnetEventStateFilter.
-------------------------------------------------------------------------
-r22263 | sahlberg | 2007-07-06 18:25:26 -0700 (Fri, 06 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/samr.cnf
-   M /trunk/epan/dissectors/pidl/samr.idl
-
-add some more access masks
-
-
-------------------------------------------------------------------------
-r22264 | sahlberg | 2007-07-06 20:34:30 -0700 (Fri, 06 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/samr.cnf
-
-fix a typo
-
-
-------------------------------------------------------------------------
-r22265 | sahlberg | 2007-07-07 14:47:27 -0700 (Sat, 07 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.h
-
-add the new pidl created SAMR dissector
-
-
-------------------------------------------------------------------------
-r22266 | etxrab | 2007-07-07 15:24:37 -0700 (Sat, 07 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/camel/packet-camel-template.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-
-Make hf fileds for ARGGUMENT RESULT and ERROR parameters.
-------------------------------------------------------------------------
-r22267 | sahlberg | 2007-07-07 15:27:22 -0700 (Sat, 07 Jul 2007) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-bug 1550
-add a fix for ack/seq tracking when the tcp is broken and sends a 
-non-zero ack field for SYN packets.
-
-add a warning to the dissect pane that illustrates that these are broken 
-packets
-
-
-------------------------------------------------------------------------
-r22268 | jmayer | 2007-07-08 03:20:30 -0700 (Sun, 08 Jul 2007) | 30 lines
-Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-   M /trunk/tools/pidl/tests/ndr_align.pl
-   M /trunk/tools/pidl/tests/ndr_tagtype.pl
-
-Update from samba tree revision 23135 to 23750
-============================ Samba log start ============
-------------------------------------------------------------------------
-r23677 | abartlet | 2007-07-03 09:28:46 +0200 (Tue, 03 Jul 2007) | 6 lines
-Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
-
-When I removed data_blob_equal, I clearly didn't test the PIDL code.
-
-Fix these to use the new data_blob_cmp()
-
-Andrew Bartlett
-
-------------------------------------------------------------------------
-r23721 | sahlberg | 2007-07-05 09:19:14 +0200 (Thu, 05 Jul 2007) | 7 lines
-Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-For unions, The TAG and the ARM are aligned independently.
-
-Move emitting ALIGN_TO_x_BYTES to after the tag has been dissected so the 
-alignment only affects the ARM.
-
-
-
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-------------------------------------------------------------------------
-r22269 | etxrab | 2007-07-08 07:38:07 -0700 (Sun, 08 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/acp133/Makefile
-   M /trunk/asn1/acp133/Makefile.nmake
-   M /trunk/epan/dissectors/packet-acp133.c
-   M /trunk/epan/dissectors/packet-acp133.h
-
-ACP123 with -X and -T option
-------------------------------------------------------------------------
-r22270 | sahlberg | 2007-07-09 03:49:34 -0700 (Mon, 09 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/pidl/samr.cnf
-
-rename all policy handles in samr to have a name that describes the type 
-of handle.
-
-
-
-------------------------------------------------------------------------
-r22271 | sahlberg | 2007-07-09 04:04:38 -0700 (Mon, 09 Jul 2007) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-
-disabling sid snooping in the code
-
-this module was never really finished and was therefore semi-useless.
-disabled now since the change to samr broke it  and the real fix to 
-unbreak it would be a substantial rewrite of it
-(and adding a nice gui so one can see which sids are mapped...)
-
-disabled it   but did not remove it since i do think the module is 
-useful   IF it is completed with a lot more operations.
-
-
-
-------------------------------------------------------------------------
-r22272 | sahlberg | 2007-07-09 05:37:20 -0700 (Mon, 09 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.h
-   M /trunk/epan/dissectors/pidl/samr.cnf
-   M /trunk/epan/dissectors/pidl/samr.idl
-
-make all rids use a single hf filter field
-
-dissect the Type of rid using lsa_Types
-
-
-------------------------------------------------------------------------
-r22273 | sahlberg | 2007-07-09 05:50:57 -0700 (Mon, 09 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/pidl/samr.idl
-
-the sidtype is a 32bit enum   not a standard enum
-
-
-------------------------------------------------------------------------
-r22274 | sahlberg | 2007-07-09 06:05:52 -0700 (Mon, 09 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.h
-   M /trunk/epan/dissectors/pidl/samr.cnf
-   M /trunk/epan/dissectors/pidl/samr.idl
-
-dissect lsa_Strings correctly in the samr dissector
-
-
-------------------------------------------------------------------------
-r22275 | martinm | 2007-07-09 06:27:15 -0700 (Mon, 09 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/epan/dissectors/packet-diameter.c
-
-- Fix a broken comment in xml file
-- Add/fix some AVPs
-- Print unmatched command codes in decimal
-
-------------------------------------------------------------------------
-r22277 | gerald | 2007-07-09 09:31:39 -0700 (Mon, 09 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_list.h
-   M /trunk/ui_util.h
-
-From Dustin Johnson: If "Update list of packets in real time" and
-"Automatic scrolling in live capture" are both enabled, make the scroll
-bar behavior more natural.  If the packet list is scrolled to the
-bottom, scroll automatically.  If the user scrolls back, keep the packet
-list scrolled at that point instead of jumping back to the end.
-
-------------------------------------------------------------------------
-r22278 | gerald | 2007-07-09 09:36:29 -0700 (Mon, 09 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/airpcap_gui_utils.c
-
-From Dustin Johnson: AirPcap display update.
-
-------------------------------------------------------------------------
-r22279 | jake | 2007-07-09 09:44:30 -0700 (Mon, 09 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/doc/README.developer
-
-Add a note on how to handle obsolete preferences
-------------------------------------------------------------------------
-r22280 | gerald | 2007-07-09 10:01:00 -0700 (Mon, 09 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Dustin Johnson: Fix a typo.
-
-------------------------------------------------------------------------
-r22281 | guy | 2007-07-09 13:27:38 -0700 (Mon, 09 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
-
-Check %l[doux] first, when looking for the format to use with 64-bit
-integral data types, so we handle LP64 platforms if "gint64" is just a
-"long int".
-
-------------------------------------------------------------------------
-r22282 | jake | 2007-07-09 22:15:45 -0700 (Mon, 09 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-pana.c
-
-Fix reserved bits bitmask.
-------------------------------------------------------------------------
-r22283 | martinm | 2007-07-10 06:20:37 -0700 (Tue, 10 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-   A /trunk/diameter/etsie2e4.xml
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Add ETSI e2/e4 Diameter applications
-
-------------------------------------------------------------------------
-r22284 | martinm | 2007-07-10 10:45:11 -0700 (Tue, 10 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-
-Allow filtering of whole AVP
-
-------------------------------------------------------------------------
-r22285 | gerald | 2007-07-10 16:23:09 -0700 (Tue, 10 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Add a missing display filter.
-
-------------------------------------------------------------------------
-r22286 | gerald | 2007-07-11 11:08:14 -0700 (Wed, 11 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Clean out the 0.99.6 material and seed for 0.99.7.
-
-------------------------------------------------------------------------
-r22287 | gerald | 2007-07-11 11:23:54 -0700 (Wed, 11 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-Move packet-ipsec.c to CLEAN_DISSECTOR_SRC.
-
-------------------------------------------------------------------------
-r22288 | sfisher | 2007-07-11 20:27:11 -0700 (Wed, 11 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-
-Fix doc build by removing empty itemized lists
-
-
-------------------------------------------------------------------------
-r22289 | morriss | 2007-07-12 08:34:21 -0700 (Thu, 12 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Undo part of rev 21460: go back to passing proto_ssl to the tap (since apparently follow ssl stream uses it) but now cast it using GINT_TO_POINTER so as to avoid a warning (seen on 64-bit Redhat AS4) about casting to a pointer from an integer of different size.  It does not appear that there is a DTLS tap (which is the other thing changed in 21460).
-------------------------------------------------------------------------
-r22290 | martinm | 2007-07-12 10:31:26 -0700 (Thu, 12 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-
-Fix parsing of sctpprim header (v1)
-
-------------------------------------------------------------------------
-r22291 | martinm | 2007-07-12 10:33:50 -0700 (Thu, 12 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/diameter/gqpolicy.xml
-
-Add some AVPs used with Rq interface (same appid as Gq)
-
-------------------------------------------------------------------------
-r22292 | jake | 2007-07-12 12:55:12 -0700 (Thu, 12 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/wiretap/wtap.c
-
-From Jim Paris:
-The encap_table_base in wcap.c is missing an entry.
-This causes e.g. "dumpcap -i usb3 -L" to output:
-  Data link types (use option -y to set):
-    USB_LINUX
-   (MPEG)
-------------------------------------------------------------------------
-r22293 | morriss | 2007-07-12 15:36:35 -0700 (Thu, 12 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Guillem Hernandez: fix decoding of EOSP bit. From Jaap Keuter: fix description of 'value' in proto_tree_add_boolean() that caused the former bug.
-------------------------------------------------------------------------
-r22294 | jake | 2007-07-12 23:28:44 -0700 (Thu, 12 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/doc/README.developer
-
-Added remark on anonymous unions.
-------------------------------------------------------------------------
-r22295 | kukosa | 2007-07-13 04:25:53 -0700 (Fri, 13 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/q932/packet-q932-ros-template.c
-   M /trunk/asn1/q932/packet-q932-ros-template.h
-   M /trunk/asn1/q932/packet-q932-template.c
-   M /trunk/epan/asn1.h
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   M /trunk/epan/dissectors/packet-q932-ros.h
-   M /trunk/epan/dissectors/packet-q932.c
-
-- get rid of anonymous unions
-- move some structures from packet-per and packet-q932-ros to asn1.h
-------------------------------------------------------------------------
-r22296 | kukosa | 2007-07-13 06:17:16 -0700 (Fri, 13 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/tap-camelcounter.c
-
-add necessary include
-------------------------------------------------------------------------
-r22297 | kukosa | 2007-07-13 06:20:34 -0700 (Fri, 13 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/tap-camelcounter.c
-   M /trunk/tap-camelsrt.c
-
-next try to fix includes
-------------------------------------------------------------------------
-r22298 | morriss | 2007-07-13 06:45:11 -0700 (Fri, 13 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-
-From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1681 : initialize the variable containing the OID so the dialog portion gets decoded properly
-------------------------------------------------------------------------
-r22299 | etxrab | 2007-07-13 07:46:21 -0700 (Fri, 13 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-
-From Florent DROUIN:
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1652
-patch to correct the decoding of Calling Party Number, and
-Called Party Number, when an implicit tag is used.
-------------------------------------------------------------------------
-r22300 | martinm | 2007-07-13 08:51:34 -0700 (Fri, 13 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
-
-Worked out properly the silly way aal header is encoded!
-
-------------------------------------------------------------------------
-r22301 | etxrab | 2007-07-13 13:00:38 -0700 (Fri, 13 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Fix bug
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1640 change "Change-Filter-Request (43)" to "CoA-Request (43)"
-------------------------------------------------------------------------
-r22302 | guy | 2007-07-13 15:09:58 -0700 (Fri, 13 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add some missing files from the doc directory, and sort them in the
-order that "ls" produces them.
-
-------------------------------------------------------------------------
-r22303 | guy | 2007-07-13 16:18:04 -0700 (Fri, 13 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
-
-"isdigit()" doesn't need to be cast to "int".
-
-Its argument, however, needs to be cast to "guchar", so that if the
-high-order bit is set, it doesn't get sign-extended.
-
-------------------------------------------------------------------------
-r22304 | guy | 2007-07-13 16:20:02 -0700 (Fri, 13 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
-
-Fix more ctype.h calls - casting to "int" suppresses the warning, but
-doesn't fix the problem, as the sign extension is still done; you have
-to cast to "guchar".
-
-------------------------------------------------------------------------
-r22305 | guy | 2007-07-13 17:29:03 -0700 (Fri, 13 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
-
-Fix another cast of the argument to a ctype.h macro.
-
-------------------------------------------------------------------------
-r22306 | guy | 2007-07-13 17:37:01 -0700 (Fri, 13 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/epan/strutil.c
-   M /trunk/epan/uat.c
-   M /trunk/fileset.c
-
-Fix yet more casts of ctype.h macro arguments - and fix some cases where
-we were passing an uncasted "char" to those macros.
-
-------------------------------------------------------------------------
-r22307 | gal | 2007-07-14 01:16:43 -0700 (Sat, 14 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/x420/x420.asn
-   M /trunk/epan/dissectors/packet-x420.c
-
-From Stig Bjorlykke. 
-ExtendedBodyPart parameters are OPTIONAL.
-
-
-------------------------------------------------------------------------
-r22308 | gal | 2007-07-14 01:21:58 -0700 (Sat, 14 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-
-Dissection of octet-aligned EXTERNALs.
-
-
-------------------------------------------------------------------------
-r22309 | gal | 2007-07-14 02:12:38 -0700 (Sat, 14 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/base64.c
-
-Allow the base64 decoding to cope with lines broken with \r\n.
-
-
-------------------------------------------------------------------------
-r22310 | gal | 2007-07-14 02:15:02 -0700 (Sat, 14 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-imf.c
-   A /trunk/epan/dissectors/packet-imf.h
-
-Expose a function (imf_find_field_end()) and 
-make the field format dissection case-insensitive.
-
-------------------------------------------------------------------------
-r22311 | gal | 2007-07-14 02:19:35 -0700 (Sat, 14 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Optional removal of any base64 content-transfer-encoding from a MIME
-body before passing it to a sub-dissector. The decoded content is added 
-as a new source, named with the filename or the content-type.
-
-
-------------------------------------------------------------------------
-r22312 | gal | 2007-07-14 02:53:30 -0700 (Sat, 14 Jul 2007) | 17 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-tnef.c
-
-New dissector for Transport-Neutral Encapsulation Format - TNEF.
-
-TNEF is a Microsoft defined format for carrying additional information about a message (e.g. rich text formatting)
-and generally appears as a "winmail.dat" attachment. Details are here:
-
-http://msdn2.microsoft.com/en-us/library/ms530652.aspx
-
-This is a basic dissector which handles the TNEF attributes and the MAPI properties (found in MAPIPROPS
-TNEF attribute). It is not complete and requires further work to complete the dissection. However it will
-dissect TNEF generated from Outlook (including messages with attachments).
-
-It is registered under the appropriate BER OID (1.2.840.113556.3.10.1) for X.400 attachments and media 
-type ("application/ms-tnef") for MIME messages. For MIME messages, any content-transfer-encoding
-(usually base64) needs to be removed before calling this dissector. There is a preference in the 
-MIME multipart dissector to do this. 
-
-
-------------------------------------------------------------------------
-r22313 | gal | 2007-07-14 02:58:08 -0700 (Sat, 14 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Fix for warnings on OSX.
-
-
-------------------------------------------------------------------------
-r22314 | gal | 2007-07-14 03:15:52 -0700 (Sat, 14 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Further problem highlighted by OSX.
-
-
-------------------------------------------------------------------------
-r22315 | gal | 2007-07-14 05:52:51 -0700 (Sat, 14 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Add packet-imf.h 
-
-
-------------------------------------------------------------------------
-r22316 | gal | 2007-07-15 03:26:55 -0700 (Sun, 15 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-Include latest configuration files and remove ones no longer shipped.
-(Without these configuration files defragmentation was failing - unsure why!)
-
-
-------------------------------------------------------------------------
-r22317 | gal | 2007-07-15 03:59:07 -0700 (Sun, 15 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-Further synchronisation with wireshark.nsi
-
-
-------------------------------------------------------------------------
-r22318 | lego | 2007-07-15 22:41:58 -0700 (Sun, 15 Jul 2007) | 15 lines
-Changed paths:
-   A /trunk/epan/diam_dict.h
-   A /trunk/epan/diam_dict.l
-   M /trunk/epan/dissectors/packet-diameter.c
-
-Rewrite of the diameter dissector to use the dictionary for creating hfids, drop libxml dependency.
-
-The work is still incomplete (anything but strings and numbers appears as bytes) but I want others to start testing it.
-
-TODO:
-builders and decoders for:
-- (ntp) timestamps
-- addresses
-- diameteruris
-- diameteridentities
-- ipfilterrules
-- qosfilterrules
-- mipregistrationrequests
-
-
-------------------------------------------------------------------------
-r22319 | lego | 2007-07-15 22:43:46 -0700 (Sun, 15 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-
-update Makefiles to build diam_dict.[co]
-
-
-------------------------------------------------------------------------
-r22320 | lego | 2007-07-15 23:06:21 -0700 (Sun, 15 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-Windows too needs diam_dict.c 
-
-
-------------------------------------------------------------------------
-r22321 | lego | 2007-07-15 23:28:56 -0700 (Sun, 15 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-
-for MSVC (vendor_flag ? 12 : 8) is signed ...
-well for gcc is either signed or unsigned (they are two literals!)
-
-
-------------------------------------------------------------------------
-r22322 | kukosa | 2007-07-16 05:51:42 -0700 (Mon, 16 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-ssl.c
-
-make TCP and SSL/TLS ports configurable for HTTP
-------------------------------------------------------------------------
-r22323 | lego | 2007-07-16 10:27:51 -0700 (Mon, 16 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/diam_dict.l
-
-Glibize diam_dict.l (should fix windows config)
-
-
-------------------------------------------------------------------------
-r22324 | lego | 2007-07-16 10:39:40 -0700 (Mon, 16 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-
-Fix distcheck
-
-
-------------------------------------------------------------------------
-r22325 | gerald | 2007-07-16 11:04:53 -0700 (Mon, 16 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/README.packaging
-
-Add a note about svnversion.h.
-
-------------------------------------------------------------------------
-r22328 | morriss | 2007-07-16 14:37:07 -0700 (Mon, 16 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cast from pointer to integer of different size) and, presumably, display of PER encoded IPv4 addresses by copying the IP address into a guint32 and passing that to proto_tree_add_ipv4().
-------------------------------------------------------------------------
-r22329 | morriss | 2007-07-16 15:19:59 -0700 (Mon, 16 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/expert_comp_table.c
-
-Fix a couple "cast to pointer from integer of different size" warnings when building with GTK1.2 on Redhat AS4 64-bit
-------------------------------------------------------------------------
-r22330 | sfisher | 2007-07-16 23:21:15 -0700 (Mon, 16 Jul 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wlccp.c
-
-
-From Kevin A. Noll via private bug #1683:
-
-This is a major re-write of the WLCCP version 0xc1 dissector. It now is
-able to dissect many more WLCCP message types and the TLVs that may be
-included in a message. Placeholders are left for message types and
-TLV types that we do not currently have enough data to engineer a
-dissector.
-
-
-------------------------------------------------------------------------
-r22331 | jake | 2007-07-17 00:01:36 -0700 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipv6.c
-
-Fix for bug 1616:
-ICMPv6 & UDP w/IPv6 checksum with a routing header fixed using the routing header address now.
-------------------------------------------------------------------------
-r22332 | kukosa | 2007-07-17 02:59:35 -0700 (Tue, 17 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-support for syntax of TYPE-IDENTIFIER and ABSTRACT-SYNTAX classes
-------------------------------------------------------------------------
-r22333 | martinm | 2007-07-17 04:54:22 -0700 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Avoid an infinite loop (on malformed packet)
-
-------------------------------------------------------------------------
-r22334 | martinm | 2007-07-17 06:09:44 -0700 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
-
-Show malformed SDP line as an expert item
-
-------------------------------------------------------------------------
-r22335 | morriss | 2007-07-17 11:09:01 -0700 (Tue, 17 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/packet_list.c
-
-Don't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so that GTK1.2 builds work (without a warning).
-------------------------------------------------------------------------
-r22336 | morriss | 2007-07-17 11:56:09 -0700 (Tue, 17 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-imf.c
-
-Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1.  Replaced with generic isupper() and tolower().
-------------------------------------------------------------------------
-r22337 | guy | 2007-07-17 12:09:50 -0700 (Tue, 17 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-imf.c
-
-"key" is a guint8 *; make the pointer into the string to which it refers
-a guint8 * as well - that keeps us from sign-extending the characters
-before passing them to the ctype.h macros.
-
-------------------------------------------------------------------------
-r22338 | gerald | 2007-07-17 14:29:18 -0700 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/diam_dict.l
-   M /trunk/epan/dissectors/packet-diameter.c
-
-If we can't find dictionary.xml, fail instead of trying to read from
-stdin (which makes distcheck unhappy).  Fixup whitespace.
-
-------------------------------------------------------------------------
-r22339 | sfisher | 2007-07-17 14:50:29 -0700 (Tue, 17 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mysql.c
-
-
-From Jess Balint:
-
-a patch to fix the state management for the MySQL protocol dissector.
-
-
-------------------------------------------------------------------------
-r22340 | lego | 2007-07-17 15:00:40 -0700 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-
-Have the encapsulation selection match on the port name as well as stk filename.
-
-
-------------------------------------------------------------------------
-r22341 | lego | 2007-07-17 15:04:00 -0700 (Tue, 17 Jul 2007) | 4 lines
-Changed paths:
-   A /trunk/epan/crc10.c
-   A /trunk/epan/crc10.h
-   A /trunk/epan/crc6.c
-   A /trunk/epan/crc6.h
-   M /trunk/epan/dissectors/packet-iuup.c
-
-get crc10 and crc6 out of packet-iuup.c 
-- experimental code for a way-too-heurstic look for iuup dissector
-
-
-------------------------------------------------------------------------
-r22342 | lego | 2007-07-17 15:05:18 -0700 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/uat_load.l
-
-increase line numbers on comments too
-
-------------------------------------------------------------------------
-r22343 | lego | 2007-07-17 15:09:10 -0700 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-
-fix a leak
-
-
-------------------------------------------------------------------------
-r22344 | lego | 2007-07-17 15:11:07 -0700 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-
-(Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and crc10
-
-
-------------------------------------------------------------------------
-r22345 | lego | 2007-07-17 15:19:54 -0700 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/diam_dict.h
-   M /trunk/epan/diam_dict.l
-   M /trunk/epan/dissectors/packet-diameter.c
-
-Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_DICT_PARSER and WIRESHARK_DUMP_DIAM_DICT) and fix some issues pointed out by Martin
-
-
-------------------------------------------------------------------------
-r22346 | lego | 2007-07-17 17:19:37 -0700 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-
-fxi a ytpo
-
-
-------------------------------------------------------------------------
-r22347 | tuexen | 2007-07-18 00:06:46 -0700 (Wed, 18 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/diam_dict.l
-   M /trunk/gtk/tcp_graph.c
-
-Make debugging static.
-
-------------------------------------------------------------------------
-r22348 | lego | 2007-07-18 01:25:09 -0700 (Wed, 18 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/crc6.c
-
- add license
-
-
-------------------------------------------------------------------------
-r22349 | kukosa | 2007-07-18 06:15:36 -0700 (Wed, 18 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   M /trunk/asn1/q932/Makefile
-   M /trunk/asn1/q932/Makefile.nmake
-   M /trunk/asn1/q932/packet-q932-ros-template.c
-   D /trunk/asn1/q932/packet-q932-ros-template.h
-   M /trunk/asn1/q932/packet-q932-template.c
-   M /trunk/asn1/q932/q932-ros.cnf
-   M /trunk/epan/asn1.c
-   M /trunk/epan/asn1.h
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   D /trunk/epan/dissectors/packet-q932-ros.h
-   M /trunk/epan/dissectors/packet-q932.c
-
-rose_ctx_t structure usage in Q.932 dissector
-------------------------------------------------------------------------
-r22350 | martinm | 2007-07-18 06:18:41 -0700 (Wed, 18 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-
-Minor changes to expert items
-
-------------------------------------------------------------------------
-r22351 | martinm | 2007-07-18 06:22:11 -0700 (Wed, 18 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/diam_dict.l
-
-Initialise description field to avoid crash when dumping dictionary.
-
-------------------------------------------------------------------------
-r22352 | kukosa | 2007-07-18 07:12:56 -0700 (Wed, 18 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-remove packet-q932-ros.h
-------------------------------------------------------------------------
-r22353 | wmeier | 2007-07-18 08:07:45 -0700 (Wed, 18 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-iuup.c
-
-Fix two Windows compile warnings
-
-------------------------------------------------------------------------
-r22354 | kukosa | 2007-07-19 04:41:10 -0700 (Thu, 19 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/q932/q932-ros.cnf
-   M /trunk/asn1/qsig/packet-qsig-template.c
-   M /trunk/asn1/qsig/qsig.cnf
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   M /trunk/epan/dissectors/packet-qsig.c
-   M /trunk/tools/asn2wrs.py
-
-change QSIG tables structure so as they can be generated automatically from ASN.1 in the next step
-------------------------------------------------------------------------
-r22355 | kukosa | 2007-07-19 05:31:01 -0700 (Thu, 19 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/q932/packet-q932-ros-template.c
-   M /trunk/asn1/q932/q932-ros.cnf
-   M /trunk/asn1/qsig/packet-qsig-template.c
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   M /trunk/epan/dissectors/packet-qsig.c
-
-get rid of few warnings
-------------------------------------------------------------------------
-r22356 | morriss | 2007-07-19 06:05:39 -0700 (Thu, 19 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-gdsdb.c
-   M /trunk/epan/dissectors/packet-ipmi.c
-   M /trunk/epan/dissectors/packet-netsync.c
-   M /trunk/epan/dissectors/packet-sebek.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-t30.c
-
-Change "lenght" to "length" and "decypt" to "decrypt"
-------------------------------------------------------------------------
-r22357 | morriss | 2007-07-19 06:43:36 -0700 (Thu, 19 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/asn1/snmp/snmp-exp.cnf
-   M /trunk/epan/dissectors/packet-snmp.c
-
-Change "lenght" to "length", this time in the *source* of the SNMP dissector (sigh)
-------------------------------------------------------------------------
-r22358 | morriss | 2007-07-19 07:04:56 -0700 (Thu, 19 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/epan/dissectors/packet-snmp.c
-
-For LEGO: Use crypt_tvb when we don't have cleartext_tvb
-------------------------------------------------------------------------
-r22359 | morriss | 2007-07-19 08:11:34 -0700 (Thu, 19 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-mysql.c
-
-Put register_dissector() call back in
-------------------------------------------------------------------------
-r22360 | lego | 2007-07-19 17:15:17 -0700 (Thu, 19 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/epan/diam_dict.h
-   M /trunk/epan/diam_dict.l
-   M /trunk/epan/dissectors/packet-diameter.c
-
-- <?avp-proto and <?type-proto to instruct about which dissector to use for a given type or avp
-- dissect timestamps
-- add all the avps that were commented out in the dictionary
-
-
-------------------------------------------------------------------------
-r22361 | kukosa | 2007-07-20 02:54:47 -0700 (Fri, 20 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   M /trunk/asn1/q932/packet-q932-template.c
-   M /trunk/asn1/q932/q932-ros.cnf
-   M /trunk/asn1/qsig/Makefile
-   M /trunk/asn1/qsig/Makefile.nmake
-   A /trunk/asn1/qsig/QSIG-AOC.asn
-   A /trunk/asn1/qsig/QSIG-CC.asn
-   A /trunk/asn1/qsig/QSIG-CF.asn
-   A /trunk/asn1/qsig/QSIG-CI.asn
-   A /trunk/asn1/qsig/QSIG-CIDL.asn
-   A /trunk/asn1/qsig/QSIG-CINT.asn
-   A /trunk/asn1/qsig/QSIG-CMN.asn
-   A /trunk/asn1/qsig/QSIG-CO.asn
-   A /trunk/asn1/qsig/QSIG-CPI.asn
-   A /trunk/asn1/qsig/QSIG-CT.asn
-   A /trunk/asn1/qsig/QSIG-DND.asn
-   A /trunk/asn1/qsig/QSIG-MCM.asn
-   A /trunk/asn1/qsig/QSIG-MCR.asn
-   A /trunk/asn1/qsig/QSIG-MID.asn
-   A /trunk/asn1/qsig/QSIG-NA.asn
-   A /trunk/asn1/qsig/QSIG-PR.asn
-   A /trunk/asn1/qsig/QSIG-PUMCH.asn
-   A /trunk/asn1/qsig/QSIG-PUMR.asn
-   A /trunk/asn1/qsig/QSIG-RE.asn
-   A /trunk/asn1/qsig/QSIG-SD.asn
-   A /trunk/asn1/qsig/QSIG-SMS.asn
-   A /trunk/asn1/qsig/QSIG-SSCT.asn
-   A /trunk/asn1/qsig/QSIG-WTMAU.asn
-   A /trunk/asn1/qsig/QSIG-WTMCH.asn
-   A /trunk/asn1/qsig/QSIG-WTMLR.asn
-   M /trunk/asn1/qsig/packet-qsig-template.c
-   M /trunk/asn1/qsig/qsig-exp.cnf
-   M /trunk/asn1/qsig/qsig-gf-ade.asn
-   M /trunk/asn1/qsig/qsig-gf-ext.asn
-   M /trunk/asn1/qsig/qsig-gf-gp.asn
-   M /trunk/asn1/qsig/qsig.cnf
-   M /trunk/epan/asn1.h
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   M /trunk/epan/dissectors/packet-q932.c
-   M /trunk/epan/dissectors/packet-qsig.c
-   M /trunk/epan/dissectors/packet-qsig.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/tools/asn2wrs.py
-
-QSIG fully implemented
-------------------------------------------------------------------------
-r22362 | richardv | 2007-07-20 03:45:41 -0700 (Fri, 20 Jul 2007) | 3 lines
-Changed paths:
-   D /trunk/asn1/qsig/qsig-cf.asn
-   D /trunk/asn1/qsig/qsig-na.asn
-
-kukosa has replaced these with uppercase variants (he should have svn mv'ed them...)
-
-
-------------------------------------------------------------------------
-r22363 | martinm | 2007-07-20 04:39:09 -0700 (Fri, 20 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-
-- add an all_cmds array for looking up 'RFC' packets
-- improve error/expert info when see unmatched AVPs, commands, appids
-
-------------------------------------------------------------------------
-r22364 | morriss | 2007-07-20 11:57:02 -0700 (Fri, 20 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1
-description in Heimdal.
-
-------------------------------------------------------------------------
-r22365 | morriss | 2007-07-20 12:11:57 -0700 (Fri, 20 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/aclocal-fallback/gtk-2.0.m4
-
-From Jess Balint: modern versions of pkg-config want --cflags or --libs *before* the library we're asking about
-------------------------------------------------------------------------
-r22366 | gerald | 2007-07-20 14:31:19 -0700 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/image/wslogo.svg
-
-Make the lawyer happy - add a registered trademark symbol.
-
-------------------------------------------------------------------------
-r22367 | gerald | 2007-07-20 14:43:07 -0700 (Fri, 20 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/capture.c
-   M /trunk/capture.h
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/capture_sync.c
-   M /trunk/capture_sync.h
-   M /trunk/doc/dumpcap.pod
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/tshark.c
-
-Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
-that "-D" and "-L" should produce machine-readable output.  Use this to
-move an indirect get_pcap_linktype() call from the GUI to dumpcap.
-
-------------------------------------------------------------------------
-r22368 | gerald | 2007-07-20 17:31:55 -0700 (Fri, 20 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/capture_sync.c
-
-Fix Windows Buildbot breakage.  Remove an unneeded function and fix a
-couple of memory leaks.
-
-------------------------------------------------------------------------
-r22369 | lego | 2007-07-21 08:24:25 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/Makefile.common
-   M /trunk/docbook/make-wsluarm.pl
-   D /trunk/docbook/template-wsluarm.xml
-   M /trunk/docbook/user-guide.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-
-Migrate the wslua ref man into wsug
-
-
-------------------------------------------------------------------------
-r22370 | lego | 2007-07-21 09:25:17 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-
-Fix dependencies
-
-
-------------------------------------------------------------------------
-r22371 | lego | 2007-07-21 09:30:17 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-according to RFC3588 6.7.2 Proxy-Info is a grouped avp
-
-
-------------------------------------------------------------------------
-r22372 | lego | 2007-07-21 09:36:20 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-fix xml
-
-
-------------------------------------------------------------------------
-r22373 | lego | 2007-07-21 11:23:08 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua_field.c
-
-Fix documentation comments
-
-
-------------------------------------------------------------------------
-r22374 | lego | 2007-07-21 11:24:05 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/Makefile.common
-   M /trunk/docbook/Makefile.nmake
-
-work out dependencies in a .common way and make sure we nmake wsluarm
-
-
-------------------------------------------------------------------------
-r22375 | lego | 2007-07-21 13:46:41 -0700 (Sat, 21 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/docbook
-   M /trunk/docbook/Makefile.common
-   M /trunk/docbook/user-guide.xml
-   A /trunk/docbook/wsluarm.xml
-
-Cleanup how WsLuaRm is inserted
-Add a section introducing wslua and how scripts are loaded (to be completed).
-svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual)
-
-
-------------------------------------------------------------------------
-r22376 | lego | 2007-07-21 13:48:21 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsluarm.xml
-
-Pset wsluarm.xml
-
-
-------------------------------------------------------------------------
-r22377 | lego | 2007-07-21 13:49:54 -0700 (Sat, 21 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsluarm.xml
-
-$Id: $ and a fix
-
-
-------------------------------------------------------------------------
-r22378 | lego | 2007-07-21 15:34:46 -0700 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/wsluarm.xml
-
-Add examples of dissector and tap
-
-------------------------------------------------------------------------
-r22379 | jake | 2007-07-22 01:08:41 -0700 (Sun, 22 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/custom_layer_pdf.xsl
-
-Add remark on FOP 0.93
-------------------------------------------------------------------------
-r22380 | lego | 2007-07-22 09:43:35 -0700 (Sun, 22 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-
-Add some useful hints as examples of payload_protocols to the User DLT table description
-
-
-------------------------------------------------------------------------
-r22381 | lego | 2007-07-22 09:44:25 -0700 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-register dissect_eth_maybefcs as "eth" users might find it useful.
-
-------------------------------------------------------------------------
-r22382 | martinm | 2007-07-23 07:39:17 -0700 (Mon, 23 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
-
-Make contributing items and hdr extensions proper fields.
-
-------------------------------------------------------------------------
-r22383 | morriss | 2007-07-23 12:32:40 -0700 (Mon, 23 Jul 2007) | 19 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-stun2.c
-
-From Marc Petit-Huguenin: this is an update to the STUN2 dissector using the
-last draft, draft-ietf-behave-rfc3489bis-07.  Changelog:
-
-* My employer is now sponsoring this work, so added a copyright line.
-* Added a comment for each method/attribute with the RFC/I-D where is
-  it defined, so it will be easier to add new STUN usages.
-* Removed the SHARED-SECRET method.
-* Removed the PASSWORD and REFRESH-INTERVAL attributes.
-* Changed "Response" to "Success Response".
-* Changed "Error Reason Phase" to "Error Reason Phrase".
-* Added reassembly for TCP segments on STUN2.
-* Updated STUN acronym expansion.
-* Renamed STUN2_ERROR to ERROR_RESPONSE.
-* Changed the value of attribute FINGERPRINT from 0x8025 to 0x8028.
-* Display if an unknown attribute is comprehension-optional or
-  comprehension-required.
-* Reorganized order of attributes in the dissector code.
-* The message length is now displayed in decimal.
-
-------------------------------------------------------------------------
-r22384 | ulfl | 2007-07-23 13:06:03 -0700 (Mon, 23 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-
-show the number of fragment bytes in the info column
-------------------------------------------------------------------------
-r22385 | ulfl | 2007-07-23 13:07:51 -0700 (Mon, 23 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-add dissection of blocks:
-       { 0x021E, "CheckSyncDifference"},
-       { 0x021F, "CheckMAUTypeDifference"},
-------------------------------------------------------------------------
-r22386 | ulfl | 2007-07-23 13:08:53 -0700 (Mon, 23 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
-
-remove ProvCRID from expert info output, so the composite view is more compact
-------------------------------------------------------------------------
-r22387 | ulfl | 2007-07-23 13:11:05 -0700 (Mon, 23 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column.c
-   M /trunk/epan/column_info.h
-   M /trunk/epan/expert.c
-
-- add a column for the expert info severity level
-- fix a column related bug introduced in SVN 20118
-------------------------------------------------------------------------
-r22388 | ulfl | 2007-07-23 13:12:18 -0700 (Mon, 23 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/update.c
-
-use the right return type of update_pref(), to prevent a warning
-------------------------------------------------------------------------
-r22389 | ulfl | 2007-07-23 13:18:01 -0700 (Mon, 23 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/menu.c
-
-for the Ethernet conversation filter, don't use ethertype but the data link address type being Ethernet. If the ethertype field is a length (0-1500), it will contain 0 - and the filter wouldn't work that way
-------------------------------------------------------------------------
-r22390 | morriss | 2007-07-23 15:38:57 -0700 (Mon, 23 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Move packet-isup to CLEAN_DISSECTOR_SRC--it compiles cleanly for me.
-------------------------------------------------------------------------
-r22391 | etxrab | 2007-07-23 16:02:54 -0700 (Mon, 23 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-inap.c
-
-Fix bug
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo
-
-By fixing up the generation of HF vars for Arg etc
-
-Add an OID name to INAP.
-------------------------------------------------------------------------
-r22392 | morriss | 2007-07-23 16:29:36 -0700 (Mon, 23 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Getting brave (or foolish?): move packet-bacapp, packet-cops, packet-diameter, and packet-sctp to CLEAN_DISSECTOR_SRC
-------------------------------------------------------------------------
-r22393 | morriss | 2007-07-23 17:44:07 -0700 (Mon, 23 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-(sigh): move packet-bacapp, packet-diameter, and packet-sctp back out of CLEAN_DISSECTOR_SRC.  Next time: check the compile logs on the buildbots _before_ experimenting
-------------------------------------------------------------------------
-r22394 | kukosa | 2007-07-24 00:37:10 -0700 (Tue, 24 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/qsig/Makefile
-   M /trunk/asn1/qsig/Makefile.nmake
-   M /trunk/asn1/qsig/QSIG-CF.asn
-   M /trunk/asn1/qsig/QSIG-NA.asn
-   A /trunk/asn1/qsig/SYNC-SIG.asn
-   M /trunk/asn1/qsig/qsig-exp.cnf
-   M /trunk/asn1/qsig/qsig.cnf
-   M /trunk/epan/dissectors/packet-qsig.c
-   M /trunk/epan/dissectors/packet-qsig.h
-
-QSIG extended with SYNC-SIG operations (ECMA-245)
-------------------------------------------------------------------------
-r22395 | martinm | 2007-07-24 08:15:02 -0700 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
-
-More space needed for wimax frames.
-
-------------------------------------------------------------------------
-r22396 | etxrab | 2007-07-24 10:20:44 -0700 (Tue, 24 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/camel/Makefile
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-
-From Florent Drouin:
-- add a subtree to the ApplyChargingXX Report
-- add a subtree to ReleaseCall and ReleaseSMS
-- synchronize Unix and Windows makefile.
-------------------------------------------------------------------------
-r22397 | guy | 2007-07-24 14:13:34 -0700 (Tue, 24 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan
-
-Add diam_dict.c to the list of files to ignore in SVN (it's a generated
-file).
-
-------------------------------------------------------------------------
-r22398 | ulfl | 2007-07-24 14:15:34 -0700 (Tue, 24 Jul 2007) | 10 lines
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-from HPfrommer@hilscher.com:
-I?\226?\128?\153ve fixed a bug in the Profinet-Dissector 
-(plugins/profinet/packet-dcerpc-pn-io.c).
-
-In PROFINET IO DCE RPC write-requests, only the first IR frame dataset 
-in PDIRFrameData was dissected.
-
-I?\226?\128?\153ve fixed the problem, now all IR frame datasets are dissected into 
-individual sub-trees.
-
-------------------------------------------------------------------------
-r22399 | jake | 2007-07-24 14:23:55 -0700 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-From Francois-Xavier Le Bail:
-The following patch decodes DHCP option 121. (RFC 3442)
-------------------------------------------------------------------------
-r22400 | ulfl | 2007-07-25 01:38:31 -0700 (Wed, 25 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-fix unused parameter warning by adding _U_
-------------------------------------------------------------------------
-r22401 | morriss | 2007-07-25 10:16:02 -0700 (Wed, 25 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/wimax/mac_hd_generic_decoder.c
-
-Initialize a couple of variables to prevent a couple (false, I think) "could be used uninitialized" warnings from GCC
-------------------------------------------------------------------------
-r22402 | gal | 2007-07-25 12:11:02 -0700 (Wed, 25 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tnef.c
-
-Small cosmetic change to show Named Property name.
-
-
-------------------------------------------------------------------------
-r22403 | lego | 2007-07-25 14:30:51 -0700 (Wed, 25 Jul 2007) | 8 lines
-Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-
-
-from  Florent DROUIN:
-I did load an k12 file (.rf5), and want to save the selected frames in a new file.
-I got the error "Wireshark can't save this capture in that format"
-I think this is due to this correction: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22214
-I have got a patch to force the type of file to libpcap, only if no other format is available. It should solve both problems.
-
-
-------------------------------------------------------------------------
-r22404 | gerald | 2007-07-25 14:56:37 -0700 (Wed, 25 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
-
-Update the sections on submitting patches.
-
-------------------------------------------------------------------------
-r22405 | jake | 2007-07-25 23:45:19 -0700 (Wed, 25 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
-
-Filling in ChSrcDeb section
-------------------------------------------------------------------------
-r22406 | kukosa | 2007-07-26 07:00:48 -0700 (Thu, 26 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/libwireshark.def
-
-- export some ASN.1 functions from libwireshark
-- fill-in actx->created_item in dissect_ber_object_identifier()
-------------------------------------------------------------------------
-r22407 | kukosa | 2007-07-26 07:31:38 -0700 (Thu, 26 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-remove unused variable
-------------------------------------------------------------------------
-r22408 | morriss | 2007-07-26 12:27:22 -0700 (Thu, 26 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PROTOCOL
-------------------------------------------------------------------------
-r22409 | morriss | 2007-07-26 13:05:54 -0700 (Thu, 26 Jul 2007) | 7 lines
-Changed paths:
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Change a bunch of calls to col_append_*() to col_add_*() in places where we
-_want_ what's currently in the INFO column (usually a more generic message
-type from a lower level dissector) replaced (usually with a more
-specific--higher level--message type from the currect dissector).  Add a
-comment there not to change it back and to explain the use of col_set_fence()
-in case someone finds data there that they _don't_ want replaced.
-
-------------------------------------------------------------------------
-r22410 | guy | 2007-07-26 19:51:42 -0700 (Thu, 26 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
-
-Step 1 in adding support for reentrant Flex scanners if Flex supports
-them - check whether Flex supports them.
-
-------------------------------------------------------------------------
-r22411 | kukosa | 2007-07-26 23:23:45 -0700 (Thu, 26 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-
-- use #.FN_HDR where #.FN_BODY is not necessary
-- modify subtypes for individual TCMessage/ansi... fields instead of switching based on hf_index inside common TransactionPDU type
-------------------------------------------------------------------------
-r22412 | morriss | 2007-07-27 07:22:47 -0700 (Fri, 27 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Add fetch_tapped_data
-------------------------------------------------------------------------
-r22413 | martinm | 2007-07-27 11:32:09 -0700 (Fri, 27 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-
-Check the length in unsigned32 AVP data fields.
-
-------------------------------------------------------------------------
-r22414 | guy | 2007-07-27 11:52:05 -0700 (Fri, 27 Jul 2007) | 8 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
-
-I think the intent, at least, is to allow people to build Wireshark from
-a source release tarball without having Flex (think of a source release
-tarball being as much a platform-independent distribution format for
-people *not* interested in development, and who are on platforms for
-which there aren't binary packages, as a way of getting the source to do
-development).  Don't check Flex's capabilities in the configure script
-(handling reentrant scanners would have to be done differently).
-
-------------------------------------------------------------------------
-r22415 | morriss | 2007-07-27 12:24:40 -0700 (Fri, 27 Jul 2007) | 14 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   M /trunk/epan/tcap-persistentdata.c
-   M /trunk/epan/tcap-persistentdata.h
-
-From Florent Drouin:
-
-- add support of session management for tcap ANSI.
-   (In fact, this support already exist for ANSI MAP subdissector, but as our
-   simulators can reuse the tcap transaction Id, the decoding of the response
-   may be wrong)
-- move the code related to asn1 in tcap.cnf, and update tcap.cnf
-- move the code related to the session management in tcap-persistentdata
-- add a compilation option to free the entry in the hashtable for a closed
-  transaction. This is used only for tshark statistics generation, with huge file.
-- cleanup and add some comments
-
-Add Id tags to epan/tcap-persistentdata.{c,h}
-
-------------------------------------------------------------------------
-r22416 | lego | 2007-07-28 04:37:27 -0700 (Sat, 28 Jul 2007) | 5 lines
-Changed paths:
-   A /trunk/trigcap.c
-
-A toy I wrote as PoC for a more complex similar tool I'm working on.
-
-Not in the makefiles yet: It works on my mac but I do not know if it works anywhere else (Guy?)
-
-
-------------------------------------------------------------------------
-r22417 | kukosa | 2007-07-30 01:01:59 -0700 (Mon, 30 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   A /trunk/asn1/h450/Addressing-Data-Elements.asn
-   A /trunk/asn1/h450/Call-Completion-Operations.asn
-   A /trunk/asn1/h450/Call-Diversion-Operations.asn
-   A /trunk/asn1/h450/Call-Hold-Operations.asn
-   A /trunk/asn1/h450/Call-Intrusion-Operations.asn
-   A /trunk/asn1/h450/Call-Offer-Operations.asn
-   A /trunk/asn1/h450/Call-Park-Pickup-Operations.asn
-   A /trunk/asn1/h450/Call-Transfer-Operations.asn
-   A /trunk/asn1/h450/Call-Waiting-Operations.asn
-   A /trunk/asn1/h450/Common-Information-Operations.asn
-   A /trunk/asn1/h450/H225-generic-parameters-definition.asn
-   A /trunk/asn1/h450/H4501-General-Error-List.asn
-   A /trunk/asn1/h450/H4501-Supplementary-ServiceAPDU-Structure.asn
-   M /trunk/asn1/h450/Makefile
-   M /trunk/asn1/h450/Makefile.nmake
-   A /trunk/asn1/h450/Manufacturer-specific-service-extension-definition.asn
-   A /trunk/asn1/h450/Message-Waiting-Indication-Operations.asn
-   A /trunk/asn1/h450/Name-Operations.asn
-   A /trunk/asn1/h450/Remote-Operations-Apdus.asn
-   A /trunk/asn1/h450/h450-ros-exp.cnf
-   A /trunk/asn1/h450/h450-ros.cnf
-   M /trunk/asn1/h450/h450.cnf
-   D /trunk/asn1/h450/h4501.asn
-   A /trunk/asn1/h450/packet-h450-ros-template.c
-   A /trunk/asn1/h450/packet-h450-ros-template.h
-   M /trunk/asn1/h450/packet-h450-template.c
-   D /trunk/asn1/h450/packet-h450-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-h450.c
-   D /trunk/epan/dissectors/packet-h450.h
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/tools/asn2wrs.py
-
-H.450 regenerated from original ASN.1 sources
-------------------------------------------------------------------------
-r22418 | kukosa | 2007-07-30 01:22:22 -0700 (Mon, 30 Jul 2007) | 1 line
-Changed paths:
-   A /trunk/epan/dissectors/packet-h450-ros.c
-   A /trunk/epan/dissectors/packet-h450-ros.h
-
-add forgotten files
-------------------------------------------------------------------------
-r22419 | kukosa | 2007-07-30 05:08:38 -0700 (Mon, 30 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
-   M /trunk/asn1/rnsap/RNSAP-Constants.asn
-   M /trunk/asn1/rnsap/RNSAP-Containers.asn
-   M /trunk/asn1/rnsap/RNSAP-IEs.asn
-   M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
-   M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
-   M /trunk/asn1/rnsap/packet-rnsap-template.c
-   M /trunk/asn1/rnsap/rnsap.cnf
-   M /trunk/epan/dissectors/packet-rnsap.c
-
-RNSAP updated to V7.5.0 (2007-06)
-------------------------------------------------------------------------
-r22420 | jake | 2007-07-30 06:06:01 -0700 (Mon, 30 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-text-media.c
-
-Fix for bug 1712:
-RFC 4627 defines "The application/json Media Type for JavaScript Object Notation (JSON)" 
-application/json is a text based type used by JavaScript applications and web pages.
-
-------------------------------------------------------------------------
-r22421 | morriss | 2007-07-30 10:10:20 -0700 (Mon, 30 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/tcap-persistentdata.c
-
-From Florent Drouin:
-
-Correct bug in TCAP statistics when read filter is used.
-Rename the TCAP decoding functions to show which are ITU vs. ANSI.
-Don't unregister an ITU SSN if it's used by an ANSI subdissector.
-
-------------------------------------------------------------------------
-r22422 | morriss | 2007-07-30 10:21:40 -0700 (Mon, 30 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-ip.c
-
-As requested by Mike Rogovin: register the ICMP dissector by name.  For completeness, also register ICMPv6 by name.
-------------------------------------------------------------------------
-r22423 | martinm | 2007-07-30 11:45:48 -0700 (Mon, 30 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ftp.c
-
-Parse EPSV responses (229) & set up FTP-DATA conversation.
-
-------------------------------------------------------------------------
-r22424 | guy | 2007-07-30 13:22:37 -0700 (Mon, 30 Jul 2007) | 18 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/epan/dfilter/scanner.l
-   M /trunk/epan/diam_dict.l
-   M /trunk/epan/dtd_parse.l
-   M /trunk/epan/dtd_preparse.l
-   M /trunk/epan/radius_dict.l
-   M /trunk/epan/uat_load.l
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/plugins/mate/mate_parser.l
-   M /trunk/text2pcap-scanner.l
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/ascend-scanner.l
-   M /trunk/wiretap/k12text.l
-
-Add comments to various %option items to explain what they're doing. 
-Move the %options to the beginning if they weren't already there, and
-put them in the same order in all files.
-
-Add "prefix=" options to .l files that don't already have them, so we
-don't have to pass a "-P" option.
-
-Add "never-interactive" and "noyywrap" options to our lexical analyzers,
-to remove extra isatty() checks and to eliminate the need for yywrap()
-from the Flex library.
-
-Get rid of %option nostdinit - that's the default.
-
-Add .l.c: rules to Makefile.am files, replacing the rules for specific
-.l files.  Have those rules all check that $(LEX) is set.
-
-Update the address for the FSF.
-
-------------------------------------------------------------------------
-r22425 | lego | 2007-07-30 14:10:12 -0700 (Mon, 30 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/editcap.c
-
-for bug 1158 have editcap print the value of the timestamps while running so I can get feedback from the user.
-
-
-------------------------------------------------------------------------
-r22426 | lego | 2007-07-30 14:17:03 -0700 (Mon, 30 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/editcap.c
-
-nononono.... print one on 250 not every line
-
-
-------------------------------------------------------------------------
-r22427 | lego | 2007-07-30 16:32:47 -0700 (Mon, 30 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/epan/dfilter/dfilter-macro.h
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/file.c
-
-As per Ulf's request add ${proto.field} macros that will use the value of the given field has in the last selected packet.
-
-
-------------------------------------------------------------------------
-r22428 | guy | 2007-07-30 18:24:26 -0700 (Mon, 30 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/tools/lemon/lemonflex-tail.inc
-
-If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with
-flex 2.5.31, WRAP_FUNC will end up being defined as a value that, when
-used as a function-style macro, expands to 1, so the definition of
-WRAP_FUNC will get a syntax error.
-
-------------------------------------------------------------------------
-r22429 | guy | 2007-07-30 18:32:47 -0700 (Mon, 30 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Export dfilter_macro_build_ftv_cache() for use by Wireshark.
-
-------------------------------------------------------------------------
-r22430 | martinm | 2007-07-31 06:53:45 -0700 (Tue, 31 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
-
-Add "igmp" -> "ip" mapping.
-
-------------------------------------------------------------------------
-r22431 | ulfl | 2007-07-31 11:57:51 -0700 (Tue, 31 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-pn.c
-   M /trunk/plugins/profinet/packet-pn.h
-
-add helper function dissect_pn_int32()
-------------------------------------------------------------------------
-r22432 | ulfl | 2007-07-31 12:01:15 -0700 (Tue, 31 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/moduleinfo.h
-   M /trunk/plugins/profinet/packet-pn-ptcp.c
-   M /trunk/plugins/profinet/packet-pn-rt.c
-
-update PTCP dissection to latest specification draft
-------------------------------------------------------------------------
-r22433 | ulfl | 2007-07-31 12:03:43 -0700 (Tue, 31 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/manuf
-   M /trunk/manuf.tmpl
-
-add PROFINET Multicast OUI 01:0E:CF (in addition to the unicast 00:0E:CF)
-------------------------------------------------------------------------
-r22434 | guy | 2007-07-31 17:22:25 -0700 (Tue, 31 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dfilter/Makefile.nmake
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/wiretap/Makefile.nmake
-
-Use a common .l.c rule for running Flex on .l files, just as is done on
-UN*X.
-
-------------------------------------------------------------------------
-r22435 | jake | 2007-08-01 10:42:43 -0700 (Wed, 01 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-   M /trunk/plugins/m2m/Makefile.common
-   M /trunk/plugins/m2m/packet-m2m.c
-   D /trunk/plugins/m2m/wmxtypes.h
-
-Clean up the WiMax Mac-to-Mac dissector code.
-
-------------------------------------------------------------------------
-r22436 | guy | 2007-08-01 13:35:05 -0700 (Wed, 01 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/Makefile.am.inc
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/wiretap/Makefile.am
-
-Add a Makefile.am.inc file, to hold rules etc. used by multiple
-Makefile.am files; currently, it has the (F)lex-to-C rule.  Have
-Makefile.am files with .l.c rules include Makefile.am.inc to get that
-rule.
-
-------------------------------------------------------------------------
-r22437 | guy | 2007-08-01 15:20:38 -0700 (Wed, 01 Aug 2007) | 11 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/Makefile.nmake.inc
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dfilter/Makefile.nmake
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/wiretap/Makefile.nmake
-
-Add a Makefile.nmake.inc file, to hold rules etc.  used by multiple
-Makefile.nmake files; currently, it has the (F)lex-to-C rule and a
-.SUFFIXES pseudo-rule to add .l to the list of suffixes.  Have
-Makefile.nmake files with .l.c rules include Makefile.nmake.inc to get
-that rule.
-
-The names Makefile.am.inc and Makefile.nmake.inc aren't necessarily the
-right names for the files in question.
-
-Use $(PACKAGE) in the Mate plugin's Makefile, rather than "mate".
-
-------------------------------------------------------------------------
-r22438 | standel | 2007-08-01 19:28:48 -0700 (Wed, 01 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipv6.h
-
-From Amine Dhraief:
-
-   there is a mistake in the assigned  number of the update request and update
-   ack shim6 control message. Accordingly to draft-ietf-shim6-proto-08 the
-   update request has a value of 64 and the update ack 65.
-
-
-------------------------------------------------------------------------
-r22439 | guy | 2007-08-02 00:54:03 -0700 (Thu, 02 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-   A /trunk/epan/wslua/Makefile.common
-   M /trunk/epan/wslua/Makefile.nmake
-
-Move the list of source files to a Makefile.common file.
-
-Don't put $(srcdir)/ at the beginning of those file names - other
-Makefile.am files don't have it, and it appears to break "make
-distcheck", at least on my Mac OS X 10.4 machine.
-
-------------------------------------------------------------------------
-r22440 | guy | 2007-08-02 01:24:00 -0700 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/Makefile.nmake
-
-We have to include Makefile.common if we move definitions we need
-there....
-
-------------------------------------------------------------------------
-r22441 | guy | 2007-08-02 09:06:13 -0700 (Thu, 02 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-   D /trunk/epan/wslua/Makefile.common
-   M /trunk/epan/wslua/Makefile.nmake
-
-Gak.  <> makes it too easy to make these make- scripts do what the rest
-do, and take $(srcdir) as the first argument.  Back the previous changes
-out, for now.
-
-------------------------------------------------------------------------
-r22442 | guy | 2007-08-02 12:07:08 -0700 (Thu, 02 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua_pinfo.c
-
-Squelch a warning.
-
-------------------------------------------------------------------------
-r22443 | gerald | 2007-08-02 14:45:27 -0700 (Thu, 02 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/capture-pcap-util.h
-   M /trunk/capture.c
-   M /trunk/capture.h
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/capture_sync.c
-   M /trunk/capture_sync.h
-   M /trunk/doc/README.packaging
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_if_dlg.c
-
-Add a "-S" flag to dumpcap, which prints out interface statistics. Use
-this in the GUI rather than calling pcap_stats() directly. This gets rid
-of the last pcap_open_live() call in the GUI code. Update
-README.packaging.
-
-------------------------------------------------------------------------
-r22444 | ulfl | 2007-08-03 12:29:34 -0700 (Fri, 03 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet_info.h
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-- add PDInterfaceFSUDataAdjust block
-- start to implement an AR conversation handler
-
-------------------------------------------------------------------------
-r22445 | ulfl | 2007-08-03 13:07:06 -0700 (Fri, 03 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-mark some parameters as unused
-------------------------------------------------------------------------
-r22446 | guy | 2007-08-03 19:13:52 -0700 (Fri, 03 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am.inc
-   M /trunk/Makefile.nmake.inc
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/epan/dfilter/Makefile.nmake
-   M /trunk/epan/dfilter/scanner.l
-   M /trunk/epan/diam_dict.l
-   M /trunk/epan/dtd_parse.l
-   M /trunk/epan/dtd_preparse.l
-   M /trunk/epan/radius_dict.l
-   M /trunk/epan/uat_load.l
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/plugins/mate/Makefile.common
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/plugins/mate/mate_parser.l
-   M /trunk/tools/Makefile.am
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/Makefile.common
-   M /trunk/wiretap/Makefile.nmake
-   M /trunk/wiretap/ascend-scanner.l
-   M /trunk/wiretap/k12text.l
-
-Add a script as a front-end for Flex, to work around various problems,
-such as the fact that Flex strips all but the last component of the "-o"
-argument, and that it doesn't generate a header file to declare routines
-the generated lexical analyzer defines.  Use that script when building
-lexical analyzers, and, for each lexical analyzer, include the generated
-header file in the generated analyzer.
-
-------------------------------------------------------------------------
-r22447 | guy | 2007-08-03 19:36:21 -0700 (Fri, 03 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/tools/runlex.sh
-   A /trunk/wiretap/runlex.sh
-
-Oops, forgot to check in the script for running Flex/Lex.
-
-------------------------------------------------------------------------
-r22448 | guy | 2007-08-03 20:11:06 -0700 (Fri, 03 Aug 2007) | 10 lines
-Changed paths:
-   M /trunk/tools/runlex.sh
-   M /trunk/wiretap/runlex.sh
-
-Sigh, crufty old shells.  The Solaris test(1) manual says that
-
-       1) "-e" isn't supported by good old /bin/sh, so we use "-r"
-          instead;
-
-       2) "The algorithm for determining the precedence of the
-          operators and the return value that will be generated is
-          based on the number of arguments presented to test", so we
-          explicitly parenthesize.
-
-------------------------------------------------------------------------
-r22449 | guy | 2007-08-03 20:14:00 -0700 (Fri, 03 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/Makefile.nmake
-
-runlex.sh is in tools, not the top-level directory.
-
-------------------------------------------------------------------------
-r22450 | guy | 2007-08-03 20:27:18 -0700 (Fri, 03 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/tools/runlex.sh
-   M /trunk/wiretap/runlex.sh
-
-1989 was quite a while ago.  We use function prototypes extensively;
-don't worry about YY_PROTO, which isn't defined with the newer shinier
-versions of Flex.
-
-------------------------------------------------------------------------
-r22451 | guy | 2007-08-03 20:47:20 -0700 (Fri, 03 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/ascend-scanner.l
-
-One quote mark sufficeth.
-
-------------------------------------------------------------------------
-r22452 | guy | 2007-08-04 01:04:17 -0700 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-
-Treat runlex.sh-generated headers differently from Flex-generated .c
-files - for one thing, the former aren't compiled into .o or .obj files.
-
-------------------------------------------------------------------------
-r22453 | guy | 2007-08-04 01:13:22 -0700 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-
-Fix cut-and-pasteo.
-
-------------------------------------------------------------------------
-r22454 | lego | 2007-08-04 07:20:37 -0700 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-
-Add preferences to register XML for a TCP port or as a TCP heuristic dissector.
-
-
-------------------------------------------------------------------------
-r22455 | sfisher | 2007-08-04 10:52:38 -0700 (Sat, 04 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/gtk/export_object.c
-   M /trunk/gtk/export_object_http.c
-   M /trunk/gtk/menu.c
-
-
-Change the export object/export object http code to only be included
-in the code for GTK versions 2.4 and up instead of 2 and up.
-
-
-------------------------------------------------------------------------
-r22456 | sfisher | 2007-08-04 11:00:27 -0700 (Sat, 04 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-
-
-Update documentation for change in revision 22455.
-
-
-------------------------------------------------------------------------
-r22457 | ulfl | 2007-08-06 01:44:26 -0700 (Mon, 06 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-add a way to read a personal /etc/services file for TCP/UDP/... port service name resolution.
-------------------------------------------------------------------------
-r22458 | ulfl | 2007-08-06 02:12:18 -0700 (Mon, 06 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-remove an unused variable
-------------------------------------------------------------------------
-r22459 | etxrab | 2007-08-06 05:16:20 -0700 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
-   M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
-   M /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
-   M /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
-   M /trunk/asn1/inap/IN-SSF-SCF-datatypes.asn
-   M /trunk/asn1/inap/IN-SSF-SCF-ops-args.asn
-   M /trunk/asn1/inap/IN-common-classes.asn
-   M /trunk/asn1/inap/IN-common-datatypes.asn
-   A /trunk/asn1/inap/IN-errorcodes.asn
-   A /trunk/asn1/inap/IN-errortypes.asn
-   M /trunk/asn1/inap/IN-object-identifiers.asn
-   A /trunk/asn1/inap/IN-operationcodes.asn
-   M /trunk/asn1/inap/Makefile.nmake
-   M /trunk/asn1/inap/inap.cnf
-
-Use correct SVN keywords.
-Add missing ASN1 files.
-------------------------------------------------------------------------
-r22460 | lego | 2007-08-06 15:34:26 -0700 (Mon, 06 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-From: Shaun Jackman
-       
-This patch adds MPEG PES (packetized elementary stream) to the list of
-magic types in wiretap/mpeg.c.
-
-
-------------------------------------------------------------------------
-r22461 | lego | 2007-08-07 13:07:43 -0700 (Tue, 07 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/capinfos.c
-   M /trunk/editcap.c
-   M /trunk/epan/plugins.c
-   M /trunk/gtk/main.c
-   M /trunk/tshark.c
-
-Make sure that wiretap plugins are loaded before dissectors are (if a new encap type is registered the plugin probably needs it before reg_handoff)
-
-
-------------------------------------------------------------------------
-r22462 | lego | 2007-08-07 13:09:18 -0700 (Tue, 07 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Export the entire uat api
-
-
-------------------------------------------------------------------------
-r22463 | lego | 2007-08-07 14:26:07 -0700 (Tue, 07 Aug 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-
-from: Mike Duigou
-
-Adds a heur_dissector_delete() function to allow heuristic dissectors to be
-dynamically disabled based upon, for example, preference settings.
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1697
-
-
-------------------------------------------------------------------------
-r22464 | richardv | 2007-08-07 15:49:31 -0700 (Tue, 07 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-
-remember to dissect IEs which we rely on elsewhere, even when there is no
-packet tree.
-
-------------------------------------------------------------------------
-r22465 | lego | 2007-08-07 16:07:27 -0700 (Tue, 07 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-
-Remove XML heuristic dissector when disabling it.
-
-
-------------------------------------------------------------------------
-r22466 | jake | 2007-08-08 00:04:28 -0700 (Wed, 08 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-
-Fix the build
-------------------------------------------------------------------------
-r22467 | etxrab | 2007-08-08 05:44:28 -0700 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-
-From Daniel Rao:
-Implement desegment for SIGCOMP over TCP, similar with HTTP desegment.
-------------------------------------------------------------------------
-r22468 | martinm | 2007-08-08 06:12:15 -0700 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-
-Send free-standing generic XML messages -> xml dissector
-
-------------------------------------------------------------------------
-r22469 | kukosa | 2007-08-08 07:01:28 -0700 (Wed, 08 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-add missing initial registration to TCP and SSL ports
-------------------------------------------------------------------------
-r22470 | etxrab | 2007-08-08 07:25:17 -0700 (Wed, 08 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Wireshark fails to decode the MIME encapsulation part correctly if there is a
-"white space" in the Content-Type field before the semi-colon.
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1716
-Still does not work correctly as packet-multipart.c seems to have got broken.
-------------------------------------------------------------------------
-r22471 | etxrab | 2007-08-08 12:50:39 -0700 (Wed, 08 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-
-Add more XCAP application types.
-------------------------------------------------------------------------
-r22472 | ulfl | 2007-08-08 13:06:51 -0700 (Wed, 08 Aug 2007) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ptp.c
-
-From Markus Seehofer:
-A new version of the IEEE1588/PTP dissector. This dissector now includes the
-coming version 2 of the standard. It supports both IP/UDP and pure ethernet
-frames.
-I've done some minor changes:
-LL suffix doesn't work on Win32, used G_GINT64_CONSTANT instead - as described in doc/readme.developer
-removed ETHERTYPE_PTP definition, already defined in etypes.h
-removed some duplicated "if (tree)"
-
-------------------------------------------------------------------------
-r22473 | ulfl | 2007-08-08 15:53:14 -0700 (Wed, 08 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet_info.h
-
-add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar to the srcport / destport already existing. As simply using srcport / destport for this will confuse mixed protocol usage (like RFC1006 ISOonTCP), I've added explicit clnp fields.
-
-This way, protocols on top of COTP / CLNP have at least a chance to do reassembling correct.
-------------------------------------------------------------------------
-r22474 | ulfl | 2007-08-08 16:36:48 -0700 (Wed, 08 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/packet.c
-
-don't use NULL to initialise an integer
-------------------------------------------------------------------------
-r22475 | jake | 2007-08-08 23:52:13 -0700 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/configure.in
-
-Fix for bug 1704:
-libm required if C library is not libc (like uclibc)
-------------------------------------------------------------------------
-r22476 | etxrab | 2007-08-09 05:17:56 -0700 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-imf.c
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).
-packet-multipart.c - imf_find_field_end()'s maxlength is last offset in tvb.
-------------------------------------------------------------------------
-r22477 | etxrab | 2007-08-09 07:47:25 -0700 (Thu, 09 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ulp.c
-
-Register by name.
-------------------------------------------------------------------------
-r22478 | jake | 2007-08-09 13:40:32 -0700 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/file_util.h
-
-Fix for bug 1659:
-Changed eth_dir_get_name(dirent) macro
-------------------------------------------------------------------------
-r22479 | jake | 2007-08-09 13:41:09 -0700 (Thu, 09 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Fix GTK1 compilation.
-------------------------------------------------------------------------
-r22480 | guy | 2007-08-09 15:50:16 -0700 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/file_util.h
-
-Parenthesize macro arguments.
-
-------------------------------------------------------------------------
-r22481 | etxrab | 2007-08-10 04:41:28 -0700 (Fri, 10 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Add header fields.
-------------------------------------------------------------------------
-r22482 | etxrab | 2007-08-10 04:42:31 -0700 (Fri, 10 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
-
-Use the latest GTK2 packages
-------------------------------------------------------------------------
-r22483 | lego | 2007-08-10 14:03:26 -0700 (Fri, 10 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/dtds/presence.dtd
-   M /trunk/epan/dissectors/packet-xml.c
-
-An old proposal from Martin, append to COL_PROTO the name taken from a matching DTD (in case the media-type actually matches it). Having the name of the root element found would be nicer.
-
-
-------------------------------------------------------------------------
-r22484 | lego | 2007-08-10 14:07:18 -0700 (Fri, 10 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-
-+prefs_add_uat_preference
-
-
-------------------------------------------------------------------------
-r22485 | jake | 2007-08-11 01:03:46 -0700 (Sat, 11 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Fixing the GTK1 build shouldn't break the GTK2 build.
-------------------------------------------------------------------------
-r22486 | lego | 2007-08-11 15:05:44 -0700 (Sat, 11 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/scanner.l
-
-
-Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some text editors going wild
-
-------------------------------------------------------------------------
-r22487 | ulfl | 2007-08-12 13:54:30 -0700 (Sun, 12 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/packaging/u3/win32/makefile.nmake
-   A /trunk/services
-
-add IANA port-numbers file as a file named "services", with some minor explanations from me at the top of that file
-
-add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file.
-------------------------------------------------------------------------
-r22488 | ulfl | 2007-08-12 14:46:50 -0700 (Sun, 12 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-as noted by Stig Bj?\195?\184rlykke: Also adding "services" to pkgdata_DATA will install the services file correctly.
-------------------------------------------------------------------------
-r22489 | ulfl | 2007-08-12 16:38:09 -0700 (Sun, 12 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-fix a typo
-------------------------------------------------------------------------
-r22490 | kukosa | 2007-08-13 04:15:39 -0700 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   M /trunk/asn1/nbap/Makefile
-   M /trunk/asn1/nbap/Makefile.nmake
-   A /trunk/asn1/nbap/NBAP-CommonDataTypes.asn
-   A /trunk/asn1/nbap/NBAP-Constants.asn
-   A /trunk/asn1/nbap/NBAP-Containers.asn
-   A /trunk/asn1/nbap/NBAP-IEs.asn
-   A /trunk/asn1/nbap/NBAP-PDU-Contents.asn
-   A /trunk/asn1/nbap/NBAP-PDU-Descriptions.asn
-   D /trunk/asn1/nbap/nbap.asn
-   M /trunk/asn1/nbap/nbap.cnf
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   D /trunk/asn1/nbap/packet-nbap-template.h
-   M /trunk/asn1/rnsap/Makefile
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/tools/asn2wrs.py
-
-NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (2007-06)
-------------------------------------------------------------------------
-r22491 | etxrab | 2007-08-13 09:28:13 -0700 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Add forgotten header field.
-------------------------------------------------------------------------
-r22492 | etxrab | 2007-08-13 09:41:16 -0700 (Mon, 13 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-imf.c
-   M /trunk/epan/dissectors/packet-rtse.c
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739
-Fro Stig Bj?\195?\184rlykke:
-1. BER: Added support for empty indef SET
-2. RTSE: Added fragment length in COL_INFO
-3. IMF: Use correct hf_id for extension value
-4. DOP: Fix typo in COL_INFO oid name
-------------------------------------------------------------------------
-r22493 | etxrab | 2007-08-13 09:44:35 -0700 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ulp/packet-ulp-template.c
-
-Register by name.(Add the template file as well).
-------------------------------------------------------------------------
-r22494 | sfisher | 2007-08-13 13:14:42 -0700 (Mon, 13 Aug 2007) | 14 lines
-Changed paths:
-   M /trunk/epan
-   M /trunk/epan/dfilter
-   M /trunk/plugins/mate
-   M /trunk/wiretap
-
-
-Add the following files to svn:ignore
-
-  plugins/mate/mate_parser_lex.h
-  epan/dtd_parse_lex.h
-  epan/uat_load_lex.h
-  epan/radius_dict_lex.h
-  epan/diam_dict_lex.h
-  epan/dtd_preparse_lex.h
-  epan/dfilter/scanner_lex.h
-  wiretap/ascend-scanner_lex.h
-  wiretap/k12text_lex.h
-
-
-------------------------------------------------------------------------
-r22495 | martinm | 2007-08-13 14:17:02 -0700 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add etsie2e4.xml to Makefile.am
-
-------------------------------------------------------------------------
-r22496 | etxrab | 2007-08-13 23:03:52 -0700 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   A /trunk/asn1/tcap/DialoguePDUs.asn
-   A /trunk/asn1/tcap/TC-Notation-Extensions.asn
-   A /trunk/asn1/tcap/TCAP-Remote-Operations-Information-Objects.asn
-   A /trunk/asn1/tcap/TCAPMessages.asn
-   A /trunk/asn1/tcap/TCAPPackage.asn
-   A /trunk/asn1/tcap/UnidialoguePDUs.asn
-
-Add the original TCAP ASN1 files.
-------------------------------------------------------------------------
-r22497 | etxrab | 2007-08-13 23:14:31 -0700 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   A /trunk/asn1/tcap/ansi_tcap.cnf
-   A /trunk/asn1/tcap/packet-ansi_tcap-template.c
-   A /trunk/asn1/tcap/packet-ansi_tcap-template.h
-
-Add files for ANSI TCAP.
-------------------------------------------------------------------------
-r22498 | etxrab | 2007-08-13 23:20:54 -0700 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/Makefile.nmake
-
-Update the makefile
-------------------------------------------------------------------------
-r22499 | jake | 2007-08-14 09:37:35 -0700 (Tue, 14 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas Dichtel:
-Please find enclosed a patch to update BA status code for PMIPv6
-according to draft-ietf-netlmm-proxymip6-01 Section 8.5
-
-------------------------------------------------------------------------
-r22500 | etxrab | 2007-08-14 14:50:12 -0700 (Tue, 14 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-From From: Sommars, Steven E:
-Minor problem in packet-gtp.c  when decoding the PDP context Information
-Element (7.7.29 in 29.060)   The two uplink TEIDs are reversed in
-packet-gtp.c, it should be control plane, followed by data.
-
-Reworked the patch.
-------------------------------------------------------------------------
-r22501 | etxrab | 2007-08-14 15:05:36 -0700 (Tue, 14 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-Preparations to split the TCAP dissector into ANSI and ITU parts.
-------------------------------------------------------------------------
-r22502 | etxrab | 2007-08-14 15:10:55 -0700 (Tue, 14 Aug 2007) | 1 line
-Changed paths:
-   A /trunk/epan/dissectors/packet-ansi_tcap.c
-   A /trunk/epan/dissectors/packet-ansi_tcap.h
-
-Actually adding the dissector may help :)
-------------------------------------------------------------------------
-r22503 | ulfl | 2007-08-14 16:52:51 -0700 (Tue, 14 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-if the manuf address could not be resolved, strip off special bits (multicast, locally administered) and try again to find it
-------------------------------------------------------------------------
-r22504 | ulfl | 2007-08-14 18:35:05 -0700 (Tue, 14 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/user-guide.xml
-   A /trunk/docbook/wsug_graphics/ws-expert-infos.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-
-add a section about expert infos
-------------------------------------------------------------------------
-r22505 | etxrab | 2007-08-14 22:47:17 -0700 (Tue, 14 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
-   M /trunk/epan/dissectors/packet-ansi_tcap.c
-
-Change  tcap_private to ansi_tcap_private.
-------------------------------------------------------------------------
-r22506 | ulfl | 2007-08-15 00:37:23 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-
-don't use table names twice
-------------------------------------------------------------------------
-r22507 | jmayer | 2007-08-15 06:21:23 -0700 (Wed, 15 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-Mask out only the bc/mc bit, not the locally assigned bit.
-Update comment accordingly.
-
-------------------------------------------------------------------------
-r22508 | lego | 2007-08-15 12:52:44 -0700 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/epan/oids.c
-   A /trunk/epan/oids.h
-
-I'm at the end of the second iteration, so far this compiles OK still haven't tested it but it does not go in the Makefiles, I need this as a reference point.
-
-------------------------------------------------------------------------
-r22509 | morriss | 2007-08-15 13:35:14 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   A /trunk/tools/checkAPIs.pl
-
-As discussed on the -dev list quite a while ago: a small tool to check Wireshark code (or at least parts of it) for "bad" things (C++ style comments and API/function calls that should not be used).  I'm checking in because I almost missed some C++ style comments in a file I was contemplating checking in; this tool can help us (at least me) avoid such problems in the future.
-------------------------------------------------------------------------
-r22510 | morriss | 2007-08-15 14:07:01 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-
-checkhf.pl found a couple bugs: hf_sccp_calling_itu_global_title_indicator and hf_sccp_ansi_isni_counter were never used (the former due to a typo, the latter due to oversight).
-------------------------------------------------------------------------
-r22511 | morriss | 2007-08-15 14:37:09 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-ansi_map.h
-
-Change tvb_get_string() to tvb_get_ephemeral_string().  Since we weren't freeing the returned buffer, this cleans up a memory leak.  NOTE: I had to manually regenerate this dissector without the "-T" option to avoid checking in a lot of changes that I don't understand/didn't make.  Why is the Makefile newer than what's in epan/dissectors/ ?
-------------------------------------------------------------------------
-r22512 | stig | 2007-08-15 15:20:28 -0700 (Wed, 15 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-dmp.c
-
-Fixed a free -> g_free
-Removed a unused hf_ entry
-
-From Ian Brumby:
-- Fixed decoding of 4 character and longer SICs
-
-------------------------------------------------------------------------
-r22513 | stig | 2007-08-15 15:24:05 -0700 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
-
-Added fragment_start_seq_check to start a reassembly without adding any data.
-
-------------------------------------------------------------------------
-r22514 | stig | 2007-08-15 15:26:00 -0700 (Wed, 15 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
-
-Use fragment_start_seq_check to start defragmentation when receiving an 
-Address PDU without adding a empty message fragment.
-
-------------------------------------------------------------------------
-r22515 | morriss | 2007-08-15 15:27:52 -0700 (Wed, 15 Aug 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dmp.c
-   M /trunk/epan/dissectors/packet-dtpt.c
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fw1.c
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-imf.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-mysql.c
-   M /trunk/epan/dissectors/packet-ndps.c
-   M /trunk/epan/dissectors/packet-p_mul.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-sdp.c
-
-- s/ntohs/g_ntohs
-- s/ntohl/g_ntohl
-- s/free/g_free
-- Change some tvb_get_string()+g_free()'s into tvb_get_ephemeral_string()
-- Change some tvb_fake_unicode()+g_free()'s into tvb_get_ephemeral_faked_unicode()
-- Change some tvb_get_string() calls that were clearly memory leaks (like
-  atoi(tvb_get_string(...))) into tvb_get_ephemeral_string()
-
-------------------------------------------------------------------------
-r22516 | stig | 2007-08-15 15:29:58 -0700 (Wed, 15 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smtp.c
-
-Added support for RFC3030 (BDAT) in SMTP.
-Added data fragment length to COL_INFO.
-Changed some 0/1 values to boolean.
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1736
-
-------------------------------------------------------------------------
-r22517 | stig | 2007-08-15 15:34:56 -0700 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Improved dumping of unexpected data when dissector for OID not implemented.
-
-------------------------------------------------------------------------
-r22518 | morriss | 2007-08-15 15:41:49 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ldap/ldap.cnf
-   M /trunk/epan/dissectors/packet-ldap.c
-
-Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string().  In the one remaining use of tvb_get_string(), g_free the old entry if the pointer is *not* NULL.
-------------------------------------------------------------------------
-r22519 | stig | 2007-08-15 16:42:29 -0700 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/cdt/Makefile
-   M /trunk/asn1/cdt/Makefile.nmake
-   M /trunk/asn1/cdt/cdt-exp.cnf
-   M /trunk/epan/dissectors/packet-cdt.c
-   M /trunk/epan/dissectors/packet-cdt.h
-
-Regenerate the CDT dissector with -X and -T options.
-
-------------------------------------------------------------------------
-r22520 | sfisher | 2007-08-15 20:36:38 -0700 (Wed, 15 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/follow_dlg.c
-   A /trunk/gtk/follow_stream.c
-   A /trunk/gtk/follow_stream.h
-   M /trunk/gtk/ssl-dlg.c
-
-
-Initial work on merging common code between follow TCP & SSL stream features
-
-
-------------------------------------------------------------------------
-r22521 | ulfl | 2007-08-15 21:25:54 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-add an expert info, if ip.ttl < 5
-------------------------------------------------------------------------
-r22522 | ulfl | 2007-08-15 21:32:48 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-
-some more editing of the expert infos - still incomplete
-------------------------------------------------------------------------
-r22523 | ulfl | 2007-08-15 21:54:30 -0700 (Wed, 15 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/follow_stream.c
-
-fix build problems under Win32
-------------------------------------------------------------------------
-r22524 | lego | 2007-08-15 23:48:51 -0700 (Wed, 15 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-
-- It's just-a-bad-idea(tm) to redefine anything from a foreign library, Don't.
-- Allow to look for value-types by name.
-
-[still largelly  untested]
-
-------------------------------------------------------------------------
-r22525 | etxrab | 2007-08-16 00:00:50 -0700 (Thu, 16 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/Makefile
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/asn1/camel/Makefile
-
-Fix makefiles and a comment.
-------------------------------------------------------------------------
-r22526 | ulfl | 2007-08-16 08:53:35 -0700 (Thu, 16 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/user-guide.xml
-   A /trunk/docbook/wsug_graphics/ws-expert-colored-tree.png
-   A /trunk/docbook/wsug_graphics/ws-expert-column.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-
-finish the expert info section
-------------------------------------------------------------------------
-r22527 | stig | 2007-08-16 10:59:27 -0700 (Thu, 16 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/epan/dissectors/packet-ftam.c
-
-Added handling of ISO FTAM unstructured binary, as this OID is used in 
-X.420 FileTransferBodyPart for generic binary bodyparts.
-Also added handling of ISO FTAM unstructured text.
-
-------------------------------------------------------------------------
-r22528 | etxrab | 2007-08-16 12:59:55 -0700 (Thu, 16 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/ansi_tcap.cnf
-   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
-   M /trunk/asn1/tcap/packet-ansi_tcap-template.h
-   M /trunk/epan/dissectors/packet-ansi_tcap.c
-   M /trunk/epan/dissectors/packet-ansi_tcap.h
-
-Collect context data.
-------------------------------------------------------------------------
-r22529 | stig | 2007-08-16 13:54:43 -0700 (Thu, 16 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
-
-When calculating checksum for p_mul the checksum field itself is set to zero.
-Ensure this field is inside the buffer before altering it, so we don't 
-write outside the allocated buffer.
-
-------------------------------------------------------------------------
-r22530 | ulfl | 2007-08-16 15:03:10 -0700 (Thu, 16 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-   A /trunk/epan/dissector_filters.c
-   A /trunk/epan/dissector_filters.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/gui_stat_menu.h
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-   M /trunk/stat_menu.h
-
-experimental feature: dissector filters
-
-add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI
-
-
-------------------------------------------------------------------------
-r22531 | ulfl | 2007-08-16 15:45:36 -0700 (Thu, 16 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-fix return types, hopefully this will make the osx buildbot happy
-------------------------------------------------------------------------
-r22532 | ulfl | 2007-08-16 16:35:28 -0700 (Thu, 16 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/menu.c
-
-mark some parameters as unused
-------------------------------------------------------------------------
-r22533 | sake | 2007-08-17 01:03:32 -0700 (Fri, 17 Aug 2007) | 26 lines
-Changed paths:
-   M /trunk/wiretap/Makefile.common
-   M /trunk/wiretap/file_access.c
-   A /trunk/wiretap/netscreen.c
-   A /trunk/wiretap/netscreen.h
-   M /trunk/wiretap/wtap.h
-
-(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)
-
-This patch adds support for the Juniper NetScreen snoop output format. 
-It takes a text-dump op the captured packets and parses the headers 
-and hex-data. Since the snoop files on a Junpiper NetScreen can be saved 
-to a tftp-server, this patch makes it quite easy to use the snoop 
-function of the Juniper NetScreen firewalls.
-
-/* XXX TODO:
- *
- * o  Create a wiki-page with instruction on how to make tracefiles
- *    on Juniper NetScreen devices. Also put a few examples up
- *    on the wiki (Done: wiki-page added 2007-08-03)
- *
- * o  Use the interface names to properly detect the encapsulation
- *    type (ie adsl packets are now not properly dissected)
- *    (Done: adsl packets are now correctly seen as PPP, 2007-08-03)
- *
- * o  Pass the interface names and the traffic direction to either
- *    the frame-structure, a pseudo-header or use PPI. This needs
- *    to be discussed on the dev-list first
- *    (Posted a message to wireshark-dev abou this 2007-08-03)
- *
- */
-
-
-------------------------------------------------------------------------
-r22534 | gal | 2007-08-17 11:52:40 -0700 (Fri, 17 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/asn1/pkcs12/Makefile
-   M /trunk/asn1/pkcs12/Makefile.nmake
-   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
-   M /trunk/asn1/pkcs12/packet-pkcs12-template.h
-   M /trunk/asn1/pkcs12/pkcs12.cnf
-   M /trunk/epan/dissectors/packet-pkcs12.c
-   M /trunk/epan/dissectors/packet-pkcs12.h
-
-Support for decrypting of PKCS#12 bag contents.
-Supports RC2, RC4 and 3DES with SHA1 Password-based Encryption using libgcrypt functions.
-Password is provided as a preference, as is trying to decode with a empty/NULL password. 
-
-
-------------------------------------------------------------------------
-r22535 | gal | 2007-08-17 12:14:39 -0700 (Fri, 17 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-
-Support for the decryption of EncryptedData which is used by PKCS12
-Uses the PBE routines from PKCS12.
-
-
-------------------------------------------------------------------------
-r22536 | gal | 2007-08-17 12:16:51 -0700 (Fri, 17 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/x509sat/x509sat-exp.cnf
-   M /trunk/asn1/x509sat/x509sat.cnf
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/epan/dissectors/packet-x509sat.h
-
-Faked BMP string display.
-
-
-------------------------------------------------------------------------
-r22537 | gal | 2007-08-17 12:23:15 -0700 (Fri, 17 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
-   M /trunk/epan/dissectors/packet-pkcs12.c
-
-Fix for OSX gremlin in PKCS12 template.
-
-
-------------------------------------------------------------------------
-r22538 | gerald | 2007-08-17 12:34:14 -0700 (Fri, 17 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column.c
-   M /trunk/epan/column_info.h
-   M /trunk/epan/dissectors/packet-ppi.c
-   M /trunk/epan/dissectors/packet-prism.c
-   M /trunk/epan/dissectors/packet-radiotap.c
-   M /trunk/epan/dissectors/packet-wlancap.c
-   A /trunk/epan/frequency-utils.c
-   A /trunk/epan/frequency-utils.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/airpcap_dlg.c
-   M /trunk/gtk/airpcap_gui_utils.c
-   M /trunk/gtk/main.c
-
-Instead of converting between 802.11 frequencies and channels umpteen
-different ways, add a set of common conversion routines.  Add a
-"Frequency/Channel" column and fill it in where we can.  Fix RSSI column
-printing in PPI.
-
-Fix up whitespace along the way.
-
-------------------------------------------------------------------------
-r22539 | gal | 2007-08-17 12:40:40 -0700 (Fri, 17 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
-   M /trunk/epan/dissectors/packet-pkcs12.c
-
-Further tidy up for preference.
-
-
-------------------------------------------------------------------------
-r22540 | guy | 2007-08-17 13:04:31 -0700 (Fri, 17 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/wiretap/netxray.c
-
-At least some LAPB Windows Sniffer captures have 4 bytes of extra stuff
-at the ends of packets.
-
-------------------------------------------------------------------------
-r22541 | ashokn | 2007-08-17 14:21:18 -0700 (Fri, 17 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ethertype.c
-   A /trunk/epan/dissectors/packet-ieee8021ah.c
-   A /trunk/epan/dissectors/packet-ieee8021ah.h
-   M /trunk/epan/etypes.h
-
-Added support for 802.1ad and 802.1ah ethernet frames
-
-
-
-------------------------------------------------------------------------
-r22542 | morriss | 2007-08-17 14:21:50 -0700 (Fri, 17 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcp-etsi.c
-   M /trunk/epan/dissectors/packet-sdp.c
-
-Replace a couple more calls to tvb_get_string() with tvb_get_ephemeral_string().  2 of the 3 replacements fix memory leaks.
-------------------------------------------------------------------------
-r22543 | etxrab | 2007-08-17 14:31:22 -0700 (Fri, 17 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dpnss.c
-   M /trunk/epan/dissectors/packet-dua.c
-
-Add a rudimentarry DPNSS dissector - work in progress.
-------------------------------------------------------------------------
-r22544 | etxrab | 2007-08-17 16:23:36 -0700 (Fri, 17 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/ansi_tcap.cnf
-   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
-   M /trunk/asn1/tcap/packet-ansi_tcap-template.h
-   M /trunk/epan/dissectors/packet-ansi_tcap.c
-   M /trunk/epan/dissectors/packet-ansi_tcap.h
-
-Add code for finding sub dissectors.
-------------------------------------------------------------------------
-r22545 | gerald | 2007-08-17 16:53:41 -0700 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/frequency-utils.c
-
-Fix a couple of signedness mismatches.
-
-------------------------------------------------------------------------
-r22546 | lego | 2007-08-17 17:14:52 -0700 (Fri, 17 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/proto.c
-
-accept 64bit integers where 8 <= len <= 1
-
-
-------------------------------------------------------------------------
-r22547 | guy | 2007-08-17 18:46:14 -0700 (Fri, 17 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Use #defines, rather than raw numbers, for RTP payload types.
-
-Note that we should return an error for payload types we don't support,
-so the user knows we can't handle the audio.
-
-------------------------------------------------------------------------
-r22548 | wmeier | 2007-08-17 20:19:44 -0700 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Fix some gcc warnings so buildbots can proceed.
-
-------------------------------------------------------------------------
-r22549 | wmeier | 2007-08-17 21:28:40 -0700 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Add #include needed to get defs for PT_PCMU & etc
-
-------------------------------------------------------------------------
-r22550 | wmeier | 2007-08-18 08:48:10 -0700 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-
-Bug #1446 work-around from  Toralf F?\195?\182rster  
-
-------------------------------------------------------------------------
-r22551 | gal | 2007-08-18 10:39:44 -0700 (Sat, 18 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Handle unknown Universal and BMP strings.
-
-
-------------------------------------------------------------------------
-r22552 | stig | 2007-08-18 15:56:44 -0700 (Sat, 18 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-x25.c
-
-Check for COTP if Call Request has not been captured.
-Fixed an offset for diagnostic in COL_INFO.
-
-This file should really be rewritten to use more proto_tree_add_item's
-instead of proto_tree_add_text's.
-
-------------------------------------------------------------------------
-r22553 | etxrab | 2007-08-19 13:26:08 -0700 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Disscet CC messages.
-------------------------------------------------------------------------
-r22554 | etxrab | 2007-08-19 13:41:16 -0700 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Fix copy-paste errors.
-------------------------------------------------------------------------
-r22555 | stig | 2007-08-19 14:56:11 -0700 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Mark pinfo as unused to make buildbot happy again.
-
-------------------------------------------------------------------------
-r22556 | lego | 2007-08-19 16:00:47 -0700 (Sun, 19 Aug 2007) | 20 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/asn1/snmp/snmp.asn
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-
-Filtering on snmp variables starts to work so I put it there in case anyone wants to start playing with it. I'll leave the generated dissector in place and the rest off the Makefiles so that others are not bothered by this.
-
-TODO:
-- Global
-   - add libsmi to autoconf (I modified CFLAGS and LDADDs in the makefile.ams appending my own values, that's good only for me)
-   - have other users of oid_resolv.h get to use the new functions in oids.h
-   - add a menu item or preference setting for the smi_modules UAT ( the smi_modules file has one dquoted string per line with the name of each module to be loaded)
-- SNMP
-  - put complete information in the labels of the VarBind Items
-  - add oids to COL_INFO
-  - negative testing (Well, testing in general)
-- OIDS
-  - implement "ALL" modules 
-  - some functions are not yet tested or implemented
-
-I'll put a TO-DO list on the wiki for people (incl. me) to add more items
-
-
-
-
-------------------------------------------------------------------------
-r22557 | sahlberg | 2007-08-20 01:09:52 -0700 (Mon, 20 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-we need to track the fid in the rwdata structure so that reassembly of 
-connectionoriented dcerpc over smb pipes will be able to find the fid 
-used for reassembly
-
-
-------------------------------------------------------------------------
-r22558 | jake | 2007-08-20 13:50:29 -0700 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   M /trunk/configure.in
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
-   A /trunk/plugins/unistim
-   A /trunk/plugins/unistim/AUTHORS
-   A /trunk/plugins/unistim/COPYING
-   A /trunk/plugins/unistim/ChangeLog
-   A /trunk/plugins/unistim/Makefile.am
-   A /trunk/plugins/unistim/Makefile.common
-   A /trunk/plugins/unistim/Makefile.nmake
-   A /trunk/plugins/unistim/TODO
-   A /trunk/plugins/unistim/audio.h
-   A /trunk/plugins/unistim/basic.h
-   A /trunk/plugins/unistim/broadcast.h
-   A /trunk/plugins/unistim/defines.h
-   A /trunk/plugins/unistim/display.h
-   A /trunk/plugins/unistim/header_field.h
-   A /trunk/plugins/unistim/key.h
-   A /trunk/plugins/unistim/moduleinfo.h
-   A /trunk/plugins/unistim/moduleinfo.nmake
-   A /trunk/plugins/unistim/network.h
-   A /trunk/plugins/unistim/packet-unistim.c
-   A /trunk/plugins/unistim/packet-unistim.h
-   A /trunk/plugins/unistim/plugin.rc.in
-
-Add the UNISTIM plugin to Wireshark.
-
-------------------------------------------------------------------------
-r22559 | etxrab | 2007-08-20 13:55:06 -0700 (Mon, 20 Aug 2007) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gprs-llc.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-
-From Cyrille Colin:
-gsm_a :
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1754
-SMS CP (gsm_a_dtap), RP (gsm_a_rp) and T-PDU (gsm_sms) protocol stacks are
-decoded in Wireshark when called by BSSAP or RANAP.
-Same protocol stack can be called by GPRS-LLC (sapi 7). Simple modification
-needed in packet-gsm_a.c to add dtap dissector to llcgprs.sapi 7.
-
-Me a comment in gprs-llc.
-------------------------------------------------------------------------
-r22560 | etxrab | 2007-08-20 13:58:02 -0700 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Dissect End-to-End and Link-by-Link messages.
-------------------------------------------------------------------------
-r22561 | jake | 2007-08-20 14:48:25 -0700 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Fix the build.
-
-------------------------------------------------------------------------
-r22562 | jake | 2007-08-21 00:23:34 -0700 (Tue, 21 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtcp.h
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtp.h
-
-From Neil Piercy:
-This patch set provides a an API for out of band signalling protocols to
-register flows as SRTP/SRTCP using extended versions of the existing
-rt(c)p_add_address functions. At present the encrypted portions of the payloads
-are simply skipped, and the auth tags etc added as fields.
-------------------------------------------------------------------------
-r22563 | guy | 2007-08-21 10:49:54 -0700 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Update the NSIS files to add the UNISTIM plugin.
-
-------------------------------------------------------------------------
-r22564 | guy | 2007-08-21 10:59:08 -0700 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/README.plugins
-
-Add more information on adding a plugin to the NSIS installer.
-
-------------------------------------------------------------------------
-r22565 | guy | 2007-08-21 11:04:09 -0700 (Tue, 21 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-Add the UNISTIM plugin, and put the plugins in alphabetical order (to
-simplify checking whether we have the full list).
-
-------------------------------------------------------------------------
-r22566 | guy | 2007-08-21 11:09:33 -0700 (Tue, 21 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/doc/README.plugins
-
-Give the full pathname of the wireshark.nsi file, and add information on
-what to do for the U3 win32/makefile.nmake file.
-
-------------------------------------------------------------------------
-r22567 | stig | 2007-08-21 11:50:37 -0700 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/plugins/unistim
-
-Add default svn:ignore files to unistim plugin.
-
-------------------------------------------------------------------------
-r22568 | morriss | 2007-08-21 13:24:17 -0700 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
-
-When saving off a temporary copy of an address, use SET_ADDRESS instead of COPY_ADDRESS so as to avoid a memory leak (or adding g_free() calls to fix said memory leak).
-------------------------------------------------------------------------
-r22569 | richardv | 2007-08-21 13:32:22 -0700 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-fix a signedness-in-comparison warning
-
-------------------------------------------------------------------------
-r22570 | richardv | 2007-08-21 13:57:52 -0700 (Tue, 21 Aug 2007) | 13 lines
-Changed paths:
-   M /trunk/epan/req_resp_hdrs.c
-
-From Mike Duigou <wireshark@duigou.org> (bug 1698):
-
-Enclosed is a patch with fixes problems with the desegmentation of chunked HTTP
-message bodies.
-
-...
-
-Changing the value of pinfo->desegment_len to DESEGMENT_ONE_MORE_SEGMENT rather
-than the current 1 or 2 seems to make everything work. (I'm kind of confused as
-to why the headers resassembly code already used DESEGMENT_ONE_MORE_SEGMENT and
-the body reassembly code did not).
-
-
-------------------------------------------------------------------------
-r22571 | morriss | 2007-08-21 14:03:59 -0700 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
-
-Use SET_ADDRESS (instead of COPY_ADDRESS) for an address that has "ephemeral" scope.  Use SE_COPY_ADDRESS when the address is copied to the template cache (with "seasonal" scope.)
-------------------------------------------------------------------------
-r22572 | richardv | 2007-08-21 14:15:57 -0700 (Tue, 21 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/color_filters.c
-
-From Florent DROUIN <florent.drouin@alcatel.fr>, bug 1518:
-
-Fix for g_assert when clicking 'OK' on colour filters dialogue whilst
-individual filter edit window is open. 
-
-
-------------------------------------------------------------------------
-r22573 | morriss | 2007-08-21 14:23:37 -0700 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-sip.c
-
-Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal" scope (e.g., they are used in conversations or similar).
-------------------------------------------------------------------------
-r22574 | richardv | 2007-08-21 14:25:53 -0700 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/text2pcap.c
-
-fix usage message for -o option
-------------------------------------------------------------------------
-r22575 | lego | 2007-08-21 14:32:00 -0700 (Tue, 21 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-
-A further iteration in the code, things start to look good!
-
-
-------------------------------------------------------------------------
-r22576 | richardv | 2007-08-21 14:40:18 -0700 (Tue, 21 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:
-
-The following patch decode DHCP option 249 (Classless Static Route) used by
-some Microsoft systems. Same decoding as option 121 (RFC 3442).
-
-
-------------------------------------------------------------------------
-r22577 | richardv | 2007-08-21 15:00:06 -0700 (Tue, 21 Aug 2007) | 12 lines
-Changed paths:
-   M /trunk/asn1/mpeg/mpeg-pes.asn
-   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
-   M /trunk/epan/dissectors/packet-mpeg-pes.c
-   M /trunk/wiretap/mpeg.c
-   M /trunk/wiretap/wtap-int.h
-
-From Shaun Jackman  <sjackman@gmail.com> / bug 1753:
-
-        * asn1/mpeg/packet-mpeg-pes-template.c: Improved decoding of PES
-        extension header and Pack header. Decode SCR, PTS, and DTS.
-        * asn1/mpeg/mpeg-pes.asn (Pack): Remove.
-        * epan/dissectors/packet-mpeg-pes.c: Regenerate.
-        * wiretap/mpeg.c (mpeg_read): Decode the SCR using integer
-        arithmetic instead of double float arithmetic to prevent rounding
-        error.
-        * wiretap/wtap-int.h (mpeg_t) <t0>: Use time_t instead of double.
-
-
-------------------------------------------------------------------------
-r22578 | richardv | 2007-08-21 15:15:17 -0700 (Tue, 21 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-From            yin sun <sunyin51@gmail.com> / bug 1722:
-
-When a subdissector on top of TCP set ... DESEGMENT_UNTIL_FIN ... then
-the subdissector should receive the whole reassembled TCP stream in tvb.
-But the bug is it is missing the last payload from the FIN packet.
-
-
-------------------------------------------------------------------------
-r22579 | morriss | 2007-08-21 15:18:27 -0700 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_strdup().  (The address in question is stored in a conversation structure so it's "seasonal".)
-------------------------------------------------------------------------
-r22580 | guy | 2007-08-21 19:45:42 -0700 (Tue, 21 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-Cast away shortening conversions that are presumed not to lose any data.
-
-Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
-compilers we use support LL as a suffix for that (MSVC++ 6, for one).
-
-------------------------------------------------------------------------
-r22581 | guy | 2007-08-21 21:25:00 -0700 (Tue, 21 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
-
-Cast away shortening conversions that are presumed not to lose any data.
-
-Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
-compilers we use support LL as a suffix for that (MSVC++ 6, for one).
-
-------------------------------------------------------------------------
-r22582 | guy | 2007-08-21 21:31:32 -0700 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mpeg-pes.c
-
-Oops, have to regenerate this after changing its template.
-
-------------------------------------------------------------------------
-r22583 | jake | 2007-08-21 23:59:28 -0700 (Tue, 21 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pana.c
-
-From Victor Fajardo:
-Updated patches to support draft-ietf-pana-pana-18.txt.
-
-------------------------------------------------------------------------
-r22584 | guy | 2007-08-22 00:14:08 -0700 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
-   M /trunk/epan/dissectors/packet-mpeg-pes.c
-
-More timestamp calculation fixes similar to the previous ones.
-
-------------------------------------------------------------------------
-r22585 | jake | 2007-08-22 06:58:39 -0700 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-pana.c
-
-The reserved field is now 16 bits. Treat it as such.
-------------------------------------------------------------------------
-r22586 | martinm | 2007-08-22 07:43:26 -0700 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-Show which bits 'fragment offset' comes from (I had to look it up :( )
-
-------------------------------------------------------------------------
-r22587 | morriss | 2007-08-22 09:30:16 -0700 (Wed, 22 Aug 2007) | 11 lines
-Changed paths:
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/capture_ui_utils.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/summary.c
-   M /trunk/tshark.c
-
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :
-
-Try to call get_interface_descriptive_name() as little as possible (storing
-the result in capture_opts) to avoid a performance hit during live capture
-(especially if you have lots of interfaces) and to avoid leaking memory.
-
-One issue with this is that capture_opts.c cannot (without adding significant
-dependencies) set the iface_descr so readers of that field (only gtk/main.c
-and tshark.c) use a macro to (set if not already set and) get the value of
-that field.
-
-------------------------------------------------------------------------
-r22588 | morriss | 2007-08-22 11:56:20 -0700 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/capture_opts.h
-   M /trunk/capture_ui_utils.c
-   M /trunk/capture_ui_utils.h
-   M /trunk/gtk/main.c
-   M /trunk/summary.c
-
-gcc 4 doesn't like my macro for getting the interface description: it says there's an invalid lvalue in it.  I don't see what's wrong with it, but replace the macro with a function.  Also: don't include the .xpm files in gtk/main.c if we're building without PCAP (as they're not used in that configuration).
-------------------------------------------------------------------------
-r22589 | morriss | 2007-08-22 11:58:26 -0700 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/toolbar.c
-
-autoscroll_button is not used if we don't HAVE_LIBPCAP so put it inside the #ifdef
-------------------------------------------------------------------------
-r22590 | wmeier | 2007-08-22 12:36:49 -0700 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/make-version.pl
-
-Handle case of source-dir != build-dir; 2 other minor bug fixes 
-
-------------------------------------------------------------------------
-r22591 | morriss | 2007-08-22 12:38:49 -0700 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ppi.c
-   M /trunk/wiretap/libpcap.h
-   M /trunk/wiretap/wtap-capture.h
-
-Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi.c can get access to it even when we don't HAVE_LIBPCAP (besides, it doesn't seem to be specific to capturing...)
-------------------------------------------------------------------------
-r22592 | morriss | 2007-08-22 14:05:25 -0700 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/configure.in
-
-Postpone checking if dumpcap is enabled until after we have checked if we have libpcap or not: if not, don't bother trying to build dumpcap.
-------------------------------------------------------------------------
-r22593 | etxrab | 2007-08-22 14:47:31 -0700 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Put suplementarry service strings and parameters into the tree.
-------------------------------------------------------------------------
-r22594 | stig | 2007-08-22 14:58:21 -0700 (Wed, 22 Aug 2007) | 9 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-
-From Todd J Martin:
-When LACP packets have the actor state or partner state fields set to 0x00,
-wireshark prints the state like this (note the closing parenthesis):
-
-  Actor State: 0x00)
-
-Since there are no flags set, this fields should be printed like this:
-  Actor State: 0x00
-
-------------------------------------------------------------------------
-r22595 | stig | 2007-08-22 15:32:13 -0700 (Wed, 22 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Added DPNSS_NONE as par3_num and par4_num to "PCON-P"
-Fixed a signed/unsigned compiler warning
-
-------------------------------------------------------------------------
-r22596 | lego | 2007-08-22 15:56:36 -0700 (Wed, 22 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-
-Prepare the oids dataset for managing conceptual table indexing
-
-
-------------------------------------------------------------------------
-r22597 | jake | 2007-08-22 23:56:04 -0700 (Wed, 22 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacnet.c
-
-From Steve Karg
-1. Moved all the network layer message type decodings under the network layer control bit check to prevent malformed packets.
-2. Added the decoding of the optional network number for the Who-Is-Router-To-Network message type.
-3. Added the decoding for the Establish-Connection-To-Network and Disconnect-Connection-To-Network network layer messages.
-4. Corrected Initialize-Routing-Table and Initialize-Routing-Table-Ack decoding.
-5. Added Network layer info under Column Info.
-------------------------------------------------------------------------
-r22598 | jake | 2007-08-23 02:16:31 -0700 (Thu, 23 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-
-From David Helder:
-The MP_REACH_NLRI (and MP_UNREACH_NLRI) parser incorrectly increments a buffer
-offset.  Any attributes following will be skipped and/or parsed incorrectly. 
-No security problem I see - the bounds are checked before parsing each attribute.
-
-------------------------------------------------------------------------
-r22599 | grahamb | 2007-08-23 02:26:01 -0700 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-cip.c
-
-Permit decoding of individual service errors + removal of a few lines consisting of just whitespace
-------------------------------------------------------------------------
-r22600 | grahamb | 2007-08-23 02:28:03 -0700 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-Large update with improvements in objects dissected, fragment reassembly, info column details and filter field names
-------------------------------------------------------------------------
-r22601 | wmeier | 2007-08-23 07:56:18 -0700 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/fuzz-test.sh
-
-Don't rename to self when fuzz err; enable ^C file cleanup trap
-
-------------------------------------------------------------------------
-r22602 | etxrab | 2007-08-23 10:00:44 -0700 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Translate Q.850 Cause values.
-------------------------------------------------------------------------
-r22603 | richardv | 2007-08-23 10:25:22 -0700 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-   A /trunk/epan/golay.c (from /trunk/plugins/h223/golay.c:22567)
-   A /trunk/epan/golay.h (from /trunk/plugins/h223/golay.h:22567)
-   M /trunk/plugins/h223/Makefile.common
-   D /trunk/plugins/h223/golay.c
-   D /trunk/plugins/h223/golay.h
-   M /trunk/plugins/h223/packet-h223.c
-
-in preparation for de-pluginising h223, move golay code support into libwireshark
-
-------------------------------------------------------------------------
-r22604 | gerald | 2007-08-23 10:49:47 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/capture-pcap-util.c
-
-Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()
-in its new location.
-
-------------------------------------------------------------------------
-r22605 | jake | 2007-08-23 12:12:52 -0700 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/unistim/TODO
-
-List additional request for command presentation
-------------------------------------------------------------------------
-r22606 | lego | 2007-08-23 12:45:31 -0700 (Thu, 23 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/oids.c
-
-Implement Resolution of conceptual table indexing
-So far this has being tested only for integer indexes.
-
-
-------------------------------------------------------------------------
-r22607 | jake | 2007-08-23 13:42:27 -0700 (Thu, 23 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-
-Clean up the code.
-- Move add. info from header
-- Remove excess comma's
-- Use plurality macro
-- NULL pointer for field descriptions
-------------------------------------------------------------------------
-r22608 | morriss | 2007-08-23 14:11:47 -0700 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Export golay_errors() to get the Windows builds going again
-------------------------------------------------------------------------
-r22609 | morriss | 2007-08-23 14:38:15 -0700 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-When detecting fast retransmissions or out of order packets, use a 64-bit variable to store the time delta (instead of a 32-bit one).  We're counting nanoseconds here, so this allows us to accurately detect differences greater than 4.294 seconds.
-------------------------------------------------------------------------
-r22610 | stig | 2007-08-23 14:51:36 -0700 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/io_stat.c
-
-Fixed drawing of X Axis decimal values:  "0. 50" -> "0.050"
-
-------------------------------------------------------------------------
-r22611 | sfisher | 2007-08-23 14:51:44 -0700 (Thu, 23 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/follow_stream.h
-
-
-Fix comment on top of file
-
-
-------------------------------------------------------------------------
-r22612 | sfisher | 2007-08-23 15:11:39 -0700 (Thu, 23 Aug 2007) | 10 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/wiretap/visual.c
-
-
-From Scott Robinson:
-
-Enhancement patch:
-  http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1758
-
-This change gives Wireshark the ability to read ATM captures saved by UpTime
-Select traffic capture.
-
-
-------------------------------------------------------------------------
-r22613 | gerald | 2007-08-23 16:01:20 -0700 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/follow_stream.c
-   M /trunk/gtk/follow_stream.h
-
-Move follow_infos into folow_stream.c and initialize it.
-
-------------------------------------------------------------------------
-r22614 | richardv | 2007-08-23 16:33:23 -0700 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-add remaining golay_* functions
-------------------------------------------------------------------------
-r22615 | richardv | 2007-08-23 16:58:59 -0700 (Thu, 23 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-calcappprotocol.c
-   M /trunk/epan/dissectors/packet-cast.c
-   M /trunk/epan/dissectors/packet-cpha.c
-
-From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:
-
-Incorrect display filter field naming conventions for packet-c*.c dissector
-files.
-
-------------------------------------------------------------------------
-r22616 | richardv | 2007-08-23 17:03:02 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
-
-Don't build in init_plugin_dir if HAVE_PLUGINS is not defined, which
-means that we aren't reliant on PLUGIN_DIR having a sensible value.
-
-------------------------------------------------------------------------
-r22617 | richardv | 2007-08-23 17:06:30 -0700 (Thu, 23 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/config.h.win32
-   M /trunk/configure.in
-
-In keeping with all the other path variables (eg, libdir), don't resolve
-plugindir at configure time. Instead leave it to be defined at make
-time, which means it can then be changed by, eg, changing $prefix. This
-also means moving the definition of PLUGIN_DIR from config.h to a -D in
-CPPFLAGS.
-
-
-------------------------------------------------------------------------
-r22618 | lego | 2007-08-23 17:26:30 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/oids.c
-
-Another iteration, the new code is almost there, We're missing just the implied octetstrings indexes.
-
-
-------------------------------------------------------------------------
-r22619 | lego | 2007-08-23 17:33:35 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-
-Never, never, never modify a generated file... or out of idiocy you might loose changes (or not check them in).
-
-
-------------------------------------------------------------------------
-r22620 | lego | 2007-08-23 17:41:43 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-
-this one was missing
-
-
-------------------------------------------------------------------------
-r22621 | etxrab | 2007-08-23 22:58:08 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-ansi_map.h
-   M /trunk/epan/dissectors/packet-ansi_tcap.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-
-From Chris Maynard:
-Fix display filter field problems
-Correct the template files in the case of generated dissectors.
-------------------------------------------------------------------------
-r22622 | etxrab | 2007-08-23 22:59:08 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
-
-From Chris Maynard:
-Fix display filter field problems
-Correct the template files in the case of generated dissectors.
-------------------------------------------------------------------------
-r22623 | jmayer | 2007-08-23 23:49:47 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.h
-
-Add a value for message_authenticator
-
-
-------------------------------------------------------------------------
-r22624 | jmayer | 2007-08-23 23:51:10 -0700 (Thu, 23 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-Make Windows path separator look like Unix path separator.
-That way, we will not have irrelevant diffs depending on
-the platform the last submitter built the dissector on.
-
-------------------------------------------------------------------------
-r22625 | jmayer | 2007-08-23 23:52:19 -0700 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Don't acidentally print the hexdump of a certificate
-in the summary-tree
-
-------------------------------------------------------------------------
-r22626 | jmayer | 2007-08-24 00:10:33 -0700 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-Decode certificates
-
-------------------------------------------------------------------------
-r22627 | jmayer | 2007-08-24 00:12:04 -0700 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/cmip/cmip-exp.cnf
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/disp/disp-exp.cnf
-   M /trunk/asn1/dop/dop-exp.cnf
-   M /trunk/asn1/dsp/dsp-exp.cnf
-   M /trunk/asn1/ftam/ftam-exp.cnf
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/h225/h225-exp.cnf
-   M /trunk/asn1/h245/h245-exp.cnf
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/mms/packet-mms-template.c
-   M /trunk/asn1/mpeg/mpeg-audio-exp.cnf
-   M /trunk/asn1/mpeg/mpeg-pes-exp.cnf
-   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
-   M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
-   M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
-   M /trunk/asn1/q932/packet-q932-template.c
-   M /trunk/asn1/q932/q932-exp.cnf
-   M /trunk/asn1/qsig/qsig-exp.cnf
-   M /trunk/asn1/ranap/ranap-exp.cnf
-   M /trunk/asn1/ros/ros-exp.cnf
-   M /trunk/asn1/rtse/rtse-exp.cnf
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/x411/x411-exp.cnf
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x509af/x509af-exp.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cmp.h
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-crmf.h
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dop.h
-   M /trunk/epan/dissectors/packet-dsp.c
-   M /trunk/epan/dissectors/packet-dsp.h
-   M /trunk/epan/dissectors/packet-ftam.h
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-   M /trunk/epan/dissectors/packet-mpeg-audio.c
-   M /trunk/epan/dissectors/packet-pkcs12.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.h
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.h
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   M /trunk/epan/dissectors/packet-q932.c
-   M /trunk/epan/dissectors/packet-q932.h
-   M /trunk/epan/dissectors/packet-qsig.c
-   M /trunk/epan/dissectors/packet-qsig.h
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-ranap.h
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-snmp.h
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509ce.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-
-get_ber_length doesn't need the tree argument, get rid of it.
-Rebuild asn1 dissectors.
-
-------------------------------------------------------------------------
-r22628 | jmayer | 2007-08-24 01:12:39 -0700 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-The ber header was missing from the object, resulting in
-invalid saved certificates.
-
-------------------------------------------------------------------------
-r22629 | jmayer | 2007-08-24 03:20:22 -0700 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Warning fixes
-------------------------------------------------------------------------
-r22630 | richardv | 2007-08-24 05:15:49 -0700 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/oids.h
-
-add newline to end of file
-------------------------------------------------------------------------
-r22631 | richardv | 2007-08-24 05:43:38 -0700 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/oids.c
-
-fix 'unused variable' warning
-------------------------------------------------------------------------
-r22632 | richardv | 2007-08-24 05:44:29 -0700 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/oid_resolv.c
-
-Cut and paste old oid_to_subid_buf (it used to be in packet-snmp.c) to get things building again.
-
-------------------------------------------------------------------------
-r22633 | richardv | 2007-08-24 05:45:08 -0700 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-
-add oids.{c,h} for LEGO
-
-------------------------------------------------------------------------
-r22634 | richardv | 2007-08-24 06:08:21 -0700 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-srp.c (from /trunk/plugins/h223/packet-srp.c:22567)
-   M /trunk/plugins/h223/Makefile.common
-   D /trunk/plugins/h223/packet-srp.c
-   D /trunk/plugins/h223/packet-srp.h
-
-move packet-srp into the core (from the h223 plugin)
-------------------------------------------------------------------------
-r22635 | richardv | 2007-08-24 06:44:59 -0700 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   M /trunk/configure.in
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-h223.c (from /trunk/plugins/h223/packet-h223.c:22629)
-   A /trunk/epan/dissectors/packet-h223.h (from /trunk/plugins/h223/packet-h223.h:22629)
-   M /trunk/plugins/Makefile.am
-   D /trunk/plugins/h223
-
-complete the death of the h223 plugin
-
-------------------------------------------------------------------------
-r22636 | jmayer | 2007-08-24 06:52:37 -0700 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-snmp.h
-
-Revert back to old version with manually fixed get_ber_length parameters
-------------------------------------------------------------------------
-r22637 | richardv | 2007-08-24 08:29:13 -0700 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-fix log msg typo
-------------------------------------------------------------------------
-r22638 | richardv | 2007-08-24 08:33:37 -0700 (Fri, 24 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/capture_loop.c
-
-Add some comments to the effect that capture_loop_dispatch must timeout to make
-the packet batching stuff work properly.
-
-Hence, do not block forever when doing a select() on a capture fd.
-
-------------------------------------------------------------------------
-r22639 | richardv | 2007-08-24 08:34:08 -0700 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/capture_loop.h
-
-Fix bug 1181 by always using select() on a capture fd on linux
-
-------------------------------------------------------------------------
-r22640 | richardv | 2007-08-24 08:45:16 -0700 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/test/config.sh
-
-do the fifo test on platforms where mkfifo is available
-------------------------------------------------------------------------
-r22641 | gerald | 2007-08-24 09:08:31 -0700 (Fri, 24 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/doc/README.plugins
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/packaging/u3/win32/makefile.nmake
-   M /trunk/plugins/Makefile.nmake
-
-Clear out any remaining references to the h223 plugin.  Replace the
-references to h223 in README.plugins with agentx since it's small and
-no one seems to be in a hurry to move it to epan/dissectors. 
-
-------------------------------------------------------------------------
-r22642 | richardv | 2007-08-24 09:43:42 -0700 (Fri, 24 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/oid_resolv.c
-
-take out oid_to_subid_buf again, because joerg has put it back into packet-snmp.c.
-
-This is not a productive use of my time. I'm annoyed.
-
-------------------------------------------------------------------------
-r22643 | guy | 2007-08-24 12:14:38 -0700 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/capture_ui_utils.c
-
-Add a comment explaining why get_interface_descriptive_name() shouldn't
-be, for example, called once a second while a capture is in progress.
-
-------------------------------------------------------------------------
-r22644 | stig | 2007-08-24 14:23:34 -0700 (Fri, 24 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/io_stat.c
-
-Print the first interval in the graph.
-Print zero label string in the X Axis (not centered).
-Always start the graph with the first interval, not at zero x value.
-
-------------------------------------------------------------------------
-r22645 | stig | 2007-08-24 14:38:10 -0700 (Fri, 24 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/gtk/io_stat.c
-
-The code for resizing the scrollbar page_size was a bit strange and did
-some strange justifications when having high "tick values" in the graph.
-
-Simplified this to fix a problem with scrolling to X Axis zero and a
-problem with interval values printed in the wrong time position.
-
-------------------------------------------------------------------------
-r22646 | stig | 2007-08-24 15:22:34 -0700 (Fri, 24 Aug 2007) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isis-hello.c
-   M /trunk/epan/dissectors/packet-isis-hello.h
-
-From Todd J Martin:
-- Decodes all valid Restart Signaling CLVs
-- The restart flags are now shown in a tree and have display filters for them
-- The Remaining hold time field now has a display filter
-- The Restarting Neighbor Id field is now decoded
-- Corrected another CLV decoder that assumed the length of a system ID was 6
-  and hard coded that value instead of using the id_length variable
-
-Rearranged the Restart Signaling Flags to show the most significant bit first
-
-
-------------------------------------------------------------------------
-r22647 | stig | 2007-08-24 15:42:08 -0700 (Fri, 24 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dmp.c
-
-- Added first version of DMP sequence analysis.
-- Added some generated search fields.
-- Added notice about negative ack in msg_type strings.
-- Added some more expert infos.
-- Rewrote alot of display filter names.
-- Rewrote some hf_ values.
-
-------------------------------------------------------------------------
-r22648 | stig | 2007-08-24 16:27:33 -0700 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
-
-Added expert info for length issues.
-
-------------------------------------------------------------------------
-r22649 | stig | 2007-08-24 17:29:40 -0700 (Fri, 24 Aug 2007) | 19 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cisco-erspan.c
-
-From Munenori Ohuchi:
-1. Priority field decode.
-   The 802.1q tag field of a frame is separated from its frame body in 
-   a ERSPAN packet. 
-   Current packet-cisco-erspan.c decodes only the vlan id field of the 
-   802.1q tag.
-   This patch can also decode the priority field of the 802.1q tag.
-
-2. Direction of a captured frame decode.
-   A ERSPAN packet includes the additional information of the direction
-   a captured frame as below.
-
-   If a caputred frame comes from outside to a switch port, this means an
-   'Incoming' frame.  If a caputred frame goes out of a switch port, 
-   this is an 'Outgoing' frame.
-
-
-Added an extra unknown value for the bit between direction and spanid.
-
-------------------------------------------------------------------------
-r22650 | stig | 2007-08-24 17:50:20 -0700 (Fri, 24 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
-   M /trunk/epan/dissectors/packet-mp2t.c
-   M /trunk/epan/dissectors/packet-mpeg-pes.c
-
-From Shaun Jackman:
-       * asn1/mpeg/packet-mpeg-pes-template.c (proto_register_mpeg_pes):
-       Register the dissectors mpeg and mpeg-pes.
-       * epan/dissectors/packet-mp2t.c (dissect_tsp): Call the mpeg-pes
-       dissector.
-       (ett_mp2t_header, ett_mp2t_af): New subtree identifiers.
-
-------------------------------------------------------------------------
-r22651 | lego | 2007-08-24 18:14:24 -0700 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/acp133/packet-acp133-template.c
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/cdt/packet-cdt-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/asn1/disp/packet-disp-template.c
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/asn1/dsp/packet-dsp-template.c
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h235/packet-h235-template.c
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
-   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/asn1/tcap/packet-ansi_tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509sat/packet-x509sat-template.c
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/format-oid.h
-   M /trunk/epan/dissectors/packet-acp133.c
-   M /trunk/epan/dissectors/packet-acp133.h
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-ansi_map.h
-   M /trunk/epan/dissectors/packet-ansi_tcap.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-cdt.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dsp.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-gnm.c
-   M /trunk/epan/dissectors/packet-gnm.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h235.h
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.h
-   M /trunk/epan/dissectors/packet-ns_cert_exts.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-ocsp.h
-   M /trunk/epan/dissectors/packet-pkcs1.c
-   M /trunk/epan/dissectors/packet-pkcs1.h
-   M /trunk/epan/dissectors/packet-pkcs12.c
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkinit.h
-   M /trunk/epan/dissectors/packet-pkixproxy.c
-   M /trunk/epan/dissectors/packet-pkixproxy.h
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pkixqualified.h
-   M /trunk/epan/dissectors/packet-pkixtsp.c
-   M /trunk/epan/dissectors/packet-pkixtsp.h
-   M /trunk/epan/dissectors/packet-pres.h
-   M /trunk/epan/dissectors/packet-rrc.c
-   M /trunk/epan/dissectors/packet-rrlp.c
-   M /trunk/epan/dissectors/packet-s4406.h
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-smrse.h
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-snmp.h
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-spnego.h
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-ulp.c
-   M /trunk/epan/dissectors/packet-wlancertextn.c
-   M /trunk/epan/dissectors/packet-wlancertextn.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/epan/epan.c
-   D /trunk/epan/oid_resolv.c
-   D /trunk/epan/oid_resolv.h
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-   M /trunk/epan/proto.c
-   M /trunk/plugins/asn1/asn1.c
-   M /trunk/plugins/asn1/asn1.h
-   M /trunk/plugins/asn1/packet-asn1.c
-
-get users of oid_resolv to use the new oids, rollout packet-snmp.c
-
-
-------------------------------------------------------------------------
-r22652 | etxrab | 2007-08-25 00:44:01 -0700 (Sat, 25 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Get rid of now unused:
-
- add_oid_name
- add_oid_str_name
-l get_oid_name
- get_oid_str_name
-------------------------------------------------------------------------
-r22653 | etxrab | 2007-08-25 01:20:59 -0700 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/io_stat.c
-
-Cast as (gfloat)
-io->scrollbar_adjustment->value=(gfloat)first_interval;
-------------------------------------------------------------------------
-r22654 | jake | 2007-08-25 02:08:49 -0700 (Sat, 25 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-
-Partial fix for bug 1317:
-Add Elliptic Curve cypher suites
-Add extension types
-
-------------------------------------------------------------------------
-r22655 | stig | 2007-08-25 02:57:12 -0700 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/epan/dissectors/packet-ftam.c
-
-Removed duplicate entry of OID 1.0.8571.2.4 in FTAM
-
-------------------------------------------------------------------------
-r22656 | lego | 2007-08-25 07:15:56 -0700 (Sat, 25 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/oids.c
-
-Initialize to zero all subids in oid_string2subid() to avoid creating bogus oids. This is aspirin for a buffer overflow somewhere in the code that reads cretificates, that dimensions a buffer probably assumung oid subids are few digits while they can actually be bigger. 
-Place two DISSECTOR_ASSERT() guards to avoid an (I believe impossible) buffer overflow of the ep_allocated subid array in  oid_string2subid() and oid_encoded2subid().
-
-
-------------------------------------------------------------------------
-r22657 | lego | 2007-08-25 07:48:48 -0700 (Sat, 25 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-x411.c
-
-there's nothing like a MAX_OID_STR_LEN...  get rid of a potential stack BO
-
-
-------------------------------------------------------------------------
-r22658 | lego | 2007-08-25 08:15:55 -0700 (Sat, 25 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/trigcap.c
-
-From Gisle Vanem <gvanem@broadpark.no>         
-Some signals needs to be ifdef'ed (missing on VC/MingW):
-
-
-------------------------------------------------------------------------
-r22659 | lego | 2007-08-25 10:29:55 -0700 (Sat, 25 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/ftypes/ftype-bytes.c
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-
-replace oid_to_str_buf() and oid_to_str()
-
-fix a potential buffer overflow due to a very liberal estimate by oid_repr_len()
-
-
-------------------------------------------------------------------------
-r22660 | wmeier | 2007-08-25 12:13:00 -0700 (Sat, 25 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/test/suite-capture.sh
-   M /trunk/test/suite-unittests.sh
-
-Disable capture tests and unit tests until possible issues corrected.
-Hopefully the windows buildbot will be OK with these tests disabled
-temporarily.
-
-------------------------------------------------------------------------
-r22661 | lego | 2007-08-25 13:27:58 -0700 (Sat, 25 Aug 2007) | 3 lines
-Changed paths:
-   A /trunk/aclocal-fallback/libsmi.m4
-   M /trunk/configure.in
-   M /trunk/epan/oids.c
-
-get libsmi into the picture
-
-
-------------------------------------------------------------------------
-r22662 | lego | 2007-08-25 16:49:09 -0700 (Sat, 25 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/oids.c
-
-Turns out that smiGetMinSize() and smiGetMaxSize() exists only in libsmi's HEAD... ;-)
-Official releases do not have them yet, avoid using them.
-
-
-------------------------------------------------------------------------
-r22663 | lego | 2007-08-25 20:11:27 -0700 (Sat, 25 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-add the new oid_* functions
-
-
-------------------------------------------------------------------------
-r22664 | etxrab | 2007-08-26 02:17:16 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-Fix indentation
-------------------------------------------------------------------------
-r22665 | stig | 2007-08-26 06:43:47 -0700 (Sun, 26 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-From Todd J Martin:
-- Added support for grace-LSA TLVs
-- Fix a checksum that was printed in hex, but did not prepend "0x"
-
-------------------------------------------------------------------------
-r22666 | stig | 2007-08-26 07:02:59 -0700 (Sun, 26 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/io_stat.c
-
-Added "Dot" as new style in IO Graph.
-
-------------------------------------------------------------------------
-r22667 | stig | 2007-08-26 10:03:44 -0700 (Sun, 26 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
-
-Added "Dot" as a new IO Graph style in the user guide.
-
-------------------------------------------------------------------------
-r22668 | jmayer | 2007-08-26 10:58:26 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/configure.in
-
-libsmi: Small fix and add a comment
-------------------------------------------------------------------------
-r22669 | jmayer | 2007-08-26 11:21:52 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-Isakmp runs over port 4500 (natt) as well
-------------------------------------------------------------------------
-r22670 | jmayer | 2007-08-26 11:39:34 -0700 (Sun, 26 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-Undo last commit. It's not yet clear to my why isakmp traffic
-after nat-t isn't matched by a isakmp display filter, but this
-approach wrong.
-
-------------------------------------------------------------------------
-r22671 | etxrab | 2007-08-26 12:17:03 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-
-Download libsmi
-------------------------------------------------------------------------
-r22672 | etxrab | 2007-08-26 13:03:23 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-
-Use config and makefile from Chris Maynard and Luis instead.
-------------------------------------------------------------------------
-r22673 | lego | 2007-08-26 13:16:35 -0700 (Sun, 26 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-
-De-NET-SNMPize COPS
-
-
-------------------------------------------------------------------------
-r22674 | etxrab | 2007-08-26 14:01:13 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/version_info.c
-
-Minor tweeks.
-------------------------------------------------------------------------
-r22675 | etxrab | 2007-08-26 14:19:18 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/version_info.c
-
-Fix a typo
-------------------------------------------------------------------------
-r22676 | lego | 2007-08-26 14:35:17 -0700 (Sun, 26 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/version_info.c
-
-libsmi was missing from the CFLAGS
-
-
-------------------------------------------------------------------------
-r22677 | lego | 2007-08-26 14:37:11 -0700 (Sun, 26 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-
-Give the files its propper title
-Keep libsmi's default path and append the user given one
-
-
-------------------------------------------------------------------------
-r22678 | lego | 2007-08-26 14:38:09 -0700 (Sun, 26 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-
-Remove every remembrance of NET_SNMP from COPS
-
-
-------------------------------------------------------------------------
-r22679 | lego | 2007-08-26 16:24:49 -0700 (Sun, 26 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-This was missing
-
-
-
-------------------------------------------------------------------------
-r22680 | etxrab | 2007-08-26 23:28:20 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Add SMI to the installation, the MIB:s are still missing.
-------------------------------------------------------------------------
-r22681 | etxrab | 2007-08-26 23:40:36 -0700 (Sun, 26 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-
-And now the MIB's
-------------------------------------------------------------------------
-r22682 | stig | 2007-08-27 04:27:41 -0700 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/COPYING
-
-Removed ^L as they turn up as a strange square in About->License
-
-------------------------------------------------------------------------
-r22683 | stig | 2007-08-27 04:33:47 -0700 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Adjusted indentation to align email addresses.
-
-------------------------------------------------------------------------
-r22684 | lego | 2007-08-27 10:05:11 -0700 (Mon, 27 Aug 2007) | 8 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-
-- packet-snmp(-template).c
-   - reimplement the "snmp.variable_oid" dissector table
-- oids.[ch]
-   - get rid of keytype_implicit in oid_value_type_t we won't use it.
-   - have the windows base path for mibs be consistent to where we've put the mibs
-   - oid_get_from_encoded() and oid_get_from_string(): have the subids array being computed in a prior statement of where the side-effected argument is going to be used... worked on gcc, not on windows... I deserve "have daemons flying out of my nose" for that :-).
-
-
-------------------------------------------------------------------------
-r22685 | wmeier | 2007-08-27 10:49:53 -0700 (Mon, 27 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/test/config.sh
-
-Prevent execution of the fifo tests on Windows.
-(Windows cygwin has a mkfifo but Windows dumpcap & etc
-use Windows named pipes which are different than
-the cygwin named pipes).
-
-------------------------------------------------------------------------
-r22686 | wmeier | 2007-08-27 11:09:38 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/test/suite-unittests.sh
-
-Re-enable unittests after determining that they work correctly 
-on Windows (and shouldn't cause the Windows buildbot any problems).
-
-------------------------------------------------------------------------
-r22687 | guy | 2007-08-27 11:44:55 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/oids.c
-   M /trunk/epan/oids.h
-
-Get rid of extra newlines at the end of epan/oids.h, and give one of
-them to epan/oids.c. :-)
-
-------------------------------------------------------------------------
-r22688 | lego | 2007-08-27 12:14:30 -0700 (Mon, 27 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/oids.c
-
-Fixed an ep_ buffer overflow (off by one) in oid_subid2string()
-Abort on integer overflow in oid_string2subid() and oid_encoded2subid()
-
-
-
-
-
-------------------------------------------------------------------------
-r22689 | lego | 2007-08-27 12:37:48 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/oids.c
-
-cast a guint64 down to guint32 before assignment to get windows build running
-
-
-------------------------------------------------------------------------
-r22690 | etxrab | 2007-08-27 13:44:28 -0700 (Mon, 27 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-Update comments.
-------------------------------------------------------------------------
-r22691 | stig | 2007-08-27 14:23:18 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Tuomas Maattanen:
-Committed changes in r21450 again.
-
-------------------------------------------------------------------------
-r22692 | lego | 2007-08-27 14:29:20 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/oids.c
-
-Do not throw, some of this functions get called outside TRY blocks.
-
-
-------------------------------------------------------------------------
-r22693 | lego | 2007-08-27 15:00:39 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   A /trunk/smi_modules
-
-Add a default smi_modules file.
-
-
-------------------------------------------------------------------------
-r22694 | lego | 2007-08-27 15:06:47 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Get smi_modules in the distrib
-
-
-------------------------------------------------------------------------
-r22695 | lego | 2007-08-27 15:24:39 -0700 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/smi_modules
-
-Wes Hardaker refered to net-snmp defaults, It does not apply to this at all.
-
-
-------------------------------------------------------------------------
-r22696 | wmeier | 2007-08-27 15:56:27 -0700 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/plugins/agentx/Makefile.nmake
-   M /trunk/plugins/artnet/Makefile.nmake
-   M /trunk/plugins/asn1/Makefile.nmake
-   M /trunk/plugins/ciscosm/Makefile.nmake
-   M /trunk/plugins/docsis/Makefile.nmake
-   M /trunk/plugins/enttec/Makefile.nmake
-   M /trunk/plugins/gryphon/Makefile.nmake
-   M /trunk/plugins/irda/Makefile.nmake
-   M /trunk/plugins/lwres/Makefile.nmake
-   M /trunk/plugins/m2m/Makefile.nmake
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/plugins/mgcp/Makefile.nmake
-   M /trunk/plugins/opcua/Makefile.nmake
-   M /trunk/plugins/opsi/Makefile.nmake
-   M /trunk/plugins/pcli/Makefile.nmake
-   M /trunk/plugins/profinet/Makefile.nmake
-   M /trunk/plugins/rlm/Makefile.nmake
-   M /trunk/plugins/rtnet/Makefile.nmake
-   M /trunk/plugins/rudp/Makefile.nmake
-   M /trunk/plugins/sbus/Makefile.nmake
-   M /trunk/plugins/unistim/Makefile.nmake
-   M /trunk/plugins/v5ua/Makefile.nmake
-   M /trunk/plugins/wimax/Makefile.nmake
-
-Add .c.obj:: inference rule (to cause "batch compile") 
-
-------------------------------------------------------------------------
-r22697 | sfisher | 2007-08-27 19:13:51 -0700 (Mon, 27 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/capture_ui_utils.c
-
-
-Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801)
-
-Don't get to the point where we may do a strcmp() with a null value.
-
-
-------------------------------------------------------------------------
-r22698 | etxrab | 2007-08-27 22:53:13 -0700 (Mon, 27 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/smi_modules
-
-Temporray remove "SNMP-REPEATER-MIB" it causes a crash.
-------------------------------------------------------------------------
-r22699 | jake | 2007-08-27 22:59:09 -0700 (Mon, 27 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/oids.c
-
-Fix warnings "dereferencing type-punned pointer will break strict-aliasing rules"
-------------------------------------------------------------------------
-r22700 | sahlberg | 2007-08-28 00:34:05 -0700 (Tue, 28 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
-
-improve the ctdb dissector to track request/responses for controls and 
-start decoding some control payload
-
-
-------------------------------------------------------------------------
-r22701 | kukosa | 2007-08-28 00:59:35 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/dissectors/packet-snmp.c
-
-fix bug in snmp.variable_oid subdissector calling and call them at the end of snmp dissector (so as snmp does not overwrite COL_INFO of subdissector)
-------------------------------------------------------------------------
-r22702 | jmayer | 2007-08-28 03:37:21 -0700 (Tue, 28 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/plugins/unistim/packet-unistim.c
-
-Disable unistim for now: it used port 5000 unconditionally
-and that collied with tapa. Please add a check.
-
-------------------------------------------------------------------------
-r22703 | sahlberg | 2007-08-28 04:45:08 -0700 (Tue, 28 Aug 2007) | 22 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.h
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/pidl/samr.cnf
-
-rename dcerpc_smb_store_pol_name  to dcerpc_store_polhnd_name
-
-rename dcerpc_smb_fetch_pol  to dcerpc_fetch_polhnd_data and also make 
-it take an additional parameter to return the "type" of the policy 
-handle, if such a type was stored.
-
-extend the pol_value structure used to track policy handles to also 
-store a type to represent what created the policy handle
-types could be USER/ALIAS/CONNECT/... etc handles returned from the 
-SAMR interface
-
-add a new helper function  dcerpc_store_polhnd_type()
-
-track policy handles between request/responses for dcerpc
-
-update the samr.cnf file to make the samr dissectors for
-SetSecurity/QuerySecurity dissect the specific bits for the security 
-descriptor correctly based on whether the policy handle refers to a 
-CONNECT/DOMAIN/USER/ALIAS or GROUP
-
-
-
-------------------------------------------------------------------------
-r22704 | lego | 2007-08-28 08:18:32 -0700 (Tue, 28 Aug 2007) | 10 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/emem.c
-   M /trunk/epan/oids.c
-   M /trunk/epan/uat-int.h
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat.h
-
-SNMP:
- - As noted by Thomas Anders values are not added to the tree anymore. Move the calling of subdissectors to the end of the function, so that the value is added to the tree.
- - add port 8161 to be decoded as SNMP (hey, it's on IANA's services file!)
-UAT:
- - do not have the uat reloaded.
-OIDS:
- - do not complain if renaming an OID to an identical name
-
-
-
-------------------------------------------------------------------------
-r22705 | lego | 2007-08-28 08:38:05 -0700 (Tue, 28 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat_load.l
-
-Commit canges to uat_load.l, and initialize uat_t->loaded (not every system zeroes-out on malloc).
-
-
-------------------------------------------------------------------------
-r22706 | ulfl | 2007-08-28 10:38:50 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-
-move "create guides" section above installer section as the installer might need the user's guide
-------------------------------------------------------------------------
-r22707 | wmeier | 2007-08-28 10:47:39 -0700 (Tue, 28 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/capture_opts.c
-
-capture_opts_log: use dummy string if iface_desc is NULL;
-This fixes dumpcap crash on Windows 
-
-------------------------------------------------------------------------
-r22708 | wmeier | 2007-08-28 10:49:16 -0700 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/test/suite-capture.sh
-
-Re-enable capture tests now that a a dumpcap problem has been corrected.
-
-------------------------------------------------------------------------
-r22709 | etxrab | 2007-08-28 10:50:02 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dpnss.c
-
-Add filters.
-------------------------------------------------------------------------
-r22710 | ulfl | 2007-08-28 10:50:25 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-
-some more editing
-------------------------------------------------------------------------
-r22711 | etxrab | 2007-08-28 10:50:44 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-Add AVP's
-------------------------------------------------------------------------
-r22712 | lego | 2007-08-28 12:07:39 -0700 (Tue, 28 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/oids.c
-
-Report loading failures to the user
-
-
-------------------------------------------------------------------------
-r22713 | lego | 2007-08-28 12:11:36 -0700 (Tue, 28 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/smi_modules
-
-remove (for now) the COPS PIBs from the list, as I have added a reprot_failure to give feedback about libsmi errors while loading the modules.
-
-
-------------------------------------------------------------------------
-r22714 | ulfl | 2007-08-28 13:31:48 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-
-always compile zlib.dll from source (even on MSVC6 now), this simplifies the makefiles a bit and (more important) removes an annoying behaviour if you switch between compiler versions - you'll need to run the setup target each time you switch
-------------------------------------------------------------------------
-r22715 | wmeier | 2007-08-28 13:58:50 -0700 (Tue, 28 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/colorfilters
-   M /trunk/epan/dissectors/packet-ip.c
-
-From Todd Martin: "Flag IP TTL more intelligently".
-Also: Change default "Low TTL" color filter to match.
-
-------------------------------------------------------------------------
-r22716 | ulfl | 2007-08-28 14:21:25 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-add "Classless InterDomain Routing (CIDR) notation" explanation to the display filter section
-------------------------------------------------------------------------
-r22717 | wmeier | 2007-08-28 14:24:34 -0700 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/colorfilters
-
-On 2nd thought: change color filter name from "Low TTL" to "TTL low or unexpected"
-
-------------------------------------------------------------------------
-r22718 | lego | 2007-08-28 14:27:54 -0700 (Tue, 28 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/dissectors/packet-snmp.c
-
-Fix non implicit oid key indexes. This starts to look good!
-
-
-------------------------------------------------------------------------
-r22719 | lego | 2007-08-28 16:19:30 -0700 (Tue, 28 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/asn1/snmp/snmp.cnf
-
-Add some more expert info.
-Restore engine-id dissection (a "victim" of decryption support)
-
-
-------------------------------------------------------------------------
-r22720 | lego | 2007-08-28 16:55:49 -0700 (Tue, 28 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/asn1/snmp/snmp.asn
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/oids.c
-
-- turn some other TC from FT_BYTES to FT_STRING so that human-readable strings become readable by humans
-- Add the EngineId decoding for the contextEngineId
-- Add some expert info about malformed indexed oids
-
-
-------------------------------------------------------------------------
-r22721 | ulfl | 2007-08-28 17:15:15 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-
-various updates to match current MSVC compiler problems, fix some typos, ...
-------------------------------------------------------------------------
-r22722 | ulfl | 2007-08-28 20:45:56 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-fix broken tags
-------------------------------------------------------------------------
-r22723 | etxrab | 2007-08-28 23:13:40 -0700 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-
-Fix up most of the OID names in GSM MAP.
-------------------------------------------------------------------------
-r22724 | kukosa | 2007-08-29 04:44:49 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/asn1.c
-   M /trunk/epan/asn1.h
-
-ASN.1 parameterization handling (1st raw implementation)
-it is not supported in asn2wrs now, code has to be written manually
-------------------------------------------------------------------------
-r22725 | kukosa | 2007-08-29 04:47:35 -0700 (Wed, 29 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-new directive #.ASSIGN_VALUE_TO_TYPE
-------------------------------------------------------------------------
-r22726 | kukosa | 2007-08-29 04:57:27 -0700 (Wed, 29 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   M /trunk/asn1/ranap/Makefile
-   M /trunk/asn1/ranap/Makefile.nmake
-   M /trunk/asn1/ranap/RANAP-CommonDataTypes.asn
-   M /trunk/asn1/ranap/RANAP-Constants.asn
-   M /trunk/asn1/ranap/RANAP-Containers.asn
-   M /trunk/asn1/ranap/RANAP-IEs.asn
-   M /trunk/asn1/ranap/RANAP-PDU-Contents.asn
-   M /trunk/asn1/ranap/RANAP-PDU-Descriptions.asn
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   D /trunk/asn1/ranap/ranap.asn
-   M /trunk/asn1/ranap/ranap.cnf
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-ranap.h
-
-RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 (2007-06)
-------------------------------------------------------------------------
-r22727 | martinm | 2007-08-29 08:35:27 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-Don't show fragment offset as a bit field, but note number of bits used in long text.
-
-------------------------------------------------------------------------
-r22728 | etxrab | 2007-08-29 09:10:04 -0700 (Wed, 29 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/TGPPSh.xml
-   M /trunk/diameter/dictionary.xml
-
-Adjust to the latest IANA status 2007-08-22.
-------------------------------------------------------------------------
-r22729 | etxrab | 2007-08-29 09:10:47 -0700 (Wed, 29 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-OID name fixes.
-------------------------------------------------------------------------
-r22730 | stig | 2007-08-29 11:39:30 -0700 (Wed, 29 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.asn
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/epan/dissectors/packet-x411.c
-
-- Rewrote handling of extensions to get rid of "funky" oid strings.
-- Added ASN.1 integer values for StandardExtension, ExtensionAttributeType
-  and TokenDataType.
-- Added expert info for unknown standard-extension, extension-attribute-type 
-  and tokendata-type.
-- Added expert info for unknown built-in content-type.
-
-------------------------------------------------------------------------
-r22731 | etxrab | 2007-08-29 12:31:15 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   D /trunk/asn1/inap/IN-CS-1-Datatypes-appendix.asn
-   D /trunk/asn1/inap/IN-CS-1-Datatypes.asn
-
-Makefile.am Try to get the latest state of asn1 files into the dist.
-Delete "old" unused asn1 files.
-------------------------------------------------------------------------
-r22732 | etxrab | 2007-08-29 15:21:25 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-
-Makefile.am Try to get the latest state of asn1 files into the dist.
-Try again ;)
-------------------------------------------------------------------------
-r22733 | gerald | 2007-08-29 17:24:40 -0700 (Wed, 29 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/configure.in
-   M /trunk/doc/README.packaging
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/privileges.c
-   M /trunk/epan/privileges.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/drag_and_drop.c
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/packet_win.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/recent.h
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/summary.c
-   M /trunk/tools/Makefile.am
-   M /trunk/tshark.c
-
-Change the "--enable-setuid-install" option to install dumpcap and TShark
-setuid instead of Wireshark.  Remove the "DANGEROUS" notices, but leave it
-disabled by default.  Whine if the user runs Wireshark or TShark as root.
-Add a preference to disable the whining.  Add a "setuid-root" script that
-can be used to switch dumpcap and TShark's setuid-ness on and off for
-development and testing.  Update the release notes and README.packaging.
-
-------------------------------------------------------------------------
-r22734 | ulfl | 2007-08-29 19:14:36 -0700 (Wed, 29 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-update to latest draft: 
-- add PDSyncData block with Version 1.2
-- add IOXBlockReq/s ids 0x116, 0x117, 0x8116 and 0x8117
-------------------------------------------------------------------------
-r22735 | guy | 2007-08-29 19:32:55 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-
-Get rid of tab after backslash, to eliminate warning.
-
-------------------------------------------------------------------------
-r22736 | gerald | 2007-08-29 21:16:11 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/tools/setuid-root.pl.in
-
-Add the setuid script missing from my last checkin.
-
-------------------------------------------------------------------------
-r22737 | etxrab | 2007-08-29 21:35:58 -0700 (Wed, 29 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.am
-
-Remeove file not to be  included.
-------------------------------------------------------------------------
-r22738 | etxrab | 2007-08-29 21:49:04 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_637.c
-
-From Chris Maynard:
-Incorrect display filter field naming convention.
-------------------------------------------------------------------------
-r22739 | etxrab | 2007-08-29 21:58:11 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3com-xns.c
-
-From Chris Maynard:
-Incorrect display filter field naming convention.
-------------------------------------------------------------------------
-r22740 | etxrab | 2007-08-29 22:02:33 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-
-From Chris Maynard:
-Incorrect display filter field naming convention.
-------------------------------------------------------------------------
-r22741 | etxrab | 2007-08-29 22:05:45 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-admin.c
-
-From Chris Maynard:
-Incorrect display filter field naming convention.
-------------------------------------------------------------------------
-r22742 | etxrab | 2007-08-29 22:22:25 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-buddylist.c
-   M /trunk/epan/dissectors/packet-aim-generic.c
-   M /trunk/epan/dissectors/packet-aim-location.c
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim-signon.c
-   M /trunk/epan/dissectors/packet-aim-ssi.c
-   M /trunk/epan/dissectors/packet-aim-sst.c
-   M /trunk/epan/dissectors/packet-aim-userlookup.c
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-
-From Chris Maynard:
-Incorrect display filter field naming convention.
-------------------------------------------------------------------------
-r22743 | etxrab | 2007-08-29 22:30:28 -0700 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-bos.c
-
-From Chris Maynard:
-Incorrect display filter field naming convention.
-------------------------------------------------------------------------
-r22744 | stig | 2007-08-30 01:50:05 -0700 (Thu, 30 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/tools
-
-Fixed a typo: setuid-root.in -> setuid-root.pl.in
-Added setuid-root.pl to svn:ignore
-
-------------------------------------------------------------------------
-r22745 | stig | 2007-08-30 02:28:41 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/capture_info_dlg.c
-
-Added #include <sys/types.h>
-
-------------------------------------------------------------------------
-r22746 | gmorris | 2007-08-30 03:18:29 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Add eDirectory iteration verb 0x6e.
-Fix eDirectory timestamps to display correctly.
-------------------------------------------------------------------------
-r22747 | gmorris | 2007-08-30 03:23:58 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-Fix attribute *Print Checkpoint"
-Fix Printer State Reasons in extended error codes.
-------------------------------------------------------------------------
-r22748 | gmorris | 2007-08-30 03:26:20 -0700 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/ncp_stat.c
-
-Update to reflect new iteration verb 0x6e.
-------------------------------------------------------------------------
-r22749 | gmorris | 2007-08-30 03:33:24 -0700 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-lpd.c
-
-Test to see if packet is actually a request by verifying the one byte function code is a non-zero value.
-------------------------------------------------------------------------
-r22750 | stig | 2007-08-30 04:28:27 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/capture_info.c
-
-Count IEEE 802.11 WLAN AVS packets.
-
-------------------------------------------------------------------------
-r22751 | stig | 2007-08-30 04:37:49 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Fixed a brace placement to enable the default case
-
-------------------------------------------------------------------------
-r22752 | stig | 2007-08-30 04:52:30 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/capture_info.c
-
-And include packet-wlancap.h
-
-------------------------------------------------------------------------
-r22753 | stig | 2007-08-30 05:06:18 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/Makefile.am
-
-Added setuid-root.pl.in to EXSTRA_DIST
-
-------------------------------------------------------------------------
-r22754 | stig | 2007-08-30 08:44:59 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/Makefile.am
-
-Huh.  Fetch setuid-root.pl.in from srcdir instead.
-
-------------------------------------------------------------------------
-r22755 | stig | 2007-08-30 10:36:38 -0700 (Thu, 30 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-
-It seems like capture_stats is working as a correctly implemented pcap_stats.
-Update the Packets count in Capture Interfaces according to this.
-
-------------------------------------------------------------------------
-r22756 | stig | 2007-08-30 12:11:36 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Added capture_wlancap to libwireshark.def
-
-------------------------------------------------------------------------
-r22757 | guy | 2007-08-30 12:34:20 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/Makefile.am
-
-Clean up "setuid-root.pl" when we do "make distclean".
-
-------------------------------------------------------------------------
-r22758 | etxrab | 2007-08-30 12:44:22 -0700 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-fix dissect_per_bit_string() for unaligned PER, values ar still not correctly displayed.
-------------------------------------------------------------------------
-r22759 | ulfl | 2007-08-30 12:50:56 -0700 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-pn-rt.c
-
-fix length calculation for 802.11 packets - the 802.11 dissector will strip off the 4 byte FCS at the end of a packet (while the Ethernet dissector does not).
-------------------------------------------------------------------------
-r22760 | jake | 2007-08-30 22:37:43 -0700 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-Fix for bug 1244:
-hf_isup_event_ind contains incorrect fieldbase.
-------------------------------------------------------------------------
-r22761 | sake | 2007-08-31 07:14:17 -0700 (Fri, 31 Aug 2007) | 15 lines
-Changed paths:
-   M /trunk/editcap.c
-   M /trunk/gtk/about_dlg.c
-
-This patch fixes the following two errors that appear when
-configure is run with "--without-plugins"
-
-cc1: warnings being treated as errors
-about_dlg.c: In function ?\226?\128?\152about_wireshark_cb?\226?\128?\153:
-about_dlg.c:426: warning: unused variable ?\226?\128?\152plugins_page?\226?\128?\153
-make[2]: *** [about_dlg.o] Error 1
-
-editcap.c: In function ?\226?\128?\152main?\226?\128?\153:
-editcap.c:663: error: ?\226?\128?\152check_ts?\226?\128?\153 undeclared (first use in this function)
-editcap.c:663: error: (Each undeclared identifier is reported only once
-editcap.c:663: error: for each function it appears in.)
-make[2]: *** [editcap.o] Error 1
-
-
-------------------------------------------------------------------------
-r22762 | sake | 2007-08-31 08:06:27 -0700 (Fri, 31 Aug 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-When doing TCP_SEQ analysis, if the packet is a SYN, then it's 
-not a lost packet but the tcp ports are being reused. This is often 
-seen in load-balanced environments where client ports are preserved 
-on the server-side.
-
-We only want to report port reusage once, so the SYN/ACK is excluded 
-from TCP_SEQ analysis.
-
-------------------------------------------------------------------------
-r22763 | wmeier | 2007-08-31 16:22:45 -0700 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/uat_gui.c
-
-Enable <esc> to cancel window; remove some redundant code
-
-------------------------------------------------------------------------
-r22764 | guy | 2007-08-31 16:56:07 -0700 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-Show unsigned quantities with %u, not %d.
-
-------------------------------------------------------------------------
-r22765 | sake | 2007-09-01 04:14:01 -0700 (Sat, 01 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/wiretap/netscreen.c
-
-This patch solves two issue with the NetScreen wiretap routine:
-- It accepts the "/" character in interface names
-- It accepts EOF as delimiter for the last packet (when there is no more emptyline)
-
-------------------------------------------------------------------------
-r22766 | jake | 2007-09-01 04:47:59 -0700 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-From Steve Karg:
-Fix for bug 1807. This patch corrects the decoding of the NotificationParameters. 
-I fuzz tested with these and other captures (Pass > 100).
-------------------------------------------------------------------------
-r22767 | wmeier | 2007-09-02 05:37:24 -0700 (Sun, 02 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-
-macro_name_chk: return valid error string for fail return when empty macro name field;
-fixes bug #1813
-
-------------------------------------------------------------------------
-r22768 | guy | 2007-09-02 13:37:39 -0700 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r22769 | wmeier | 2007-09-02 13:53:15 -0700 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
-
-Verify existence of required downloaded library packages during make after Makefile.nmake updated
-
-------------------------------------------------------------------------
-r22770 | guy | 2007-09-02 15:49:56 -0700 (Sun, 02 Sep 2007) | 16 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
-
-The actual length of the PPPoE payload is returned by
-tvb_reported_length_remaining(), not by tvb_length_remaining() -
-tvb_length_remaining() shows only the amount of *captured* data
-remaining, but the capture might have been done with a snapshot length
-that cut the packet data short.
-
-The payload length from the PPPoE header could legitimately be different
-from the actual length of the PPPoE payload if there's not enough PPPoE
-payload to avoid padding at the E(thernet) level.  Only complain if
-there shouldn't have been any padding.
-
-Report an "expert" warning if the payload length looks wrong.
-
-Update a comment to reflect current reality (as of many many years ago,
-when we went all-tvbuff).
-
-------------------------------------------------------------------------
-r22771 | guy | 2007-09-02 16:32:43 -0700 (Sun, 02 Sep 2007) | 11 lines
-Changed paths:
-   M /trunk/capture_loop.c
-
-For bug 1685, check for the errors reported on at least some platforms
-when an interface goes down or goes away, and, in that case, just report
-that, rather than reporting a more technical error and indicating that
-the error should be reported to the Wireshark developers.
-
-Line-break the "please report this to the Wireshark developers" error
-differently (so that it doesn't look weird if the dialog box line-wraps
-it).
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r22772 | wmeier | 2007-09-02 16:37:40 -0700 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/uat_gui.c
-
-Fix my previous patch to enable esc on window
-
-------------------------------------------------------------------------
-r22773 | guy | 2007-09-02 16:51:51 -0700 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
-
-tvb_reported_length() returns a gint, so assign its value to a gint.
-
-------------------------------------------------------------------------
-r22774 | wmeier | 2007-09-02 17:17:47 -0700 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/filter_dlg.c
-
-default window_cancel_butoon_cb  is not appropriate since a specific cancel cb is specified.
-
-------------------------------------------------------------------------
-r22775 | jake | 2007-09-02 22:56:48 -0700 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp2.c
-
-Fix for bug 1816:
-Add status value to LSSU info column.
-------------------------------------------------------------------------
-r22776 | guy | 2007-09-02 23:44:54 -0700 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-
-guint8, not gchar, is the appropriate type for a byte.
-
-------------------------------------------------------------------------
-r22777 | etxrab | 2007-09-03 09:39:07 -0700 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-
-BSSGP.TLLI is not recognized properly in filter
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1384
-------------------------------------------------------------------------
-r22778 | etxrab | 2007-09-03 09:40:51 -0700 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/asn1/ranap/ranap.cnf
-   M /trunk/epan/dissectors/packet-ranap.c
-
-Incorrectly decoded IMSI in RANAP prot./id-CommonID procedure
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1713
-------------------------------------------------------------------------
-r22779 | etxrab | 2007-09-03 09:42:28 -0700 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-Wireshark packet-gtp.c error in decoding IMEI.
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1536
-------------------------------------------------------------------------
-r22780 | etxrab | 2007-09-03 22:22:43 -0700 (Mon, 03 Sep 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
-   M /trunk/gtk/rtp_analysis.c
-
-From Stas Maximov:
-RTP analysis' jitter values are thrown off by RTP events
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1076
-a) Ephemeral string (packet duration) was inserted into long-term hash of
-dynamic payloads
-b) There was no clock_rate mapping for MIME type "telephone-event".
-------------------------------------------------------------------------
-r22781 | jake | 2007-09-03 23:55:52 -0700 (Mon, 03 Sep 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
-
-From Munenori Ohuchi:
-This patch adds a new feature to dissect HSRPv2 packets.
-
-One of the main features of HSRPv2 can enable using HSRP on IPv6. In order to
-achieve this new feature, HSRPv2 packet format is totally different from
-HSRPv1. HSRPv2 introduces new TLV formats.
-
-This patch can decode these new formats of HSPRv2.
-------------------------------------------------------------------------
-r22782 | wmeier | 2007-09-04 05:37:19 -0700 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/uat_gui.c
-
-enable esc for new/edit/delete dialogs; remove some redundant code; 
-
-------------------------------------------------------------------------
-r22783 | etxrab | 2007-09-04 09:55:48 -0700 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-ANSI MAP systemMyTypeCode should be OPTIONAL
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1820
-------------------------------------------------------------------------
-r22784 | etxrab | 2007-09-04 09:57:07 -0700 (Tue, 04 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-Get correct value for bitstrings.
-------------------------------------------------------------------------
-r22785 | etxrab | 2007-09-04 12:36:07 -0700 (Tue, 04 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-value_tvb=out_tvb, remove unused variables.
-------------------------------------------------------------------------
-r22786 | stig | 2007-09-04 14:46:41 -0700 (Tue, 04 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/disp/disp.cnf
-   M /trunk/asn1/dop/dop.cnf
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-dop.c
-
-Rewrote handling of parameters to get rid of "funky" oid strings.
-Added expert info for unknown binding-parameters.
-
-------------------------------------------------------------------------
-r22787 | stig | 2007-09-04 14:49:14 -0700 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-Fixed compiler warnings to get the buildbot going.
-
-------------------------------------------------------------------------
-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
-
-metze
-------------------------------------------------------------------------
-r24452 | metze | 2007-08-15 11:18:25 +0200 (Wed, 15 Aug 2007) | 4 lines
-
-bail out instead of only giving a warning on
-incorrect idl files
-
-metze
-------------------------------------------------------------------------
-r24454 | metze | 2007-08-15 12:23:28 +0200 (Wed, 15 Aug 2007) | 3 lines
-
-when level 0 is a pointer we need to look for an array in level 1...
-
-metze
-------------------------------------------------------------------------
-r24463 | metze | 2007-08-15 16:02:23 +0200 (Wed, 15 Aug 2007) | 4 lines
-
-we have a function to correctly create an $env object
-so don't try it manually and introduce bugs:-)
-
-metze
-------------------------------------------------------------------------
-r24482 | metze | 2007-08-16 12:07:19 +0200 (Thu, 16 Aug 2007) | 3 lines
-
-white space cleanup only...
-
-metze
-------------------------------------------------------------------------
-r24484 | metze | 2007-08-16 12:54:11 +0200 (Thu, 16 Aug 2007) | 3 lines
-
-pass down $ndr tree instead of the $pidl tree to Samba4/Header.pm
-
-metze
-------------------------------------------------------------------------
-r24487 | metze | 2007-08-16 15:27:41 +0200 (Thu, 16 Aug 2007) | 3 lines
-
-fix formating and add defined($opt_header)
-
-metze
-------------------------------------------------------------------------
-r24488 | metze | 2007-08-16 15:29:38 +0200 (Thu, 16 Aug 2007) | 3 lines
-
-enum's and bitmap's not have nested types
-
-metze
-------------------------------------------------------------------------
-r24489 | metze | 2007-08-16 15:34:54 +0200 (Thu, 16 Aug 2007) | 4 lines
-
-only typedef enum { ... } foo; enum's should look
-for has_properties() of $enum->{PARENT}
-
-metze
-------------------------------------------------------------------------
-r24490 | metze | 2007-08-16 15:39:30 +0200 (Thu, 16 Aug 2007) | 8 lines
-
-For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn()
-so for ParseEnum() we should also use Parse::Pidl::Typelist::enum_type_fn().
-
-Also the base_type() property isn't standard IDL and we should not support it.
-
-This changes TDR enum to also to default to uint16 (as with NDR enums).
-
-metze
-------------------------------------------------------------------------
-r24492 | metze | 2007-08-16 15:41:48 +0200 (Thu, 16 Aug 2007) | 4 lines
-
-Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree
-not the $pidl tree anymore.
-
-metze
-------------------------------------------------------------------------
-r24493 | metze | 2007-08-16 16:42:22 +0200 (Thu, 16 Aug 2007) | 11 lines
-
-- it turns out that
-  foreach my $e (@{$union->{ELEMENTS}}) {
-  changes $union->{ELEMENTS} from undef into an empty array.
-  this removes the difference between
-  struct foo { }; and struct foo;
-  So we need to explicit return before.
-- we should return the same element for layout for
-  structs and unions with no elements.
-- fix the testsuite to match
-
-metze
-------------------------------------------------------------------------
-r24505 | metze | 2007-08-17 09:06:02 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-pass down $fn one level
-
-metze
-------------------------------------------------------------------------
-r24506 | metze | 2007-08-17 09:46:34 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-pass $fn down one more layer
-
-metze
-------------------------------------------------------------------------
-r24507 | metze | 2007-08-17 10:05:57 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-pass $d down to HeaderTypedef
-
-metze
-------------------------------------------------------------------------
-r24508 | metze | 2007-08-17 10:47:38 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-add HeaderTypeNew() which will go if everything is converted
-
-metze
-------------------------------------------------------------------------
-r24509 | metze | 2007-08-17 11:01:19 +0200 (Fri, 17 Aug 2007) | 4 lines
-
-pass down the full ndr elements instead of the old pidl elements
-from ->{ORIGINAL}
-
-metze
-------------------------------------------------------------------------
-r24511 | metze | 2007-08-17 11:12:13 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-pass the correct thing to fatal()
-
-metze
-------------------------------------------------------------------------
-r24514 | metze | 2007-08-17 13:09:46 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-IS_* elemements sound be perl integers consistantly...
-
-metze
-------------------------------------------------------------------------
-r24515 | metze | 2007-08-17 13:24:25 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-use fatal() wrapper instead of die() directly
-
-metze
-------------------------------------------------------------------------
-r24516 | metze | 2007-08-17 14:04:41 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-don't use ->{ORIGINAL}
-
-metze
-------------------------------------------------------------------------
-r24517 | metze | 2007-08-17 14:55:47 +0200 (Fri, 17 Aug 2007) | 4 lines
-
-move skipping pointer before an array logic into the
-pointer loop as we do in other places
-
-metze
-------------------------------------------------------------------------
-r24518 | metze | 2007-08-17 15:01:51 +0200 (Fri, 17 Aug 2007) | 4 lines
-
-get rid of using ->{ORIGINAL} and move stuff
-into subfunctions
-
-metze
-------------------------------------------------------------------------
-r24520 | metze | 2007-08-17 15:08:00 +0200 (Fri, 17 Aug 2007) | 4 lines
-
-make use of the new ElementStars() and ArrayBrackets()
-functions
-
-metze
-------------------------------------------------------------------------
-r24521 | metze | 2007-08-17 15:42:09 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-we don't yet have optional args to DeclLong()
-
-metze
-------------------------------------------------------------------------
-r24522 | metze | 2007-08-17 15:45:18 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-make the "skip pointer to an array" logic a bit easier
-
-metze
-------------------------------------------------------------------------
-r24523 | metze | 2007-08-17 15:47:03 +0200 (Fri, 17 Aug 2007) | 4 lines
-
-we don't support multi-dimentional [out] arrays
-for the samba3 server stubs yet, so bail out.
-
-metze
-------------------------------------------------------------------------
-r24524 | metze | 2007-08-17 15:53:12 +0200 (Fri, 17 Aug 2007) | 3 lines
-
-make use of ElementStars()
-
-metze
-------------------------------------------------------------------------
-r24535 | metze | 2007-08-18 12:30:40 +0200 (Sat, 18 Aug 2007) | 4 lines
-
-rename struct dcerpc_interface_call -> struct ndr_interface_call
-and move it to librpc/ndr/libndr.h
-
-metze
-------------------------------------------------------------------------
-r24540 | metze | 2007-08-18 14:25:37 +0200 (Sat, 18 Aug 2007) | 4 lines
-
-rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
-into ndr_interface_string_array and move it to libndr.h
-
-metze
-------------------------------------------------------------------------
-r24551 | metze | 2007-08-19 22:46:45 +0200 (Sun, 19 Aug 2007) | 6 lines
-
-rename dcerpc_interface_table -> ndr_interface_table
-rename dcerpc_interface_list  -> ndr_interface_list
-
-and move them to libndr.h
-
-metze
-------------------------------------------------------------------------
-r24557 | metze | 2007-08-19 23:23:03 +0200 (Sun, 19 Aug 2007) | 3 lines
-
-rename 'dcerpc_table_' -> 'ndr_table_'
-
-metze
-------------------------------------------------------------------------
-r24560 | metze | 2007-08-20 00:09:21 +0200 (Mon, 20 Aug 2007) | 3 lines
-
-rename some DCERPC_ prefixes into NDR_
-
-metze
-------------------------------------------------------------------------
-r24563 | metze | 2007-08-20 00:23:17 +0200 (Mon, 20 Aug 2007) | 3 lines
-
-remove unused DCERPC specific stuff from the generated NDR code
-
-metze
-------------------------------------------------------------------------
-r24592 | metze | 2007-08-21 14:19:56 +0200 (Tue, 21 Aug 2007) | 4 lines
-
-pass down the ndr_interface_table in the samba3 client bindings
-instead of the pull and push functions
-
-metze
-------------------------------------------------------------------------
-r24596 | metze | 2007-08-21 16:06:33 +0200 (Tue, 21 Aug 2007) | 7 lines
-
-- 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.
-
-metze
-------------------------------------------------------------------------
-r24717 | jelmer | 2007-08-27 20:43:18 +0200 (Mon, 27 Aug 2007) | 2 lines
-   D /branches/SAMBA_4_0/BRANCH.TODO
-
-Some more easy bool conversions, update TODO for registry
-
-------------------------------------------------------------------------
-r24721 | jelmer | 2007-08-27 21:47:23 +0200 (Mon, 27 Aug 2007) | 1 line
-
-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
-
-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
-
-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
-
-remove trailing backslash
-------------------------------------------------------------------------
-r22974 | ulfl | 2007-09-25 16:23:56 -0700 (Tue, 25 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/tshark.c
-
-add a dummy function, so unix/linux version should at least compile
-------------------------------------------------------------------------
-r22975 | ulfl | 2007-09-25 17:03:30 -0700 (Tue, 25 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/tshark.c
-
-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
-
-Don't use
-
-       case N ... M:
-
-as that's not supported by all compilers.
-
-Say so in the Portability section of README.developer, in the hopes of
-discouraging others from using that GCCism.
-
-------------------------------------------------------------------------
-r22977 | ulfl | 2007-09-25 17:44:47 -0700 (Tue, 25 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/tshark.c
-
-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
-
-A guint8 can never be > 255.
-
-------------------------------------------------------------------------
-r22979 | guy | 2007-09-25 19:36:22 -0700 (Tue, 25 Sep 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
-
-Squelch *another* "case M ... N:".
-
-To quote doc/README.developer:
-
-  Don't use "inline"; not all compilers support it.  If you want to have a
-  function be an inline function if the compiler supports it, use
-  G_INLINE_FUNC, which is declared by <glib.h>.
-
-------------------------------------------------------------------------
-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
-
-
-The dissector packet-dcp.c now fails to compile on MacOS X (gcc 4.0.1/Apple).  Change G_INLINE_FUNC back to inline per GLib documentation (also remove recommendation in developer's guide to not use inline):
-
-http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#id2571572
-
-G_INLINE_FUNC
-
-#define             G_INLINE_FUNC
-This macro is used to export function prototypes so they can be linked with an external version when no inlining is performed. The file which implements the functions should define G_IMPLEMENTS_INLINES before including the headers which contain G_INLINE_FUNC declarations. Since inlining is very compiler-dependent using these macros correctly is very difficult. Their use is strongly discouraged.
-
-This macro is often mistaken for a replacement for the inline keyword; inline is already declared in a portable manner in the glib headers and can be used normally.
-
-
-------------------------------------------------------------------------
-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
-
-
-this fixes bug 1527
-
-------------------------------------------------------------------------
-r23005 | etxrab | 2007-09-27 23:06:36 -0700 (Thu, 27 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/tools/win32-setup.sh
-
-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
-
-ndmp   and tcp encapsulation of esp   both use port 10000
-
-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"
-
-
-
-------------------------------------------------------------------------
-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
-
-add a function to test if a packet is ndmp or not
-
-
-------------------------------------------------------------------------
-r23008 | sahlberg | 2007-09-28 00:26:40 -0700 (Fri, 28 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-add ndmp.h to the makefile
-
-
-------------------------------------------------------------------------
-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
-
-this silly protocol uses the same port as ndmp   and worse,   there is 
-nothing really in the header to identify it reliably as silly 
-vendor specific encapsulation 
-
-10000 is actually registered by iana for ndmp   so it makes no sense for 
-a lazy vendor to use it by default.
-
-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
-
-grrr
-
-
-------------------------------------------------------------------------
-r23010 | morriss | 2007-09-28 06:33:54 -0700 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/doc/README.developer
-
-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
-
-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
-
-When reading NetScreen snoop output, allow the '.' in interface names
-so that packets on subinterfaces are accepted too.
-
-------------------------------------------------------------------------
-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
-
-Handle IPv6 addresses in ipprim headers.
-
-------------------------------------------------------------------------
-r23014 | morriss | 2007-09-28 09:34:59 -0700 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/tshark.c
-
-Specify that -l causes tshark to flush the *standard* output (from bug 1875).  The man page already states this
-------------------------------------------------------------------------
-r23015 | wmeier | 2007-09-28 10:22:03 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-Add error checking for fwrites; replacement for the 2nd of the patches provided in bug #1864
-
-------------------------------------------------------------------------
-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
-
-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
-
-
-------------------------------------------------------------------------
-r23017 | bondolo | 2007-09-28 12:00:45 -0700 (Fri, 28 Sep 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/column-utils.c
-
-Special casing is no longer necessary for formatting of AT_STRINGZ in col_set_addr() as
-address_to_str_buf() does now take COL_MAX_LEN as a parameter.
-
-Add support for AT_URI to col_expr for addresses in col_set_addr(). The field names are "uri.src" and "uri.dst".
-
-
-------------------------------------------------------------------------
-r23018 | jake | 2007-09-28 12:16:05 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-data.c
-
-Why do I have to enable the Bytes View to see the (start of) data of the Data dissector?
-Adding the data as a subtree to the Data dissector.
-------------------------------------------------------------------------
-r23019 | bondolo | 2007-09-28 13:53:56 -0700 (Fri, 28 Sep 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-Improves dissection of JXTA traffic from http connections. 
-
-Improved address display in packet summary panes.
-
-more options for jxta pdu filtering by addresses.
-
-------------------------------------------------------------------------
-r23020 | gerald | 2007-09-28 16:40:51 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/test/suite-capture.sh
-
-Support Solaris along with Windows.
-
-------------------------------------------------------------------------
-r23021 | guy | 2007-09-28 17:58:20 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/version_info.c
-
-We don't use NetSNMP any more.
-
-------------------------------------------------------------------------
-r23022 | guy | 2007-09-28 18:01:02 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/dumpcap.c
-
-We don't use NetSNMP any more.
-
-------------------------------------------------------------------------
-r23023 | guy | 2007-09-28 18:14:16 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/capture_sync.c
-
-The fork_child argument to sync_interface_stats_close is unused on UN*X.
-
-------------------------------------------------------------------------
-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
-
-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.
-
-------------------------------------------------------------------------
-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
-
-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.
-
-------------------------------------------------------------------------
-r23026 | guy | 2007-09-28 19:05:09 -0700 (Fri, 28 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/tshark.c
-
-Clean up indentation a bit.
-
-Count packets even if we're not dissecting them.
-
-------------------------------------------------------------------------
-r23027 | guy | 2007-09-28 19:05:31 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/capinfos.c
-
-Fix typo.
-
-------------------------------------------------------------------------
-r23028 | guy | 2007-09-28 19:10:25 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/README
-
-Update to reflect that we're using libsmi, not Net-SNMP.
-
-------------------------------------------------------------------------
-r23029 | guy | 2007-09-28 19:20:17 -0700 (Fri, 28 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-"pinfo->match_string" is a "const char *"; save it into a variable of
-the same type - that makes compilers much happier.
-
-------------------------------------------------------------------------
-r23030 | guy | 2007-09-28 19:27:04 -0700 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/tshark.c
-
-Get rid of a forward declaration of a routine that no longer exists.
-
-------------------------------------------------------------------------
-r23031 | sake | 2007-09-29 00:55:25 -0700 (Sat, 29 Sep 2007) | 7 lines
-Changed paths:
-   M /trunk/wiretap/netscreen.c
-
-When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKET
-if there are packets with different encapsulationtype in the file.
-Otherwise use the encapsulationtype of the packets in the file. 
-
-This makes it possible to save the imported data as libpcap file
-(or any other format that does not support per-packet encapsulation).
-
-------------------------------------------------------------------------
-r23032 | guy | 2007-09-29 16:42:45 -0700 (Sat, 29 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/README.bsd
-
-Include DragonFly BSD in the list of BSDs to which this applies.
-
-Add information on how to set the mode, owner, and/or group of the BPF
-devices in FreeBSD with devfs.
-
-------------------------------------------------------------------------
-r23033 | guy | 2007-09-29 17:03:38 -0700 (Sat, 29 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/README.macos
-
-Wireshark builds with 10.4's X11 as well.
-
-------------------------------------------------------------------------
-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
-
-From St?\195?\169phane Loeuillet: patches to fix problems with the .desktop files
-found by desktop-file-validate:
-
-  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"
-
-  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"
-
-------------------------------------------------------------------------
-r23035 | stig | 2007-09-30 03:07:56 -0700 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-Try xdg-open before htmlview.
-
-------------------------------------------------------------------------
-r23036 | guy | 2007-09-30 15:13:38 -0700 (Sun, 30 Sep 2007) | 8 lines
-Changed paths:
-   M /trunk/editcap.c
-
-Clean up indentation.
-
-"time_t" is not guaranteed to be an "unsigned long"; when printing it
-with %lu, cast it to "unsigned long".
-
-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.
-
-------------------------------------------------------------------------
-r23037 | guy | 2007-09-30 15:34:15 -0700 (Sun, 30 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/dumpcap.c
-
-"get_compiled_version_info()" appends to the string text starting with
-"with", so we shouldn't put our own "with" in there.
-
-------------------------------------------------------------------------
-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
-
-update filter fields for bug 1803
-
-
-------------------------------------------------------------------------
-r23039 | sahlberg | 2007-09-30 16:14:18 -0700 (Sun, 30 Sep 2007) | 15 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-change dissect_radius() to become a new-style dissector that can reject 
-packets that doesnt look like valid radius.
-
-verify that a packet is radius by checking that the command code is 
-known and also that the length is between 20 and 4096 bytes
-
-move the tap data to be ep_allocated instead of a static global variable
-
-dont use tvb_memcpy() to read a structure off the wiredata
-use tvb_get_...    to unmarshall the fields explicitely
-
-
-
-this fixes bug 1634
-
-------------------------------------------------------------------------
-r23040 | wmeier | 2007-09-30 17:22:39 -0700 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/tshark.c
-
-Add 'C' as a valid -N option in error message.
-
-------------------------------------------------------------------------
-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
-
-update to latest IEC draft
-------------------------------------------------------------------------
-r23042 | ulfl | 2007-10-01 22:07:13 -0700 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/epan/packet.c
-
-be a bit more verbose, if the name given to register_dissector_table() is not unique (e.g. because of a buggy/duplicated plugin)
-------------------------------------------------------------------------
-r23043 | kukosa | 2007-10-01 23:52:11 -0700 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-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
-
-get rid of a check for null we dont need
-
-
-coverity 257
-
-
-------------------------------------------------------------------------
-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
-
-remove a test for null that we dont need since the variable can not be 
-null at this point
-
-
-------------------------------------------------------------------------
-r23046 | sahlberg | 2007-10-02 01:33:38 -0700 (Tue, 02 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-coverity 263      check if variable is null before dereferencing it
-
-
-------------------------------------------------------------------------
-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
-
-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
-
-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
-
-Do not indicate bogus length if inside an icmp.
-
-------------------------------------------------------------------------
-r23050 | stig | 2007-10-02 09:27:52 -0700 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/proto.c
-
-Added a missing break - fixing bug 1890.
-
-------------------------------------------------------------------------
-r23051 | stig | 2007-10-02 09:46:49 -0700 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
-
-Use given length when decoding fhandles as unknown.
-
-------------------------------------------------------------------------
-r23052 | stig | 2007-10-02 12:02:58 -0700 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Check return value from ptvcursor_add in an attempt to fix bug 1886.
-
-------------------------------------------------------------------------
-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
-
-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
-
-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
-
-ifdef out a function that is not yet used
-
-
-------------------------------------------------------------------------
-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
-
-bug 1872
-
-from chris maynard  fix some filter names for ansi_a
-
-
-------------------------------------------------------------------------
-r23057 | sahlberg | 2007-10-02 15:04:07 -0700 (Tue, 02 Oct 2007) | 7 lines
-Changed paths:
-   M /trunk/plugins/sbus/packet-sbus.c
-
-make the sbus dissector nwe-style and make it check that the packet does 
-indeed look like sbus before taking it.
-
-
-this fixes bug 1871
-
-
-------------------------------------------------------------------------
-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
-
-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
-
-Make some capitalisation more consistent.
-
-------------------------------------------------------------------------
-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
-
-Remove the no-longer-used packet-diameter-defs.h
-
-------------------------------------------------------------------------
-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
-
-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
-
-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.
-
-
-------------------------------------------------------------------------
-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.
-
-
-------------------------------------------------------------------------
-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
-
-Bug 1227 : From Frederic Heem:
-
-* modify CMakeInstallDirs.cmake according to cmake developper wishes
-* FindDBUSGLIB.cmake fixes
-* Add HAVE_CHOWN 
-* remove DBus from CMakeLists.txt. 
-* DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided
-
-
-
-------------------------------------------------------------------------
-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
-
-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.
-
-The other test functions don't have "_bytes" in the routine name; don't
-put it into this one.
-
-------------------------------------------------------------------------
-r23375 | guy | 2007-11-06 01:19:59 -0800 (Tue, 06 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/ftypes/ftype-ipv4.c
-
-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.
-
-------------------------------------------------------------------------
-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
-
-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
-
-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
-
-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
-
-Fix include for NTSTATUS.
-------------------------------------------------------------------------
-r25457 | jelmer | 2007-10-02 06:45:25 +0200 (Tue, 02 Oct 2007) | 1 line
-
-use different location for out-of-tree builds
-------------------------------------------------------------------------
-r25674 | metze | 2007-10-17 10:26:55 +0200 (Wed, 17 Oct 2007) | 13 lines
-
-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).
-
-I've tested with midl to see how windows handles this situation
-and also the reverse case where the client sends NULL and
-the server reposnse with non-NULL.
-
-It appears that midl generated code just ignores this
-and only copies the result if both pointers are non-NULL.
-
-metze
-------------------------------------------------------------------------
-r25700 | jra | 2007-10-19 02:40:51 +0200 (Fri, 19 Oct 2007) | 3 lines
-
-Now BOOL no longer exists in Samba 3.2, use bool instead.
-Jeremy.
-
-------------------------------------------------------------------------
-r25745 | metze | 2007-10-27 11:57:09 +0200 (Sat, 27 Oct 2007) | 6 lines
-
-[pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)
-
-instead NT_STATUS_INVALID_PARAMETER_MIX
-
-metze
-
-------------------------------------------------------------------------
-r25751 | metze | 2007-10-30 07:24:43 +0100 (Tue, 30 Oct 2007) | 4 lines
-
-use EJS_CHECK() instead of NDR_CHECK() in ejs code
-
-metze
-
-------------------------------------------------------------------------
-r25765 | metze | 2007-10-31 17:25:44 +0100 (Wed, 31 Oct 2007) | 3 lines
-
-pidl: fix compiler warning in ndr_align test
-
-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
-
-------------------------------------------------------------------------
-r25806 | metze | 2007-11-02 14:48:11 +0100 (Fri, 02 Nov 2007) | 5 lines
-
-let libndr.h include needed stuff and remove pidl magic
-for choosing common required headers
-
-metze
-
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-------------------------------------------------------------------------
-r23379 | etxrab | 2007-11-06 11:22:51 -0800 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/wiretap/erf.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
-
-
-From didier:
-
-Fix for bug #1876: Resizing columns changes the currently-selected packet
-
-
-------------------------------------------------------------------------
-r23446 | stig | 2007-11-14 01:37:44 -0800 (Wed, 14 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/summary_dlg.c
-
-From Shiang-Ming Huang:
-Removed unnecessary parentheses that make the average packets size 
-calculated as an integer instead of a float.
-
-------------------------------------------------------------------------
-r23447 | stig | 2007-11-14 02:15:20 -0800 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/summary_dlg.c
-
-Added some parentheses to clarify the gint64 cast.
-
-------------------------------------------------------------------------
-r23448 | sfisher | 2007-11-14 09:39:21 -0800 (Wed, 14 Nov 2007) | 8 lines
-Changed paths:
-   M /trunk/tpncp/tpncp.dat
-
-
-From Valery Sigalov via bug #1853: Fix the following console error when
-starting Wireshark:
-
-Duplicate field detected in call to proto_register_field_array: channel_id is
-already registered
-
-
-------------------------------------------------------------------------
-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
-
-Keep the MEGACO dissector from looping on a malformed events descriptor.
-
-------------------------------------------------------------------------
-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
-
-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.
-
-
-------------------------------------------------------------------------
-r23451 | etxrab | 2007-11-14 22:03:53 -0800 (Wed, 14 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-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
-
-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)
-
-
-
-------------------------------------------------------------------------
-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
-
-updated mms dissector
-
-
-------------------------------------------------------------------------
-r23454 | sahlberg | 2007-11-15 01:49:55 -0800 (Thu, 15 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/snmp/snmp.cnf
-
-dissect_ber_choice() returns the index of the choice, not the tag of the 
-choice
-
-
-------------------------------------------------------------------------
-r23455 | sahlberg | 2007-11-15 01:50:36 -0800 (Thu, 15 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-updated snmp dissector
-
-
-------------------------------------------------------------------------
-r23456 | sahlberg | 2007-11-15 02:10:22 -0800 (Thu, 15 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/x411/x411.cnf
-
-dissect_ber_choice returns a gint that is the index of the choice taken, 
-not the tag value
-
-
-------------------------------------------------------------------------
-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
-
-new x411 dissector
-
-
-------------------------------------------------------------------------
-r23458 | sahlberg | 2007-11-15 02:32:10 -0800 (Thu, 15 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/ldap/ldap.cnf
-
-dissect_ber_choice() returns the index of the taken arm   not the tag 
-value
-
-
-------------------------------------------------------------------------
-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
-
-new ldap dissector
-
-
-------------------------------------------------------------------------
-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
-
-only dissect it as t125 if it looks like t125
-
-dissect_ber_choice() returns the index of the choice taken   not the 
-tag value
-
-
-------------------------------------------------------------------------
-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
-
-new t125 dissector
-
-
-------------------------------------------------------------------------
-r23462 | martinm | 2007-11-15 10:37:50 -0800 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lapd.c
-
-Add a generated lapd.direction field/filter.
-
-------------------------------------------------------------------------
-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
-
-Don't try to reassemble a huge number of fragments.
-
-------------------------------------------------------------------------
-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
-
-Added correct svn propset settings to wiretap/netscreen.[ch]
-
-
-------------------------------------------------------------------------
+b415c6ede7 Release notes: Add a note about Qt 5.12.0.
+144d481c20 GSM A: detect buffer overrun when decoding MS Classmark 3 IE
+fcd75fb954 NSIS: Increase our verbosity.
+4d6509854c Packaging: Add initial support for AppImage.
+3a7df1eded opcua: fix typo, use the commonly used 'Endpoint' instead of 'EndPoint'
+49c6f8e432 opcua: add support for new reverse hello message
+9711abc9f5 HPAV: Expanding support for HPGP
+b85f0cbc2f Properly convert command-line arguments to UTF-8 on Windows.
+541fe1d937 Add the VCS version number to the appname option if it's a Git build.
+dcbd556e4d mergecap: set full name as capture application
+8ab57eb3d6 Update the release notes.
+094beb1755 ISIS: add dissection of Node/Link MSD (rfc8491)
+47d5a92364 DNP3: Fix events with relative time
+0a49561e96 BGP: Decode MCAST-VPN safi for IPv6
+3ca382911d HPAV: fix whitespaces in dissector
+9035a131e5 ASNI MAP: AnalogRedirectRecord is OPTIONAL in QualificationRequest
+11c4b31fc9 CIP: Show more unparsed data
+3757db3148 ENIP: Add more error checking
+14dc9a390a CIP Safety: Minor additions
+cb8c791f07 DOCSIS: Added some additional tlvs
+3f01aaac49 json_dumper: add support to convert dots in underscores.
+3f09bf685f packet-rsl: Add Establishment Cause from Channel Request to proto tree
+781e371a7d couchbase: Add durable DCP commands
+39ac1a6694 CIP: Add Connection Index
+e2a3616bfe Diameter: Sort application id numerically.
+ab37ce009a ISIS: add dissection of Node/Link MSD (rfc8491)
+3cccd4ec5b p_mul: Detect Data PDU sequence number 0
+96c52c1a0f Multicast Statistics Dialog: Clear list when redrawing
+a621fde383 enip: rearrange struct member to avoid -Wmissing-braces warning
+9e4878a8f4 json_dumper: support 'null' json object.
+86bd968662 [Automatic update for 2018-12-09]
+5762fc617a CIP: Improve connected data information
+98f5470352 packet-nfs.c: Bugfix NFSv4 ACCESS reply
+df9378ed3f Add tvb_get_token_len
+0b79b9c2db BitTorrent:Add Fast Extension Message(Bep06) analysis
+39ec5f8ec2 CMake: allow nested structures to be initialized via { 0 }
+4160f1017f proto: make ws_type_to_elastic static.
+ac4c11f26e cattp: use the version bits in the heristic check
+a02d592c76 Remove some unused images.
+d7bcc52f02 DOCSIS: bugfix: correct dissection of encrypted Mac Specific frame
+e914a5a377 couchbase: Improve key decoder
+27187536e6 RTP: Check that we have p_conv_data before accessing it.
+08a2a4d473 DOCSIS: better decoding for unknown tlvs
+f618fcd3af dof: remove unnecessary uat_load calls
+1d1915f6e9 GTP: Use correct length for gtp.cgi_ci, gtp.sai_sac and gtp.rai_rac
+a58904f387 PCAP/PCAPNG: Be consistent in documentation, etc
+0dfa4e8253 WSMP: Make sure our PSID is initialized.
+f7def1d07f Revert "CMake: Fix Windows help install target"
+ceef87c550 CMake: limit -Wextra-semi to C++ only
+247e729d9e DOCSIS: Added Partial Service Downstream Channels TLV 49.6
+0946518780 Update comments, get rid of IMPORT_MAX_PACKET.
+9df987d2a4 ieee80211: Fix the handling of A-Control and improve AP Tx Power.
+aadf872717 Qt: Fix tooltip on import size
+6a8ca2fed5 DOCSIS: Added Modem Capabilities 54-62 and TLV 49.8
+cc4d7ffda0 packet-rsl: Show cause value string of Cause IE
+488f12f422 packet-rsl: Move rsl_class_vals into its correct spec section
+f3c30dc366 packet-rsl: Parse missing Cause IE in ip.access specific messages
+d89cdf7661 packet-rsl: Fix parsing values of some IE in ip.access specific messages
+b455d8fcee HI2Operations: update auto generated file and remove unused template
+f948444531 SIP: Try to fix ASAN build crash.
+7805221e4a PROFINET: PDPortDataReal_block dissection is changed.
+0da8a3dbd3 Doc: add mentioning of ip link to get interfaces
+5adda736f7 OER: Always initialize a variable.
+56b255dcbd packet-rsl: Use defines for ip.access value_string
+4d5cbf5e2a Debian: Add a Lintian override for l16_mono.
+8c22c5bade Fix some spelling errors found by Lintian.
+8cee907bbd text2pcap: extend snap length
+54847d43a6 HI2Operations: Remove the not needed .h file.
+ff0193f07f SIP: Use differtent hf variables for the "real" and generated Call-id
+bd8cfad8b8 Add dissection of HI3CCLinkData
+59e71df81c Diameter: add 3GPP MCPTT-Identifier and MCVideo-Identifier AVPs
+b618ece9b7 Debian: Add missing symbols.
+3b1c0f5e2e Hart-ip: Add simple heuristic.
+6a8168169a wsutil: Rename DATAFILE_DIR variable
+011ca1ed9b KRB5: update auto generated file
+cadc404400 DOCSIS: Added QAM modulation support tlvs
+c43e310d79 krb5: fix asn1 error when dissecting PA-FX-FAST in TGS request
+453e72299c krb5: do not dissect PA-S4U-X509-USER inside encrypted-pa-data
+9cba325fc8 couchbase: Update for recent collection changes
+5cf08cd574 RTPS: Added dissection of Support Type Object LB
+13e3063848 couchbase: Update FlexFrame dissector to include requests
+e19086b69a Clean up memory allocation
+abfe9572bd Qt: Display filter toolbar updates.
+697623411c CMake: Use $ORIGIN with RPATH
+c3741a653b CMake: Simplify CMAKE_INSTALL_DATADIR usage
+e60cb857de s7comm: fix using wrong offset variable
+c9eab8203f maxminddb: Expand a comment.
+46ee43aae2 Revert "maxmind: Simplify our read logic."
+d8c1c22837 RTPS: Acknack analysis hidden when dissecting GAP field.
+1bd99df353 CDMA2000: Improper offset handling
+228da02fda RTP: Restructure call id handling.
+8bd0616621 SDP: Show callid from all call legs with the same RTP cpnversation.
+3a83a8476a Qt: Add Russian translation
+0f9f9d76ce update-tx: fix typo
+c1410f6059 transifex: Update .tx/config
+850af6011a nl80211: dissect the mac attribute as address
+bbad3e1870 Release notes: We now ship with Npcap.
+8992760c68 CMake: Fix Windows help install target
+67720f7fc3 RTP: ensure that _rtp_conversation_info strcuture is fully initialized
+4adaeee0eb Win32: update the zlib 1.2.11 CMake file
+bf88197d94 Fixes IMF dissector
+a1cee1d2ad krb5: dissect PA-S4U-X509-USER padata
+98d4b434fe Don't include <wsutil/wspcap.h> if we're not building with libpcap.
+74b0c08905 [Automatic update for 2018-12-02]
+4154e35cde maxmind: Simplify our read logic.
+82ebab607e ZigBee: Correct unsolicited nwk update notify
+5267fc7777 ZigBee: Classify mgmt_nwkupdate as notify instead of request
+bb9c71023c ZigBee: Use ZDP Status for IEEE Joining List Response
+b44172b4ee TFTP: Minor tweaks to tftp.destination_file field.
+71268f8bd1 Apply port preferences during dissector handoff registration
+c66fbf481f Re-balance DINDENT/DENDENT macros in conversation.c.
+ee92fcf4b4 maxmind: Process responses one character at a time.
+97dbdc3ac9 TLS: really delay key lookup until it is necessary
+0ceead5335 CMake: Avoid link_directories()
+3e2a2bfd44 ipsec: remove unnecessary gcry_control calls
+8efc2b8f44 CMake: We require version > 2.8.12
+92a855fd7d DOCSIS: Added Modem Capabilities 47-51
+00a375dfba User Guide: fix reference to menu item
+3d7a2a711b Fix AODV flags dissection for version draft_01_v6
+6e8ff29d22 win32: adjust some names in the Npcap installation page
+26fe83e1db PROFINET: fix dissection of IO conversasion direction
+dd457b0878 CMake: Generate cmake target exports on Windows
+2bcc8dbf26 NSIS: Install NPcap instead of WinPcap.
+1bab83de53 maxmind: Move response processing to a thread.
+af6aa3f76a test: fix "DeprecationWarning: invalid escape sequence \("
+97112cd4f7 test: skip tests when GnuTLS is unavailable
+ee61bc739e test: use assertRun instead of runProcess where possible
+9c0beafe44 Fixes AODV packet dissector for flags in RREQ, RREP and RERR
+9bc4513d5a debian-setup: accept GnuTLS 3.2.11 on Ubuntu 14.04 for Travis
+2f79bf42b6 travis: increase verbosity with apt logging
+6f2ca96359 Add Apple Wireless Direct Link (AWDL) dissector
+bd3cb6437f tls-utils: use GnuTLS for RSA decryption
+bcd32b07e7 Drop support for GnuTLS 2.12.x, require GnuTLS 3.2 or newer
+7cc07bf748 (D)TLS: defer RSA private key lookup until it is really needed
+d68b7bc505 Add sip_call_id filter to RTP stream.
+0da9763d11 Win32: change DLL search path to accomodate extcap and Npcap
+201b5c8b7c DOCSIS: Added Downstream Resequencing TLV (25.17)
+f4194b128f CMake: Change some install() paths to match NSIS package
+a062ab81dd CMake: Enable install target on Windows (missing DLLs)
+40352d75cd CMake: Fix some transitive link dependencies
+332df929a9 IxVeriWave: Fix a buffer boundary.
+246b801f83 Fixup the "No Reassembly" profile.
+a8c93de0b0 pvfs2: Add a pointer check.
+d53ff85d40 ZigBee ZCL: Fix a divide-by-zero.
+284463cc7c DOCSIS: Added Energy Management TLVs
+0f19cc4aff TFTP: export object with correct tftp object data
+164a9920e7 Test: Look up our encoding name before checking it.
+d8ac73ce30 Dumpcap: Adjust pcapng headers when we write them.
+0b9810ab97 Add a "No Reassembly" profile.
+fc1e2ac66d nl80211: display interface name as a string
+7f80b7a2ad test: lua: add a test for invalid ethernet address
+1d9aff7740 nl80211: update fields to Linux v4.20-rc4
+f810837318 BGP: Fix dissection of MCAST-VPN NLRI
+6bedcc9fa9 PCAP: Add expert info to too long frames
+1c16705062 TFTP: Repair block numbers truncated at 16 bits.
+afd4216327 CMake: Fix runtime destination for our libraries
+6e3ec21e73 test: lua: (trivial) fix indentation
+e158a96612 [Automatic update for 2018-11-25]
+1f3b7d1569 packet-icmp.c: Add some unused fields and fix a logic error
+e111cc9fe4 Set direction correctly for Bluetooth H1 packets
+25b016cb77 [zigbee] add Daily Schedule (0x070d) cluster dissectors
+5e304f7718 ws_pipe_spawn_*: fix deadlock in g_spawn on Linux with threads
+9ae02a5918 extcap: run --extcap-config in parallel to reduce startup time
+c71f4d0888 diameter: remove message length limiter
+8915deaef3 CMake: Workaround for broken install target on Windows (help)
+6bc9a88ee8 Remove a stale FIXME
+65c13f9b90 Install development headers on all platforms
+f1cf2646aa plugins.example: Fix build on Windows
+47cd8c7e8e text2pcap: cleanup type usage
+af987ecd28 TFTP: Improve dissection of ERROR packets.
+ed8da33902 RTPS: Extra fields dissected in RTI DDS field PID_TYPE_CONSISTENCY.
+2b1791b1ea RTPS: Topic Information Feature used with APP_ACK and APP_ACK_CONF packets.
+c344d454b4 addr_resolv: fix crashes in parse_ether_address_fast
+802d4c0121 text2pcap: make ethernet dummy header direction aware
+d45adf3479 systemd Journal: More UTF-8 fixes.
+6d9bc4bd65 extcap: discover interfaces in a parallel
+73ded3a1d9 extcap: simplify execution of single extcap programs
+85dc646327 ws_pipe_spawn_sync: mark arguments as const where possible
+844153305d ieee1609dot2: Call the j2735 dissector if it exists.
+591c7baf33 oer: Octet string, value tvb was not returned in all cases if requested.
+a4f366c698 ws_pipe_spawn_sync: debug log elapsed time
+3bb32ede26 addr_resolv: add fast path for parsing addresses from manuf
+ada5b88647 TFTP: De-duplicate tftp_info structure creation.
+ad0aecbf8b addr_resolv: avoid unnecessary memory allocation for hash tables
+e7220aad1b addr_resolv: speed up reading manuf, services, etc.
+36d26b38d7 Update text2pcap documentation
+0c5ec47aae PGSQL: Enhance protocol version handling
+7be899dbe5 HTTP2: fix field length for the SETTINGS frame
+31a20607d6 Fix reassembly of larger TACACS+ accounting messages
+7943dbf7bb test: extend sharkd tests to cover all requests
+049d746495 sharkd: update documentation for some requests to match reality
+4708ffdb99 PGSQL: Dissect SASL auth
+5800ca9bb5 packet-f5ethtrailer.c: "Decode" Platform identifiers
+d3aaea10f7 systemd Journal: Strings are UTF-8.
+bf117224c2 CIP Safety: Multiple services off by 1
+7c2d8972de tools/validate-commit.py: enforce short summary followed by blank line
+4cf4a655d0 .mailmap: update of October (2018)
+57a4e7ad3a ZigBee: Change time format to be consistent within ZigBee Smart Energy
+8beab04229 Fix expert info message for wrong option length.
+83c17c4d17 Allow trace of sync spawns
+e7bd315f90 XRA: Bugfix in ncp_profile_select
+feb1801f89 nettrace: Put address parsing in a separate routine.
+cce885e112 Test: Fix some dumpcap section checks and skip one.
+97cd30d3ca file-pcapng: Fix name for Secrets Length
+0f30473661 Explicitly say "no extensions, no entry in this table".
+5d740afff1 Don't put file types without extensions into the file_type_extensions_base table.
+90073ab488 Remove more hardcoding of ".gz" as the suffix for compressed files.
+ce39f9df18 DOCSIS: REGRSP-MP: TLV fixes
+df7af28f39 Add new Secrets API and allow TLS to use pcapng decryption secrets
+e2e0fd1dbd editcap: add --inject-secrets option
+52a6671439 wiretap: add read/write support for Decryption Secrets Block (DSB)
+ad21e3121f CMake: disable -Wmissing-field-initializers for broken compilers
+22db1f066f androiddump: Don't present the verbose config option
+51fb5081b3 androiddump: Add packets with same encap type as used when open wtap
+57c3ebb396 ICMPv6: Add Extended Echo (Probe) RFC8335
+811d5f7fac Drop JSON-GLib completely
+656cc19fc7 Replace JSON-GLib by custom JSON dumper library
+fb9c6905ef wsutil: rename some wsjson functions
+e2a5ad1feb wsutil: fix indentation/modelines in wsjson
+ba34545293 Add an API to get a list of compressed-file extensions, and use it.
+2f17546932 Fix a comment to reflect reality.
+c055d32d10 Ensure that fixFilenameExtension() is used only when writing a file.
+3653e23097 Convert enum increment into int increment
+8788c990b5 rpm-setup.sh: We no longer use FOP or AsciiDoc.
+214f196414 Fix MLE security suite display
+c2d625a542 ain:Prettify Carrier and AMAslpID parameters.
+bc12cdb1a8 lnpdqp: Get rid of warnings.
+94ae9324d3 wtap.h: Fix documentation warnings
+9aa29213f0 text2pcap: consolidate ethernet header protocol determination
+bf9286e554 Add an API to get the file extension for a compression type, and use it.
+189f1ceec2 packet-mint.c: Rename mint type to mint port and enhance list of ports.
+9dad39293e text2pcap: pcapng is an output option
+353e7065ff s7comm: Add additional syntax ids 0x83 and 0x84 for NCK data access
+87862cb74b f5ethtrailer: Update for new format trailers
+2294ac3dfe .mailmap: fix duplicate entry
+0d50cfe123 [Automatic update for 2018-11-18]
+923d719f2b CMake: call cmake_minimum_required before project
+93361b9977 text2pcap: assure an IP next layer protocol is set
+7370a6f00f Clean up previous change.
+c22c060d2b Fix addition of extensions to file names.
+204dc92717 wiretap/merge.c: consolidate three similar merge_files routines
+77578b081b Qt: fix build failure due to adding two incompatible pointers
+9891cb2c22 etypes.h: Small whitespace fixes
+43872a3a0e "." in version numbers and file names isn't translated into other languages.
+4ebe640ec1 Man pages: Update pipe input documentation.
+f300676bec Dumpcap: Fix writing SHBs and IDBs.
+377f5d0de7 nettrace: Handle failure to parse IPv6.
+1fcdd66dda RTPS: RTPS 2.3 Domain ID and Domain Tag support.
+f8100ba30a LISP: Switch to proto_tree_add_subtree_format()
+e2e069e3fa travis: enable tests even if libpcap is disabled
+88ce087dcf test: finalize suite_capture conversion to fixtures, drop config.py
+3ab521118a test: convert capture tests to use fixtures, fix tests without dumpcap
+cb9be3850d tshark: do not print packet information when using -w without libpcap
+a3239adeee Qt: fix build with Qt 5.4 and older
+b894c53d5e Add an API to get a description of a compression type, and use it.
+eea4997f7e ZigBee: Fixed incorrect field type
+76b80712ee nettrace: fix var init.
+9fe5d3729f gtpv2: Handle different sizes of 8.38 MM Context.
+ca96dfe059 dictionary.symbol: Update to version received from vendor with minor formatting changes
+a1372f6d01 Use an enum for compression types in various interfaces.
+e12753d5f6 TDS: Fix decoding of TDS7 password.
+4e17bd6229 Use the dump parameters structure for non-pcapng-specific stuff.
+658c30dc4b Always use the input file's encapsulation for the output file.
+ad2bc773d6 Just pass on a snapshot length of 0 to the dumper.
+d631c17eee test: convert suite_dfilter to use fixtures
+d38ab1bde0 test: convert suite_nameres to use fixtures
+bd84c71668 test: convert suite_text2pcap to use fixtures
+c82c60136d Don't set anything in *wth until we've decided it's a Peek classic file.
+6c66a639d0 Dumpcap: Update our pipe closed logic.
+e6c6f99e87 nettrace: Parse IPv6 addresses.
+58fade6c63 Simplify code.
+99c4e96be5 CBRS-OIDs: adding Citizens Broadband Radio Service Object Identifiers
+b110c470d8 Debian: Add missing symbols.
+dd538c4170 Always use the file header to set the encapsulation type for Peek classic.
+cdd3e9ce2a Dumpcap: Make sure we set our pipe error status.
+7059a51ee2 WSDG: update test section with pytest fixtures
+6f3e7a6d80 LISP: Fix action bits decoding
+66b9495b9e macos-setup.sh: Update library and tool versions.
+8dffa1aa20 nas5gs: Update AMF in 5GS mobile identity.
+6475547089 DOCSIS: both TLV 43 and 44 need VSIF encodings
+db7653fd2c nettrace_3gpp_32_423: Don't crash on error and improve error output.
+e26f464fbd blip: fix memory safety issues and a build failure without zlib
+9bd1c8f155 QUIC: Add RETIRE_CONNECTION_ID frame type (draft -15)
+d40d9671e5 QUIC: Renumbering ACK and ACK_ECN frame (draft -15)
+9ea94e29ef Update MongoDB ObjectID dissector element
+f3b82ffae7 ui: add missing break.
+0e1b78c22a All Veriwave files and packets use WTAP_ENCAP_IXVERIWAVE.
+68c0002584 Fix whitespace.
+13eefba79c Fail more cleanly if the file has no records.
+341c3f3c62 ieee80211: Avoid decrypting packets two times
+61ccf52107 ieee80211: Decrypt and dissect EAPOL keydata
+a51b3d1d16 Dumpcap: Don't let individual pipes stop our capture.
+4f61d77293 test: convert some more tests to use fixtures
+50433f4b4d Dumpcap: Move packet dequeueing code to a common routine.
+0795c988b0 extcap: save debug flag and use it to activate ssh debug.
+7a29c3d2eb ssh-base: define a struct for storing ssh parameters.
+cd0a98e221 ssh-base: support libssh config file.
+3aec5e1a28 Catch attempts to write multiple encapsulation types if unsupported.
+25bbbd7c5c Give an error if an output file isn't specified.
+ec95ae98ed tshark: Print the packets' comments in the expert info
+2ed4743915 RTPS: APP_ACK_CONF submessage dissection fixed.
+d2227b768e extcap: Allow ASCII '0' in preference name
+5d7199d8ce PKIX1EXPLICIT: Fixing Attribute and AttributeTypeAndValue ASN.1 cnf
+0142ca4539 PKCS10/pkix1explict: adding PKCS#9 OIDs
+b2c244e92d extcap: Allow ASCII '0' in preference name
+d06e04106e RTCP: Fix RTCP Floor Control message Sub-type "Floor taken" is displayed as "Unknown"
+684d4c11a2 PKCS10: Enabling own dissection function for Attributes
+8cd89b3bac Fix function name in comment.
+88e98d876e Move the Linux ARPHRD_ types to epan/arptypes.h.
+c348dd4b10 Fix dissection of 802.11+radiotap frames in Linux "cooked" captures.
+3faa45d4ec Don't have _ng versions of the dumper open routines.
+f070ad2c1e Use the Wayback Machine for a page that currently isn't working.
+1e76e1355a wiretap: refactor common parameters for pcapng dump routines
+791a9a9b8e Remove obsolete files.
+1d9b20ccbc IPv6: Fix payload root tree for IPv6 Routing Hdr
+8f4cf7c8d4 gtpv2: Update RAT types.
+51a2a00b7f fix documentation and tests for cmake run directory.
+b0e8abcf1e blip: Use correct guint64 printf modifier
+a8c40412d8 Added support for the Couchbase BLIP protocol
+a7564aa6ae PDCP-NR:  Show some config highlights in config root and Info column.
+3486243361 sshdump: fix generation of error message from remote side.
+9fdd27a196 [Automatic update for 2018-11-11]
+fef9c0aa62 cmake: Add CMakeGraphVizOptions.cmake to improve the generated layout.
+961f1388e4 wiretap: fix truncated reads while reading compressed file formats
+a0bb983834 ieee80211: Fix Vendor Specific Fixed Field dissection.
+5d73f57f54 sshdump: fix some debug messages.
+f2a9cfcf24 ssh-base: fix wrong type for ssh port.
+1ddaf1a094 MMSE: catch length overflows to avoid infinite loop.
+b0582230f3 UI: Remove Win32 file dialog stuff specific to GTK
+c0aad886ba capture_loop_write_pcapng_cb() shouldn't be called if use_pcapng is false.
+3b68fc9fd4 Dumpcap: Move the "just wrote one packet" logic to one place.
+ab68b2c9ce Diameter-3gpp: Dissect the SMS inside AVP 3301 SM-RP-UI.
+34d3afa3e4 CMake: fix parallel build by not copying ws.css repeatedly
+9b1daa3629 ICMP: Add Extended Echo (Probe) RFC8335
+1e71786f20 ieee80211: Dissect RSN GTK and IGTK IE
+11a9a501fb Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.
+9b6b36beae isakmp: Free the UAT tables' records using a free callback
+54c966b986 dot11decrypt: Create RC4 decryption and key copy helper functions
+8c9f09bf34 macos-setup.sh: Remove unused variables and code.
+54d7e96a72 test: make it possible to use pytest-style test fixtures
+e0ac913300 GTP: fix NR user plane DL data delivery status
+a4bbb45d52 proto.c: increase the number of pre allocated fields
+1a390109a6 SMPP: prevent triggering an exception in the heuristic checks
+94d2cc5b16 SRT: clear the state after displaying it
+e5cd755578 macos-setup.sh: fix Python 3 installation for OS X 10.8 and older
+7f2cf2fcca test: drop Python 2 compatibility, use more Python 3 features
+50a0a78bd0 rpm: update all rpm files for using python3.
+fe3010e882 Diameter: Add AVPs for 3GPP S6c
+22023c873d NAS EPS: update ciphering heuristic check for 15 EPS bearers contexts
+2ab8e013cc docsis: Changed vendor-specific TLV to 44 to conform CM-SP-MULPIv3.1-115-180509
+e9f7bb5127 Require Python 3, drop Python 2 support
+77114b721d gsm_abis_oml: Decode Primary OML IP Address as big endian
+56793113c0 gsm_abis_oml: Support decoding IPA Primary OML Config List
+8087b610e8 GSM MAP: register a few more MAP SSNs by default.
+55d8c445b4 6lowpan: fix handling of UDP packets without payload
+c29c652eb9 Qt: Add file hashes to capture file properties dialog
+163e4637d5 extcap: Cleanup an if-statement
+eac0c131c7 docbook: Fix a typo
+b041883e27 NTP: fix dissection of authentication parameters in mode 7 packets
+a6559192a8 DNS: fix compilation broken by g224aa2ed98
+224aa2ed98 Add XMSS for SSHFP. This has shipped with OpenSSH since release 7.7
+85f822b044 Windows: fix RC information generation
+a5faef2e4f ieee80211ah: Start adding support for S1G.
+7779bb832c CDMA2000: add what seems to be a missing break
+29dbf3c038 NTP: add request/response tracking to mode 7 packets
+80e8879dd6 NTP: fix parsing of NTP mode 7 messages
+b53680145c Add dissector for CDMA 2000 3GPP2 C.S0005-E v3.0
+44d5eca533 Add GCSNA General Circuit Services Notification Application Protocol dissector.
+04005c0729 Add Secure Reliable Transport dissector
+4f6e55fcc7 Add dissector for ANSI Local Number Portability Database Query Protocol.
+b310a25dba travis: fully restyle the matrix.
+2b971c0267 ansi tcap: Fix faulty mask for AMSI MAP "family" in Operation code
+28d3717dc7 nas5gs: Use tfs_nas_5gs_ul_data_sts_psi in a couple of more places.
+2ed1e002b3 gtpv2: Add dissection of SCEF PDN Connection.
+48c74842eb ieee802154: Free uat table records
+f54b6755e3 btrfcomm: Free uat table records
+83a71674a1 DHCP: Handle proxyDHCP on UDP port 4011.
+0a5770a78a extcap: add option to set proxycommand to ssh sessions.
+2be2febfc6 extcap: change boolean to boolflag for --debug option.
+945d441b24 extcap: fix return value in extcap_base_parse_options().
+14030a61e6 PFCP: corrected field naming typo
+f68b24d12e UDP/UDP-Lite : Add Conversation timestamps
+62dff7223c tools: fix LUA version and add more libs to the brew script.
+bb73b82672 c1222: Free uat table records
+d98139182e wireguard: Free uat table records
+348333a100 travis: use ctest directly (allows parallel execution).
+4eeea57e2d [Automatic update for 2018-11-04]
+d06ad62059 IAX: Don't try and copy a non-existent address
+6910cb138b sshdump: add missing space.
+983390105f travis: fix indentation.
+a5304196ec TDS: Remove Type info for Value
+1b94fe7da3 IAX: Don't try and convert an invalid codec to a mask
+009a970cb2 IAX: Fix the bitmask extracting the subclass field
+8537f3cb92 %f suffices for floats and doubles.
+1fe542459c tds: use %lf instead of G_GINT64_MODIFIER for text.
+89d74238d9 extcap: use the correct values for comparing.
+fc17bfc4f1 extcap: small fix.
+779003b6a9 extcap: add check before using pipedata.
+8e4552ad23 isakmp: free the ikev[12] uat tables on shutdown
+dbe2d081ec TDS: Display value of data on top of field
+097568babb teamspeak2: fix indent
+2c3d649c81 IAX: Fix compilation when DEBUG_HASHING is defined
+bc8f03a665 oer: fix spelling-error-in-binary found by lintian
+9040e7b0f5 cemi: fix dead assignment (found by clang).
+63a1eb2eea MQTT v5 malformed packet fixes.
+2947e03815 Bluetooth: HCI: Add more description about SCO Packet Types
+bef8db6a75 TLS: more SSL -> TLS rename
+a99bba4c7c Fix "Follow TLS Stream" after ssl -> tls rename
+24370eae41 MySQL: is_ssl -> is_tls rename
+dde5c53446 Follow SSL -> Follow TLS
+66da676a35 TLS: rename decrypted data source from SSL to TLS
+cace322c37 ZigBee SE: Dissect notification flags and snapshot causes
+5769a72963 macOs: Fix build fix for tab view
+7306e2b8ee Qt: Remove wireless toolbar if not supported
+cb88423dc4 print.c: use SEP_XXX to print byte strings
+826f37ea01 Add RTCP Floor Control packets dissection for MCPTT based on 3GPP TS 24.380
+792ee52af1 packetlogger: Show all known types in Info column
+bbaf495162 ws_pipe_close(): also close the handle after terminating process
+98e4aedfcd ws_pipe_close() is now available starting from 2.6.5
+81178537cd Use ws_pipe_close() in one more place
+4a5812aca2 Revert "FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" options"
+bcaf997f8a wsutil: introduce ws_pipe_close() helper and use it to terminate mmdbresolve
+54b58c5320 mmdb: do not lock the pipe mutex recursively
+0457e60419 FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" options
+8b977a43d6 Move condition logic to dumpcap.c
+01784a5946 Bluetooth LDAC codec dissection support
+11b4de4380 tshark: Fix small memory leak in tap-expert
+0cda7be632 Fix typo itam->item
+1c5a820b34 Make the SNR a 32-bit field.
+1b6f473e44 Fix copy-and-pasteo.
+7396c721bc text_import: fix wrong int type.
+4184e38ab2 IEEE 1609.2: Fix up boiler plate code and prepare calling next dissector.
+2d76730a23 NTP: add request/response tracking to client, server and control packets
+e655b9acf9 import: add export_pdu dummy header feature.
+d3f213c243 debian: install required GeoIP resolver executable and manual page
+c672124881 QUIC: Merge ACK and ACK_ECN frame (draft -15)
+23e062cdc7 RTPS: fixed issues in the reassembly logic of DATA_FRAG
+dcc150106c QUIC: add new Transport Parameter from draft-15
+ffaa1a71c7 DOCSIS: Added Simplified Receive Channel Configuration (TLV 49.7)
+e67eebb70f text2pcap: Fix IPv6 checksum
+5359a97d43 text2pcap: Fix -i <proto> when IPv6 (-6) is specified
+2584426310 Qt: omit initial empty line in About Dialog / Acknowledgements
+b66a76ae84 text2pcap: Fix IPv6 payload length
+9e3d5a7d74 QUIC: move NCI Sequence(i) field after CID Length field (draft -15)
+96224e425d Fix pluginifdemo with DISABLE_WERROR
+eb5bfcf144 IEEE1609dot2: generate automatically dissector from ASN.1 description
+0bbcd34f5e OER: fix a few typos
+9f472ea150 CMake: fix broken oss-fuzz build due to the -pie option
+81c4f74a19 macos: Prevent darkmode from appearing
+41f4c7d071 Fix About->Acknowledgements
+1a2aa0e901 to_str: Fixed incorrect order of checks in bytestring_to_str.
+8f496ad4de Update couchbase dissector for new expiration format
+506e5a7667 QUIC: Initial support of draft-15
+312bb10682 DHCP: Fix RFC 4578 erratum number.
+2c09e87c71 Get rid of the radiotap tap.
+57c1eb3a6a Add a tap for the radio dissector that passes the pseudo-header.
+6177f0eb42 The signal strength and noise in dB from an arbitrary reference are unsigned.
+b6fe64017a Calculate the signal/noise ratio.
+9867591633 Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.
+ff73c307fa Do bounds checking on scidx arrays.
+74903893d8 QT: Enable filtering entries in 'Export Objects'
+895ad30b5a CMake: Fix -pie linker test
+41a0818e7f [Automatic update for 2018-10-28]
+681c175f90 Update plugins.example/README
+ff5d025307 wsp: remove a bunch of if (tree) checks
+6a45b1692c Add aptX HD dissector support
+076f941bc9 IAX: Use extended 64 bit value to string matching for codecs
+27070dd059 IAX: Improve decoding of IAX2 codec details
+99c62bf797 Add support for extended 64 bit value to string matching
+81dc105402 s7comm: Remove duplicate entry in event-id list
+570ddeef98 ZigBee: Dissect payment control configuration attribute within SE prepayment
+52d60cac72 checkAPIs.pl: fix false positive in value_string.h
+4a2739ec88 Qt: fix saving exported objects after sorting columns
+da8e69e158 docsis: Fixed reassembly for REG-REQ-MP and DBC-REQ MMMs
+54b58882f0 DOCSIS: decoding of Mac Management Multipart field + use in OPT-RSP
+1de82afbed ZigBee: Add new Sub-GHz Notification flags
+7bfc49fbc0 SV: Fix handling data length
+08ae5b7441 PER: Handle 0 length in dissect_per_octet_string_containing_pdu_new.
+3291550c01 RTPS: Added Endpoint Discovery reassembly
+83ca3f025f dissectors: Fix visibility and header installation
+ac24039ca5 nas5gs: Improve dissection of Mapped EPS bearer contexts.
+e99250e81a release-notes: drop a line about APT-X renaming.
+e7996298ae SSH: Display Host Key Type Length
+91700a1e3b SSH: Display padding value in outermost tree (Binary Packet)
+63ec9989dc RTPS: Added RTPS reassembly for DATA_FRAGs
+d4b60271d9 test: make 'double' tests rely on icmp instead of ntp.
+b6598d5ec3 ISUP: fix offset for Generic name
+268cd4112c nas5gs: Add dissection of 9.11.4.8 Mapped EPS bearer contexts.
+22374ef7fe nas5gs: Remove version define.
+dc7d81034a GSM A BSSMAP: fix Number Of MSs IE dissection
+15258cbcb6 RTP.ED-137: Memleak fixed
+4dcacf4539 wisun: fix display of Netricity LQI-IE
+acdaa726e4 Add support for tzsp encapsulation type 802.11 RadioTap
+53089029c1 APT-X is changed to aptX, this is how it's spelled on Qualcomm website.
+23a7b81e0d cemi: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+25137aa68a cemi: fix copyright
+8bfabf7c48 cemi: fix no previous prototype for ‘proto_register_cemi/proto_reg_handoff_cemi’ [-Wmissing-prototypes]
+74cf8fd119 DHCPv6: Added CableLabs Option 61 for "CCAP-CORES"
+c180caa010 DOCSIS: Status event TLVs are subTLVs of the Status Event TLV
+30f180af8c Update some ACI values
+6ab621d23c pfcp: more correction in User ID IE
+4a7361abde M2AP: upgrade dissector to v15.0.0
+0f084657d3 PFCP: Change decoding to be more readable
+1a0d82583d MAC NR: put conditions on HarqId and PUCCH report type display
+afb96d1ce1 MAC NR: fix (for real) mac-nr.harqid field definition
+5797f60274 LBMPDM: fix heap-buffer-overflow (write) in dissect_segment_ofstable
+24fb3a14dc dcm: Generate packet-dcm.h from DICOM standard in DocBook format
+24365bba26 dcm: Move some DICOM tables from packet-dcm.c to packet-dcm.h
+6d0d24a764 MAC NR: fix mac-nr.harqid field definition
+9c45fbcd08 debian-setup: install GLib development headers
+35adb8552c MAC-NR: Add harq-id to the struct and context
+b8965d3762 RLC-NR: set pdcp_nr_handle in handoff function
+4332681300 No need for the debugging output.
+714c5dc2ab Fix quoting.
+a2514faf1d Make the chmod verbose.
+e4e6beadb1 Don't unload the XQuartzFixer job if it doesn't exist.
+5490e4f8c4 Add TSDNS (TeamSpeak 3 DNS) dissector
+6db67117b5 Add ability to disable autocomplete suggestions for filter controls.
+aa038336ce ntp: change root delay and dispersion to integer for fixed precision.
+af55deabbc More permission fixes.
+1d39055ec9 Test C compiler flags with check_c_compiler_flag(), not check_c_linker_flag().
+4d56eec0cc WNSRP: Add WNSRP definitions to SRP
+c09428bcf2 Qt: fix assertion failure when redissecting with a debug build of Qt
+fa903e2e03 ldap: reflect the actual asn1 dissector to the C version.
+39d79fcd3f appveyor: comment out artifacts upload due to size too large.
+2d1ade6446 Get rid of a launchd daemon we no longer need.
+b51aafd77c Fix ownership and permissions on /Library/Application Support/Wireshark.
+b8b8275227 opcua: add missing opcua_nested_count decrement
+aed46e7eb1 Don't give launchd daemon plists execute permission.
+aea4e4b42a Dumpcap: Swap bytes only for pcap sources.
+1957673703 fuzz: Fix assertion failed: (fuzz_handle != NULL) for fuzzshark_ip
+9f74af24f1 lemon: fix GCC/Clang warnings pre CMake 3.11, silence VSCA warnings
+95614f219f tap-follow: fix memory leak
+d9b3c056d1 Supporting Zebra API version 6 used in FRRouting version 6
+deb885b2f1 [Automatic update for 2018-10-21]
+7a4e932571 Add tvb_ascii_isprint API
+7ce9081fdc lemon: sync with upstream (2018-09-08)
+bb2caa2a9f lemon: fix memleak in ReportTable
+5188a1a38e checkAPIs: check ett variable registrations.
+233df2b3c8 pw: make ett names longer.
+8652762738 Separate signed and unsigned decimal UAT fields.
+e0401ad15b Updated OPC UA 1.0.4 enumeration
+7ff2cadf16 Fix up some comments.
+69b5325044 Include transport protocols' hfids in the list of wanted hfids.
+7e88bb5e53 fuzzshark: integrate oss-fuzz targets in CMake
+eda196951b ieee80211: automatically determine MIC length for OWE
+451b93ed99 checkAPIs: use new regex to remove comments.
+89d2b33b38 Fix capitalization of preference display name.
+258fcb9a7a Regenerate ASN.1 dissectors.
+b77e5c93a6 Do error checking for the console log level.
+e317421aaa Make uat_fld_chk_num_hex() more like other uat_fld_chk_num routines.
+3fdc40f434 Use ws_basetostru32(), rather than strtoul(), when parsing uint preferences.
+1fdc0f4a6f tshark: replace exit with abort in TRY/CATCH.
+7994111882 osi-options: name ett variables 'ett_' (instead of 'ott_').
+5e019c6b8f Use ws_basetostru32(), rather than strtoul(), when parsing ranges.
+075ef8029c pfcp: register a couple ett variables.
+45ef918bdd zbee-zcl: register several ett variables.
+2a9deba595 IEEE 1609.2 dissector converted from per to oer by hand
+64d2e8f6d7 Adding vendor id 0x010F (eProsima Fast-RTPS) to RTPS dissector
+a4662f86bb proto.c: Add hint to an assert.
+8079d64b02 Documentation fix.
+5d210f492b pfcp: corrected User ID IE
+1d056bbd1b DOCSIS: indication of encrypted data
+cf6d054ad8 ieee1609dot2: fix asn build on case-sensitive filesystems
+0e45da8cf3 WSMP: Initialize a variable.
+55cd530cf0 FindM.cmake: directly pass -lm to fix selective static linking
+54286eb09c FindGLIB2.cmake: workaround to make static linking work
+e6e2137459 cmake: rewrite FindGMODULE2.cmake and FindGTHREAD2.cmake
+021b305bcb CMake: limit the -pie linker option to executables
+f8022a5502 IEEE 1609: Make sure our build target name is lower case.
+36483c3ef5 TDS: Update release notes to indicate that Sybase is now supported.
+b5b9d402d4 IEEE 1609(WSMP): Use the IEEE 1609,2 dissector if present.
+5fbd653342 Add IEEE 1609.2 ASN.1 files needed to generate OER IEEE 1609.2 dissector
+3eb38bc5ea Add dissector for ITU-t X.696 Octet Encoding Rules (OER).
+1d5142a38c 6lowpan: Show IPv6 summary line in tree
+178001e74d lua: add support for ethernet addresses to the Address class
+0f3a4db657 tools/validate-commit.py: post-commit hook to check for commit issues
+58c98540b3 ieee80211: Extend FILS support (802.11ai)
+b8051bb769 Fix batch decoding in CQL packet dissector
+7ca5dba864 added new OPC UA 1.04 AttributesId
+6eba988f7c wslua: Add support for base.RANGE_STRING handling.
+c826e2a77e extcap: Close stdout_fd and stderr_fd when done
+ca50195f11 validate-diameter-xml.sh: do not hard-code temporary directory
+3d6bf1fe00 Revert "cmake: fix version check for c-ares and gnuTLS"
+9769df50ef KNX-IP: new KNXnet/IP dissector
+84fd2d7968 licensecheck: fix detection of multiple licenses
+3cb6c95e63 zebra: fix spelling-error-in-binary found by lintian
+189a7357e7 cmake: fix version check for c-ares and gnuTLS
+016f3665d5 MAC NR: align Multiple Entry PHR MAC CE decoding with v15.3.0
+8bbfed56f4 Supporting Zebra API version 4 and 5 used in FRRouting. (minimize changes)
+23b71ed266 addr_resolv: function to convert an eth address into raw bytes
+c6dc4095b7 FP: Added E-DCH T1 heuristic dissector
+b0759a02bb Update VS command prompt menu names for VS 2017.
+d2879a61bd json-glib requires GLib 2.37.6 or later.
+942d9e62e6 Note that you have to be careful reading messages from a pipe.
+f86d6203a9 extcap: Read stderr on extcap error without an infinite loop
+674a57ab73 glib: restore some GLIB_CHECK_VERSION
+c4f4ffaf3e [Automatic update for 2018-10-14]
+189792f145 macos-setup.sh: fix missing json_glib version check
+1df0aca487 macos-setup.sh: fix missing bcg729 version check
+7f4f737329 XRA: Fix of overflow in calculation of PLC timestamp
+0f25b377cf Windows: Remove Cygwin warning
+278c1a26fd Update installation instructions for MSVC and Qt.
+f0b822f731 LTE RRC: add direction to UL-CCCH and DL-CCCH PDUs
+22cf80d30d text2pcap: gracefully handle hexdump without trailing LF
+9b72da0cdd test: increase coverage for text2pcap supported formats
+9836e228f4 test: fix text2pcap tests not to overwrite case_text2pcap_pcap
+11c9896a77 We don't support VS prior to 2015 in the master branch.
+6a90221770 Fix section anchor.
+3553ccc773 Consistenly use "Windows native" rather than "Windows Native".
+2d02f1b200 Fix typoes introduced by the previous change.
+fd78e3f2ed Some cleanups.
+7388ea9397 TDS: Implement Error token for TDS 4.x.
+01ed5b84f3 Updates.
+aba59e5973 Win32: Make extcap utilities console applications.
+0efb1c6f6b Update BACnet protocol to revision 20.
+460c26516a test: reduce further influence from the environment
+fe9dcc1647 test: fix DeprecationWarning: invalid escape sequence
+a4cf169f1e MAC NR: fix dissection of Long Truncated BSR CE
+27f006bcf6 ieee80211: extend parsing of SAE messages
+b0d9d613df QUIC: fix null-ptr dereference in gQUIC version check
+5debea6887 dtn: fix spelling-error-in-binary found by lintian
+4d3e727273 Also need a period at the end of the "Built using" clause.
+0ddc082b9f Need a space between the VS year number and the toolchain version.
+865041f66e 3.0 requires VS 2015 or later.
+f7596b82ab Clean up MSVC version string generation.
+ec6ace066a DCOM: always NUL-terminate dissect_dcom_BSTR results
+f4be16aa45 wmem_tree: fix crash with wmem_tree_destroy and NULL scope
+f57cf9e56c DCERPC: fix memleak by removing dummy element from ndr_pointer_list
+0e0e56d05b DCERPC: simplify pointer list tracking
+ec5adb0ce9 tvbuff_composite: fix buffer overflow due to wrong offset adjustment
+3bb6c5c158 ieee802154: Show FCF reserved bit
+c5d46c1986 Tools: Compress our tarball using threads.
+659966d29b eap: don't dissect the identity as IMSI unless that's the case.
+6c19f98393 text2pcap: Fix TCP, UDP or SCTP headers over IPv6
+19153cf911 wsutil: Add config_file_exists_with_entries()
+b6d182859e DCERPC: remove unused variable and mark another global as static
+9fcb4af6b6 QUIC: gQUIC Q044 always use CHLO from gQUIC (with tag)
+b804d0d5ee MAC NR: call NR RRC dissector for broadcast and common channels
+093a0448fb MAC NR: upgrade dissector to v15.3.0
+573e842002 Windows: Make our program details more consistent.
+b7107f5fcb Diameter: add a few more AVPs from 3GPP 29.272 v15.5.0
+03bf0e2306 QUIC: fix UAF crash related to the Info column for Long Header messages
+5a2aafef7a coap: ensure that piv_len matches piv
+e1fc60ddae Qt: Add back pathLabel in some dialogs
+eade1c52cb Qt: Use regular size buttons on macOS
+9c61757dc2 except: detect exception stack corruption
+353ad11974 checkAPIs.pl: check for return/goto in TRY/CATCH blocks
+d9231144b6 T125: avoid returning from TRY/CATCH in dissect_t125_heur
+1a9f074c0c OSITP: do not call subdissector if there is no data
+8c31cdc13c ftype-protocol: do not return from TRY/CATCH
+f3986c2472 steam-ihs: fix memleak on exception
+0d812e0a0c xdmcp: fix indent
+94b1d90020 NAS EPS: upgrade dissector to v15.4.0
+e3c38ff329 NAS EPS: upgrade dissector to v15.4.0
+604f35ea4e LTE RRC: add missing lte_rrc.bcch_bch.nb.tdd dissector
+e5b398e543 E1AP: upgrade dissector to v15.1.0
+bc2dd008ed DOCSIS: Requested bytes in request frame is in units of N bytes, where N is a service flow specific multiplier.
+988b14ad72 sharkd: free initalized wtap_rec when wtap failed to read frame.
+420c4ecc56 Qt: Add copy from another profile for UAT frames
+75c370fe54 Qt: Refactor copy from profile widget
+ac50aca6ad Release note updates.
+74d64ed27d sharkd: prefer sharkd_json_value_string() over sharkd_json_value_stringf().
+d9ddbcd9f9 GSMTAP: update description of types
+bbd0f23e6b GSMTAP: add definitions for new LTE RRC channels
+2317368a32 Update the URL of the latest gsmtap.h
+07e91bbf32 Qt: Fix a typo in a tooltip
+b3cb942dbc Qt: Add clear all button to Decode As
+6e22ecbc20 Qt: Remove unused pathLabel
+237cbb1823 Put the Windows-specific system library settings in CMakeLists.txt.
+bce13644e9 Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.
+9388bd0436 Qt: Clean up indentation
+44c290efcd Qt: Fix Coloring Rules apply as filter button size
+07e9ce055f F1AP: upgrade dissector to v15.3.0
+a679ae6f79 Use wsetargv.obj, and wmain() rather than main(), on Windows.
+ce53b4c170 NGAP: prettify a bit mode fields
+0443cd2c95 XnAP: upgrade dissector to v15.1.0
+49621786de NGAP: use port number when matching address
+c195ab320d [Automatic update for 2018-10-07]
+d7cf0086fc Qt: Add copy from another profile for IO Graphs
+3e78bdccce Qt: Use ActionRole for the "copy from profile" button
+bc4d7c46f3 ieee80211: Update RSN cipher and key suite
+f99f322a03 radius: sync with FreeRADIUS
+e8487cdc1d radius: sync with FreeRADIUS
+34a210de37 Bluetooth: ATT: Implement one FTMS/FTMP characteristic: Machine Status
+354c0d4e5f Fix Windows dumpcap -i TCP@
+4a818a8569 docsis: fixed crash caused by absence of NULL termination of bitmask_list
+af392b873a Qt: Call createIOGraph() when duplicating an existing IO Graph
+f710f21833 T125: Add a heuristic test case.
+5c878100b1 NGAP: prettify dissection
+8d3243edc3 S1AP: prettify TrafficLoadReductionIndication IE decoding
+3d77c3fc2c X2AP: fix dissection of SeNB to MeNB Container
+a3e18c1807 NR RRC: upgrade dissector to v15.3.0
+7c890e3307 Do not modify optarg with -zfollow,ssl,ascii,0
+8dfaa8fa7c *shark: Update help and manpage for name resolving
+75c46e80bf Qt: Add copy from another profile in UAT dialogs
+84a0eccebd Qt: Add copy from another profile for colorfilters
+4e38af0e74 Qt: add an hint to no interfaces label.
+73f9f7ad62 RLC-NR:  Start to call PDCP dissector for complete SDUs
+40548322ac wsutil: Add get_profile_dir()
+872b573381 Recognize -zfollow,ssl,ascii,0 for compatibility
+d073b210c9 gprscdr: Update to 3GPP TS 32.298 V15.4.0
+cc9ca52edc pfcp: Update to 3GPP TS 29.244 V15.3.0
+3db32bcb5d Revert "Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables."
+ebcc4ebab9 ieee80211: register some etts.
+102fb519a7 h248_3gpp: register an ett.
+a2b44854ef PFCP: Join flags in Usage Report Trigger and Reporting Triggers
+a02af649f0 IEEE 1909.3: Add PSID values value_string.
+3887162e95 LTE RRC: fix RLC configuration for NB-IoT UE
+2370973e63 CMP: adding p10cr PKIbody dissection
+03a6a85dce Revert "gsm-a-common: Use expert info on "to few bytes left""
+b2eb2dce1a XDMCP: fix assertion failure due to tvb not being passed
+c21ecc1308 Qt: show more infos about why interfaces are not loaded.
+c36f11ba55 Add new PKCS#10 support to release notes
+0cecd1daf0 CMP: cleaning out excessive exports
+58f0338b13 Add new file formats to the release notes.
+736f92eff9 Qt: Show global profiles in Italic
+bbce0b545f LPP: upgrade dissector to v15.1.0
+60b1179207 CRMF: cleaning out excessive exports
+e4bae7be9b IEEE 1909.3: Add version 3 dissection.
+84447550ef Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables.
+1666d89107 Tools: Add systemd-devel to rpm-setup.sh.
+634a4ddbed MAC-NR: Update to current RAR PDU format
+3a0f45ea1e debian: add libsystemd-journal-dev as alternative.
+6212f073d7 Debian: Add a missing symbol.
+2d8e393961 New PKCS#10 CertificationRequest dissector
+4f5bfb6035 PROFINET: ARServerblock is correctly dissected.
+4eae3683cc MGCP: added NCS ResourceID
+0398e70b2c epan: add missing comment for function parameter on register_tap_listener
+d625a37f2a TLS: support RFC 8449 - record_size_limit (28)
+53ee71c1be PROFINET: Decoding of DCP SetResBlock
+f9be57ed36 .mailmap: update of September (2018)
+29fbbfb3d3 Qt/ByteViewTab: document potential pitfall
+e885798f22 s7comm dissector infinite loop error is fixed.
+925f8119d7 Adding string for "anyPolicy" OID to x509ce
+0bc74bb7ea Adding dissector for OIDs used in TCG X.509 Certificates
+107205c2be wsutil: get_datafile_dir: avoid hard-coded build directory
+105f2d68d8 You have to add setargv.obj as a link flag, not as a library.
+97972ea9ff We should only link executables with setargv.obj.
+f4392340d6 llc.c: Check ethertype 0x88DC and call the ethertype dissector.
+b82546af00 file-pcapng.c: Add the names of block types we know about.
+f71f968438 Clean up some things.
+5df87a5ad7 Don't return TRUE with *err or *err_info set.
+2263ce4f63 TLS: fix reassembly regression when extending a PDU
+fdecc62c73 CMake: Add a systemd RPM check.
+3201256fbb RDP: Changed some RDP info text to better indicate which packet type      we're dealing with.
+2a59aca80d Add .idea/ and cmake-build-*/ to gitignore (for jetbrains IDEs)
+5428e8ddbe Fix handling of some ISDN calls.
+fac429cf99 pcapng: Fix a buffer length.
+c25ae4a182 Release note updates.
+2359523b1a wtap: fix regression in wtap_read_packet_bytes
+4a45ff2614 ieee80211: Display always tag when it is ELEMENT_ID_EXTENSION
+6f8ee143f7 Qt: Update UAT clear button enabling
+f69108b84e Add a systemd Journal Export extcap.
+e1ef8f6a40 Qt: Set enabled properties in Filter Dialog
+ee10686089 Qt: Set enabled properties in Coloring Rules Dialog
+c3adfdf605 DOCSIS: Fix UCC-REQ
+b3cbb4faf1 ieee80211: fix addresses for ToDS=1|FromDS=1 case
+bd1e404c62 QUIC: fix trailing data after VN packet
+92e2858fb1 Put the FILE_T first in the arguments to parse_dbs_etherwatch_packet().
+eaad7ee5aa Fix the type of the packet data argument to get_xdlc_control().
+452e78bb83 Fix the type of the packet buffer argument to a capture dissector.
+e7dec27ea0 Show the *per-file* encapsulation in the __tostring method.
+9a0008f841 Remove unnecessary clearing of *err.
+a5dd4a15aa ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+1539e455d7 MPLS: add dissector for Management Communication Channel
+de97adecfb Small cleanup of the sequential read routine.
+6ca646efc8 Qt/FrameInformation: read packet record in private buffer
+9118d959a4 Qt/PacketList: read packet record in private buffer
+5a401ccad9 [Automatic update for 2018-09-30]
+342088f8b8 TLS: Add compress_certificate Handshaketype (25)
+88f74fb626 Fix comment.
+9be5c2fae3 Clean up the epan_dissect_t in the normal code path.
+b59cadb313 Clean up the epan_dissect_t in the normal code path.
+90d6219efa Define the wtap_rec next to the Buffer.
+91030a16aa Qt/FrameInformation: do not use file-scoped memory for temporary data
+62de3e6a44 wiretap: remove redundant ws_buffer_assure_space
+47eb71d876 DHCP: For IPv4 options, append address to option root
+45be966822 Qt: Show "unknown colorfilters" warning when opening the dialog
+b0dd361d48 prefs: Don't remove unknown coloring rules.
+e804e63d4d prefs: Reset prefs.unknown_colorfilters before reading colorfilters
+a699fbdf45 Add a mechanism to register aliases for preference modules.
+cc3d23fc69 Clean up indentation.
+09698df0b4 Get rid of some no-longer-supported GUI preferences.
+586ad18159 Get rid of the printing preferences.
+12bfbdcf25 Frame: Fixup whitespace.
+91694e5640 dumpcap: fix some warnings and add some debugs
+21ab1cf72a RRC: upgrade dissector to v15.4.0
+0bb172194b LTE RRC: upgrade dissector to v15.3.0
+df4294ba58 gsmtap: Fix parsing of FPC field
+ac5fec75f8 http2: fix build without nghttp2
+ce03200f56 sharkd: remove compiler warning.
+f3e5618eb0 sharkd: cast string to be encoded to unsigned char *.
+7458f40f17 Diameter: add a bunch more AVPs from RFC 5777.
+4761939731 RPM: obsolete the gnome and gtk packages; allow user to set prefix.
+beccf8f84e systemd Journal: Handle empty lines.
+04ce1078e3 pcapng: Fix a copy/paste error.
+db8eddd6cf DNS: fix DNS transaction tracking for DoH
+46254caa4a MAC-NR: Fix up some small issues while viewing SDUs, some of which are dissected as RLC PDUs
+4f44ba31b5 PROFINET: DynamicFramePacking subframes are decoded.
+3d2094c171 ieee80211: add support for Opportunistic Wireless Encryption (OWE)
+b5c7f99ddb ieee80211: Add support for Opportunistic Wireless Encryption as specified in RFC 8110
+bfd3d7685a TLS: split key log contents processing from file reading
+cc69e09981 HTTP2: allow subdissectors to query the Stream ID
+776b4d5646 DNS: update content type for DoH draft -07 (up to draft -14)
+0cc8feb4b6 gsm-a-common: Use expert info on "to few bytes left"
+05f50d7cc5 RPM: move the installed development files to a new -devel package
+be16d87c60 TLS: fix broken reassembly with multiple PDUs in the same frame
+281dd22da9 tvb: gracefully handle reading 0 bytes from an empty buffer
+123bcb0362 Make systemd journal entries events.
+56086e20b0 DOCSIS: Added Service Flow Peak Traffic Rate
+d29fa61eb3 HTTP: fix incomplete conversion from SSL to TLS
+aa6d5ee1a7 Use the time stamps in the packet_info structure, not the frame_data structure.
+854cfe53ef Make the ERF code in pcap_get_phdr_size() more like the reading code.
+6caf3c7299 TLS: Add compress_certificate ExtensionType (27)
+ad335a52d8 Get rid of unnecessary check.
+c7f4badb8c Sort the pseudo-header routines in the order of the switch statements.
+a1818692aa pcapng: Free option_content on error
+275a6e4c36 Move wtap_encap_requires_phdr() amongs the other switch statement routines.
+65a422e235 pcapng: Free option_content on error
+64b604a1e6 smb: Fix "Branch condition evaluates to a garbage value"
+0e87371fac prefs: Remove trailing dot from UI text
+0a19ec761d Sort cases in pcap_get_phdr_size(), add a missing one for WTAP_ENCAP_NFC_LLCP.
+7a07832712 prefs: add the option not to load interfaces on startup.
+3aace032e7 NAS 5GS: fix SUCI, IMEI and IMEISV offset based on TS 24.501 V15.0.0 Figure 9.10.3.4.2
+56c1ec5208 Qt: don't load the interfaces list if a capture file is used.
+297d1ac60d NGAP: Update to 3GPP TS 38.413 V15.1.0 (2018-09)
+c785e16cda X2AP: upgrade dissector to v15.3.0
+4e519c12a4 S1AP: remove a duplicate line in .cnf file
+39791a55a8 sharkd: fix JSON generation
+0b9abc1001 evs: Make a value string for 13.2 kbs BW CT RF index.
+514ce6d6bb Don't update a variable that's not used at that point.
+6b904030f6 Put ERF pseudo-header reading and writing into single routines.
+bb4badac59 QUIC: Add support of gQUIC (Q044)
+1768252ef2 PCP: Add padding for option
+9795af4488 Get rid of bogus copied-and-pasted comment.
+1302cdb27c Sort cases in pcap_write_phdr() - and add missing NFC LLCP case.
+3ddc3b0761 Put the code for writing pseudo-headers into individual routines.
+7e928c8a51 In LINKTYPE_PPP_WITH_DIR files, any non-zero direction value means "sent".
+80160d6181 Shuffle pseudo-header definitions to just before the reader function.
+ad2d241277 Put the pseudo-header length checks into the pseudo-header read routines.
+6c810f9cdd The sent field of the p2p pseudo-header is a Boolean.
+5773f2bbca Only use "libpcap" to refer to the library.
+c9f19e4af7 Rename the pseudo-header for X.25, V.120, and Frame Relay.
+f9129721b2 Get rid of unused flag argument.
+4b9a4bcb74 Add obsolete ssl[._]port preferences.
+42c9bee36f Flag invalid markers.
+4ea91f2aee sharkd: cleanup printf() usage during JSON generation (part V).
+cb47d292eb evs: Fix comments.
+74957d4f07 S1AP: upgrade dissector to v15.3.0
+dcdb36c575 DOCSIS: showing components of UCD OFDMA Timestamp Snapshot
+50dbe4df7f Rename packet-ssl* to packet-tls*
+8e594bb457 Radius: cablelabs dictionary: typo fix
+290c27ed8c evs: Dissect CMR for compact AMR-WB IO mode.
+d271489414 XRA: added extra PLC timestamp info
+933de9fdbf sharkd: cleanup printf() usage during JSON generation (part IV).
+70e340aaaf Qt: Create directories if they should be opened
+5507d1b344 sharkd: cleanup printf() usage during JSON generation (part III).
+19b8329278 Update URL.
+a1ac5d3ab3 Update URLs.
+025007ec5f TLS: support encrypted_server_name extension (0xffce) (esni-01)
+1b0167427a PMT, DVB-CI: remove packet-mpeg-pmt.h
+66352b5e3c Revert "Stop advertising support for Solaris."
+074f8c492c RPM: optionally use ccache to speed up (re)builds.
+ab53831abd Netmon+Message Analyzer: Fix a couple of lengths.
+1c0d066e10 sharkd: cleanup printf() usage during JSON generation (part II).
+2b9bc5ebef RPM: Make the (optional) maxminddb dependencies actually work.
+bf0ceafaf9 checkhf.pl: speed up find_remove_ei_defs and remove_if0_code
+b63fe7d6e2 Update the X11 dissector to use the latest mesa and xcbproto.
+95cf63f4d7 sharkd: cleanup printf() usage during JSON generation (part I).
+4b4c11944c RPM packaging: maxminddb is optional.
+3b34b286ab nettrace: Improve error printout at parse error.
+ab26fa7757 sharkd: fix setting last reference frame number.
+c5416e9b23 sharkd: add field checking in check request.
+01711ecfa6 evs: add DISSECTOR_ASSERT_NOT_REACHED (CID: 1439591)
+4d697b55be Qt: Don't append a empty custom window title
+259d6c42a8 radius(travelping): sync with FreeRADIUS
+e9d353112e tools: add libjson-glib to macos-setup.
+c6f44eb342 radius(verizon): sync with FreeRADIUS
+5ec8ac1398 Wiretap isn't meant to be a packet-capture library [any more].
+1847b7d309 sharkd: minor code style fixes.
+73644b3f76 checkAPIs.pl: speed up check_value_string_arrays and remove_if0_code
+95f7235bc0 FP: Fix comments
+ccb031dac6 QUIC: support CRYPTO_ERROR (draft -13)
+aae389aba9 QUIC: shorten labels for transport error codes
+d6e962345a mswsp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+a76d4da8bf sharkd: Fix check request for empty "" filter
+58b24edb19 FP: Fix Sub-Frame number dissection
+f5da393991 [Automatic update for 2018-09-23]
+ed0741ffbd fix-encoding-args.pl: fix terrible performance with large files
+557649fc56 TFTP: Use a GByteArray.
+16e6cbfacf rtp-ed137: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+dfe4a70460 mbim: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+851c6bff07 Remove packet-gnutella.h
+e3d12a0514 Remove some unneeded headers.
+ddb4c857f7 evs: remove double semicolon.
+96a68ffdd3 README.md: remove autotools (./configure) references.
+1e98cee5e1 ProfiNet: Fix order in AssetManagment
+001a81bace ieee802154: Make a variable volatile
+993800b8b9 QUIC: improve Info column and packet details when decryption fails
+5dd0c8daa5 Stop advertising support for Solaris.
+731e182392 Get rid of unused variable, update a comment.
+bc65ce1eca Try downloading libssh directly from www.libssh.org.
+711a8596ae Update the URLs for GnuPG.
+e9ccaf79ae checkAPIs: Add a max termout count for TRANSUM.
+8365012ea5 DTN: updated dissection of confidentiality and integrity blocks
+1a63f1ca9b checkAPIs.pl: improve value_string validation in field definitions
+54f106fb9c checkAPIs.pl: recognize fields with spaces in display
+c768cf5503 checkAPIs.pl: support for new-style dissectors in check_hf_entries
+8766166855 skinny: remove comment that matches field label (callState)
+f3296cdbb6 proto.h: add type checks for VALS/VALS64/VALS_EXT_PTR/TFS/RVALS
+e3423b134f FP: Show E-DCH entity in tree
+d283fe5ebd rawshark: avoid RVALS for casting hfinfo->strings
+3075bd81d9 erf: do not use VALS to cast a void pointer
+43134ae252 netlink-*: fix various VALS/TFS misuse
+08d440cdd4 lte-rrc: avoid BASE_EXT_STRING field without strings
+71c7798f8a epan: fix various misannotations of VALS/RVALS/VALS64/TFS
+081c72344c simple: fix value_string type mismatch with simple.link16.rc
+e8c6735bcd ospf: avoid BASE_EXT_STRING without strings
+4aad20bb6b ieee80211: fix potential crash due to value_string type mismatch
+d11ea69f0a nfapi: fix potential crash with nfapi.csi.rs.flag due to type mismatch
+f06e904674 QUIC: use application error codes for some frames
+9c7e4d2a25 QUIC: simplify and fix frame item length in some cases
+0598fcab93 QUIC: simplify PADDING frame
+8f08a4e74e Try to discourage the use of APIs via counting.
+ca8304249e XRA: Display length information in XRA protocol description. Set correct length of XRA header.
+2bd79c8208 NBAP: Change E-DCH type choosing condition
+2a9ae25bc7 quic: put quic_connection_add_cid into ifdef.
+04a5e1448a NAS-5GS: Add dissection of Parameters content and bug fixes.
+fb5a4ac2a4 quic: mark unused parameter in quic_process_payload.
+dd4efcfb37 GTPv2: Update  8.38 MM Context.
+17bc055138 QUIC: recognize short header packets after connection migration
+fc9e404ab2 QUIC: small connection tracking optimization
+cff328d5bc QUIC: use NCI to improve connection tracking
+baa096a2a0 QUIC: Add new initial_max_stream_* TP (draft -14)
+6501231a3c make-manuf.py: Add response headers.
+e644de16c3 update-tx: Fix our file list.
+e7dd7099da QUIC: Add frame type on Connection Close (draft -13)
+e2bd314c0b docsis: minor improvements in displaying MDD TLV 22.4.2
+4081b55341 QUIC: Remove old Hello Extension (26)
+7cc130ff1f Fix a checkAPIs warning.
+2ab87102bb TRANSUM: fix crash with current top of tree
+4184963dae docsis: add MDD TLV 21, 22 support
+b9333f7f09 PROFINET: AM_Reserved is added on AM_FirmwareOnlyInformation block
+87147cd651 tshark memory leak: g_free(cf_name) moved under 'clean_exit' label
+53ac86f8af Make the maximum block size big enough for max-size D-Bus packets.
+fe22f471c8 QUIC: drop support for draft -12
+7b65208ef3 make-manuf.py: Add back our user agent.
+bc6154aff9 QUIC: fix decryption failure with larger PKN (draft -13)
+7249638f53 QUIC: Remove error code UNSOLICITED_PATH_RESPONSE (draft -14)
+2f6117409a QUIC: Change value ACK_ECN (draft -14)
+8c529d3087 QUIC: implement new Retry Packet (draft -14)
+0aaaa49af3 QUIC: Initial support of draft -14
+9463dcb25b QUIC: Update Error codes (draft -13)
+a90ca94f52 QUIC: Add new Frame type (draft-13)
+45da5b945e QUIC: CRYPT => CRYPTO
+261817cfc7 QUIC: fix Initial decryption with Token field (draft -13)
+61372364c5 QUIC: fix connection tracking/decryption after Retry (draft -13)
+3e1292a10d QUIC: implement new Retry Packet (draft -13)
+210549f6d8 NAS5GS: Bugfixes and small enhancements.
+2fd42045f5 QUIC: implement decryption using new traffic secrets (draft -13)
+9de95b83f8 packet-rsl: Fix dissection of "CB Command Type" IE
+1eb9860d7f NBAP: Remove #if 0'd code
+35e85438fd FP: Remove #if 0'd code
+a62f359e04 FP: HS-DSCH - Use RLC mode from NBAP
+59ac823c3f QUIC: refactor packet protection cipher initialization
+866ff1ec26 QUIC: use single field for all long header payloads
+624d136f37 QUIC: wire up CRYPTO frames with TLS 1.3 Handshake (draft -13)
+e22faab56d QUIC: Add TP disable migration from draft-13
+7161d44a41 QUIC: Fix typo and align code
+ab57230aa6 QUIC: Update TP to draft-12
+7d5859c81f QUIC: Update assigned Transport Parameters (draft-13)
+35cd04b9da QUIC: Remove OMIT_CONNECTION_ID Transport Parameter
+cd168a42ba gsm-gsup: correct value OSMO_GSUP_CANCEL_TYPE_*
+ab741aa6ad [Automatic update for 2018-09-16]
+c7ebedff51 FP: Fix trying to resolve out-of-range LCHID
+02fc8b4b10 ssl,ssl-utils: remove PCT support
+203d875d3b lwm2mtlv: Show resource name in a generated item
+b4093428ad rdp: fix Unused href entry: epan/dissectors/packet-rdp.c: hf_rdp_unused
+9fa48899c8 couchbase: fix Unused href entry: epan/dissectors/packet-couchbase.c: hf_flex_frame
+770e7bfa22 QUIC: remove draft -11 support
+1d2fd4f411 packet.h: fix wrong parameter doc for register_dissector_table_alias
+5dbc202063 Add support for aliases to dissector tables.
+0dafb2bf88 Aeron: Update disector on the latest aeron protocol specification
+191abbf18a Debian: Add missing symbols.
+8669705f7e QUIC: recognize CRYPTO frame (draft -13)
+56a30766ef make-manuf.py: Improve truncation.
+17c8101107 Test: Fix a copy+paste error.
+a5cd630033 evs: Start dissecting a bit of speech data.
+011224bff5 QUIC: split per-packet state to fix packet coalescing
+28a7a79cac opcua: prevent opcua dissector crash by limiting nesting depth
+cd95e197ca Start renaming SSL to TLS.
+63743a3733 QUIC: fix Initial dissection (draft -13)
+aedf4a7dd7 QUIC: use HKDF-Expand-Label (draft -13)
+81710c7d3c QUIC: implement draft -12 decryption (PNE and PP)
+aeadce8478 Prefs: Add a check for aliased protocol preferences.
+f55c33d4b8 DHCP: Fixup whitespace.
+e6d9b78402 ieee80211: parse the 9th byte of the Extended Capability as a byte
+35e4bbe691 evs: Put CMR "rate" in Info column.
+26d4ad2fa8 gtp: move column append outside IF brackets
+c3cf33d1ef MTP2 bitstream dissector - dissect MTP2 packets from RTP stream
+57a397bded tvbtest: Remove an unused function.
+dcf01e817e ospf: fix conlict
+9a40000182 AT: Add CSUPI command
+366c52315b QUIC: create QUIC-specific cipher context
+5c7dae1337 AT: Fix rejection values
+e31ca2e278 Revert "Some older compilers don't allow diagnostic pragmas inside a function."
+0cb87b7389 nas_5gs: can't decode 5GS NAS PDU when there are multiple NSSAIs.
+5c36055d9b nas5gs: Align with version 15.0.0
+794d1bb58d tvbtest: fix no previous prototype for ‘test/skip/run_tests’ [-Wmissing-prototypes]
+40789524c5 gsm_a_gm: Fix dissection of 10.5.6.3 Protocol configuration options.
+59ae0a2d83 MBIM: changes after Microsoft fixed documentation
+a6dc0c27fc Don't use -Werror with Apple's llvm-gcc.
+91c5942c93 QUIC: implement packet coalescing (draft >= 11)
+4bab4b2e0c OK, try to prevent -Wunused-function warnings with llvm-gcc as well.
+47b1ec984b Fix WITHOUT_VALS.
+69a01b650a With llvm-gcc, just don't do -Wshorten-64-to-32.
+2f65fbae4e -Wcomma isn't supported by llvm-gcc, so don't make it a non-error.
+a8024f1dc0 Just spaces between -W arguments.
+8e0d8acadc WERROR_COMMON_FLAGS isn't a list, so don't treat it as one.
+b09f27ce0f Add the -Wno-error= flags to the correct variable.
+46b2701626 QUIC: ensure handshake keys availability before PKN
+87887802ef Put the -Wno-error= options after -Werror.
+7533398f65 OK, try just suppressing the "-Wunused-function" warning with llvm-gcc.
+ff31ed8c4c Go back to using a #pragma directly.
+f7346284ac More selectively prevent warnings from becoming errors.
+4207660996 Revert "Make versions of DIAG_OFF() and DIAG_ON() for GCC 4.2 through 4.5."
+b7685821c1 Don't use -Werror with llvm-gcc.
+342f7d2987 ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+71378072e6 ieee80211: Fix some issues with the D3.0 support.
+c525578aff QUIC: Remove draft-10 support
+351ea5940e nas5gs:  9.10.4.7 PDU address. IPv6 type is a 8 byte link local address.
+54e8956544 Diameter: add ALU AVP 1016
+f94cfa0cdc Some older compilers don't allow diagnostic pragmas inside a function.
+4df2fcb0ee Qt: Replace $HOME with ~ in window title %F variable
+f6b8bc39c6 Make versions of DIAG_OFF() and DIAG_ON() for GCC 4.2 through 4.5.
+259bdc7e63 Use DIAG_OFF to suppress -Wunused-function.
+82d5c1c770 Squelch more narrowing warnings.
+bab0c1d297 "#if 0" out an unused variable.
+a6c30496df sizeof isn't useful when calculating the size of data in the packet.
+0d123e5a24 CMake: Remove some redundant and overly verbose code
+ad6eb33684 WIP:ieee80211.c: Add support for D3.0 of 802.11ax
+273ca2c8bb [packet-dnp.c] - Better solution for handling malformed messages containing "empty objects" with misreported counts.
+f240eaf6f2 Squelch a narrowing warning.
+3a7bec1586 Squelch a narrowing warning.
+e1ef55f2fc Avoid collision between parameter names and function names.
+fe0539b41f MGCP: Ignore case for command header
+8d5f88db1d docsis: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+0bfd7c11fe Don't fill in a variable if you don't use the value.
+33e5f0eba2 sizeof isn't useful when calculating the size of data in the packet.
+5bd04a317d sizeof isn't useful when adding to an offset into the packet.
+23c106b86c Fix the build on the OSX buildbot
+0d2c284744 f5ethtrailer: Add some casts to squelch narrowing warning.
+02b64aa1b7 Avoid using -Werror with generated code.
+8343e411f8 rtp-ed137: squelch checkAPI warning about shadowed variable
+fd73dad177 MBIM: Dissect UUID_MS_UICC_LOW_LEVEL/MBIM_CID_MS_UICC_ATR
+a89266c337 MBIM: MBIM_CID_MS_PROVISIONED_CONTEXT_V2 Query is legal
+bba021dd30 Remove the probes.
+6ef4e54f27 Maybe we have to treat llvm-gcc specially.
+51ee234eee Test with (llvm-)GCC pragmas, as the buildbot builds with llvm-gcc.
+d061b94ab6 Test what kind of compiler we have running on the macOS buildbot.
+400f748b04 Qt: Add some window title variables
+87e97a8e74 Try directly using _Pragma if building on/for macOS.
+bc600962e2 Manuf fixups.
+391b8a9595 release-notes: add new features and remove known bugs list
+3045da8087 release-note: Add EVS dissector
+91cc468145 evs: fix header
+ca64218e93 evs: add modelines info
+5246eba5dc Diameter: Add ALU AVP 1139 from Ask.
+8f4b040124 prefs: pacify checkAPIs by using ws_g_warning
+a7c58c372e evs: remove unused var and set unused param.
+23118f7164 proto.c: Increase number of preallocted fields to 205000
+1b169eb6c0 EVS: Add a dissector for RTP payload type EVS.
+ad0de0ffbc prefs,ui: properly migrate old filter expressions
+7573f7dab4 radiotap: Correct support for 0-length PSDUs.
+017d61528e docsis: fixed regression that was introduced by adding FCS check
+7d7175a130 Qt: Restore column visibility when loading packets
+7ce18dc465 Clean up the references to ChUserTable.
+cba7dfb40b make-manuf.py: Expand a comment.
+ce3d7840c1 Fix what seems like a copy-paste error.
+aa0c067529 Avoid warnings about a format string being a variable.
+a93698a4ff Remove the tshark -z compare feature
+414e1c19b2 CMake: Use more descriptive name than WS_LD_FLAG_VALID0, 1, etc.
+d1daf3fd10 CMake: Remove link test output line
+ed2f332aa3 Revert "Try unconditionally using the pragmas in Clang."
+c3b1b19d04 AIN: Add dissector for Advanced Inteligent Network protocol.
+051efd105a Try unconditionally using the pragmas in Clang.
+2a0d6a7194 Attempt to squelch a narrowing warning.
+e5b6721a1d RTP/ED-137: Decoding of ED-137A and later additional features is splitted to separate dissectors registered in a table. It allows anyone to add new header decoders without modifying code.
+9b8dd94644 Squelch narrowing conversion warnings.
+911f7fed61 CMake: We require version greater than 2.8.9.
+f4d2dffd8b Fix handling of invalid type values.
+eeb71e75b8 CMake: Remove Qt specific code for warnings
+71f5cec7d7 [Automatic update for 2018-09-09]
+885ba0cbd1 RTPS: fixed large data issues
+152df201e5 docsis: validate header checksum before dissecting the payload
+696f2ee1e0 docsis: add CM STATUS-ACK MAC Management TLV (48)
+57c99f2153 docsis: add RNG-RSP TLV 13 (T4 Timeout Multiplier)
+642f0c9f1d CMake: Remove unused variable
+2a1b05d0f3 wireguard: Make sure we don't try to free NULL pointer
+ff1e16055f epan: Add argument to epan_init() to disable plugins
+6ab8d4607a CMake: Add function to test compiler flags
+c850a16ef4 MBIM: Add dissectors for more services
+02963c4e69 Initialize broadcast_addr at compile time.
+8dd322ba98 Don't use on-the-stack buffers for pinfo addresses.
+64335ba728 Initialize epl_placeholder_mac at compile time.
+97c9dca72e AT: Add CMUX command
+ac28cefcc5 AT: Fix CSQ checking for wrong action
+5f9a85c62f AT: Add GMI, GMM, GMR commands
+62a37fbc66 Add Start-End timestamp columns to the RTP Streams report from tshark
+05d1742d35 Build the dpauxmon documentation.
+98207eb612 Register some unregistered etts.
+500ac10999 CMake: Use upstream check compiler modules instead
+5a06361582 systemd_journal: Add more fields.
+4c9cbcd5ac systemd Journal: Add a cast.
+aba5c65f4d make-manuf.py: Skip the title row of each .csv file.
+7b37c5c180 Qt: Add null check for finfo and hfinfo
+04ef87a7b8 We build Wireshark with Qt 5.9.5 on Windows; update the developer's guide.
+e4ff3e657a PER: fix dissection of enumerated type with a single extension value
+4ff777d5ce [packet-cp2179.c] - Added support for Function Code 0x04 and perform misc comment & variable-name clean-ups
+6fa2ad4922 Lua: remove various logging functions (debug, warn, etc.)
+d703310749 cmake: optionally require Lua 5.1 or newer
+46e71f9a7c wslua: fix source argument in debug info for luacov
+a1fac65d8e Migrate make-manuf to Python+CSV.
+ea18e950c8 docsis: add preference to disable dissection of encrypted payload
+7055cc9fe8 lwm2mtlv: Update to Core V1.1 spec
+b42348e251 AT: Fix dissector function return types
+555d911bb0 AT: Add CGMI and CGMR command
+8c5a65c47a pfcp: correct Linked URR Id to 32bit
+c6c5bd26cf FP: Show ToA expert info for non-dch channels
+3c7300f1f0 exntest: fix no previous prototype for ‘run_tests’ [-Wmissing-prototypes]
+41a3f90184 AVSP: Read ethernet type and call ethernet type dissector after reading AVSP
+29f7a5e9e0 .gitignore: Remove version.h.
+8eb0ff5e31 wmem_test: fix no previous prototype for ‘check_val_map’ [-Wmissing-prototypes]
+724c31cd9f NAS 5GS: Qos rules parameter list dissection
+b40beb9edf tvbuff_subset.c: handle a reported_length set to -1 in tvb_new_subset_length()
+5b533e4f3e gtp(v2): Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+2f297457af prefs: Improve check for visible custom columns
+0b80a42187 epan: Guard g_base64_decode_inplace() against zero length string
+c15ada34b1 Update tools help using a script.
+a1ae40f1a3 proto: Reset handled occurrences counter
+e4b2b4bd36 dhcp: More bootp -> dhcp renames
+6e36e3757a Radius: Fix offset for multiple VSA in one AVP
+3df8dc99d6 Bluetooth: ATT: Implement five FTMS/FTMP characteristics: Supported * Range
+4cfc9946c4 Rename packet-bootp.c to packet-dhcp.c.
+35ceb600f9 register(epan): fix no previous prototype for function 'register_all_protocols/register_all_protocol_handoffs/register_count' [-Wmissing-prototypes]
+b996820e1b Remove make-pixbuf-csource.pl.
+e3d071ab7d ieee80211: Remove unused assignment (found by clang)
+38657fad58 epan: Restrict detect trailing stray characters in strings
+77b4b938e3 ntp: make ntp.precision an uint8.
+16e6c12f90 .mailmap: update of August (2018)
+83a9adbbf2 systemd-journal: fix no previous prototype for function 'init_jf_to_hf_map' [-Wmissing-prototypes]
+9b2737a3ba rtp-ed137: fix no previous prototype for function 'process_time_value/process_125us_based_value' [-Wmissing-prototypes]
+767f700891 draft-ietf-idr-bgp-ext-communities became RFC 4360.
+896c25d743 NAS 5GS: Qos rules IE enhancement
+399d5ae12d nl80211: Generate fields needed for updated dissector
+5442b51267 nl80211: Dissect further attributes
+b62822055f AT: Add CSCS command
+094297ec77 ieee802.11: Make sure we do not include the FCS in the next_tvb.
+7dd68fce89 ieee80211: Add support for some elements of 802.11k.
+708c1ae794 gitlab-ci: rename tasks and remove extra spaces.
+43f0ccadaf gitlab-ci: remove older clang versions.
+8681e1deba make IPv4 and IPv6 name resolution usable at all times
+65b342f749 epan: Use g_base64_decode_inplace()
+42ad60896d ISIS (LSP/HELLO): Add RFC 6119 (IPv6 Traffic Engineering in IS-IS)
+4168babb32 lldp: fix typo on 802.3 BT
+e0babef797 epan: add more IS_FT_* macros
+256e32c2eb prefs: Remove prefs.gui_use_pref_save
+5af98d9be5 prefs: Remove prefs.gui_use_pref_save
+cb002c597a Qt: Avoid crash for ByteViewTab with 0 bytes
+3ce847e39e sharkd: Fix frames request for empty "" filter
+8f99b54a77 [Automatic update for 2018-09-02]
+57ee8486bd spice: fix malformed packet exception in LZ image
+51c2f5b9de spice: immediately display channel type in the tree label
+7348fe3289 spice: fix MOUSE_MOTION dissection
+e89b06e2da spice: regenerate packet-spice.h
+c0772a18c1 c1222: improve interpretation of Procedure invocation
+f61cb129a9 Qt: Improve fetching preferences from the packet list.
+6ac6c88816 spice: update capabilities to spice-protocol 0.12.4
+d2d62bf412 debian-setup: Fix shellcheck directive
+813b87f81a docbook: Remove non-existing 'Payload Length'
+7789326d9e RTP ED-137: All RTP ED-137 related code moved to separate file
+589413d877 Qt: Improve fetching preferences from a tree item.
+5720ac5fd0 tools: add deb build required packages to debian-build.sh
+8332b718a2 editcap: add seed option
+4a4c6209a4 Update README.vagrant
+65a95123ce vagrant: Mount synced folder under home
+4d6c253ca9 CMake: Add debian package target
+fd103ed417 vagrant: Enable ccache
+a1fe8fe066 vagrant: Add fedora box
+f2c74b7dbd vagrant: Run test suite
+ef01359849 Add support for protocol aliases. Switch BOOTP to DHCP.
+9a71ec042e MySQL: decode responses for more requests in a row
+5c36f6166c epan: Detect trailing stray characters in strings
+888684e861 lwm2mtlv: Register resource subtree array
+50b9da7bc2 Add a systemd Journal Export Format parser and dissector.
+94735eb2bc vagrant: Use debian-setup.sh
+1d3548fb6d IPv6: Make ipv6_pinfo code less convoluted
+942bb3ea7c DPLAY: fix heuristic check
+20c41b689b GTPv2: Add expert info for wrong length IEs
+abc1f64576 coap: Use proto_tree_add_item for strings in the packet
+db37b664fb RTP, ED-137: Added decoding of additional ED-137B and ED-137C headers
+67a73b4152 gitlab-ci: update apt list files.
+3fea3c3709 tcp: fix OoO reassembly when the first data packet is OoO
+28524f1abf ESP: improve IPv6 address matching
+d1749f7c02 Support of ZCL enhancements
+81392814ef ZigBee: Correct field name in SE LocalChangeSupply
+b55c20a1b1 CMake: fix dmg_package target since CMake 3.12
+267d0a3196 IPv6: Fix indentation
+8eddb1650d epan: Remove unnecessary all protocols registration callback
+b6ba314466 IPv6: Add comment explaining frag_plen
+105b4584a2 ZigBee: Dissect remaining SE Metering cluster client commands and a few server commands
+e87f9e8eac ASTERIX: fix dissection of 021/90 Quality Indicators item
+efb84bb308 ppp: disable USB heuristic subdissector by default
+bf025370e9 ppp: remove a variable that is always 0
+fb3df8b6a8 ppp: remove some more unnecessary NULL checks
+9d9a873d9a Make AT_VINES a built-in type
+389339cab2 debian: Fix library installation path.
+8d51cf1364 NR MAC: Use static config of DRB channel settings across all UEs.
+5eb9a5ff7f LTE MAC: fix range check for DRB LCIDs.
+d1da5a9cd2 NAS 5GS: 5Gs TAI list IE fix
+fe88d79562 PFCP: Flags in UP Function Features joined into one group.
+b43e7b5e6f DTLS: use col_append_sep_(f)str() functions
+1bf27192c9 Proxy: fix heuristic dissector
+281936a5be SSL: use col_append_sep_str() to add heartbeat to info column
+68e7f51d0e epan: Use UTF8 horizontal ellipsis to indicate truncation
+80d22e6906 NAS 5GS: PDU session release command msg fix
+0fa2b0bfa3 A timestamp has seconds and nanoseconds; you must set both.
+3906a788cc AT: Add CPIN command
+6242d1cfa1 MySQL: fix server status bit-mask
+6f0e29054c AT: Correct dissection func for +CLAC
+3ece395410 [Automatic update for 2018-08-26]
+27ecae3548 TDS: Improve handling of SYBLONGBINARY
+ca339d7e7f Remove weird use of volatile qualifier
+d0b97a420d CMake: Modernize config-file package support
+e75905a583 CMake: Add dumpcap group option to installation
+e09c9a8e46 CMake: Format for readability
+ed0957dc8a GTP: Don't display next header twice.
+9f7c7e19e9 gtp: Remove extra ';' outside of a function
+7208f3a71c OAMPDU: fix dissection of DPOE TLV
+bc6d445c83 Fix EditorConfig keyword
+c1e3a3f007 Add EditorConfig settings for CMake
+31c6cf982f WSUG: Fixup Advanced chapter
+5e9d1e4e65 CMake: Change installation path for modules
+7b7f0e81f9 GTP: Refactor dissection of T-PDU and adding of PDCP data
+6c836f7b95 zbee-se-publish-block-period: block duration & block duration type
+cdb1123b9a rawshark: Free pipe name and version info strings
+3ba67f735d AT: Add CSQ command
+2a7320b647 Fix Usb HID Report descriptor Local item Usage parsing
+78d7a1d3f7 AT: Clarify that a DCE is a Modem
+9e3b26b289 NAS 5GS: PDU session status fix
+a9e7bda136 GTPV2: Extended Macro eNB ID was not assigned to correct type of subtree
+a9feb0ea29 Qt: Enable select hint text in Show Packet Bytes
+c0b81e01d9 GTPV2: added support for Extended Macro eNodeB
+f5c1c1935c DCT2000: For LTE MAC, set flag to say whether sf/sfn present or not
+f0b41190eb CMake: Clean up and homogenize plugin dir configuration
+0c0973196f WSUG: Remove duplicate Clear button description
+331ec14948 ppp: remove a number of unnecessary NULL checks
+cefa533ec2 MAC-LTE: Display timing info on SR frames when present
+3b17e66b78 Revert "IP: Use pinfo for session IP addresses"
+eda834b6e2 Diameter: add enum value to Presence-Reporting-Area-Status AVP
+2e8de47f57 Diameter: Add Commands and AVPs from 3GPP TS 29.338
+11b3663004 Fixed a bug related to epan initialization
+bb25d64a2a IP: Use pinfo for session IP addresses
+ca355b8905 WSDG: Miscellaneous fixups.
+a6a915abcc Qt: Enable "Resolve Names" for boolean without TFS
+c57a52f68c UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffff
+7d76d0ce28 Revert "CMake: Clean up plugin dirs"
+60e87794c4 WSUG: Update the main and filter toolbar sections.
+6b9beb6ca1 Fix comment.
+450ff674a6 CMake: Clean up plugin dirs
+2e7cae3fd4 WSUG: Fixup the "Internals" section.
+65d9c473f0 plugins: Minor interface improvement
+0410a522d5 Regenerate ASN.1 dissectors
+ad3367e169 Use the standard test/[ command.
+e8c3075bb6 Clean up includes for SIOCGIFDESCR.
+1efc9234ea We use errno, so we need to include <errno.h>.
+5a3c6cb3fc Wrong snprintf() wrapper.
+15bf0ea437 We need sys/sockio.h to define SIOCGIFDESCR.
+319186125c plugins: Fix CMake build example
+d99ef1f9fa GTP: Only put "T-PDU" in the top level tree.
+6ee559efd1 Fuzz: Reduce the Valgrind packet limit to 10,000.
+4b3745e6ef nordic_ble: Set PHY display type to BASE_DEC
+04dbbb15c6 Qt: Pop field status when closing a file
+f435c36423 CMake: Remove a debug message
+ea515c5f2d Don't assume Bash.
+5673a58bfa AT: Fix suffix length checks, add no suffix case
+92b4cd586e Fix search for pkg-config on FreeBSD.
+76ada76427 Remove an unused true_false_string.
+4a5484eaf1 Bash is not guaranteed to be in /usr/pkg/bin/bash.
+3d2d1cb31e XRA: Added decoding for SC-QAM TLVs
+d47d445a87 Calculate RTP delta time even if clock rate is unknown.
+712b2df7c9 Fix SBC packet Loudness/SNR information wrong byte compatison
+1f1c9c9af1 SBC: Fix DUAL CHANNEL SBC packet dissection
+e831d07fc0 ISIS(LSP): Add sub tlv Prefix SID from TLV 149
+e3f7e2edcc ISIS(lsp): Remove not longer supported sub-TLV (from TLV 149)
+9a183e84d2 ISIS(lsp): Enhance Flag of TLV 149
+e928a866f9 Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM
+ce93346bcb ieee80211: dissect the TWT Element
+99df34848e E.212: fix 255 04 and 255 06 PLMN names
+f63e3535c5 gtp: T-PDU heuristic - don't call the PPP dissector as "else" branch.
+a956069961 gtp: Header extesion dissector table enhancements.
+66997107b2 lldp: 802.3 BT add missing Autoclass and Power Down fields
+509322adfc NAS 5GS: Partial service area element count fix
+2ec1d363aa appveyor.yml: add integration with AppVeyor CI
+4e6a80f3e3 NSIS: try harder to find VS2015/VS2017 vcredist
+5f816562b8 h265: fix no newline at end of file [-Wnewline-eof]
+b7a6a11376 Qt: fix several crashes in the SCTP Dialogs
+aef6223409 [Automatic update for 2018-08-19]
+4b4f644afc AT: Add CLAC command
+f7d4b2ca35 kerberos: Fix several memory leaks
+3bb4ee5aaf Docs: AUTHORS formatting updates.
+1b97441da0 AT: Add CGSN/GSN Commands
+08c4919de0 pfcp: fix no previous prototype for ‘pfcp_is_cause_accepted’ [-Wmissing-prototypes]
+dfc7fcc815 Docs: Make our Pod documentation encoding uniform.
+77a26fcd8f pfcp: added session tracking
+6c18867896 If we run out of lines, stop dissecting.
+787d61c0a4 tshark: free exp_pdu_filename and capture_opts->save_file
+b1b98051b2 GTPv2: Document parsing of 8.107 Node Identifier
+fd75f915e3 Syslog: skip timestamp field if not present
+3a99475d0a tds: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+4a92cb0707 ieee80211: fix spelling-error-in-binary found by lintian
+ea4b05772d docsis-macmgmt: fix spelling-error-in-binary found by lintian
+ebf6f43044 gtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+46ea37d592 AT: Reorder commands dissection functions
+041c79b1d1 lpp: fix error found by conflit check
+62874e3778 TLS13: add final tests for RFC 8446
+fd7ec355ec TLS13: properly skip over failed decryption of early data
+8e3562fc03 NIST-CSOR: ASN.1 dissector for NIST Computer Security Objects Register defined OIDs and their parameeters
+9ecc7906ef Do not pass pipe handle to WaitForMultipleObjects
+0001152616 NBAP: Support IB_SG_DATA Encoding Variant 2
+a322cf7842 AT: Reorder commands dictionary
+89fce95422 TDS: Handle TDS 5.0 MSG token.
+c18459e66e Fix extcap initialization deadlock
+43a5f0ae51 ntp: fix mixed indentation.
+5cb1310618 CMS: adding algor OIDs and respective parameters
+f3f4655655 AT: Add CFUN command
+203c3f511f packet-mq: Fix LPOO Strucxt + Add MQV91 Def
+0b297ce308 gtp: Create a dissector table for GTP header extensions.
+15ef9039a7 Windows: upgrade USBPcap to 1.2.0.4
+92872ee7ec Replaced "wireshark-win32-libs/" and "wireshark-win64-libs/" by "wireshark-win??-libs*/" in ".gitignore"
+9524613450 SGSAP: Fix Service-Abort-Request msg
+102538ea7b Move common code into a routine.
+03b0464be4 bluetooth: Update Assigned Numbers
+43dba4e58f H.265: Fix incompatible use of proto_tree_add_bits_ret_val with field 'h265.reserved_zero_2bits'
+e836e77b68 NAS 5GS: IE value fixes
+e2f6ba229f ICMPv6: Add support for RPL DIO MC NSA optional TLVs
+4236185275 btatt: Fix Temperature Measurement Value unit
+daa62ae7cb Fixing, adding PKIX AuthorityInfoAccess OID names
+19f3204b87 gtp: Bugfix teid as HEX.
+38184aa4c5 GTP: comment unused UAT field
+c48d6a6d60 BT A2DP: fully initialize sep_entry_t structure
+88dd7e734a export_pdu.c: Fix a memory leak
+68c9566419 WIP GTP: Make it possible to configure PDCP parameters to dissect NR_RAN_CONT
+91ac005644 dxl: get msgpack handle in the proper place.
+5bcbc78a91 gtpv2: Dissect CSG Information Reporting Action.
+5633195550 radiotap: Implement L-SIG support based on the RFC.
+e83e70c038 ssl: Remove SSL_VER_UNKNOWN from ssl_version_short_names
+66310f6d70 ieee80211: add the start of the TWT parsing
+ca75c14f05 HTTP: create dissector table for HTTP Upgrade
+3a9f171763 HTTP: start dissecting upgraded connections right after upgrade
+1d4bb22a22 HTTP: really choose the correct server port for tunnels
+4802e3300d HTTP: ignore large Content-Length values
+149e74b70d Put the interface descrptions into the IDB when capturing to pcapng.
+d48262753e Move get_iface_display_name() to ui/iface_lists.c.
+6409732b77 Include dumpcap amongst the programs built with -Werror.
+bdfce392af NSH TTL according to RFC8300
+5535b4f307 [Automatic update for 2018-08-12]
+fd419dd68f LLDP: Add dissection of 802.3BT TLV Extension
+a8001fbd6a llpd: fix indent
+a932fc3eca lldp: add expert info when there is extra data for 802.3 TLV
+fc9d5b7060 More comment cleanup.
+d22816d2ba Improve comments.
+f033cd542e Clean up temporary filename generation.
+991f5a6e85 More interface view cleanups.
+713651d9c3 Show just the description in the description column.
+beacbab55a Fix the "Manage interfaces" dialog columns.
+530061b66e More comments.
+1b3aaeae72 Make a routine static that's not used outside its source file.
+47860f05b4 AT: Add CPMS command
+0d1d656929 TLS13: update references to RFC 8446, remove old extension
+ab47e8a52f AT: Add ^CIMI command
+59bf4d5b55 packet-mq: Fix some struct display add new def
+863ba5cd98 Give a structure a better name.
+e13989fd0a PKIX: support TLS Feature extension (RFC 7633)
+254364f7e4 Get rid of unused routine.
+08cbe559b3 Add support for reading and writing the new if_hardware IDB option.
+f4ac263564 PDCP LTE: Update rohc_profile_vals
+61aaeef2b0 dissector/gluster: Add dissector for Gluster 4.0 protocol
+5ac6b3d412 ntp: use 'seconds' instead of 'sec' for uniformity.
+2f126db3fe HTTP: set correct server port for tunnels
+38c0bedb07 pfcp: code clean up
+3d9534d0ee WireGuard: fix null-deref in wg_dissect_handshake_initiation
+bc6e462c23 GTPv2: add dissection of newer geographic location types
+0720dedeff MAC-NR: Fix length tracking of SRS ACT/DEACT CE
+28b7adfadc proto.c: allow more field types for proto_tree_add_item_ret_uint64()
+c4d76452d3 win-setup.ps1: verify integrity of downloaded files
+52e7344c69 ROHC: Move defines to .h file.
+a2518e6098 NAS 5GS: add dissection of IPv4v6 PDU address
+f543d4a2fd "It's not a valid text line" means "it's not an RFC 7468 file", not "it's bad".
+1ac6908cea GTPv2: update geographic_location_type_vals array
+73f3f89522 NAS 5GS: Various IE fixes
+b2d7da58a4 gsup: Don't print IEI + Length twice for unknown IEs
+297a6fe2f7 gsup: Fix dissecting wildcard APN names
+299306ab19 NSIS: fix uninstaller for Qt 5.10
+a7b56fff7e sharkd: Add support for hidden and generated fields
+2fa2947be0 TDS: Add support for non-nullable datetime and money types.
+0be9d149d0 prefs: fix range preferences-related crash after switching profiles
+5e2e9de930 Pass zero-length PSDU type information to the radio dissector.
+63126e284b Always process the "present flags" bitmaps.
+c7764e235c We should be reporting expert infos on invalid radiotap headers.
+739eebd3d2 802.11 Radiotap: add more bound checks in ieee80211_radiotap_iterator_next()
+f4bc40bc3b The radiotap header length must be >= 8.
+7c06c4d1fe GTP: Fix dissection of GTP_EXT_HDR_NR_RAN_CONT.
+d4de509cb8 802.11 Radiotap: add a missing subtree initialization
+77133ecc7e nas5gs: Dissect payload container with N1 SM information.
+4d87743c23 ssl-utils: fix key log read after EOF
+e754937251 WireGuard: implement decryption with PSKs
+50a0a710c4 WireGuard: decrypt transport data
+31f4c0dce1 WireGuard: implement responder handshake decryption
+c30b9fc891 WireGuard: add keylog for initiation decryption with ephemeral keys
+5b61737dc9 WireGuard: implement initiation message decryption with static keys
+cf9f1cac07 WireGuard: implement peer identification based on MAC1
+d7187e0b1b wsutil: Add Curve25519 ECDH (X25519) using Gcrypt
+e50ae0ad11 WireGuard: add session tracking
+f9c9af5527 Add WireGuard dissector
+ae8d0676ec WLAN: State type of key when reporting format error
+a878d23b23 nas5gs: Bugfixes and enhancements.
+93d50f542f AT: Allow more CMEE command types
+522b737b57 syslog: dissect more fields.
+67f721e12d NAS 5GS: Registration Request msg IE fixes
+1dc6d54d8d Another dictionary fix.
+ea11bf1525 nas5gs: Dissect Service area list.
+2ce1991f96 pfcp: added conversation
+e1d144e471 tvbuff: add assertion to tvb_skip_wsp_return().
+3d07f6f512 NAS 5GS: IE fixes as per spec v2.0.0
+d98faff197 Bluetooth: ATT: Implement 0x2A1F-0x2A59 remaining characteristics
+620fc587e4 editcap: Add ability to skip radiotap header.
+169962be43 AT: Fix check for numeric CME errors
+4a7e301bff Fix typo ACC → AAC
+93eaa1d648 AT: Add CIMI command
+ef15155bbf [Automatic update for 2018-08-05]
+ac27dc1f5c sctp: Improve exporting PDUs
+82454b82c5 print.c: Print FT_CHAR fields as FT_UINT8
+2d33cb67cc tshark: perform NPF driver check for capture only
+114012dc4b AT: fix check for non-numeric CME errors
+4d650e7249 AT: Add CSIM command
+20c08df23d [packet-selfm.c] - Fix handling of Response Code in Fast Message ACK Messages
+aa8ebb94e5 ASTERIX: Fix cat068/135 altitude value
+4d01567812 Windows: Upgrade Libgcrypt to 1.8.3
+2f1df0482a win-setup.ps1: make downloads faster by reusing proxy information
+5c474bdef1 AT: Fix CME Error description
+20b214f3ca [GSM A RR]: fix: properly dissect APDU Flags for Application Info
+98484f6428 AT: Allow test command for AT+CGMM
+51c6fde9c7 AT: Distinguish between numeric and textual CME errors
+a0814af296 sharkd: Return frame's color-filter colors
+49aef5b061 at: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+705b5bd52f rfc7648: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+2d865f2708 [GSM A RR]: fix APDU ID/Flags parsing for Application Info
+50e6046881 RANAP: decrease the min length to 7 bytes
+a13558c6c3 LISP: add support for Reliable Transport messages
+50dfbbd566 ospf: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+51299192e2 tap_export_pdu: Fix two memory leaks
+71759a7130 PTP: fix typo path_delay -> peer_delay
+7b6181ae6b Fix bug in RFC 5447 dictionary.
+1f28e31f75 tds: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+43abfaa451 PFCP: fix DL Buffering Duration time
+67ad27c50f lwm2mtlv: Update for changes in wmem_strsplit()
+084a27cf00 rsvp: fix this ‘if’ clause does not guard... [-Werror=misleading-indentation]
+4982f80206 rsvp: fix unused variable 'rsvp_xro_sobj_type_vals' [-Wunused-const-variable]
+8180b4eb77 gtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+f6efcbf4af GMPLS extensions to RSVP-TE
+9b9a0d0f88 kafka: fix builds without Snappy or LZ4 support
+925baf8c8c rfc7468: Usability improvements
+5ee4b03c33 msgpack: make return value optional.
+75ba65253f msgpack: fix return value for map and array.
+7c6ca703ef commit-msg: fixup whitespace and blank lines around "Bug" tags
+ad145baeee tshark: Allow exporting of PDUs to stdout
+f1e036b869 Cast the result of g_realloc().
+c9ecb01f36 Kafka: add info when we lack decompression support
+8d6e8f6498 RFC 7468 is PEM-inspired, but it's not PEM.
+75d4fac5f9 No need to tell the BER dissector the file name for RFC 7468 files.
+24e44a6ae6 Don't hide dissected data under a "Data" item.
+d985188aa5 AT: Dissect commands
+d4de56c676 radiotap: Add support for 0-length PSDUs.
+940775b948 Do most of the RFC 7468 file processing in the dissector.
+9cf292a30f Revert "Have find_or_create_conversation() use pinfo->conv_endpoint if present."
+b28345b8a4 Get rid of a no-longer-used dissector handle.
+ba202ef362 Have find_or_create_conversation() use pinfo->conv_endpoint if present.
+137bbb2d14 Export some more conversation functions.
+d950b14f26 For ISDN, don't create an endpoint by ID and then use it.
+83715db4a9 Improve debugging messages.
+20a3248ebb Frame numbers are unsigned.
+a9dcc80f1b Clean up white space.
+013ab2a5ff radiotap: fix indent (use tab)
+d0b2096075 wmem_interval_tree: fix no previous prototype for ‘update_edges_after_rotation’ [-Wmissing-prototypes]
+205a4ac144 No need to initialize cursorname_len.
+8f56eb5d00 TDS: Fix bad proto_tree_add_item_ret_string_and_length call.
+46cb956329 sccp: Make "lr" a generated item rather than hidden to make it obvious that it exists.
+5fb611b562 tds: fix uninitialized var.
+ead3d6b8c5 Relax ERF heuristic
+933a48bc6b Add WTAP_ENCAP_RUBY_MARSHAL to the table of encapsulation names.
+7e755f71ad SCTPGraphDialog: fix displaying a single TSN
+02b2c86c53 SCTPGraphArwndDialog: Detect max arwnd value when startArwnd is not set
+5da97a40c5 GMPLS extensions to OSPF-TE
+0049a1afae Add basic support for TDS 5 (Sybase) cursors.
+e7f7e04eff ieee80211: don't print the mode and channel in CSA IE as HEX
+75dc29bc10 [Automatic update for 2018-07-29]
+ce2d45dfc1 Qt: Comment some of the sparkline code.
+da774fbc61 bootp: Add support for non-standard MS option 77
+8546dfb173 bthci_cmd: fix spelling-error-in-binary found by lintian
+0a2681d012 debian: add lintian-overrides for libwireshark0 (spelling-error-in-binary)
+9ca8a9f87c test: do not silently ignore feature detection failures
+99242affde Revert "Pass all arguments to options as --option=argument."
+137d45f52c Pass all arguments to options as --option=argument.
+19b61b07ba commit-msg: quote the filename, fix printed message
+5ad53f8f10 --extcap-version requires = if it has an argument.
+ab94f7ff71 diameter: Update with some AVPs from TS 29.272
+b0315ff222 MAC-LTE: Add framing/heuristic support for SR entries.
+8a0cbd49ad Add a preference to override the radiotap FCS bit.
+98ecf04f91 GSM SIM: Show length for 0x9f status word
+762f12d625 GSM SIM: Fix special case for "Wrong length" sw
+8607026a7d msgpack: replace pow() with shift.
+4a498ae798 Don't remove a tap listener we didn't find in the first place.
+3071af2550 GSM SIM: Parse 0x61 and 0x6C status words
+532e8c8011 nfapi: fix dissection of CONFIG.request
+4ff2c7b685 netlink: fix conflict
+b8e1d6944d docsis-macmgmt: fix spelling-error-in-binary found by lintian
+7618aa055c CIP Motion: Code cleanup
+461d9be5bf coap/oscore: fix conflict
+0c0dadb2ee CMake: More update_tools_help fixes.
+b489a835c2 GTP: add 5G NR User Plane Dissection
+f3de00fc36 CMake: Fixup some documentation dependencies.
+4bd0978f9c reassemble_test: Fix argument type warnings.
+956321ed67 zbee-nwk-gp: don't assume packet is NULL
+13f7978169 SCTPGraphDialog: Remove two unused members
+eb837bb036 MsgPack: fix format 'long (unsigned) int' error
+cfda02a9b5 CMake: fix build when some tools are not built
+0890837669 SCTPGraphDialog: Clear internal vectors
+e3436d819a .mailmap: update of July (2018)
+d7c4e482b7 Remove executable file permission from lua test files
+e62a8bd5db In bgatt.uuid0xXXXX names, hex digits in XXXX are lower case.
+954fe24e41 If the dissector isn't registered, you shouldn't be calling it.
+94466d0b1a Clean up whitespace.
+f99d2d2afe Do some more checks.
+f98fbce64c Don't assume a given btgatt.uuid0xXXXX dissector exists.
+fbd682ed28 Remove false claims.
+e2e20c0dbb ssl: dtls: Fix small memory leaks
+60d7288f1d [Automatic update for 2018-07-22]
+8eafe0e41b add DXL dissector.
+b93ece3780 cisco-fp-min: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+9e20822ae2 CIP Motion: Attribute updates
+ac1cb82842 add MsgPack dissector.
+45fa49ff02 FP: Fix wrong indexer
+231cc0501a packet-k12: Fix small memory leak
+9b731e2b32 Add a tap "finish" callback, called when a listener is removed.
+66935d8baa CMake: Add tools help checks.
+1ec79c84f0 Kafka: add support for additional Produce, Fetch, OffsetCommit and Heartbeat API versions
+5d8a5fb866 If we have fseek/ftell variants with 64-bit offsets, use them.
+ffbd3151b5 CMake: Fixup our tools help dependencies.
+b622b1f5c1 Clean up tests.
+977f4c2e68 CMake: Don't bother testing for _fseeki64 on Windows.
+c78b6cdcef WSUG: Added placeholders for missing documentation
+d83ad81aba AsciiDoctor markup updates.
+61dd06ed9f Lua: Switch from disable_lua to enable_lua.
+381ea0973f WSUG: Update the Statistics chapter to match current Qt UI
+4cb8a90ef2 stun: fix typo found by lintian
+ade0bbd9c3 ISAKMP: Incorrect presentation of NETMASK for INTERNAL_IP4_SUBNET Config Attribute
+920548a34a PTP: Don't interpret UDP packets as 802.1as
+065a762579 Extcap programs must write to the packet pipe in binary mode.
+268883d1a7 WSUG: Update docs for 'Export Object'
+8bb54d7a61 H.265: Parsing media format specific parameter from SDP.
+9795cc0285 Tools: Remove parentheses around bug notes.
+32098ac5b1 Qt: Remove an unneeded function.
+8563b94d56 Qt: update to QCustomPlot 1.3.2
+0ce2cdda8b Tests: add minimal pytest support
+3d1e3023d2 wmem: make wmem_strsplit behave more like g_strsplit
+59dcf1f790 LPP: upgrade dissector to v15.0.0
+2cfa3013bc Qt: Create the main display filter combo sooner.
+40d180ec6d Lua: add include/lua-5.1 and include/lua-5.2 to CMake path suffixes
+74a747fd52 extcap: Correct doc structure
+4eb5b535ec DOCSIS: fix null-pointer crash in OPT-RSP TLVs decoding
+118017e3e2 Supply a 0s/0ns value for invalid time value lengths.
+16860320e1 Update the comment giving I-D URLs.
+599ee9f08c [Automatic update for 2018-07-15]
+903927e012 ZBEE-NWK_GP: add key decryption during commissioning process
+3b22892e75 DHCPv6: device type is not mandatory for ecm.
+1834cda2ee The maximum offset in an IP option dissector is the length of the option.
+4f7c8503b0 wmem_tree: describe tree traversal order
+e5478f9e84 wmem_itree:update children max_edge after rotation
+f20b05f87d PROFINET: Refactoring
+99ca2f3ed2 Qt: try to sort numeric columns (such as ports) as number
+dac91db65e mptcp: Correctly find mappings and reinjections
+c5ede2f8c5 gprscdr: Update to 3GPP TS 32.298 V15.3.0
+98aedc41a8 pfcp: Update to 3GPP TS 29.244 V15.2.0
+c8293ac052 pfcp: update Enterprise IE
+28cb2d4394 extcap: Create docbook documentation
+6dc8e11d8d CIP Motion: Update attribute service handling
+78f7df30ec LTE RRC: upgrade dissector to v15.2.2
+b9c18a4188 CoAP: handle per packet data properly
+eba42b0012 COPS: fixed error codes
+3d0b00243a Add time_micros field to the riemann dissector
+be39241b44 Fix URL to Riemann protobuf structures layout
+16953695d7 Qt: make "Save As" in Follow Streams usable
+ec22bcc0ee DeviceNet: Add reference to spec name
+0664281df9 btatt: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+ba1d0c31cd GTPv2: Added missing string for value 1 of Secondary Rat Usage Report Type
+3e2d3837dd If we explicitly started a new page, print a column header line if necessary.
+325b033ca4 Expand another comment to explain why we're ignoring empty lines.
+c29c043cdc Note that this code is checking for being on a new page.
+5a560f3f6a dns: fix off-by-one buffer overflow (write)
+6f665e36ed H.265: implement Level bit rates, few general fixes.
+a9e94add1a NGAP: fix memory scope used to store nodes address
+55c6038fb0 xnap: fix use-after-free of "xnap_conv->addr_a"
+0e043692ec [Automatic update for 2018-07-08]
+c0ca2c5534 XRA: adding missing packettypes and tlvs
+7e000c9661 travis: fix typo.
+fed08d380f E1AP: add dissector based on v15.0.0
+caa8efa0d2 tests: add regression tests for Follow TCP Stream
+11871bee1c Plug extension list leak.
+238c7dd61d Don't use QFileInfo()::baseName().
+aab5ad074e Fix the calculation of a file's "basename".
+140f95a0ca CIP: Various I/O updates
+80c4cf05a4 Developer Guide: Updates
+9c4d312822 cisco-fp-min: fix indent (use 4 spaces)
+7a3f397c2b Qt: fix wrong Follow Stream text position after changing mode
+59192f79fc tcp: ignore zero-length payloads for Follow TCP Stream
+aecb143e2c tcp: fix Follow TCP Stream for overlapping data
+079d1521c6 tcp: fix Follow TCP Stream with missing (but ACKed) segments
+8d117f327f tcp: remove repetitive "follow_record->is_server"
+c40c26c04c Follow Stream: ensure linear performance with many packets
+2d36c475f9 Use the display name in "Save As..." output for statistics taps.
+874c978bbc Use the file *base* name for statistics graphs etc..
+d8df975e2e Change the print preview if "include column headings" changes.
+d7ce2bece8 Add a "Include column headings" checkbox in export dissections and print.
+2ba45c2556 F1AP: upgrade dissector to v15.2.1
+692849f7ad PFCP: Fix dissection of Network Instance.
+eb5f330ebf wisun: fix remove EAPOL-ready field; add Routing Cost to info
+ab6f89cae1 Make source file not executable
+738818fe4d DOCSIS: Added decoding for OPT (OFDM Downstream Profile Test) messages
+750660d60f tap-rtp-common: fix comma at end of enumerator list [-Wpedantic]
+9e480c51bb Distinguish between "reserved for implementation" and "reserved for future use".
+1c6dc6d31f Some fixes.
+018025e3bc LPPa: upgrade dissector to v15.0.0
+d052974332 X2AP: fix dissection of SgNB to MeNB Container
+9655acc757 fileTitle -> fileDisplayName.
+60d5c04dc3 We have cf_get_display_name(); use it to get the title bar string.
+a442fd512b Set the file path for a main window if it's not a temporary file.
+9541945aa2 Just use CaptureFile::fileTitle() in MainWindow::setTitlebarForCaptureFile().
+d76db1de78 CaptureFile.fileTitle() is for display, not for file name processing.
+670377f491 Don't show temporary file names in title bars.
+03200d951d packet-stcsig.c: Improve detection of false positives
+18c6408f87 packet-hsrp.c: Fix the display length of some tlv-blocks
+8998c91b32 CMake: check Asciidoctor version availability before using it
+c8938f9ceb ssl-utils: Add missing entry for ECJPAKE in ssl_31_ciphersuite[] and ssl_get_keyex_alg().
+0e19b1cdbf nas5gs: Dissect 2 more IEs.
+2f4cdb97c7 file: add more sanity checks to detect UI/file loading issues
+536e26c55e Qt: fix crash on opening a capture file while loading/saving another
+8a1e517bef file: fix packet list update after dfilter change during live capture
+9ba6d3fbc0 BGP: Break off IPv6 LU NLRI into its own fields
+4473ec9295 Update a comment to reflect current reality.
+e83ec1afa7 Fix various compile warnings.
+d897492197 WSUTIL/PINT: transform macros into static functions
+eda1a319ab Add first time H.265 based on the H.264 dissector.
+a277a520fc The "Ethernet offset" is 16 bits in the file; make it so in the pseudo-header.
+c87a6d364d Make arrays of 4 octets arrays of 4 guint8.
+a88126d91f Make an array of 4 octets an array of 4 guint8.
+4572b77148 WSUTIL: create phtole32 and 64 functions
+53e04b621c DNS: fix in expand_dns_name
+b8081bba8f Get rid of trailing space.
+1075054a10 Add new encoding names for seconds/{micro,nano}second time stamps.
+a796138283 Use proto_tree_add_item() for a number of time values.
+e9dc611e4f Update a comment.
+8fa7d54edc Use proto_tree_add_item() to add a seconds value.
+3a9b055f04 Add support for 8+8 and 8+4 struct timespec, and use it with 9P.
+332ec00e25 Use proto_tree_add_item() to add a seconds value.
+e68ec53852 Use proto_tree_add_item() to add a seconds/nanoseconds value.
+0f21f9674d smb2: Add request/response arrows
+2c6248f011 NGAP: upgrade dissector to v15.0.0
+5c6f2e8882 Mkae the handling of non-full-frame time stamps match RFC 5456.
+17a39db773 Bluetooth: ATT: Implement 0x2A0B-0x2A1B remaining characteristics
+e7b0e9aa90 XnAP: capitalize 2 hand made fields
+a15fc7f430 S1AP: search GCSNA dissector only at startup
+f88256c2f3 [Automatic update for 2018-07-01]
+9d1cea0c18 Fix creation of conversation.
+f7b91633c4 randpktdump: add --delay option
+61656dd2e6 Fix handling of DEB_BUILD_OPTIONS=nocheck
+747793afae Fix debugging code.
+39d0648d25 mdp: fix no previous prototype for ‘proto_reg_handoff_mdp’ [-Wmissing-prototypes]
+453f009ace Minimal support for ECJPAKE.
+6f3f6626fe ubdp: fix no previous prototype for ‘proto_reg_handoff_ubdp’ [-Wmissing-prototypes]
+b14e01c4ac Exablaze: Fix signed/unsigned comparison
+212e5bdaad packet-cisco-fp-mim.c: Add support for FP packets that contain an extra QinQ header
+6085a8c4d8 XnAP: add an option to force target NG-RAN container decoding format
+cc5701fbb1 XnAP: add dissector based on v15.0.0
+79a3829f4b AT: Allow padding in heuristic check
+aff4900a6c Do not add Change-Id on packaging branches
+3431849a67 Windows: run update_tools_help target when building installer
+1108791d29 packet-ieee80211.c: Mikrotik IE should be Routerboard, added dissection update
+4c275bede3 sflow: print sysuptime in human readable form.
+8e07b778f6 file: do not perform recursive redissections to avoid crashes
+411c5e9dcf Fix indentation.
+f3f71a2d83 packet-lldp.c: Some updates to Cisco vendor subtypes (UPOE and ACI)
+6f97a8f24b NGAP: dissect PLMNIdentity IE
+7b97253237 NGAP: display TAC and EPS TAC as DEC_HEX
+2865453fc2 X2AP: display 5GS TAC as DEC_HEX
+6cbf24b58e S1AP: display 5GS TAC as DEC_HEX
+c776529e83 nas5gs: Dissection updates
+16f543a232 IEEE 802.11: Disable FCS validation by default.
+2bb09c2d56 DICOM: use pinfo pool memory for strings used in columns
+0090007308 opa: Add support for TID RDMA protocol
+bb47336086 Make white space consistent.
+a78026d33f rtps: Fixed multichannel locator fields order
+ca42331437 tcp: add support for reassembling out-of-order segments
+e6935f9635 docbook: add info about using symbolic links for git hooks.
+8304f69fd7 Add macros to initialize nstime_t values and use them.
+c8518753c8 packet-mdp.c: New dissector for Cisco Meraki Discovery Protocol
+754cf4b934 packet-updp.c: New dissector for Ubiquiti Discovery Protocol
+34074d6131 NAS EPS: add subtrees for extended emergency numbers and ciphered data sets
+3937f65e67 RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs column
+234ff77e41 macosx-setup: fix indentation.
+45aecc07c9 CIP: Improve Class 2/3 connection handling
+a7610e837b Sort our column descriptions.
+d8459d8930 packet export: Add default file extension
+5d97cee7da Remove IPX from our default filters.
+21ad017310 NAS5GS: Dissect 5GS network feature support IE-
+af4b6cb9a2 Revert "docbook: remove equivalent case."
+e4e0488da9 docbook: reduce ruby code duplication by introducing utils module.
+622b17a475 docbook: remove equivalent case.
+52bcc40d5e docbook: rewrite some ruby code according to RuboCop suggestions.
+57c108570f Release note updates.
+d3e3c00fbb prefs: fix crash when importing old filter expression preference
+c20432285a git hooks: prevent first commit message line to exceed 80 chars.
+44efca4ae8 editcap: move -I and -a options description to packet manipulation section
+910bc034ab TRANSUM: fix crash when switching profiles
+e94553167c Ethernet: Disable FCS validation by default.
+bd3188b072 Add Windows 10 Release ID to About info
+1f5c420508 BGP-MP NLRI can have Path ID for IPv4 Unicast/Multicast and Labeled Unicast
+13150c9564 Exported PDU: adjust protocol and tag tree lengths
+d3b4f1980e epan: Fix session null-pointer check
+fe94133f0d Remove code specific to older versions of Visual Studio.
+c68a1f049e WSDG: Fix a couple of links.
+67a3f83769 GTK+: Remove the last original bit of GTK+ code.
+e10e3ae9ea print.c: Handles special chars when using -T fields
+c74dba69fc Windows: Fetch our version using RtlGetVersion.
+1437b421a2 Qt: Fix crash when starting to drag on the wrong position
+2d8e8b9574 CMake: Make the pdb_zip_package target passive.
+305b0d3fbe RRC: upgrade dissector to v15.3.0
+a57b3cee3c PER:  Also report if open type length is less than dissected length.
+471fb9a54a packet-dcm.c: heuristic dissection rework
+328f5cf440 Q931: do not tap packet if no packet info is present
+d2a0167375 nfs: fix displaying of operation CLONE
+724519d8f9 Fix shellcheck issues in debian-setup.sh.
+b0a25f4443 Shorten the text of System Name and System Description in the info column
+ef27a2c21c packet-ieee802211.c: Corrects A-MSDU addr_resolve dissection
+74d0be8201 Disable coloring rules with invalid packet-testing expressions.
+168ddd45c4 Try to fix the macOS builder.
+0c75ad97d5 Qt: Fix Filterexpression Toolbar
+5736125e3b F1AP: dissect more OCTET STRING from X2AP ASN.1 description
+c6fc452c95 X2AP: upgrade dissector to v15.2.0
+3a514caaf1 Qt: Move FilterToolBar to a separate class
+5404cbbc7f drb/rbm: fix indentation issues.
+81d1e2b55b DT2000: Call RRC dissector from newer primitives.
+29f38cf782 docbook: replace ASCIIDOCTOR_EXECUTABLE with ASCIIDOCTOR_PDF_EXECUTABLE.
+dbba573f4d USB: Fall back to transfer type from descriptor
+336b56b3fc .mailmap: update of June (2018)
+87973bf516 RTP: Common functions for allocation/deallocation of rtpstream_info_t
+59c0b48d0a gtpv2: extend msgs supported in request/reply matching algorithm
+707ca32614 gtpv2: all teid header fields should have the same type (like in gtp)
+4c26988e72 USB: Dissect URB transfer flags
+c778dec6f8 Add support for Cisco ACI
+1e94202b0e [Automatic update for 2018-06-24]
+86d1664272 F1AP: upgrade dissector to v15.2.0
+f56b504067 Don't pass an un-initialized dummy structure to dissect_cip_io_generic().
+9f8c332c59 RTP: code cleanup 3
+db4fb82555 enip: fix no previous prototype for ‘dissect_item_sequenced_address/dissect_item_connected_address’ [-Wmissing-prototypes]
+d2f1d48ecf NR RRC: register dissectors for UE-NR-Capability and UE-MRDC-Capability IEs
+d5055d9846 NAS EPS: fix wrong operator.
+a33d27a19b drb: fix no previous prototype for ‘proto_register_drb/proto_reg_handoff_drb’ [-Wmissing-prototypes]
+024259bd73 NAS EPS: upgrade dissector to v15.3.0
+e2f161adff NGAP: add dissection of DataCodingScheme and WarningMessageContents IEs
+ff3b7c9a93 S1AP: fix a copy/paste error in a field name
+e7ac2e4e92 Try to make sure we don't overrun sub-tlvs
+651336f3e8 S1AP: update version info in header
+3909f8a8b9 S1AP: upgrade dissector to v15.2.0
+23bef01ad3 The fractional part of a secs+nsecs time adjustment must be < 10^9.
+7728a336ed editcap: ifix time shift with useconds carry
+590d0a483e Declare lead_surrogate only in the block where it's used.
+edc2bebcec Include <stdlib.h>, to declare exit().
+8ef62a83f4 PER: fix decoding of bit strings with an upper bound >= 64K
+db6d8ae80c tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As consequence of it a few functions were moved from ui/rtp_stream to ui/tap-rtp-common.
+eee4f44e9d XRA: HCS check for docsis segments
+8a62ff570c WSUG: Update the Follow Stream documentation.
+9c2bb3d005 Indicate why we ahve to check the address type.
+f61723d885 Squelch a warning from MSVC.
+67fe4265e4 rtps: Fixed min_length in rtps_data dissection
+d752f518cd     RTP: Stats calculation unification
+5f45709d95 lwm2mtlv: Show object name in a generated item
+013675c9ad DHCPv4: Fix dissection of packets using HMAC-MD5 authentication
+9190cd1f89 Add dissector for Exablaze timestamping trailers
+2bac238efb Fix in CRC checker for FPP
+c678cf8a6a DHCPv6: Improve dissection of packets using HMAC-MD5 authentication
+6b13c05da1 OpcUa: fix in function getExtensionObjectType
+11ba10dd4b Fix build paths for cmake's Xcode project generator on macOS.
+17604f15a1 CMake+macOS: Make sure we're using the right Qt tools.
+7f77259e55 NR RRC: upgrade dissector to v15.2.0
+ebf4ce3149 WSUG: Document the use of CMake when building on Unix
+293be57265 Test: Add sharkd tests.
+69fc3d8f3a HTTP: fix in desegmentation of HEAD requests and responses
+c1e5733a28 travis: remove unnecessary qt5 in PATH for macOS
+1600a7d9f8 Check the address type, not the address length, in multicast/broadcast tests.
+50c1900141 MAC NR: upgrade dissector to v15.2.0
+832b4e16d4 lwm2mtlv: Add Object name tables
+c06bfeae0a RTP: Code cleanup 2
+f99c1c4513 PDCP NR: upgrade SDAP dissection to v15.0.0
+590d8c091e LTE RRC: upgrade dissector to v15.2.0
+ccd2512602 CMake+macOS: Allow the use of ENV{CMAKE_PREFIX_PATH}.
+1b4b5e59e9 RTP: Encapsulation of comparsion of two rtpstreams
+01de57bef6 nas5gs: Fix bitmask for NAS key set identifier.
+d818ca2cc0 User Guide: change MATE ref from Wiki to own document
+27a1906c58 RTP: Code clean up
+434fbe20dd Updating T6aT6b specific DIAMETER AVPs per 29.128 15.3
+e02a4c0688 make-version.pl: If the VCS isn't git there is no commit_id.
+7d2002f6f1 NAS-5GS: Fix dissection of security header.
+92841d5eec gitlab-ci: add fedora build.
+31c1cd95cf DNS: changed maximum length of dns names from 1025 to 255
+bf829007b4 PDCP NR: fix IP tvbuff creation when MAC-I is present
+304e03eb75 Documentation: Add version to Guides
+b7b86bcd9f Adding changes for S6t AVPs to dictionary.xml based on 29.336 V15.3
+f2ece6c051 CheckPoint FW-1 New encrypt check point added
+23b09811b9 Remove an unused recent setting.
+d88c5df0cf Test+CMake: Make our test grouping more fine-grained.
+f1c410275f Get rid of some occurrences of Q_UNUSED
+9ce3036037 802.11: Dissect locally originated mesh frames
+8e270f854e rbm: remove unused ei field.
+7fca68fb7c rbm: fix no previous prototype.
+654ab0d96b expert: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+7ca88cc629 Diameter: Update S6t interface AVP:s
+5f67f27424 Bluetooth HCI update
+bef062e56e CIP: Improve I/O handling
+333e915cff Better name for the routine.
+078a53f994 For the contains operator, both sides have to have the same type.
+df9cd64550 character constant in dfilter now must fit into one byte
+21a02e29de [Automatic update for 2018-06-17]
+479c2ba38b FP: Decode more fields and show units
+ea5c8435e4 GSUP: Add Supplementary Service relate ddecoding
+9055584dce rbm: improve fields layout and decode more types.
+580b2e13f1 GSUP: fix incorrect message types
+1a8ed6fa28 Fix NFSv4.2 CHANGE_TYPE constants
+2d4b50fc3d Put the entire server response into the Info column as is.
+3d5b268323 dot11decrypt(crypt): Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+8c959c80e9 bthfp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+866ddb1b18 Add -Wextra-semi to (clang) C and C++ flags to make sure the buildbots will find this.
+8b87a865d5 NAS 5GS: Add dissection of Security header.
+25d3c6270a MAC NR: fix dissection of single byte padding CE
+5ea2fe3844 pfcp: add handle of IEs with null length
+08ef8f1326 Just extract the title length once.
+1e84591f4f Fix some "bad file" messages.
+7f3d7199fb Convert NetMon comment titles to UTF-8 when reading the file.
+92412335d1 No need to check for a UTF-16 string's length being a multiple of 2.
+3df05f3ec8 Fix indentation.
+58d211dc7f Fix the handling of paths in the process information.
+5b3ce0bf9e nas_5gs: fix ifdefs in nas_5gs_mm_message_type_vals.
+587b5a756e NAS 5GS: Further updates according to 2.0.0
+555067724a VoIP: fix in prepare filter for VOIP calls
+78ae936d6b ISUP: Add an expert entry for wrong optional parameter length.
+1bbbbdcf46 [GSM A RR]: Fix Feature Indicator (10.5.2.76)
+ee4d8c66d5 pfcp: corrected Graceful Release Period tree Header for better readability
+e281ca6f83 HTTP2: prevent a segmentation fault if HTTP2 dissector was not called on first pass
+94bf85ad26 ENIP: Pull out CPF items to separate functions
+4059b56d3d DOCSIS: correct reassembly of UCD in REG-RSP-MP and DBC-REQ messages
+40f655392f Bluetooth: HFP: Implement some Apple-specific AT commands
+69ad89caa9 Make sure *both* sides are unsigned.
+0cc092d4b1 Try again to fix the signed vs. unsigned comparison warning.
+96c4655ae0 Fix signed vs. unsigned comparison warning.
+871e964627 Add some length checks, remove a DISSECTOR_ASSERT().
+a37ace7bfd Doxygen updates.
+169ff5a7f5 BT Common: fix btcommon.eir_ad.entry.le_role filter
+4e7f4881d2 Don't let randpkt write packets libwiretap can't read.
+a03eacc7aa Clean up handling of counted blobs of bytes.
+362576e107 gtpv2: Avoid possible misuse of comma operator warning
+ac17c3fe14 GTPv2: updated Presence Reporting Area IEs
+16b04f59ed NAS-5GS: Update towards spec 2.0.0
+6825f47bd1 wisun: fix name of Netricity Frame Type IE
+9b03b6fc8e ber: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+1568ea952b BT Common: use bluetooth_address_type_vals with btcommon.eir_ad.entry.le_bd_addr.type
+24a2e2d52f Diameter: added AVPs 2845 and 2846 to 'dictionary.xml'
+4f383c2b8c zbee nwk gp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+7b6f351a05 inap: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+bfba71c3b0 http: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+2047d68872 opa-fe: Add Support for Reassembly of FE TCP Packets
+53a1840626 Windows: HiDPI-ify our native print dialogs.
+2f64ec0844 Give more detailed information about capture permissions on Debian.
+722d6b06f6 Rewrite make-{dissectors,taps} in Python
+bfb7028ba9 More shellcheck fixes.
+0e3901d82f debian-setup: fix GnuTLS installation for Ubuntu 14.04
+3b5b7b4da9 dct2000: call LTE NAS dissector for r13 release
+deddb545b8 Offer a permissions suggestion for macOS.
+dd87f2018a Fix names in declarations to match definitions.
+5ecbcaf483 Improve the secondary error messages for pcap errors.
+e0b8837d9a [Automatic update for 2018-06-10]
+3c9c2c6534 If device->active_dlt = -1, show "Unknown" rather than "DLT -1".
+0fbb5f84d0 Do bounds checking of the offset and length in proto_tree_add_string().
+33eb5e73dd Use FT_NONE, not FT_STRINGZ, for the field that covers the packet.
+e12e6b79f9 RRC: Simplify private data creation
+4ffca502cc NBAP: Simplify private data creation
+8f3ff1d24d RANAP: Simplify private data creation
+1aff175b1c gitlab-ci: add opensuse build.
+edcad2c3f5 gitlab-ci: add centos build.
+df1b07cc62 gitlab-ci: add tshark --version test after all jobs.
+d279713cf8 inap: Add Digits dissection
+bc2e185278 fp: Use add_item_ret for cfn control
+8c73874ef0 Fix handling of text headers with non-text values.
+e528602a64 A bit of fine tuning the stcsig dissector.
+e088fcd84c gitlab-ci: make ubuntu steps a module.
+c8f070473a camel: Add Digits dissection
+b296168874 rpm: fix compilation on centos (uses cmake3).
+43a88c230f Fixup a couple of shellcheck "fixes".
+89540b9cba Make the string representation of the frame bitmap cover the frame bitmap.
+09a7e8e863 The string part of a NULL string is zero bytes long, not 4 bytes long.
+3cfd2bf0b3 NGAP: fix compilation with gcc 8.1.1
+ee88dc8196 BT Common: fix dissection of 32 bits and 128 bits UUID
+650e379154 Show the names of the profile, device and cluster in the simple descriptor response.
+d56e596fb9 rtps: Added data tags
+bd2c4deb72 LISP: Decode AFNUM_802 as AFNUM_EUI48
+99aeec08d0 Diameter: Add enum value to 3GPP AVP 614 Server-Assignment-Type.
+20971b17e1 NGAP: New dissector for 3GPP TS 38.413
+2b1741ecd0 rpm-setup: add rpmbuild package.
+e2ada3e687 rpm-setup: add support for opensuse non-interactive mode.
+63c62a2212 tools: update rpm-setup.
+e7c6576b51 SCTP: Add a checkbox to show relative TSNs
+9932f496e2 PROFINET: ErrorCode2 is updated
+7ae1c683f3 s101: add initializer.
+1c7b101b35 New protocol support for Lawo EmberPlus which is Glow embedded in S101
+e020ccab49 Fix again.
+36c79feda8 Fix indentation.
+0a9e92d585 Use proto_tree_add_expert{_format}() to report errors.
+0d25e3d11f ua3g: updated freeseating message decoding to support ipv6 address in maincpu0 and maincpu1 parameters.
+f8092f96b3 Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.
+37119e5da0 FP: Migrating some fields to add_item_ret
+f76f9a51b8 Fix a comparison.
+8f664a746c Preincrement iterators for better performance
+4905983845 More shellcheck checks and fixes.
+0882e94cff Qt: Set the ByteViewText field and protocol foreground.
+0ac8960b9f rbm: fix compilation with gcc-8.
+100d8ec970 add dissector for distributed ruby protocol.
+500102c265 add file dissector for ruby marshal objects.
+27ce47ce83 FP: Decode T1,T2,T3
+24713511eb wiretap: add support for ruby marshal object files.
+78cb5c7776 FP: Show sir target units in tree
+56a33b8093 MTP3: Have prototype parameter names match the implementation
+9031281672 CMake: Get rid of FULL_SO_VERSION
+6bb5a7af66 lemon: Make it build with __clang_analyzer__ defined
+79da59e31f FP: Only show 1 digit after the dot for UL SIR
+c99e9d6aa4 Add COMMON_ARGS to the "Command and args" message.
+a5d6ccc50d Shellcheck fixes.
+f2dada0663 Make sure proto_tree_add_expert items are always added to the tree.
+c82883c1d6 cmake: fix DTD, Diameter and radius dependencies
+26be931810 extcap: Fix a potential leak of memory pointed to by 'toolbar_entry'
+e8493fa7c4 GTP: Don't test for the obvious
+d10f0a62b2 3GPP NAS: fix dissection of Linked TI IE
+16cd981151 Tweak cppcheck to test with better settings
+fc4de96fe7 Docs: Update the Configuration Profiles section of the User's Guide.
+ba3dfd5f4b Fix rpm-setup.sh so it works when you're not installing the optional pkgs.
+ae759a4777 VXLAN: hang undissected data off the top-level tree.
+5138f6b8c3 WSUG: Update the profiles dialog image.
+446b22ba25 Debian: Add missing symbols.
+8cead5ed74 UDS: Add Transfer Data Block Sequence Counter
+836e2bfe55 Debian: More GNUTLS updates.
+c23f352064 Spirent Test Center Signature decoding support including FibreChannel
+394f603c2b Diameter: Type name should be IPAddress
+7745c093cf Diameter: Add some protocol values to AVP Protocol enum.
+896049f68f SYNC: make sync.length_of_packet filter usable
+ecc9b011c5 SYNC: fix decoding of PDU type 3 format
+6327a86981 We were telling the FibreChannel dissector to decode the last 8 bytes twice
+b891fe969e Diameter: Update with some AVPs from RFC 5777
+cbffd8c646 gtp, gtpv2: improve request/reply matching algorithm
+14456d0de8 travis: fix gem command line.
+94c92f2492 Remove a now-unused field.
+6440a33fdf ZBEE-NWK-GP:add support for some ZGP commands
+447ffdf042 Correctly handle the PPI GPS timestamp fraction
+8e7396edb4 Don't use FT_STRING fields for non-strings.
+34df836f0f Debian: Use libgnutls28-dev.
+63ded3e9df Move a comment where it belongs
+e253c18400 PDCP NR: add SDAP header presence indication and dissection
+1f6eb7d7a8 SCTP: Adjust minTSN
+b9e8b7cb24 When using the NEW_PROTO_TREE_API, the proto_tree_add... functions are "redefined" to handle the same way as before.
+70e49e8e13 travis: don't install asciidoctor's documentation.
+3add4176ea tools: add bsd-setup.sh.
+6addd9602b gtpv2: Fix timestamps in GTPv2 Secondary RAT Usage Data Report IE
+5aa20ff824 Allow user to override config dir for all OSes
+236af95178 Added support for new proprietary fields (private extensions) for Ericsson.
+79b12ab071 Use proper unsigned constant for bit shift
+4af23446b6 Send the "Command and args:" message to the right output file.
+ceeff7db4d MAC: Use PINFO_FD_VISITED macro
+3542b22ba7 RLC: Use PINFO_FD_VISITED macro
+f6e3ed7e87 RRC: Use PINFO_FD_VISITED macro
+79a024337d NBAP: Use PINFO_FD_VISITED macro
+6be2fa34e7 RSL: Fix bug in dissector for RELEASE REQUEST
+5767118ec9 Free dynamic header fields on exit
+5c51008ef0 Fix handling of guintvars.
+f5faa1e12d [Automatic update for 2018-06-03]
+de6f6056f1 CIP: Remove extra tree level from path segments
+045f2aa173 sharkd_session.c: fix a size_t to int conversion warning emitted by MSVC2017 x64
+2f9c61f03f Name update.
+05b7f6e52c FP: Use PINFO_FD_VISITED macro
+4812085c28 scte35: fix uninitialized variable.
+871ed51bb1 DCT2000:  call lte rrc dissector for later releases
+51318eccfc Make make-{taps,dissectors}.c shared code shared.
+f4e3d8cbf3 Qt: Rename MainWelcome
+5ff8c3895a SCCP: fix performance drop in reassembler code
+a1a56bd97d Qt: Move Layout and clear master_split use
+2235c89e0c gsm_a_bssmap: Add LCLS specific PDU dissection
+b5f36fed86 pfcp: decode Network Instance as string
+dd33eacfa4 CIP: Minor updates
+4e82b0b6da Remove tabs around manuf names as shown for BASE_OUI
+c9ba7c95df CIP: Use a struct for connection triad
+a7c244e4f1 Don't assume an HTTP header doesn't contain a NUL.
+bbf31d3d54 CIP Security: Fix Preshared Key parsing
+de447c1544 sharkd: add support for io graph.
+f6679c75f7 Docs: Add a live preview section to the docbook README.
+241eeb6333 Docs: Fix a couple of Asciidoctor warnings.
+00f51fef21 Don't check the CRC if the message isn't big enough to have a CRC.
+64a2b4101a Move make-taps and make-dissectors to tools/
+337b991cf0 PCP: implement label support introduced in PCP 4.0.0
+02047488f1 Thread dissecting for Coap payload: fix to token index
+ff28818088 mysql: fix packet length calculation
+d8c19f8593 CMake: clarify that perl is mandatory
+52066dae67 DCT2000:  call NR RRC dissector for protocol payloads.
+93e6ab8eb9 Fix problem building on NetBSD 7.1.
+55304159fc Test: Add UTF-8 filter tests.
+a5d3079b07 ifaddrs.h may require sys/types.h to be included first.
+031dc5dfc4 Diameter: Remove make file.
+9e4f7dc50d Qt:Fix ProtoTree Copy
+c5b5c4a2ed ZBEE-NWK-GP: Correct the number of leading 0s in display
+30ebff35e3 Qt: use data() instead of constData() in pcap_compile().
+06571ad330 Add valgrind support to randpkt-test.sh.
+8da4777440 Qt: fix memleaks on opening a context menu
+349c3aa3d5 Qt: fix memleaks in protocol preferences menu
+7a59406e78 Qt: fix memleak in PacketList::contextMenuEvent
+ac041b9d0b Qt: fix memleak from cf_get_display_name
+1a1f424346 Add PROXY(v2) protocol
+6bcae9d34c .mailmap: update of May (2018)
+2cb6056388 http: continue parsing in spite of illegal header name
+635cad9373 mstp: fix buffer overflow in COBS decoding
+bf886df8b6 wiretap: camins: add support for timestamps
+8f6c3ee8e1 Boost the maximum frame size.
+c74ba09dcf Use rel_time_to_secs_str() to format a time delta.
+d2671e6b6a RPC-over-RDMA: fix infinite loop
+1787a1f84c Add the MATE documentation chapter to the User Guide
+1d8c18673d ua3g: added setup of rtp/rtcp converstations from record-rtp message
+f573e8f2fa gtp: added "response in/to" for GPRS Data record
+db009f4b07 GTP: fix dissection of GGSN addresses in PDP Context ie
+272caac0e9 GTPv2: improve visualization of PDN addresses
+f59272dd8f ESP: fix a memory leak in UAT management
+338604ad9e tools: rename rpm_setup.sh to reflect other similar scripts.
+fab15cd64f wsutil: fix compilation on freebsd.
+2439483593 Indicate *which* field would go past the MAX_TREE_ITEMS limit.
+91c069d5b3 Fix test for early exit from MMSE dissector.
+315b905ed5 ua3g: updated decoding of set-skin-id message
+b3ccf911db ua3g: fixed decoding of start-tone message
+07454464a4 sctp-analysis: Use g_list_free_full() in a couple of places.
+ea763a9638 Qt: select a better default Decode As table
+2ef7e8cf42 SCTPAllAssocsDialog: fix memleak of "sctp_assocs"
+d90aa21395 CIP: Pull out segment parsing to separate functions
+20db0cafec ICMPv6: fix wrong tree for some bitmask field
+e54c0477bc ICMPv6: fix malformed packet when there is Use Prefix Part Label (Router Renumbering)
+25118898a9 Make sure the offset doesn't overflow.
+101b692569 Fix incorrect formatting of NSAP area addresses/address prefixes.
+af24816568 [Automatic update for 2018-05-27]
+72872a7328 More bitfield fixes.
+5b30d5c767 Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.
+53a373693c Fix 802.11ax fields.
+59b2ea5129 Fix STUN-over-SSL/TLS/DTLS.
+e299b4098b SCTP: plug the remaining memleaks in the tap
+06879e89c0 SCTP: fix crash when filtering an association
+0e517232a8 Added support for extended length BACnet MS/TP data frames.
+07f7008e4c 6LoRH: fix in IP-in-IP header dissector
+b401307e36 quakeworld: fix issue found by PVS Studio (V529)
+852037fa3c maxmind_db.c: fix a memory leak
+0c64946e04 ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+ef5fb85983 gQUIC: update code source link and add new error code
+5f35fddc23 gQUIC: it is possible to have multiple COPT Tag
+169887f170 udpdump: add error message from libwritecap.
+63f7668990 ssh: change return value from gint to guint (CID: 1417453).
+7f4c2bae5c ciscodump: check return value of libpcap_write_packet (CID: 1435606).
+089368f97e More comment updates.
+3a9a55979c Fix comments.
+da68966665 Update protocol references.
+9b92d825cb SSL: Send the record_length to the dissect_ssl3_alert and use it
+bf8590326a dpa400: Fix wiretap data packet len
+a1e5a15780 wslua: fix NSTime:__tostring for negative values
+b078310bd0 Qt: fix use-after-free on error while saving exported packets
+0bfdb0f72b PAPI: Add new type for WebCC
+ca1999f2d2 ua3g: move if in the fallthrough case.
+53dfec9b99 Qt: Configure the selection color via the preferences
+31663c4056 ua3g: moved setup of rtp/rtcp conversations from packet-ua to packet-ua3g, where the start-rtp message is actually decoded.
+9830c5f7f9 uaudp: removed old/unused code (#if 0...#endif)
+67051511ed smb: fix wrong exported smb2 object due to hash collision
+69e9dd2c01 ieee80211: Support raw 802.11 data frame dissectors
+054979a2a4 .mailmap: update of May (2018)
+93adeae1a8 Remove some unused .gitignore entries.
+0362891ecf media_type: Default decode application/octet-stream as data
+0dcd8cd1a2 Asciidoctor: Remove underscores from macro names.
+c4c5ad2686 ieee80211: Make DMG Capabilities dissection handle earlier formats
+ca434b16d5 PDCP NR: add a framing option to indicate MAC-I presence in user plane PDU (CID 1435480)
+4b665e2649 Allow extra plugins to be missing e.g. because they are in another branch and still succeed with CMake.
+f23306e847 opa-mad: Add Support for Reassembly of PA & SA RMPP packets
+06d6fbfdc1 6lowpan: fix reassembly for forwarded packets
+25a95709a1 extcap: set EXTCAP_DIR in the root cmake file and propagate it.
+63025ae2e1 ws_pipe: don't check for negative number using DWORD.
+6000b8d872 DoIP: ISO 13400-2 Diagnostic communication over Internet Protocol
+78f04d4800 RNSAP: Parse transportLayerAddress and bindingID
+cd2d3dd645 NBAP: Fix style issues in .cnf
+b16f7f7397 ieee80211: Add dissector for Aerohive vendor specific IE
+1bdc98936f coap: Revert "Store ctype values in transaction tracking"
+afd0eef4f6 androiddump: Fix tcpdump encap type when libwiretap is used
+c59fae221e pfcp: updated names Sx -> PFCP
+36bb60170d uaudp: simplified code (moved tests of length before the switch/cases)
+790d490249 CMake: remove GIT_BIN_PARAM
+1b6c702226 Qt: Support search without a selected packet
+c159d48420 maxmind: Move request processing to a thread.
+dcececa79f ieee80211: Make QoS DSCP Exception and Range descriptions searchable.
+44ccc3a963 ieee80211: extend DMG capabilities element
+949bb98319 IEEE 1722: rename IEC subdissector from 61883 to iec61883
+5ccac2b65a NBAP: Simplify private data API
+14b2d4c4a3 Add asciidoctor and asciidoctor-pdf to macos-setup.sh
+570bc14df1 plugins: Don't free static variable
+83f6dd4ef9 ws_pipe: fix return code on windows.
+1a80691ee7 Expand doc/pugins.example README a bit.
+7f45158f96 Fixups to doc/plugins.example build
+a8b6c6fbcc Don't look for Asciidoctor PDF unless we find Asciidoctor.
+603fe4c7ad Qt: Update menus when mark/ignore/timeref packet
+422c37499f vnc: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+6957de495f VNC: move parentheses (and reindent code).
+675e0649c0 make our version of nla_for_each_nested() public
+1d2b0d91e3 pem: validate the base64 lines
+d9c70acaf4 RANAP: optimize a bit the heuristic checks
+da07094516 RNSAP over SCCP heuristic dissector
+ab53ddbdce NBAP: remove an unused expert info field
+54ab26ad93 NBAP: remove a useless mask
+eadfd6d3c3 Qt: Default no selection in UAT dialog
+b1b4d1e1ee uaudp: added support of IPv6 address for the system_ip preference value.
+54e6d5551e NBAP: optimize a bit the heuristic checks
+0542c5b700 Do IP address resolution synchronously before printing in TShark.
+0f1f1d0ab8 Creat protocol tvbuff before allocating and freeing memory.
+f01ff0cb0c Test: Consolidate our environments.
+e4bca0316b Fix a typo.
+1266da2c53 enip: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+46dc5f7516 sccp: fix data reassembly with multiple fragments
+fc6dd90351 nas-5gs: Return if the message isn't 5GS.
+8fdaeb80e8 rnsap: fix use-after-free of "obj_id"
+ede3cdeec9 lwm2mtlv: Fix reloading Resource name table
+eed4961387 CMake: Search for asciidoctor-pdf separate from asciidoctor.
+50197b3023 Qt: Set a minimum width for the main window.
+f45ef3d46d rlc: Catch exceptions from sub-dissectors
+d41a5dceff ieee80211: fix the value for CBAP allocation
+5d69755c50 Convert doc/plugins.example to use CMake
+03aae2267f CMake: Fix unset VERSION_RELEASE variable in wireshark.pc
+51062de5ec proto: add handle of NTP bit 0
+662b3a27f8 Windows: update custom_plugins.txt template
+f9658cd512 GTP: update GTP-U extension header types
+2ecf69f773 Test: Be more paranoid about our log output.
+e6c832c49a Update some CMakeListsCustom.txt templates
+ec421a07b5 Restore doc/plugins.example Makefile.am
+dbd99f8998 PDCP NR: status bitmap starts at FMC+1
+bded74eb66 Do not use #if* in struct
+95082052da json: fix typo.
+cd49b7f4fe sccp: refactor XUDT/XUDTS dissection to reduce code duplication
+3f794bb2bb Make the two names for Unigraf DPA-400 captures the same.
+544aba3263 Make the two file type descriptions for WTAP_FILE_TYPE_SUBTYPE_MPLOG the same.
+033a1be4ab Add an entry for WTAP_ENCAP_DPAUXMON.
+040b70364d Add entries for two WTAP_ENCAP_ types, and clean up another entry.
+b6d24bf37d 80211ax: Fixes for Mult-STA Block Acks, searching in MCS sets, a-control
+0afa145a4b [Automatic update for 2018-05-20]
+e7056e6ce6 CIP: Code cleanup
+8ee56d2982 Get rid of add_async_dns_ipv4().
+724877497a Make private variables static.
+7655e0bad6 cmake: move extcap sections to extcap/CMakeLists.txt.
+e4edeab1e0 prefs: fix bug in color saving
+5ed87ffe06 If the OS version of curl isn't new enough, download and install from source.
+7138fc8dc5 Install CMake 3.5.2 on Lion and 3.7.2 on later releases.
+b1de8c87a1 Older versions of Clang don't understand -Wpedantic.
+1a4f65c4a3 Don't try to download MaxMindDB on Lion or earlier.
+5fb3385701 maxmind: Process our requests more often.
+52e3e79ec7 Wrong Darwin major version - Lion is 11, not 10.
+7ae53c7e95 Don't try to download Ninja on Lion or earlier.
+24baf35566 ieee80211: fix typos related to 802.11ad
+71a240d611 cmake: remove dependency of i18n.qrc on .qm files
+819696eaa7 prefs: remove wimaxasncp.udp.wimax_port compatibility
+40dbc0ccf2 proto.c: do not dereference a NULL pointer in proto_item_get_len() on first pass
+ad80dd0831 BOOTP: Disentangle BSDP naming from PacketCable.
+8beb669b32 travis: add regression tests to pcap builds.
+b849730be7 randpktdump: use boolflag instead of boolean in config.
+0d39276961 elf: fix unintented sign extension.
+a52aacd716 CMake: cleanup ui/qt/CMakeLists.txt
+90887f3367 QUIC: Append colmun info and use small "name"
+699485fbab Qt: Make sure we destroy the Capture Information dialog.
+e7c5804ba2 Debian: Add a missing symbol.
+f440561b8c dot11crypt: add bounds check for TDLS elements
+39586110d8 travis: add wireshark/stable ppa.
+c57695a13e dpauxmon: remove precision loss in dump_packet.
+0937979a61 Asterix: Definition for ASTERIX Category 032 - Miniplan Messages
+a0b46a06f3 Win32: Add a missing check.
+2a9886bf09 RRC: Make the U-RNTI field filterable
+644939ed9e CMake: try to fix duplicate qm builds on Windows
+64ef1ca87f radius: fix memleaks in dissect_attribute_value_pairs
+177ea9e75a test: require Libgcrypt 1.6 for TDLS test
+438c1066d5 GQUIC: Tag are always use LITTLE ENDIAN encoding
+d6eafc0941 GQUIC: Add support of version Q04x
+7754c3086b isobus-vt: fix issue found by PVS Studio (V523)
+c20255e25a rsh: fix issue found by PVS Studio (V519)
+57ddb2e651 lbmpdm: fix issue found by PVS Studio (V519)
+6a95d5251c exec: fix issue found by PVS Studio (V519)
+4ae76081d5 btavdtp: fix issue found by PVS Studio (V519)
+4d711c92b1 reasemble_test: fix issue found by PVS Studio (V519)
+c4ba94f398 dpauxmon (extcap): fix no previous prototype for function 'nl_receive_timeout' [-Wmissing-prototypes]
+cf85fd13bc dpa400: fix no previous prototype for function 'dpa400_open' [-Wmissing-prototypes]
+edab64cf4e authors update
+fd85b477d6 opa-mad: fix issue found by PVS Studio (V501)
+3a0b4d6431 vnc: fix issue found by PVS  Studio (V1003)
+88f7dae986 pkcs1: recognize the ecdsa-with-SHA1 OID
+d8ab5676dc dcerpc-fileexp: fix issue found by PVS Studio (V523)
+b5cba9ea11 qt_ui_utils: fix issue found by PVS Studio (V519)
+2fd5f93188 Qt: fix issue found by PVS Studio (V519)
+780087d996 radius: fix issue found by PVS Studio (V519)
+b21385b384 rpc: fix issue found by PVS Studio (V523)
+3bbcd32d95 UMTS FP: fix a load of misaligned address reported by UBSan
+4a01a952ed Remove older Visual Studio suport.
+d08d0a87c5 Eliminate some unneeded header checks.
+054a7e4606 Qt: Fix a memory leak.
+7612814769 Add a few more notes to git-export-release.sh.
+4edfcaa102 Qt: Save the Capture Information dialog geometry.
+1feea92ef3 CMake: Skip more header checks on Windows.
+d0823e3920 GSM MAP: Dissect SM-RP-SMEA
+322f163cbd Update a comment.
+73678453bb WSUG: Fix an attribute.
+cb9b889d40 travis: remove duplicate line.
+0c8c714e9e travis: enable apt update.
+37e4cf69f1 Not GTK+-only any more.
+8322c5e210 Get rid of a GTK+-only field.
+2dfce3b54b pfcp: add message length check
+de354e3149 Minimum supported QT-Version is 5.2
+d90505e8be Not GTK+-only any more.
+9ec5b2b0fe Qt: Implement the capture info dialog.
+62999cc677 Windows: Make sure more native dialogs handle HiDPI.
+d3427b8a65 megaco: fix issue found PVS Studio (V517)
+4dc27d9b7d CMake 3.11.0 has problems on Lion; use 3.5.2, which works.
+995b0bab09 ldap: fix issue found by PVS Studio (V1001)
+e18d20c728 wbxml: fix issue found by PVS Studio (V1001)
+233c27e9dc smpp: fix issue found by PVS Studio (V1001)
+e2ebd8c72a rtps: fix issue found by PVS Studio (V1001)
+c05757ff35 h264: fix issue found by PVS Studio (V1001)
+67c6420473 ber: clamp BER lengths to avoid integer overflow
+df5a8b29bb ber: fix buffer overrun (read) in dissect_ber_constrained_bitstring
+9ee790e99c tvbuff_zlib: reject negative lengths to avoid buffer overrun
+e67283ddca ISMP: fix tuple decoding
+2af0e81071 dissectors: fix uint to int wrong sign promotion.
+d7ea76d1e5 x509: Add decoding of Userid "0.9.2342.19200300.100.1.1" "id-userid"
+2db3db56bf umts_rlc, umts_mac: fix memory leaks (found via ASAN)
+3ba56ce586 wiretap: Add a reader for files in the PEM-like format specified by RFC 7468
+48fac2a18d gsm_a_dtap: fix off-by-one buffer overflow (write)
+171d92cc14 lwm2mtlv: Add Resource name tables
+4c1690ac47 CMake: require at least CMake 3.5
+e21da73826 CMake: fix Git binary parameter
+4fd404d8da Update Eugene Adell's email in .mailmap
+30ae3847e0 Mention how to get Ninja, and speak more of UNIX and UNIX-like platforms.
+81bfa3f7b8 Don't speak of "UNIX".
+9c20675d0e Give Ninja build instructions if we've installed Ninja.
+ec8b402a76 Download and install Ninja.
+e7db145b7f Get rid of debugging printout.
+748c569f88 Clean up Qt installation.
+67b9ccd45f Update a comment.
+33c836af9f Builds require CMake, so always install it.
+548f7547fe changing Author's email for Eugene Adell
+f4724d0b37 Qt: MainWindow::dropEvent fixes.
+4413d43962 rtcp: fix buffer overflow in transport-cc dissection
+10306f9a32 Free g_array_free-related memory leaks
+bb81e1807b Free g_ptr_array_free-related memory leaks
+d80acae40d tvbuff: make tvb_bytes_exist fail with negative values
+17647c4041 fip: avoid tvb_bytes_exist with negative length
+e0002b0427 extcap: Support for DisplayPort AUX channel monitors
+8f4072b481 QUIC: fix initial_max_streams_* decoding and rename it
+5fef0e8c37 Fix indentation.
+6e88943d0e BGP: Validate length of Path Attribute records.
+d80dbe533c Display configured checksum Expert summary string
+843735e0ef dns: fix null pointer deref for empty name in SRV record
+19c4589246 proto: handle split bits covering more than 32 bits
+b10dbb8614 ieee80211: Conform with IEEE802.11-2016 around VHT MCS Set in VHT Capabilities.
+57e2e0c10d Update some comments.
+5e5cc440a2 checkAPIs: handle C++ / C99-style '//' comments
+3a1bf2b87e Use ws_g_warning() for plugin registration errors.
+6dedca3ece wiretap: use pcapng_debug instead of g_warning.
+d08a53a7b9 Q.931: fix use-after-free (write) of "q931_pi"
+52f4a2c4d1 mac-nr: check that control elements happen in the appropriate place
+503dc214ad Remove a question from a comment.
+afad14dcfe Get rid of some GTK+-only stuff.
+7d1c534ac9 tools: add missing packages to osx setup.
+4a3813984b Fix indentation.
+3a0dd69d04 Get rid of some GTK+-only stuff.
+bd166c2b08 ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+5fa2719a7d wsutil: fix json-glib memleaks and warning
+a2376d27d7 batadv: Check checksum for full TT responses
+4a8957540d batadv: Accept Multicast TVLV v2
+e6d2f14009 ieee80211: remove unused variable and fix compilation
+761365e574 radiotap: Bring the HE header dissection into conformance with changes.
+fce04c23ef ieee80211: Bring HT Info into conformance with IEEE802.11-2016.
+b1e0cb01b3 coap: fix use-after-free of "coinfo->ctype_str"
+5b385f3a4d [Automatic update for 2018-05-13]
+b55713dccb Suppress -Wshadow warnings in Bison-generated code.
+fb877ef5da Get rid of some GTK+-only stuff.
+4e0de38081 Get rid of GTK+-only structure member.
+315599fff6 Report the appropriate secondary message for ENOSPC and EDQUOT.
+af394ddf72 Add missing docbook graphics files to the CMake file.
+04fffbbe9f batadv: Fix label for batadv.unicast_tvlv.src
+f8ac12c5b3 html2txt.py: replaced 2 occurences of '{}' with equal '{0}' because of CentOS 6.x+Python2.6.6 issues
+4d800d7b8a gsm_a_gm: fix potential buffer overrun (read)
+65754fa4d7 bluecom: remove dead stores/increments (found by clang).
+16a52bff6c rtmpt: fix dissection of multiple packets on second pass
+e7cd2f8960 CIP Motion: Various Updates
+5ec2265d2f test: add test for resolved addresses
+b217c8fea1 cli: make "-z host,ipv4" filter actually work
+03a8e01cfc CIP: Data Type updates
+91d173eb13 MAC LTE: fix mac-lte.slsch.format field
+14f42f40df Remove wireshark-gtk.desktop.
+75a4568a00 NSIS: Fixup some uninstall variables.
+becc442da9 wsutil: fix WS_INET_ADDRSTRLEN definition on Windows
+17190a1ed2 List some removed features in the release notes.
+aedc1c7e49 NSIS: Modernize the installer and remove GTK+ entries.
+ff90e30944 WiX: Remove remaining GTK+ content.
+f7e879c5cf CMake: Remove FindFreetype.
+c430645b4d wiretap: DPA-400 logfile support
+bfd51199e7 DisplayPort AUX channel protocol dissector
+68ec514b5f wsutil: null-terminate string in ws_read_string_from_pipe (CID: 1364684).
+695fdaba95 nettrace: add g_assert in write_packet_data (CID 1435482).
+9a30bad6b6 gitignore: add test log files.
+a729c0f173 wslua: fix memleak in Dir.remove_all on error path
+d834299472 Remove a bunch of unused images.
+4362276ef3 fp: Avoid changes to info column after payload dissection
+9a8f44f4bb fp: Fix incorrect framing
+2800786c16 nas_5gs: remove legacy return (CID: 1435476).
+0ee4a60bc7 zbee-zcl-general: fix typo (CID 1435473).
+957ae1fc48 packet-ieee80211: fix infinite loop (CID 1435463).
+23e1cde5e7 Windows: Make sure native dialogs handle HiDPI.
+e76ca2d3cb ui/tap-rtp-common: fix some memleaks
+67ea8cb25f ui/voip_calls: fix memleak in is_mgcp_signal
+5507a34d1f Qt: fix memleaks in CompiledFilterOutput
+064c09a293 Qt: fix memleak of profile name on copying a profile
+e7d24c606c Always explicitly set tm_isdst before calling mktime().
+517e353e7f Qt: remove unused vars in main_window_preferences_frame (CID 1435498).
+4b6224a673 proto: don't overrun buffer.
+a5e3414fc6 extcap: Fix required indicator
+bba0041bfd Qt: Add Show as UTF-16 in Show Packet Bytes
+a1f95b6458 Qt: Add plural translations
+612fb778f5 Qt: Update frame selected in several cases
+4513c66b1a You have to set tm_isdst before calling mktime().
+270f0554d8 You have to set tm_isdst before calling mktime().
+2946575199 Fix infinite loop.
+c1deca1401 smb: fix memleak in export objects
+e9c5d937b5 Windows: prioritize Npcap over WinPcap
+8756d0ad12 sshdump/ciscodump: use groups in config.
+7a09f7b754 dtls: Remove period from Version blurb
+c2eb71c25c Qt: fix IPv4 GeoIP lookup in endpoints dialog
+7782cb8688 sharkd: fix IPv4 GeoIP lookup
+0af6ba1a53 extcap: Group arguments
+02a67d4e1e Report the file name in the "#if/#endif mismatch" error.
+76a29d7855 wiretap: make open_info_base[] const
+f7a660ec28 Bluetooth: ATT: Fix description of few fields
+d230b30610 Bluetooth: Assigned Numbers: Add Mesh Characteristics
+a87b5fc43f Bluetooth: GATT: Add prepare to implementing FTMS/FTMP
+6c0f6f52d3 gtp, gtpv2: fix memory leaks in association code (found via ASAN)
+6e9c3438bc Revert "wiretap: DPA-400 logfile support"
+dfd6eb5d68 wiretap: DPA-400 logfile support
+c9832726bf Refer to the bytes of the real checksum field if the checksum is missing or generated
+fc5ebe217f wiretap: Add a file_gets variant that returns a pointer to the NUL terminator
+282eb96e63 pfcp: added IEs 132-139
+f72481a144 Test: Make sure we run our display filter tests.
+b27cd62519 mac-nr:  Break down the RAR UL Grant
+9136c59fa1 IEC-61850 MMS INFO-Column extended with invokeID, domainID, itemID
+5cdff26107 sharkd: support for MaxMindDB.
+a834d3794d [Automatic update for 2018-05-06]
+4e6d4b94e2 zbee-security: fix keyring memleaks
+84c200af93 travis: update to gcc-8 and clang-5
+4c14ac0754 tcp: fix memleak in Follow TCP tap in error cases
+230d7d4e90 Test: Integrate ftsanity directly into our tests.
+15cfc41e94 Don't use dladdr() to get a pathname for the current executable().
+41445d0e97 Use dlget() and dlgetname() to get the executable path name on HP-UX.
+f447aa7dd7 On Solaris, check for getexecname in CMake.
+1ebbb09c5b plugin_if: fix small memory leak in ext_menubar_add_separator
+8569b8000f pfcp: fix typo.
+7c9f333ad0 nettrace_3gpp_32_423: fix memleak and copy of uninitialized memory
+7591ed848e Test: Add dftest to our tests.
+8db1616ec3 Get rid of more autotoolsisms.
+ec5af355d3 docbook: add "-y" to all windows choco commands.
+3f49c0d3ca g_slist_free_full: Use g_slist_free_full() in a couple of places.
+8815ac76db CMake: fix build by not unnecessarily linking with wsutil
+7f7f8326af autotools: remove more makefiles.
+ecefe755d4 l16_mono: fix a typo in CMakeLists.txt
+12613415ef travis: use ninja for building.
+ae6afe416b CIP Motion: Attribute Support
+087cb7d7aa pfcp: updated UP Function Features IE
+0d9a7455a6 Fix function declaration of ws_buffer_length().
+895cfbfd01 Qt: Add check for running toolbar reader thread
+751e9463ce Test: Fix default capture interface discovery.
+83b8c9c988 Qt: Fix toolbar signal on start capture
+869180ce7d gitlab-ci: add gcc-8 and use it for nopcap build.
+3dce4ea3d3 tools: add missing optional packages in debian/rpm setup.
+d431863e70 tools: add ninja to debian/rpm additional packages.
+c4ffae6aad Qt: Set margins in createEditor layout
+47bf21a6c8 SDP: do not assume that media_desc pointer is always set
+faf5f86e7e make-version.pl: Make the SVN output more similar to the git one.
+ab949e6deb mac-nr: 15.1.0 changes to RAR PDU
+7c8f7052c8 pfcp: correction of length
+5905fcd4dc extcap_parser.c: fix compilation with gcc 8
+092564a336 prefs.c: fix compilation with gcc 8
+ec0f8e6c36 fix missing parentheses in 'if' statement
+22fc5fb865 WiX: Options dialog updates.
+d1a2b6973f Editorconfig: Add a filename match for Makefiles.
+ef4080bc3a WSDG: Stop recommending Cygwin.
+46b0099588 Remove a leftover Makefile.
+e7cd78d4b3 CMake: check for /Qspectre before using it
+30c0d7ba49 erf.c: fix compilation with gcc 8
+1eda133c36 MATE: fix compilation with gcc 8
+c514ad11d6 Qt: fix compilation with gcc 8
+f4378d70dd Windows: Upgrade WinSparkle to 0.5.7.
+a863ee0c86 cosine.c: fix compilation with gcc 8
+ac1c1c3e58 extcap.c: fix compilation with gcc 8
+acdda66ce8 extcap-base.c: fix compilation with gcc 8
+875e34c88f QUIC: fix compilation with gcc 8
+42d43ada2e TWAMP: fix compilation with gcc 8
+966c595782 GTP: fix compilation with gcc 8
+131eb5593b netscreen.c: fix compilation with gcc 8
+cf4d7ad946 btle: Show correct LLData Timeout value
+3eb9ec7baf NSIS: add descriptions for new plugins types
+1a1550ba0a Modify Ericsson.xml to include additional AVPs
+65c1283d77 rpm-package: Use version.h to generate version string in RPM Packaging.
+ff2c8ef00f VITA 49: add an explicit option to activate Ettus UHD header workaround
+5cc6cd3ae6 IEEE 1905.1a: use col_add_str to add non const strings
+f7296644c5 prefs: fix importing some old protocol preferences
+58da452d22 Test: Remove the Bash test scripts.
+cd94b1cb8e Force textify.ps1 to read files as UTF-8.
+15f1b0b5e4 mgcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+737270dc8c Fix the utility-launcher to look at the name it's run as.
+44537199a2 Test: Add wslua.
+74fd569018 Test: Fix capinfos output and command paths.
+48ab9adbd5 obex: Fix request response arrows
+2ed9115a4b prefs: fix crash when setting certain obsolete port preferences
+82824fd394 ZigBee: Add remaining attributes from Smart Energy Device Management cluster
+4d2844ccec Qt: do not further modify filename from Save dialog
+552ef8b1f4 Qt: improve extension selection in Save As dialog
+6e4caf3d90 BOOTP BSDP: Allow "pad" and "end" suboptions.
+b768386f35 gsm_r_uus1: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+d56273a8d0 bfcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+89515306ab TPM20: fully initialize tpm_entry structure
+1d4734a26e TPM20: add file to .editorconfig
+14720ace06 Fix comment end after SPDX identifier
+488c831790 Use common indenting space in heading
+d25e7c8d91 Test: More fixes and updates.
+ed38488211 Test: Add unittests.
+bd5a7d0295 Test: More fixups.
+c353a12cc0 Test: Add a missing global.
+edd9e8387e Test: Add text2pcap.
+d32ccb5c87 Test: Add name resolution.
+295abe2e83 LDSS: Fix a read overrun in dissect_ldss_transfer.
+c63be89ab8 WSDG: Remove ENABLE_CHM_GUIDES
+418ddf4fa7 pdcp-nr: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+adcc41ce36 NAS EPS: fix dissection of UE security capability IE
+77543eb80c plugins: Remove autotools specific code for build path
+9988267d1b Lua: Remove autotools specific code for build path
+00776f832a Qt: Make the selected packet in the packet list more clear.
+4694c7acf0 checkAPIs.pl: fix false positive with C++ method names
+b9f915eeef Lua: ensure that DATA_DIR and USER_DIR have trailing slashes
+d8ba341856 lwm2mtlv: Add interpretations checks
+35ca224066 Source files should not be executable files.
+1a6daa235e DCT2000: Only look up old protocol name mappings if preference enabled
+445ad8cd6b ieee80211: Improve support of the HotSpot 2.0 specification.
+7669961214 [Automatic update for 2018-04-29]
+1eb04d7ecb Pick the *first* usable file type as the default, not the *last* one.
+e3541af62e Fix minor leak in filter_expression_new.
+3924c6e544 lwm2mtlv: Handle String data type as UTF-8
+b5fc9857c7 GSM-R protocol dissector
+f5a7ddf8aa Test: Quote our Python executable.
+50061856dd Test: Add mergecap.
+e6d129bf23 Test: Add fileformats and I/O.
+9b3be1711f test: Miscellaneous fixups.
+662210f3d5 Bluetooth HCI: Add missing LE event mask fields
+fa73f01728 MGCP: add support to local/remote voice metrics option protocol specification: in the file header NCS 1.5: PKT-SP-NCS1.5-I04-120412, April 12, 2012 Cable Television
+f73233d261 capture_ifinfo: Don't try to write to an invalid address.
+0ad4239249 Start porting our test scripts to Python. Add ctest support.
+f9522d8a23 Qt: fix crash on dragging in packet dialog
+cfc15838bd Fix crash (double-free) on refreshing interfaces list
+1a26b56c26 Ensure test directories are included with git archive
+962b2ba242 AVSP: Correct timestamp representation
+46fcf452ac coap: Store ctype values in transaction tracking
+0f50b89f67 lwm2mtlv: Identifier and Length fields are big endian
+bc58898512 BOOTP: Add latest IETF Processor Arch assignments.
+30629ce166 tpm20: Add TPM2.0 dissector
+e39a30b691 Document "len" and "count" in wireshark-filter(4) and WSUG
+0a0cb44024 ZigBee: Place SE cluster attributes correctly in ZCL client and server
+dfae664538 Fix indentation.
+f23a934492 Don't install autotools or GTK+, but do install CMake.
+881dd6b077 Remove now obsolete information.
+27a6715242 Put references to autotools in the past tense.
+0a51618302 Remove references to autotools, GTK+, and X11.
+d25f9ffd75 We're not using autotools/libtool any more.
+b8e8aa87f4 Qt: Fix various missing header includes
+0264b2fda6 F1AP: fix a typo in ASN.1 description
+6144951380 dfilter: fix memleaks with functions and slice operator
+0de109ef57 x509ce: fix indent (use 2 spaces)
+69e2603c48 ftypes: fix memleak when converting protocol values
+35d9604be9 dfilter: fix small leak for filters containing ranges
+067a67bd27 Remove some references to autotools from developer documentation.
+9e8f8921a3 Get rid of a no-longer-needed README file.
+372b820255 Get rid of more .libs stuff.
+8930b986aa WSUG: Add SS7 code point resolution
+ab7bbaa93a addr_resolv: fix memleak of g_penterprises_path
+8c959fcc35 Get rid of stuff that checks for a .libs directory.
+f07fb6cdfc Clean up EOF/short read/hard error handling in heuristics.
+ecb04e4076 vg-suppressions: suppress more GLib-related memleaks
+ee3bc52192 QUIC: fix NEW_CONNECTION_ID dissection (draft -11)
+79a59ddae1 QUIC: add (expert) info for connection-related info
+0202bc995b tools: make rpm and debian setup scripts more similar.
+167a6e03b2 gtp: update values used as accepted cause in session tracking
+5994c902b4 cmake: remove warnings -Werror=old-style-definition
+e01fcb7a3c bluecom: fix compilation with gcc-4.
+180a9975a1 RPM: remove packaging/rpm/SPECS/wireshark.spec.in.
+2132b8314d cmake: remove gtk find scripts.
+47b6bb6fb1 tools: remove install_rpms_for_devel.sh.
+967f51e3af Strengthen the heuristcs that check for "alternate" pcap formats.
+c73ead608b Clean up a warning.
+993b47eb40 remove redundant break statement
+dfb92c2a1d tools/cppcheck/cppcheck.sh: improve script; add new option: colorize html output
+4a488919e3 oss-fuzzshark: use install directory for headers. Install missing one.
+17c6fb6709 Rename ENIP conversation menus to CIP
+73a1e98f4e wsutil: use json-glib instead of jsmn if present.
+631fec3e1b CMake: Doxygen and API reference target updates.
+f70a7bf09b CMake: If we find Strawberry's xsltproc, un-find it.
+84149ab769 TLS13: add draft-27 and draft-28 version numbers
+352b7a9fd5 Redo dissction of blocks in a bluecom packet.
+40de0010bb fix link speed indication
+5d69e82ace QUIC: fix short header decryption (draft -11)
+ec30d0b004 QUIC: implement connection migration (draft -10 and -11)
+88576ea658 QUIC: fix decoding of initial_max_streams_uni/bidi
+a8b71410a5 QUIC: fix decryption with long header (draft -11)
+2ce6ce1fca PDCP NR: tweaks for framing format
+703ec9ad84 NAS EPS: chack the protocol discriminator used in the security header
+0e97450e61 Camel/Inap: add missing sub-trees
+83ecd46776 Add more bounds checks.
+4f492559c6 Fix more indentation.
+3e39ec64e4 Fix indentation.
+6522647d11 Put protocol name before "length of contained item...".
+e863ece7fc EtherCAT: Fix small bugs for mailbox type
+826e0d5d9e Use tvb_new_subset_remaining() for a tvbuff that goes to end-of-packet.
+194fcdcd80 [Automatic update for 2018-04-22]
+6eecb31030 Fix up handling of the Kerberos package.
+7853d0e354 Remove a few obsolete references to gtk from checkapi and faq.py
+265e81ca3c Dissector for the Osmocom GSUP Protocol
+47d3897194 radiotap: Warn that the HE-MU header dissector needs a new version.
+81263704b9 wsutil: convert one leftover function in wsjson.
+d55499ed74 More 'abs_offset' initialisation needed for gcc 4.8.5 (Leap 42.3)
+70fb344ab6 tango: update idl file and regen dissector with idl2wrs
+a0435dec4e remove config.guess and config.sub
+328ccd4483 zbee: Changed encoding for zcl command IDs
+57fee051c6 wsutil: rename wsjsmn to wsjson.
+119a497652 Camel: add sub-tree for OriginalCalledPartyID i.e.
+795dbe712d .mailmap update of April (2018)
+e7f3f74ac7 GVRP: fix typo
+ba6c8f08ac epan: Trivial constant sort order fix - sminmpec.h
+37a35312b1 Get rid of unused variable.
+ccf495a838 Fix cpu_diag_eventid_fix_names table.
+4a2019846f Windows: blind attempt to fix WiX installer generation
+1a9f3b8f6d tvbuff: fix compilation with gcc-4.
+89ff4070c0 QUIC: implement new header formats (draft -11)
+4704b89aa1 Windows: add JSON-GLib library
+2b65e9e74b Windows: upgrade GLib to 2.52.2
+d7583cb713 BFCP: fix possible infinite loop
+6d7d3ae77a PDCP-NR: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+2ac3cf1500 protobuf: fix typo reponse => response
+7124fe6715 steam-ihs-discovery.c : fix typo Reponse => Response
+8f3dac1739 grpc: fix typo reponse => response
+79014a50c3 TCP: improve handling of unknown TCP options
+ac7e609b9f SCTP: INIT collision
+e96c3d008e PTP: found typo adress => address
+5e3c899bee netlink-route: fix typo found by lintian
+01a32a54a0 Qt: fix invalid member access within expert info dialog
+0a130c5756 Handle subset tvbuffs where the length goes past the end of the parent.
+9011a25afc More indentation cleanups.
+07c31a8e97 Clean up indentation.
+d5dc4677ed Update some comments.
+b545c60658 Fix cppcheck 1.83 warnings
+04aedf3682 tshark: prepend tshark to all examples in doc.
+fc6b8ab698 tshark: improve -G elastic-mapping command by adding filters.
+ca45f88e3b tshark: put -G elastic-mapping in help under ifdef.
+da7f5cdcec zbee-zcl (general) fix Unused href entry: epan/dissectors/packet-zbee-zcl-general.c: hf_zbee_zcl_scenes_extension_set
+fdb664c229 zbee-zcl (general): fix no previous prototype for ‘decode_setpoint’ [-Wmissing-prototypes]
+af0f34a6bb CIP: fix no previous prototype for ‘add_cip_pccc_function_to_info_column’ [-Wmissing-prototypes]
+9da25bc16f DNS: fix inverted condition for filtering error packets in stats
+f545cc5321 proto: use json_node_free instead of json_node_unref.
+b887fd4919 CMake: fix build with json-glib with gold linker
+aae825cf77 Remove remnants of WS_QT_BIN_PATH
+735cfc8502 Clean up option handling.
+d5c4c6972e Fix tapo.
+5f3e0f4ce2 Style cleanups.
+c3b2519ea1 QUIC: add draft version and rename some transport parameters (draft-11)
+3c9249433f Remove trailing comma from enum list.
+66c0c4f9e9 Remove more autotools stuff.
+ad71a91540 Qt: expose CaptureEvent definition for MOC
+8740ac8d4c release-notes: add autotools removal.
+7fb4b2da31 INSTALL: update cmake instructions and remove INSTALL.configure.
+511c2e166a tshark: add -G elastic-mapping report.
+88435354c0 QUIC: fix short packet type, update error codes (draft -10)
+9ec59502dc QUIC: implement PATH_CHALLENGE and PATH_RESPONSE frames (draft-10)
+01363266c1 QUIC: initial draft-10 decryption support
+6a45dcd7a2 dfilter: require spaces as set element separator
+699ee5dc52 dfilter: make spaces around ".." optional in display filter
+1ff82572ca dfilter: add range support to set membership operator ("f in {x .. y}")
+4a156da068 Remove autotools build system.
+2e63957031 CMake: API reference fixes.
+b56e437160 More GTK+ removal.
+f2aa1cbdec Qt: fix remaining CaptureEvent signal connections
+41d41c2e9b Autotools: Update for recently removed files.
+25a337cdb0 glib: Use g_slist_free_full() in a couple of places.
+3dab804250 lapdm: Hand B4 frames into a dissector supporting L2 pseudo-length
+91e0de19c9 rsl: Fix treatment of SACCH FILL / SACCH INFO MODIFY
+57bf7e4347 Qt: Fix memory leak for CaptureEvent
+febaa4f119 Qt: Fix segfault bug when analysing SCTP packets
+ad84eec866 Switch the Doxygen API reference build to CMake.
+1d030928ef Remove some GTK+-only code.
+c8cf127375 Add a destination directory flag to git-export-release.
+5e7cd2dfc6 Qt: Rename packet_list_enable_color
+129d574d96 Add some notes to git-export-release.sh.
+10134e9453 glib-compat is no longer used - it provided only code for versions < 2.32
+bb81bef535 glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0
+ccff21854d Forbid leading, duplicated and trailing dots in field names
+f9ed58759f ssl: fix duplicate dissections with multiple PDUs in a stream
+3a30bc3bb5 RPM: enable rpm target even if git is not available
+38ff2e743f QUIC: Add initial support of draft-10
+71ddbb69f5 RPM: support building from out-of-tree directories.
+9f851c284f RPM: restore the bindir in openSUSE before packing.
+5594a9ba67 RPM: install wireshark.desktop in /usr/share/applications.
+63ee1a962e RPM: cd into build dir in openSUSE.
+5f145d4bf7 Qt: Do not show MaxMind DB path when not enabled
+80256442af More PortAudio removal.
+1ab40c87ea [Automatic update for 2018-04-15]
+392de520cf Remove GTK+ and PortAudio from Autotools.
+d1ee982115 Provide alternative paths for the macosx-support-libs.
+0efafe8616 packet-mq: Fix for Missing Const
+9c5049a80b Gtk: Remove source code
+f533016339 .mailmap: update of March and April (2018)
+b2c971d9ce openflow: fix decode of experimenter OXM fields
+82e8aa33a7 dfilter-test.py: document parallelization support
+0d31ec328f Check for HAVE_LZ4FRAME_H in the LZ4 detection process and use it
+08c2344458 Remove some references to PortAudio.
+4adaa3a4b1 dftestlib: remove unnecessary execute bit
+93c60b3b7c Clean up whitespace.
+c10fe98fcd Expand and clean up comments.
+e4d3916530 Clean up the way we handle the FCS.
+4994955600 DTN: Minor changes for Bundle-Integrity/Confidentiality Block payload
+8c1a61e7b1 Bluetooth: ATT: Fix cast-warnings
+89076e6a5d packet-pcep.c: opposite inner 'if' condition leads to a dead code block
+2d0f894140 PDCP NR: remove a now meaningless comment
+a892493e49 PDCP LTE: reuse existing pdcp_lte_info structure after first pass
+0ca6fda9f0 RLC LTE: reuse existing rlc_lte_info structure after first pass
+3571cb7c01 MAC LTE: reuse existing mac_lte_info structure after first pass
+d66790a82b PDCP NR: reuse existing pdcp_nr_info structure after first pass
+cca3c926c8 packet-tns.c: add TODO to TNS Refuse packet dissector
+4fab4f678c x509ce: fix display of IPAddress when it is an IPv6 Address
+75244c6b54 PDCP NR: add expert info for unknown / missing UDP framing tags
+b78577f1bc RLC NR: add an expert info for unknown UDP framing tags
+55b2016283 MAC NR: add an expert info for unknown UDP framing tags
+75a63c6dfa PDCP LTE: add expert info for unknown / missing UDP framing tags
+209d861947 RLC LTE: add expert info for unknown / missing UDP framing tags
+38a806a94e MAC LTE: add an expert info for unknown UDP framing tags
+5f4ffa2c76 UMTS RLC: add expert info for unknown / missing UDP framing tags
+0b62dce005 kafka: raise the required version to 1.5.0 for lz4_frame.
+01f85e7b01 file-pcap: expert info if captured len > reported len
+0561501505 Fix the length of the payload of a private_1 or audio PES packet.
+2a0ba8fea2 Add in the signed integer fetch routines.
+49470c15af RoHC: IP version is 1 byte only
+1e82b9035c PDCP NR: add SN length to PDCP context for user plane PDUs
+b5ca12a88e PDCP NR: rework UDP framing format
+d0d0cf05cc Update a comment.
+148f39d900 Need to flag a variable as volatile, due to the use of exceptions.
+81f184bc00 If a subdissector throws an exception, catch it and continue.
+0c30760c95 kafka: check lz4 version in a single point.
+205505d9c8 Netlink: Add rtnetlink attribute dissecting
+643f2eb346 RPM: don't give the cmake macro the directory (it has it already).
+d944dda7af RPM: set the cmake bindir in openSUSE.
+5f20746a29 RPM: set ninja executable in %install target.
+98826de8e5 LPP: fix a typo in ASN.1 file
+26cd969c09 RPM: fix typo.
+dcc88906a9 RPM: don't install doc under guides with make.
+f2d89daf28 PFCP: Added dissection of IEs 127-131
+b79d2bc9a3 user_encap: Avoid a hash lookup to get dissector name
+89904b6133 extcap: Fix crash in extcap_verify_capture_filter
+1549cc122c extcap: Fix whitespace issues
+4685dea443 ZigBee: MGMT Unsolicited Enh NWKUpdate dissector
+bddd7577a3 zbee zcl: fill constant ett arrays at declaration time
+b492011ac1 zbee_zcl: (trivial) clean up decode_color_xy()
+bf01c7c922 pfcp: correction of length
+526a328d83 NBSS: take into account snaplen when creating the TVB subset
+b886193309 RPM: Make documentation installation optional.
+f59be5cd53 qt: capture file properties: add a splitter
+caea93df95 Zigbee: Decode the ZCL extension field sets in the scenes cluster.
+6208796b9e Qt: Disable collapsible children in the main window.
+0b7c6f03b0 RPM: support multiple ninja executables.
+64f75a4ede RPM: install guides when using make.
+afbdd66fc2 tools: add openSUSE asciidoctor to rpm_setup.sh.
+23f5b13369 Improve the documentation of tvb_new_subset_ routines.
+b3c51deb24 Rename the last argument to tvb_new_subset_length().
+b67a10c9ea "#if 0" out some currently-unused value_strings.
+c7970d9356 Add, and use, "fetch signed value" for lengths < 40 bits.
+2cb93e2121 NR (5G) PDCP
+d9c9a15f98 gsm_ipa: remove unnecessary if (tree) checks
+74f7374e9f RRC: upgrade dissector to v15.2.0
+d477e9a935 Replace lbmpdm_fetch_uintN_encoded() with tvb_get_guintN().
+f0285151e1 PFCP: Added dissection of new IEs 123-126
+b91fc6c1d9 Qt: Enable Emoji & Symbols selector again
+7c3f8484ec The message length is unsigned, not signed; treat it as such.
+70a1d1c2e5 Get rid of get_opaque_length() and unneeded length arguments.
+bbd0142887 Nb is an unsigned value; treat it as such.
+2c7b678d7e macos-setup.sh: More GTK and minimum supported version cleanups
+18f2b9fd2a Revert "Don't use static GMutexes."
+9d49b1258f MySQL: Add initial support for command 30 (binlog dump gtid)
+2173309920 Revert "Docs: Reduce our TOC depth."
+cbed2a2148 user_encap: Copy all user_encap_t values
+1a29a70443 Remove const from fields in a dynamically-allocated structure.
+e085119b66 ieee80211: fixes min and max power values in item text (they are signed).
+777b17c374 Remove const from fields in a dynamically-allocated structure.
+d347091da9 Qt: Fix MacOSX menu entries
+31aece5d75 gsm_ipa: Make sure the Osmo Extended IPA stream ID type is printed
+e8441d5bf9 iso14443: make the payload dissector configurable
+398c9ddfe1 iso14443: decode the bitrates in the attrib message
+fc153057e8 Remove GTK+ tests.
+276d02a62b QT: keep cursor visible after completerion select
+25f925840d Remove GTK-related stuff from macos-setup.sh
+974a15bf74 Docs: Remove a bunch of GTK+ references.
+8b93e6d6a2 Autotools: More Qt4 removal.
+f0fed34216 main window: don't keep a dangling freeze_focus_ pointer
+55f6f6593c CMake: More Qt4 removal.
+90a00e1971 Mark some fields as being in units of dBm.
+ffe2f138ab ws_pipe: Zero an array.
+510a1b1c07 No need to display *signed* power values in hex.
+bf3bd0a0af Max and min transmit power, in the Power Capabilities IE, are signed.
+d442414884 mqtt: Add option to uncompress message when decoding
+432c3b2859 [Automatic update for 2018-04-08]
+5b0c6f9e05 BSSMAP: Fix definition of Speech Version Indication for EFR (FR2)
+5d1b5648fa extcap: Always use byte mode in pipes
+1839a43f25 X2AP: upgrade dissector to v15.1.0
+2bc030268c FindAsciidoctor: On SLES 12.2 the executable name is asciidoctor.ruby2.1
+f6d9ce8222 ZigBee: Fixed ZDP typo from nwk addr to ext addr
+4cc78e6fe4 S1AP: upgrade dissector to v15.1.0
+b4b66d1b94 Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM.
+5d79a994df F1AP: upgrade dissector to v15.1.0
+ba55c82842 pdcp-lte:  Various improvements spotted while reviewing pdcp-nr.
+64d6a7b846 NR RRC: upgrade dissector to v15.1.0
+485cec5bdf extcap: Fix version request
+024f75fb3e Fix handling of --extcap-version with an argument.
+2dde35e910 make-version.pl: fix version with git-svn
+7400a6122e dissector/ptp: use BASE_OUI for organizationId
+410799aa0f manuf: Overwrite entry for OUI 08:00:30
+9bb891753c dissector/ptp: Add dissection of White Rabbit TLV
+0cb3176ab7 Remove some references to Qt4.
+5fd4659164 QT: Copy as printable
+58debae714 SIP: Fix handling of response time
+d475d9f59b The CPU mode values might be function-dependent.
+271e27af6d RLC-NR: fix bearerType and bearerId length
+db989437bd Interpretation of PCCC function codes depends on the command code value.
+cce96de66d Sort the PCCC_ES values, as required in a value_string_ext.
+35c83b22c0 lemon: remove leaks in main().
+c95e18333c lemon: remove leak in tplt_open().
+02ef13fac7 lemon: remove scan-build warning in errline().
+c462fa8936 Qt: remove ws_buffer_start_ptr calls from clang-scan.
+b132e8253f rpcrdma: add check to prevent null dereference (found by clang).
+3a928f1f87 Qt: Remove checks for version below 5.2
+c4da7ed843 Don't install PortAudio if we're not installing GTK+.
+b30e3d4267 glib: Require 2.32 or newer.
+36dc5781ba GTK Cmake: Remove the option to build the GTK UI.
+d43210e684 Autotools: Remove the "with GTK" option.
+4c4efd36f4 SIP: Change filter Retry-After to an FT_UINT32
+eaeca718cf extcap: Extend documentation for new features
+6124ee2a1c extcap: Reload values on request
+c2422d7828 extcap: Tell utilities the wireshark version
+5d8964cd3b Qt: Require 5.2 or newer
+e2ca17adae extcap: Add missing compatibliity function
+5c2eade45d Tweak ws_cpuid so that Valgrind is happy.
+4d19c649cc Lustre: Add barrier processing
+49eeba22c5 ENIP-CIP-PCCC: add support for the CIP PCCC Object
+62af765438 ZigBee: Allow a different set of attributes for ZCL client and server
+2f44216f3a ZigBee: ZDP MGMT NWK Enhanced update notify
+a63542fe33 Fixup extcap_example.py
+57fed5d17f extcap: Move extcap_foreach to a GList
+5a9d0caa11 extract_asn1_from_spec.pl: fix parsing of END tag
+9e02a0b65b CMake RPM build: Try to get rid of %globals in favor of %bcond.
+1dd1b507d1 CMake: Add a note about passing /external to Visual C++.
+5f5255ec54 LTE RRC: upgrade dissector to v15.1.0
+7cc6bcd131 MAC-NR: upgrade dissector to v15.1.0
+45d77f3197 LPP: upgrade dissector to v14.5.1
+0c130e8406 ZigBee: Many-to-one route options info column
+8f2b1fdc38 WCCP: use proto_tree_add_ipv4_format() if ipv4 used
+cef0decc57 dns: check if name is root before any other check.
+08b26a68c5 Dissect JSON-RPC over TCP or UDP
+60d5edb41c lemon: make some functions static.
+8131922b26 lemon: comment out unused OptErr function.
+46cf05397d radiotap: Correct the handling of MU Preamble Puncturing when unknown.
+9d87f607ee If we're reading from a string, don't fclose yyin.
+82bfb259d3 Fix a typo.
+a4fdbdd9f0 dns: make expand_dns_name() an internal function
+29973ebeb6 Pick up some compiler-specific flags from autotools.
+2f18a32864 LPP: fix NRSRQ display