[H248 3GPP] Add dissection of IP transport package.
[metze/wireshark/wip.git] / ChangeLog
index 137556601bd3224bc15c30658d2bd30e6a3ba634..b96eaeee944505300a5610b1a38c76a628abeec8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-------------------------------------------------------------------------
-r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Fix cut-and-pasteo.
-
-------------------------------------------------------------------------
-r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-Squelch a compiler warning.
-
-------------------------------------------------------------------------
-r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
-
-Define "char_def_alphabet_ext_decode()" with a return type - and define
-it as static as it's not used outside this file.
-
-------------------------------------------------------------------------
-r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/guid-utils.c
-
-Squelch a compiler warning.
-
-------------------------------------------------------------------------
-r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-Fix some format strings and format string arguments.
-
-------------------------------------------------------------------------
-r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-
-Fix some g_warning() calls.
-
-------------------------------------------------------------------------
-r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
-
-add some well known rids from s4 security.idl and code to show the name of this rid
-when dissecting a security descriptor
-
-
-------------------------------------------------------------------------
-r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Improve parsing a bit and correctly dissect errorDescriptor in Reply.
-------------------------------------------------------------------------
-r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/airpcap_loader.c
-
-Make sure a preference exists before we try to use it.
-
-------------------------------------------------------------------------
-r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-we have to search for multisegments starting PRIOR to the start of the current semgent   or elsae it will break for the case when one multisegment ends in this segment   there are a few smaller ones completely within this segment  and then another segment starts that spans across future segments.
-
-
-
-------------------------------------------------------------------------
-r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines
-Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
- in LDAP over TCP
-
-use tcp_dissect_pdus() which works    insterad of trying to do the pdu tracking and signalling for reassembly manually.
-This makes ldap pdu tracking and reassembly work properly for cases when hosts are streaming lpad over tcp and there is little or none alignlemt of pdus to the start of a segment
-
-
-
-------------------------------------------------------------------------
-r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/h245/h245-exp.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Dissect some more H.245 messages in MEGACO
-------------------------------------------------------------------------
-r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/gtk/scsi_stat.c
-
-make the scsi statistics dialogs easier to understand for scsi novices
-
-explain what the commandsets refer to   SBC==disk  SSC=tape  MMC=cd
-
-
-------------------------------------------------------------------------
-r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-Use FT_UINT_STRING for TBCP DENY reason-phrase
-------------------------------------------------------------------------
-r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
-
-Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])
-------------------------------------------------------------------------
-r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/dtds/reginfo.dtd
-
-The xmlns attribute isn't really part of the schema, so probably shouldn't be #REQUIRED (not that the XML dissector currently uses this property)
-------------------------------------------------------------------------
-r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-remove two hashtables and replace with binary trees
-
-
-------------------------------------------------------------------------
-r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-   M /trunk/epan/dissectors/packet-aim-chat.c
-
-move a few arrays off the stack
-
-------------------------------------------------------------------------
-r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-get rid of a rotating buffer
-
-
-------------------------------------------------------------------------
-r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines
-Changed paths:
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/mms/mms.asn
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-
- from Angel de Juan
-
-make mms bitstrings easier to read
-
-
---
-Hi, this is my new mms with some changes in order to display some data in
-binary instead of hex.
-
-Excuse me because is not a diff from the repository, but I don't know how to
-create a diff.
-
-I also have the compiled packet-mms.c and packet-mms.h if you want it only
-mail me.
-
-
-
-------------------------------------------------------------------------
-r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/mms/mms.cnf
-   M /trunk/epan/dissectors/packet-mms.c
-
-prettify the MMS dissector by at least putting the pdu name in the info column
-
-
-------------------------------------------------------------------------
-r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/gtk/menu.c
-
-AirPcap fix from Florent Drouin:
-
-Since version 18928, there is a GTK warning at wireshark startup.
-I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c
-
-------------------------------------------------------------------------
-r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/manuf
-
-Update manuf list
-------------------------------------------------------------------------
-r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
-
-Update FAQ
-------------------------------------------------------------------------
-r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   M /trunk/gtk/airpcap_dlg.c
-   M /trunk/gtk/airpcap_dlg.h
-   M /trunk/gtk/airpcap_gui_utils.c
-   M /trunk/gtk/airpcap_gui_utils.h
-
-Fix up copyrights and whitespace.
-
-------------------------------------------------------------------------
-r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssap.c
-
-From Florent Drouin:
-This patch allow to change the value of the SSN associated to the bssap dissector.
-------------------------------------------------------------------------
-r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-
-From Florent Drouin:
-This patch provide a correction for the element "Channel Needed" in the Paging message. and some improvements for the display of AUTH,SRES,RAND etc..
-
-With some further changes to APDU and LSA Identifier dissection.
-------------------------------------------------------------------------
-r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-
-From Florent Drouin:
-This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel.
-------------------------------------------------------------------------
-r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/dumpcap.c
-
-Add to a comment.
-
-------------------------------------------------------------------------
-r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-Squelch a compiler warning.
-
-------------------------------------------------------------------------
-r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines
-Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/tshark.c
-
-Initialize the cfilter field of a capture_opts structure to a null
-pointer, so we can determine whether a capture filter has been set or
-not.
-
-Use that to check in TShark whether the user specified a filter with
-"-f" or not, rather than using the no-longer-set
-"capture_filter_specified" variable.
-
-Also, check for multiple "-f" options.
-
-If no capture filter is specified, use a null string, to work around
-broken versions of Linux libpcap.
-
-------------------------------------------------------------------------
-r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/doc/tshark.pod
-
-Indicate in the synopsis that you can put the capture filter at the end
-of the command line without "-f".
-
-------------------------------------------------------------------------
-r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-
-Fix iuup.delta FT_ type mismatch
-------------------------------------------------------------------------
-r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-q2931.c
-
-From Florent Drouin:
-
-  I found a loop in the q2931 dissector, whereas I was dissecting Ranap
-  Traces with a bad wireshark configuration.
-  Wireshark did crash, after eating all the memory.
-
-Make other loop checks more paranoid.
-
-------------------------------------------------------------------------
-r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Bail out of an infinite loop.  Fixes bug 1048.  (This was introduced after
-the 0.99.3 trunk was created.)  Remove a couple of static buffers.  Fix up
-whitespace.
-
-------------------------------------------------------------------------
-r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-pn-mrp.c
-
-fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3
-------------------------------------------------------------------------
-r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-pn-mrp.c
-
-(slightly) further dissection of the Option (Organizationally specific) block
-------------------------------------------------------------------------
-r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-epl.c
-   A /trunk/epan/dissectors/packet-epl.h
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-   M /trunk/manuf
-   M /trunk/wka.tmpl
-
-From David Buechi:
-Add support for the ETHERNET Powerlink protocol
-------------------------------------------------------------------------
-r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/rrlp/Makefile.nmake
-   M /trunk/asn1/umts_rrc/Makefile.nmake
-   M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
-   M /trunk/asn1/umts_rrc_ies/Makefile.nmake
-   M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
-
-Complete clean targets
-------------------------------------------------------------------------
-r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-epl.c
-
-move the include for emem.h so that size_t is defined before emem.h is invoked
-
-
-------------------------------------------------------------------------
-r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines
-Changed paths:
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/epan/dissectors/packet-snmp.c
-
-Counter64 should be a FT_UINT64  and not a FT_UINT32
-
-
-fixes bug 1047
-
-
-------------------------------------------------------------------------
-r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-testdrive the request/response README and implement request/response matching for DNS
-
-
-------------------------------------------------------------------------
-r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ntp.c
-
-From Toralf Foerster (in bug 1044):
-Add new primary sources, fix typo. 
-
-------------------------------------------------------------------------
-r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/win32-file-dlg.c
-
-fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
-------------------------------------------------------------------------
-r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add missing files to the distribution.
-
-------------------------------------------------------------------------
-r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/configure.in
-
-Bump the version to 0.99.4.
-
-------------------------------------------------------------------------
-r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/docbook/release-notes.xml
-
-Copy over files from the release.
-
-------------------------------------------------------------------------
-r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gtp.c
-
-Dissect 'User Location Information' IE and MS Time Zone' IE.
-------------------------------------------------------------------------
-r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.nmake
-
-Add missing Clean target
-------------------------------------------------------------------------
-r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-From Jeff Morriss:
- however there's a bug in the ANSI MAP dissector 
-SSN preference code - it's deleting an ANSI SSN and adding an ITU one
-------------------------------------------------------------------------
-r19019 | etxrab | 2006-08-24 14:19:49 -0700 (Thu, 24 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-bssgp.c
-   A /trunk/epan/dissectors/packet-bssgp.h
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gtp.c
-
-BSSGP: Wrong length on IE and preparation to export IE dissection.
-GSM_a: Add an if_def
-GTP: Update comments
-------------------------------------------------------------------------
-r19020 | ulfl | 2006-08-24 14:40:53 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/toolbar.c
-
-capture interfaces dialog: use capture stock icons instead of plain text buttons
-capture info dialog: add a "Help" and use stock buttons
-------------------------------------------------------------------------
-r19021 | ulfl | 2006-08-24 14:44:30 -0700 (Thu, 24 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
-
-add WinPcap 4.0 beta 1 to the list of known and tested versions
-------------------------------------------------------------------------
-r19022 | gerald | 2006-08-24 15:05:26 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-Make sure a string pointer exists before we try to use it.  Fixes bug 1050.
-
-------------------------------------------------------------------------
-r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-mp2t.c
-
-From Erwin Rol:
-this patch adds support for MPEG2 transport stream packets in RTP (type 
-MP2T). It currently dissects the headers of the MPEG2 packets
-------------------------------------------------------------------------
-r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/image/toolbar/capture_details_24.xpm
-
-add a missing icon from yesterdays commit
-------------------------------------------------------------------------
-r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines
-Changed paths:
-   M /trunk/gtk/color_dlg.c
-
-ugly workaround for bug #699 (Up/Down buttons don't work properly)
-
-After experimenting a bit, this is a GTK bug IMHO, I don't see a better way to simply use the GTK1.x code for now, which is working ok.
-
-GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again.
-
-------------------------------------------------------------------------
-r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/libwireshark.def
-
-new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add())
-------------------------------------------------------------------------
-r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-If the length of a GSS token is zero, it's a null token, and the opaque
-data shouldn't be dissected.
-
-------------------------------------------------------------------------
-r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   A /trunk/epan/dissectors/packet-ssl.h
-
-commit forgotten file
-------------------------------------------------------------------------
-r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/dlg_utils.c
-
-fix bug #1057: remove "start" completely
-------------------------------------------------------------------------
-r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/menu.c
-
-don't put "..." in front of a menu item
-------------------------------------------------------------------------
-r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_dlg.c
-
-don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined
-------------------------------------------------------------------------
-r19032 | ulfl | 2006-08-25 13:02:57 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/developer-guide.xml
-   M /trunk/docbook/user-guide.xml
-   D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia
-   D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png
-   D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia
-   D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png
-   D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia
-   D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png
-   D /trunk/docbook/wsdg_graphics/wireshark-logo.png
-   A /trunk/docbook/wsdg_graphics/ws-capture-sync.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia:19024)
-   A /trunk/docbook/wsdg_graphics/ws-capture-sync.png (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png:19024)
-   A /trunk/docbook/wsdg_graphics/ws-capture_internals.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia:19024)
-   A /trunk/docbook/wsdg_graphics/ws-capture_internals.png (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png:19024)
-   A /trunk/docbook/wsdg_graphics/ws-function-blocks.dia (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia:19024)
-   A /trunk/docbook/wsdg_graphics/ws-function-blocks.png (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png:19024)
-   A /trunk/docbook/wsdg_graphics/ws-logo.png (from /trunk/docbook/wsdg_graphics/wireshark-logo.png:19024)
-   D /trunk/docbook/wsug_graphics/ethereal-3pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png
-   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-info.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-options.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png
-   D /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png
-   D /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png
-   D /trunk/docbook/wsug_graphics/ethereal-decode-as.png
-   D /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-details-pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png
-   D /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png
-   D /trunk/docbook/wsug_graphics/ethereal-edit-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-empty.png
-   D /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png
-   D /trunk/docbook/wsug_graphics/ethereal-error-file-exists.png
-   D /trunk/docbook/wsug_graphics/ethereal-error-open.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-pdml.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-plain.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-ps.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-psml.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-selected.png
-   D /trunk/docbook/wsug_graphics/ethereal-file-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png
-   D /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png
-   D /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png
-   D /trunk/docbook/wsug_graphics/ethereal-filters-2.png
-   D /trunk/docbook/wsug_graphics/ethereal-filters.png
-   D /trunk/docbook/wsug_graphics/ethereal-find-packet.png
-   D /trunk/docbook/wsug_graphics/ethereal-follow-stream.png
-   D /trunk/docbook/wsug_graphics/ethereal-go-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-goto-packet.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-help-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-list-pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png
-   D /trunk/docbook/wsug_graphics/ethereal-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-merge.png
-   D /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-open.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-format.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-range.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-selected.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png
-   D /trunk/docbook/wsug_graphics/ethereal-print.png
-   D /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-save-as.png
-   D /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-summary.png
-   D /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png
-   D /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png
-   D /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png
-   D /trunk/docbook/wsug_graphics/ethereal-time-reference.png
-   D /trunk/docbook/wsug_graphics/ethereal-view-menu.png
-   A /trunk/docbook/wsug_graphics/toolbar/stock_apply_20.png
-   A /trunk/docbook/wsug_graphics/toolbar/stock_clear_24.png
-   D /trunk/docbook/wsug_graphics/wireshark-logo.png
-   D /trunk/docbook/wsug_graphics/wireshark-main.png
-   A /trunk/docbook/wsug_graphics/ws-analyze-menu.png (from /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-bytes-pane-tabs.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-bytes-pane.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-info.png (from /trunk/docbook/wsug_graphics/ethereal-capture-info.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-interfaces.png (from /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-menu.png (from /trunk/docbook/wsug_graphics/ethereal-capture-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-options.png (from /trunk/docbook/wsug_graphics/ethereal-capture-options.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-choose-color-rule.png (from /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-coloring-fields.png
-   A /trunk/docbook/wsug_graphics/ws-coloring-rules-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-decode-as-show.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-decode-as.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-details-pane.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png (from /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-edit-color-rule-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-edit-menu.png (from /trunk/docbook/wsug_graphics/ethereal-edit-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-enabled-protocols.png (from /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-pdml.png (from /trunk/docbook/wsug_graphics/ethereal-export-pdml.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-plain.png (from /trunk/docbook/wsug_graphics/ethereal-export-plain.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-ps.png (from /trunk/docbook/wsug_graphics/ethereal-export-ps.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-psml.png (from /trunk/docbook/wsug_graphics/ethereal-export-psml.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-selected.png (from /trunk/docbook/wsug_graphics/ethereal-export-selected.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-file-menu.png (from /trunk/docbook/wsug_graphics/ethereal-file-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-file-set-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-filter-add-expression.png (from /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-filter-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-filters.png (from /trunk/docbook/wsug_graphics/ethereal-filters.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-find-packet.png (from /trunk/docbook/wsug_graphics/ethereal-find-packet.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-follow-stream.png (from /trunk/docbook/wsug_graphics/ethereal-follow-stream.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-go-menu.png (from /trunk/docbook/wsug_graphics/ethereal-go-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-goto-packet.png (from /trunk/docbook/wsug_graphics/ethereal-goto-packet.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-colors-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-columns-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-font-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-layout-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-help-menu.png (from /trunk/docbook/wsug_graphics/ethereal-help-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-list-pane.png (from /trunk/docbook/wsug_graphics/ethereal-list-pane.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-logo.png (from /trunk/docbook/wsug_graphics/wireshark-logo.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-main-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-main.png (from /trunk/docbook/wsug_graphics/wireshark-main.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-menu.png (from /trunk/docbook/wsug_graphics/ethereal-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-merge.png (from /trunk/docbook/wsug_graphics/ethereal-merge.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-nameresolution-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-open.png (from /trunk/docbook/wsug_graphics/ethereal-open.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-format.png (from /trunk/docbook/wsug_graphics/ethereal-packet-format.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-range.png (from /trunk/docbook/wsug_graphics/ethereal-packet-range.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-selected.png (from /trunk/docbook/wsug_graphics/ethereal-packet-selected.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-sep-win.png (from /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-print.png (from /trunk/docbook/wsug_graphics/ethereal-print.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-printing-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-save-as.png (from /trunk/docbook/wsug_graphics/ethereal-save-as.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statistics-menu.png (from /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-conversations.png (from /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-endpoints.png (from /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-hierarchy.png (from /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-iographs.png (from /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc-filter.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-summary.png (from /trunk/docbook/wsug_graphics/ethereal-stats-summary.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statusbar-empty.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statusbar-loaded.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statusbar-selected.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-time-reference.png (from /trunk/docbook/wsug_graphics/ethereal-time-reference.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-view-menu.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-User's/Developer's Guide: finish Ethereal to Wireshark transition by "reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime.
-------------------------------------------------------------------------
-r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-from Stephen F
-ethernet IG/LG bit changes   with minor modifications
-
-(only dissect LG if it is a unicast address
- put a hint what locally administered means in the dissect tree
-)
-
-
-------------------------------------------------------------------------
-r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-remove the code that conditionally dissects LG only if IG is set
-
-
-------------------------------------------------------------------------
-r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/image/toolbar/capture_details_16.xpm
-   M /trunk/image/toolbar/capture_details_24.xpm
-
-Constify the capture details icons, and get rid of the CRs in
-capture_details_24.xpm and give it the appropriate Subversion keywords.
-
-------------------------------------------------------------------------
-r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mp2t.c
-
-Don't use %ld for guint64 - use PRIu64.  (Also, don't use %d for guint32
-- use %u.)
-
-------------------------------------------------------------------------
-r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-
-Fix some compiler warnings (some by getting rid of variables unused if
-you don't have GNU TLS).
-
-------------------------------------------------------------------------
-r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Don't define the Aironet/Cisco Wireless OUI ourselves; get it from
-<epan/oui.h>.
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/capture_dlg.c
-
-Get rid of unused variable.
-
-------------------------------------------------------------------------
-r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/firewall_dlg.c
-
-Get rid of aun unused routine.
-
-------------------------------------------------------------------------
-r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-
-Clean up indentation.
-
-Only define cap_air_w if we have AirPcap.
-
-------------------------------------------------------------------------
-r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-image-png.c
-
-initial PNG dissector  (Portable Network Graphics)
-
-
-
-------------------------------------------------------------------------
-r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-rework the pop-up menu section
-------------------------------------------------------------------------
-r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
-
-fix wrong constant in a valuestring
-
-add two more chunks to be dissected
-
-
-------------------------------------------------------------------------
-r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
-
-two more chunks
-
-
-------------------------------------------------------------------------
-r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/main.c
-   A /trunk/gtk/u3.c
-   A /trunk/gtk/u3.h
-   A /trunk/packaging/u3
-   A /trunk/packaging/u3/win32
-   A /trunk/packaging/u3/win32/README.txt
-   A /trunk/packaging/u3/win32/makefile.nmake
-   A /trunk/packaging/u3/win32/manifest.tmpl
-   A /trunk/packaging/u3/win32/u3util.c
-
-U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. 
-
-For more details see packaging/u3/win32/README.txt
-
-
-------------------------------------------------------------------------
-r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines
-Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/gtk/main.c
-   M /trunk/tshark.c
-
-Go back to setting the capture filter to an empty string when we start;
-that obviates the need to check for a null capture filter string, and
-fixes bug 1055.
-
-Keep track of whether it was set from the command line, though, so we
-can catch attempts to set the filter more than once, and attempts to set
-it when we're not capturing.
-
-Clean up white space.
-
-------------------------------------------------------------------------
-r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/dap/dap.asn
-   M /trunk/asn1/dap/dap.cnf
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-
-Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.
-
-
-------------------------------------------------------------------------
-r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tpkt.c
-
-Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102.
-
-
-------------------------------------------------------------------------
-r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.asn
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-
-An octet string  form of the ASO-qualifier used by some systems from the days when it was an ANY.
-Really just an elaboration of the "...".
-
-
-------------------------------------------------------------------------
-r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
-
-fix a warning by removing now unused code
-------------------------------------------------------------------------
-r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-rmcp.c
-   M /trunk/epan/guid-utils.c
-   M /trunk/gtk/stats_tree_stat.c
-
-squelch some compiler warnings
-------------------------------------------------------------------------
-r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/doc/README.capture
-   M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
-   M /trunk/help/capturing.txt
-
-fix #1063, some leftover typo's: Etheral -> Wireshark
-------------------------------------------------------------------------
-r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/print_mswin.c
-
-fix #707: "It's not possible to print each packet on a new page"
-
-Win32: detect "form feed" char and create a new page in that case
-------------------------------------------------------------------------
-r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/stats_tree_stat.c
-
-Fixa a typo.
-------------------------------------------------------------------------
-r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-bssgp.h
-   M /trunk/epan/dissectors/packet-gtp.c
-
-Do some more of the relase 6 stuff.
-------------------------------------------------------------------------
-r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
-
-Don't abort the entire program if we have bad data.  Just mark the
-packet as malformed and continue on our merry way.  This should fix
-bugs 1064 - 1073.
-
-Fix up whitespace.
-
-------------------------------------------------------------------------
-r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-More release 6 changes.
-------------------------------------------------------------------------
-r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-ssl.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-
-- new function ssl_dissector_delete()
-- register H.225.0 over TLS (configurable port 1300)
-- register SIP over TLS (fixed port 5061)
-- new function proto_tree_get_root()
-
-------------------------------------------------------------------------
-r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-srvloc.c
-
-Fix the decoding of SLP attributes. Open SLP has the ability to pass back multiple attribute types in each reply. Previously the dissector only would dissect address attributes. The change adds parsing of attributes and proper dissection of names and address attributes contained in the same reply payload.
-
-------------------------------------------------------------------------
-r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-
-Donald White <donald_white@qwest.net>
-
-There is a small bug in the function dissect_ppp() which prevents proper
-demuxing of packets.  Patch is attached.
-
-
-
-------------------------------------------------------------------------
-r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
-
-Fix length check for IP packets with options.
-------------------------------------------------------------------------
-r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-
-add information about remote traffic capture filter
-------------------------------------------------------------------------
-r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-epm.c
-
-add some more right-hand-side infos of the tower data
-------------------------------------------------------------------------
-r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-minor format string change
-------------------------------------------------------------------------
-r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-add a new this/that flag value
-------------------------------------------------------------------------
-r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-fix a minor typo
-------------------------------------------------------------------------
-r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Fix a typo.
-
-------------------------------------------------------------------------
-r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/prefs_dlg.c
-
-fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
-------------------------------------------------------------------------
-r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/doc/README.developer
-
-from Stephen Fisher:
-
-"I ran doc/README.developer through a spell checker and conservatively 
-changed misspelled words.  Attached is a compressed patch with the 
-corrections."
-------------------------------------------------------------------------
-r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Add a missing file.
-
-------------------------------------------------------------------------
-r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-ssl.h
-
-get rid of few warnings
-------------------------------------------------------------------------
-r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 lines
-Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   M /trunk/epan/dissectors/packet-ncp-sss.c
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Fixes and updated files:
-File NCP2222.py:
-1. Added NCP service type 0xffff = All types
-2. Added evaluation of task states. (following bits are defined. 0=normal, 1 = TTS explicit transaction in progress, 2= TTS implicit transaction in progress, 4 = Shared file ste lock in progress)
-3. Reversed the Volume Request Flags, this was backwards (s/b 0=do not return name with volume number, 1=Return name with volume number)
-4. Fixed endianess of Creator ID in NetWare Information Struct.
-5. File information structure incorrectly defined Current Block Being Decompressed.
-6. Logical Lock Status structure incorrectly identified Task Number as a byte. It should be two bytes "word".
-7. Fixed endianess of Modifier ID in NetWare Information Struct.
-8. Fixed Name Space Information structure (was defined as Name Space, changed to Creator Name Space Number).
-9. Fixed Semaphore Structure (Task Number was incorrectly defined as a byte, should be two bytes "word").
-10. Added Task structure (Task Number, Task State)
-11. Fixed Volume structure (incorrectly defined Volume Name)
-12. Added VolumeWithName structure (This struct contains both volume number and volume name)
-13. Added error 0x8901 - "No purgable files available"
-14. Added error 0x8977 - "Buffer too small" 
-15. Added error 0x899c - "No more trustees found"
-16. Added error 0x89d9 - "Queue station is not a server"
-17. Added NCP connection status values (0=Ok, 1=Bad service connection, 10=File server is down, 40=Broadcast Message Pending)
-18. Fixed error definitions for NCP 22/50.
-19. Fixed reply packet for NCP 22/52 to properly display volume information depending on reply struct, Volume or volume with name.
-20. Fixed error definitions for NCP 22/52
-21. Fixed NCP 23/26 reply packet to properly return internet address and display correctly.
-22. Fixed NCP 23/27 Reply packet structure to properly repeat connection numbers array.
-23. Fixed error definitions for NCP 23/33
-24. Fixed NCP 23/114 Request (improperly defined Charge Information as a long value, s/b word)
-25. Fixed NCP 23/120 Reply (Improperly defined Job Number as a long value, s/b word)
-26. Fixed error definitions for NCP 23/123
-27. Fixed error definitions for NCP 23/124
-28. Fixed error definitions for NCP 23/131
-29. Fixed error definitions for NCP 23/132
-30. Fixed error definitions for NCP 23/135
-31. Fixed error definitions for NCP 23/137
-32. Fixed error definitions for NCP 23/138
-33. Fixed NCP 23/205 Reply (User Login Allowed incorrectly defined as long value, s/b byte value)
-34. Fixed NCP 23/234 Reply (Reply structure incorrectly defined based on old NCP documentation. Corrected per new docs)
-35. Fixed endianess of NCP 23/237 Reply on value Number of Locks.
-36. Fixed endianess of NCP 23/238 Reply on value Number of Locks.
-37. Fixed error definitions for NCP 30
-38. Fixed error definitions for NCP 36/6
-39. Fixed error definitions for NCP 86/2
-40. Fixed error definitions for NCP 86/3
-41. Fixed error definitions for NCP 86/4
-42. Fixed error definitions for NCP 86/5
-43. Fixed error definitions for NCP 87/1
-44. Fixed error definitions for NCP 87/4
-45. Fixed error definitions for NCP 87/5
-46. Fixed error definitions for NCP 87/10
-47. Fixed error definitions for NCP 87/11
-48. Fixed error definitions for NCP 87/12
-49. Fixed error definitions for NCP 87/17
-50. Fixed error definitions for NCP 87/18
-51. Fixed NCP 87/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
-52. Fixed error definitions for NCP 87/30
-53. Fixed NCP 87/33 Reply to properly utilize the request flags to dissect the reply packet NetWare Info Struct
-54. Fixed error definitions for NCP 87/33
-55. Fixed error definitions for NCP 88/22
-56. Fixed error definitions for NCP 89/1
-57. Fixed error definitions for NCP 89/10
-58. Fixed NCP 89/11 Request packet structure
-59. Fixed error definitions for NCP 89/11
-60. Fixed NCP 89/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
-61. Fixed error definitions for NCP 104/5
-62. Added undefined NCP 112
-63. Fixed NCP 123/11 Reply to properly dissect FileName, Name, and copyright.
-64. Fixed NCP 123/17 Reply to properly display NCP Network Address values.
-65. Fixed NCP 123/24 Reply to properly display Driver Board Name, Driver Short Name, and Dirver Logical Name.
-66. Fixed error definitions for NCP 123/33
-67. Fixed NCP 123/60 to properly display Set Command Name and Set Command Value.
-68. Fixed error definitions for NCP 123/70
-69. Fixed NCP 123/71 Reply to utilize new File Information Struct
-70. Fixed error definitions for NCP 123/71
-71. Fixed error definitions for NCP 123/72
-72. Added NCP 123/249
-73. Added NCP 123/251
-74. Added NCP 123/252
-75. Added NCP 123/253
-76. Added NCP 123/254
-77. Added NCP 123/255
-78. Fixed error definitions for NCP 131/1
-79. Fixed error definitions for NCP 131/2
-File packet-ncp2222.inc
-1. Added new NCP preference setting to tell Wireshark to decode the NetWare information structure as new or old style.
-2. Set default NCP preference settings of echo connection and echo file to FALSE.
-3. Added NDS verb 2 Request Flags (0=retain old object, 1=delete old object)
-4. Fixed problem where NDS fragmentation could not be reassembled on reload. (fragment array needed to be re-initialized on reload)
-5. Fixed NCP service types 1111, 5555, bbbb, and 1111/LIP to reflect real type number. (Was defined as 0xf1, 0xf2, 0xf3, etc... Now defined as 0x1, 0x5, 0xb, etc)
-6. Fixed function build_expert_data to parse subtree memory structures to acquire NCP request value records
-7. Fix NDS attribute type Boolean to byte value and properly aligned.
-8. Fixed attribute zendmSearchOrder to display properly regardless of number or order of value entries.
-9. Added check of length of packet prior to attempting to defragment
-10. Added for Request packets logic to abort if NCP type isn't found.
-11. Added logic to store packet length and then manually decode NCP function 123 based on length.
-12. Added logic to manually dissect NCP 87/20 and 89/20 reply packets.
-13. NDS resolve name replies with remote entry as the specifier should not store the EID returned (0x00000000)
-14. Added logic to trap and echo to expert tap when connection status flags indicate an error.
-15. Added manual dissect of NCP 23/26 replies
-16. Added logic to Capture the EID returned form NCP 22/51 "Get vol info".
-17. Fixed NDS verb 0x2a
-18. Fixed NDS verb 0x2b
-File packet-ncp.c
-1. Fix offset for packet signature. (This used to automatically set the offset to account for packet signature if it could not determine the correct NCP type. But for some failed fragment packets, retransmissions, etc, this would be wrongly identified. So first we check to see if we can read a valid type at the offset before we just automatically assume that packet signature is being used)
-2. Register the new NCP preference for old/new NetWareInfoStruct.
-File packet-ncp-int.h
-1. Add extern declaration for ncp_newstyle setting.
-2. Add length, req_mask, and req_mast_ext to ncp_req_hash_value structure
-File packet-ncp-sss.c
-1. Fix SecretStore request verb Write App Secrets, Client Put Data, to evaluate packet length.
-
-------------------------------------------------------------------------
-r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-Florent DROUIN <florent.drouin@alcatel.fr>:
-
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077
-
-------------------------------------------------------------------------
-r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-Fix for bug 795: handle CR as line end as well
-------------------------------------------------------------------------
-r19076 | jmayer | 2006-08-29 13:21:47 -0700 (Tue, 29 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/wireshark.desktop
-
-- Update to 0.9.5 (from 0.9.4)
-- Remove some unneeded entries
-- Add a translation
-
-------------------------------------------------------------------------
-r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
-
-use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections
-------------------------------------------------------------------------
-r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/fileset.c
-
-fix a minor bug: don't show a single file twice in the fileset dialog
-------------------------------------------------------------------------
-r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.am
-
-add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
-------------------------------------------------------------------------
-r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/fileset_dlg.c
-
-fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 files, use that scrollbar. These 18 files should be displayable even on a 800*600 display.
-------------------------------------------------------------------------
-r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.common
-
-sort the u3.c file into the list alphabetically
-------------------------------------------------------------------------
-r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-
-Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.
-------------------------------------------------------------------------
-r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-
-Remove debugcode left by mistake...
-------------------------------------------------------------------------
-r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-display Random as a single item with two subitems
-------------------------------------------------------------------------
-r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/sip_stat.c
-   M /trunk/tap-sipstat.c
-
-Add SIP response code 494 from RFC 3329
-------------------------------------------------------------------------
-r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-flags have only 1 byte
-------------------------------------------------------------------------
-r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines
-Changed paths:
-   D /trunk/plugins/listen_rtp
-
-From Alejandro Vaquero:
-- The current "/plugin/listen_rtp" directory should be removed from the 
-source
-------------------------------------------------------------------------
-r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-
-seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
-------------------------------------------------------------------------
-r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/print_dlg.c
-
-add some file dialog related help pages
-
-use file related instead of print related help pages for the export dialogs
-------------------------------------------------------------------------
-r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/menu.c
-
-have only one Export/File menu entry for the Win32 dialog, instead of 5 entries leading to exactly the same dialog (with a single setting - the file type - set different)
-
-we might want the Unix/GTK version work the same way, as this is how other programs I know work as well ... and making the documentation easier by desribing only one way how it's working
-------------------------------------------------------------------------
-r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
-
-Remove a lot of XXX:
-- add help buttons to the dialogs
-- the read filter fields are now working (the filter button still not)
-- PDML export don't need "Packet Format" settings, grey them out
-- fix a bug in the filter fields coloring function (g_alloc space was too small)
-------------------------------------------------------------------------
-r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   A /trunk/gtk/codecs
-   A /trunk/gtk/codecs/G711a
-   A /trunk/gtk/codecs/G711a/G711adecode.c
-   A /trunk/gtk/codecs/G711a/G711adecode.h
-   A /trunk/gtk/codecs/G711a/G711atable.h
-   A /trunk/gtk/codecs/G711u
-   A /trunk/gtk/codecs/G711u/G711udecode.c
-   A /trunk/gtk/codecs/G711u/G711udecode.h
-   A /trunk/gtk/codecs/G711u/G711utable.h
-   A /trunk/gtk/codecs/Makefile.am
-   A /trunk/gtk/codecs/Makefile.nmake
-
-From Alejandro Vaquero:
-The "codecs"
-------------------------------------------------------------------------
-r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines
-Changed paths:
-   A /trunk/gtk/rtp_player.c
-   A /trunk/gtk/rtp_player.h
-
-From Alejandro Vaquero:
-- Change the "listen_rtp" to "rtp_player"
-- Change from a plugin to be part of the core
-- By default it will not compile with the rtp_player. In order to 
-compile it is necessary to:
-       + For windows: uncomment the line 
-"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
-       + For linux: using the "--with-portaudio=yes"
-------------------------------------------------------------------------
-r19094 | etxrab | 2006-08-30 14:51:31 -0700 (Wed, 30 Aug 2006) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   M /trunk/acinclude.m4
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/tools/win32-setup.sh
-
-From Alejandro Vaquero:
-- Change the "listen_rtp" to "rtp_player"
-- Change from a plugin to be part of the core
-- By default it will not compile with the rtp_player. In order to 
-compile it is necessary to:
-       + For windows: uncomment the line 
-"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
-       + For linux: using the "--with-portaudio=yes"
-------------------------------------------------------------------------
-r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-fix a suspected typo of the portaudio commit
-------------------------------------------------------------------------
-r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-
-remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
-------------------------------------------------------------------------
-r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-
- remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
-------------------------------------------------------------------------
-r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/config.nmake
-
-a huge redesign of the settings in config.nmake
-
-most changes are related to comments and the sequence of the settings, so by comparing the old and the new file, any merge conflicts will be hopefully easily resolved at least manually.
-------------------------------------------------------------------------
-r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/codecs/Makefile.am
-
-Remove trailing backslash from CFLAGS
-------------------------------------------------------------------------
-r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/gtk/codecs/Makefile.am
-
-the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
-
-
-
-------------------------------------------------------------------------
-r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/gtk/codecs/Makefile.am
-
-dont include config.nmake in the codecs makefile    it appears it is not needed
-
-
-dont link with libcodec.a
-1, this should be a shared library not a static one?
-2, its not built on unix so it is missing
-
-
-making unix/linux build work again
-
-
-
-------------------------------------------------------------------------
-r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-don't recycle ethereal-icons
-------------------------------------------------------------------------
-r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dissectors/Makefile.am
-
-Albert Chin:
-
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078
-
-
-------------------------------------------------------------------------
-r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/expert.c
-   M /trunk/epan/expert.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/packet.c
-   M /trunk/gtk/expert_comp_table.c
-   M /trunk/gtk/expert_dlg.c
-
-move value_strings from expert_dialogs into expert.c to remove duplicates
-keep the highest severity level of the current file (experimental)
-------------------------------------------------------------------------
-r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-icq.c
-
-use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available)
-------------------------------------------------------------------------
-r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-mark the "short segment" message field as generated and add an expert_info to it
-------------------------------------------------------------------------
-r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines
-Changed paths:
-   M /trunk/gtk/codecs
-   M /trunk/gtk/codecs/Makefile.am
-
-- Add svn:ignore
-- Replace the completely wrong Makefile.am (was a copy of makefile.nmake)
-  by the version the author sent. As I needed to retrieve it from the ML
-  archives, it may be different from the originally sent version. If
-  someone still has the original version in his inbox, please send it to
-  me.
-
-------------------------------------------------------------------------
-r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-
-From Florent Drouin:
-patch to implement the decoding of the GPRS reference. The specific oid for the CAP-GPRS-ReferenceNumber is attached to a decoding function in the camel module.
-------------------------------------------------------------------------
-r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-always create a conversation for gssapi
-
-we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup)
-
-
-
-------------------------------------------------------------------------
-r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-remove a comment with dead code
-remove three pointless volatile declarations
-
-
-------------------------------------------------------------------------
-r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-resolve the oid to a variable before we check it in the conditional so that
-we can add code to check that it looks sane (for better heuristics) when
-we start adding GSS-KRB reassembly.
-
-we need this for some transports such as SMB/SessionSetup that will transport GSS-KRB blobs inside multiple PDUs (multiple different SMB/SessionSetups) so we can reassemble the blobs before decoding them.
-
-
-this probably only happens for SMB/SessionSetup   but the design of that command is so "nice" that you can not tell whether the blob is fragmented or not or how big it is supposed to be by looking at the SMB layer itself, one needs to know the BER length field for the BER APPLICATION tag. :-(
-
-to make things worse, the only way match multiple such fragments together one will need not just the fragments from the SessionSetup requests  but also the UID that is returned in the response to the initial request.
-perverse design.
-
-
-lets assume that there will almost never be multiple sessionsetups on the same tcp session in real traces    so to make things easier just ignore the UID for now when reassembling. (well reassembly is not added yet but will be)
-
-
-
-
-------------------------------------------------------------------------
-r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-break out the handling of conversation specific data so that we will always have one such struct (and not an value pointer to an oid struct)
-so that it is easier to attach other useage to the conversation specific state
-
-
-
-------------------------------------------------------------------------
-r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-Add brackets to squelch a compiler warning.
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wtls.c
-
-Add a common routine for adding session IDs.  Have it handle session IDs
-from 1 to 8 bytes, and not only handle 0-byte session IDs as special,
-have it handle session IDs > 8 bytes as special as well.
-
-------------------------------------------------------------------------
-r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
-
-Clean up indentation, etc.
-
-------------------------------------------------------------------------
-r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   A /trunk/codecs (from /trunk/gtk/codecs:19108)
-   M /trunk/configure.in
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.nmake
-   D /trunk/gtk/codecs
-   M /trunk/gtk/rtp_player.c
-
-Move the codecs into a top-level "codecs" subdirectory; there's no
-guarantee that all programs using the codecs will necessarily be using
-GTK+.
-
-------------------------------------------------------------------------
-r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/codecs/G711a/G711adecode.h
-   M /trunk/codecs/G711u/G711udecode.h
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-
-Squelch compiler warnings, and get rid of unused variables and
-declarations.
-
-Define functions with no arguments as such.
-
-Clean up white space.
-
-Declare tables in the codec .h files.
-
-------------------------------------------------------------------------
-r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-add primitive reassembly of gssapi
-
-this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus
-
-
-
-------------------------------------------------------------------------
-r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/codecs/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
-
-Fix path and name.
-------------------------------------------------------------------------
-r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.
-------------------------------------------------------------------------
-r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Remove some extra output for MediaDescriptor.
-------------------------------------------------------------------------
-r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Include codecs in the all target.
-------------------------------------------------------------------------
-r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Packages can have digits and '/' in their names...
-------------------------------------------------------------------------
-r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-epl_v1.c
-   A /trunk/epan/dissectors/packet-epl_v1.h
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-
-From David Buechi
-New protocol: epl v1
-
-
-Hi,
-
-in addition to the recently submitted dissector for the EPL v2 protocol,
-this is the dissector for the first version of the EPL protocol.
-
-Best Regards,
-David
-
-
-
-
-------------------------------------------------------------------------
-r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Comment out debug code.
-------------------------------------------------------------------------
-r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Ad $Id: ?\194?\167 and reorder and reformat some comments in the header.
-
-
-------------------------------------------------------------------------
-r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos4.c
-
-make the heuristics for detecting kerberos4 stronger
-
-
-
-------------------------------------------------------------------------
-r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-kerberos4.c
-
-krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
-
-use call_dissector_only()  which is new-style aware and not call_dissector() which is not.
-
-this fixes a recent bug found on the heimdal list.
-
-
-
-------------------------------------------------------------------------
-r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   A /trunk/epan/dissectors/packet-umts_fp.c
-   A /trunk/epan/dissectors/packet-umts_fp.h
-   M /trunk/wiretap/catapult_dct2000.c
-   M /trunk/wiretap/wtap.h
-
-Partial implementation of UMTS FP.  Currently only works with Catapult DCT2000 format files, as need extra information about packet when decoding.  There are a few TODOs (notably E-DCH channels), but the current version gives OK coverage.
-
-------------------------------------------------------------------------
-r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/configure.in
-
-Use portaudio if it's there. Check that we have the right version.
-Note: This check is currently carried out by checking that the include
-defines PortAudioStream. If you know of any better check, please let
-me know.
-
-acinclude.m4:
-       Replace sequences of 8 spaces by tab
-
-------------------------------------------------------------------------
-r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-
-From Donald White:
-First, the length of the header of a sub-frame may be miscalculated if
-if the PID field is not present, but was present in a previous
-sub-frame.  The calculation of the header length will use the value from
-the previous sub-frame.
-
-Second, correct the typo "ength" to "length".
-
-Third, the length of the current sub-frame was not passed as the
-reported length to a sub-dissector.  When the sub-dissector calls
-tvb_reported_length(), the function returns the length of the complete
-frame and not the length of the sub-frame to be dissected.
-
-------------------------------------------------------------------------
-r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/acinclude.m4
-
-After some reading it is clear that the code was written for
-portaudio versions <= 18. At least Suse 10.1 provides a snapshot
-of version 19, which, in turn has the brand new and incompatible
-version 2.0 of the API. Change the error message to tell the
-user that he needs portaudio <= 18.
-
-
-------------------------------------------------------------------------
-r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-
-The previous way of (not) including portaudio support didn't
-work reliably (at least it didn't work on my system).
-Change it to just wrap the rtp_player.[hc] files into a
-#if defined(...) #endif.
-
-
-------------------------------------------------------------------------
-r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-
-Correct some typos and add some comments.
-------------------------------------------------------------------------
-r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-From Oleg Kostenko:
-This patch will add the following functionality to the H.248
- dissector:
-
- 1. Dissection of properties from Annex C.11 SDP equivalents.
-
- 2. Dissection of EventNames and SignalNames from Annex E Basic
-Packages.
-
- 3. Dissection of event and signal parameters from Annex E.9 Analog
- Line Supervision Package.
-
- 4. Dissection of statistics from Annex E.11 Network Package and
- Annex E.12 RTP Package.
-------------------------------------------------------------------------
-r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Fix a typo for rtp_player
-------------------------------------------------------------------------
-r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Always dissect SDP info to set up RTP conversation.
-------------------------------------------------------------------------
-r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
-
-Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042
-Does the string need to be freed ad destruction of the hashtable?
-
-Surplus add_text removed.
-------------------------------------------------------------------------
-r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/acinclude.m4
-
-AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue
-one ourselves.
-
-The documentation for autoconf isn't very clear on the "includes"
-argument to AC_CHECK_TYPE - it's in the form of a list of #include
-statements.
-
-------------------------------------------------------------------------
-r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
-used.
-
-------------------------------------------------------------------------
-r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/codecs/G711a/G711adecode.c
-   M /trunk/codecs/G711a/G711adecode.h
-   M /trunk/codecs/G711a/G711atable.h
-   M /trunk/codecs/G711u/G711udecode.c
-   M /trunk/codecs/G711u/G711udecode.h
-   M /trunk/codecs/G711u/G711utable.h
-
-Add RCS IDs, introductory comments, and multiple-include protection. 
-Remove extra blank lines.
-
-------------------------------------------------------------------------
-r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/Makefile.common
-
-Build with rtp_player.c.
-
-------------------------------------------------------------------------
-r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Comment #endifs so you can tell what they match.
-
-------------------------------------------------------------------------
-r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
-   M /trunk/epan/dissectors/packet-x11-keysym.h
-
-From Stephen Fisher:
-A patch to bring the VNC dissector almost to completion.
-
-I have not had a chance to finish the server message type "frame buffer 
-update," which are the pixel values for screen rectangle updates.  
-Everything else is there - tracking the keys the user is pushing, 
-ringing a bell on the client, mouse button pushes/pointer movements, 
-etc.
-------------------------------------------------------------------------
-r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-Move the include of rtp_player.h after the include of stuff it needs,
-and include rtp_analysis.h as well, as it declares something else
-rtp_player.h needs.
-
-------------------------------------------------------------------------
-r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/h248
-
-Added some files to svn:ignore
-------------------------------------------------------------------------
-r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/gtk/rtp_player.c
-
-rtp_player.c will now compile with the new API, although it will not
-actually do something useful except to print that the new API is not
-supported.
-
-Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the
-check_message to indicate *why* we are checking for the type.
-
-
-------------------------------------------------------------------------
-r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines
-Changed paths:
-   A /trunk/CMakeLists.txt
-   A /trunk/README.cmake
-   A /trunk/cmake
-   A /trunk/cmake/modules
-   A /trunk/cmake/modules/FindGTK2.cmake
-   A /trunk/cmake/modules/FindPcap.cmake
-   A /trunk/wiretap/CMakeLists.txt
-
-OK, as I haven't had any negative feedback, I'm adding my work
-to use cmake as a build system. It's in no way complete, I'd
-just like others to be able to participate in playing with cmake
-and to document what I'm doing.
-
-Please read the README.cmake for what can be done right now.
-
-------------------------------------------------------------------------
-r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/CMakeLists.txt
-   M /trunk/README.cmake
-   M /trunk/cmake/modules/FindGTK2.cmake
-   M /trunk/cmake/modules/FindPcap.cmake
-   M /trunk/wiretap/CMakeLists.txt
-
-propset, add $Id$ and copyright headers
-------------------------------------------------------------------------
-r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/README.cmake
-
-Add some links for further reading
-------------------------------------------------------------------------
-r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-Fix for bug 1093, as proposed by Atsushi Fukumoto
-
-------------------------------------------------------------------------
-r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-fix for bug 1079
-
-verify that stat_info->request_uri is non null before doing string manipulations on it
-so that we dont try to dereference a null pointer further down the code
-
-
-------------------------------------------------------------------------
-r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-fix for bug 1054
-
-there were instances where the function dissect_nt_sid() would not fill in the return pointer for the sid string
-causing callers that rely on that this string will ALWAYS be assigned try to access and g_free() an uninitialized pointer.
-
-dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory
-
-
-
-------------------------------------------------------------------------
-r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
-
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092
-Actually, this was a feature request:
-
-Store the value of the blksize option in the conversation data
-and use that information to compare whether we have reached the
-last packet.
-
-Includes the cleanup ideas from Ronnie.
-
-------------------------------------------------------------------------
-r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/wiretap/catapult_dct2000.c
-   M /trunk/wiretap/wtap.h
-
-For DCT2000, show better transport info:
-- for FP over AAL2, add CID to AAL tree
-- for IPPRIM protocols, show IPV4 addresses in src & dst columns
-
-------------------------------------------------------------------------
-r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-smrse.c
-
-Make smrse & radius dissectors findable by name
-------------------------------------------------------------------------
-r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
-
-option name "blksize" is case in-sensitive
-------------------------------------------------------------------------
-r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-
-Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
-------------------------------------------------------------------------
-r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-NAME can also contain '_'
-------------------------------------------------------------------------
-r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-
-Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now.
-------------------------------------------------------------------------
-r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
-
-- Make options filterable
-- Display options in info column
-- Only remember blksize from OACK packets
-- Add some rfc numbers
-- Move tftp_dissect_options in front of dissect_tftp
-  (I forgot to fix the forward decl once too often ;)
-- Warning fixes
-- Add expert error in case of tftp-error pdu
-
-
-------------------------------------------------------------------------
-r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-fix for the typo in bug 1094
-
-
-------------------------------------------------------------------------
-r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-Dissect some more common control messages
-------------------------------------------------------------------------
-r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/enterprise-numbers
-
-Update enterprise-numbers
-
-------------------------------------------------------------------------
-r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/cmake/modules/FindGTK2.cmake
-
-Update to newer version of the file from
-http://cmake-modules.googlecode.com/svn/trunk/
-
-This update adds a license text (dual: GPLv2 and 3 clause BSD)
-
-------------------------------------------------------------------------
-r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/README.cmake
-
-Add cmake-modules URL
-------------------------------------------------------------------------
-r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines
-Changed paths:
-   M /trunk/CMakeLists.txt
-   A /trunk/cmake/modules/FindGLIB.cmake
-   A /trunk/cmake/modules/FindGLIB2.cmake
-   A /trunk/cmake/modules/FindLEX.cmake
-   A /trunk/cmake/modules/FindPCAP.cmake
-   D /trunk/cmake/modules/FindPcap.cmake
-   A /trunk/cmake/modules/FindYACC.cmake
-   A /trunk/cmake/modules/LICENSE.txt
-   A /trunk/cmakeconfig.h.in
-
-cmake/
-       Add some more (hackish) tests.
-       Add a LICENSE file until I find the time to add it to all
-       files individually.
-
-CMakeLists.txt
-       Add some addiotional stuff regarding options.
-       Add (non-working) code to generate config.h
-       Handle GTK1 vs GTK2 and GLIB1 vs GLIB2
-
-------------------------------------------------------------------------
-r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/CMakeLists.txt
-   M /trunk/cmake/modules/FindGTK2.cmake
-
-The last update to FindGTK2.cmake was incompatible with it's use.
-Fix a bug and adapt CMakeLists.txt to the new usage.
-
-------------------------------------------------------------------------
-r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.cnf
-   M /trunk/epan/dissectors/pidl/winreg.idl
-
- pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry)
-
-
-
-------------------------------------------------------------------------
-r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/tools/pidl/idl.yp
-   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
-
-Update from samba tree revision 17666 to 18221
-============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
-
-
-
-------------------------------------------------------------------------
-r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines
-Changed paths:
-   M /trunk/epan/make-sminmpec.pl
-
-From Andrew Feren:
-       This adds some features to update enterprise-numbers from the web.
-
-As used in the Makefile currently
- make-sminmpec.pl <infile> <outfile.c>
-
-works exactly the same.  Additionally <infile> can be a URL to an infile in
-the expected format.
-
-Using the new "-gen" switch will create a new <infile>
-
-example:
-make-sminmpec.pl -gen \
-   http://www.iana.org/assignments/enterprise-numbers \
-   enterprise-numbers
-
-other than that I modified so that calling it like
-make-sminmpec.pl -gen
-be like 
-make-sminmpec.pl -gen \
- http://www.iana.org/assignments/enterprise-numbers \
- sminmpec.c
-
-
-
-------------------------------------------------------------------------
-r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-   A /trunk/docbook/check_svn_version.sh
-
-fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
-Other minor dependency fixes.
-
-I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...
-------------------------------------------------------------------------
-r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-sysact.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dcom.h
-
-distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
-------------------------------------------------------------------------
-r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-epm.c
-
-add some probable protocol IDs from the DCOM specs
-------------------------------------------------------------------------
-r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   M /trunk/epan/dissectors/packet-tcp.c
-
-tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details)
-------------------------------------------------------------------------
-r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines
-Changed paths:
-   M /trunk/epan/make-sminmpec.pl
-
-removed options.
-
-
-now it can either be called as
-
-make-sminmpec.pl
-
-so it will fetch the file only if it has been modified since we last loaded it
-
-or 
-
-make-sminmpec.pl enterprise-numbers
-
-to regenerate the C file from the given file.
-
-Luis
-
-
-------------------------------------------------------------------------
-r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/check_svn_version.sh
-
-propset svn:executable
-------------------------------------------------------------------------
-r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
-
-. is not necessarily in /home/jmayer/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/cross/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/sbin, so add it
-------------------------------------------------------------------------
-r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-osi.c
-
-Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs.
-------------------------------------------------------------------------
-r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-From Fr?\195?\169d?\195?\169ric Roudaut:
-as requested  here is a patch  in order to take into account  Encryption 
-and Authentication keys for ESP in hexa. 
-You only have to write your key with 0x first. In this case if the key 
-is not in 8-bit unit, it will be considered as starting with a "0" (4 bits). Excepted this case, the key should be completely written, even if it 
-starts with "0x00".
-------------------------------------------------------------------------
-r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
-
-add dependency to custom_layer_pdf.xsl for all fo files
-------------------------------------------------------------------------
-r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/custom_layer_pdf.xsl
-
-switch off draft mode, so the PDF generation won't try to load a draft image from the web
-------------------------------------------------------------------------
-r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/codecs/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
-
-minor cleanup for making codecs
-------------------------------------------------------------------------
-r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tcp.h
-   M /trunk/epan/packet_info.h
-   M /trunk/epan/req_resp_hdrs.c
-
-implement support to reassemble tcp sessions until the end of the session (FIN)
-
-add required code to the http (and others) code in req_resp_hdrs.c to signal to tcp
-when it wants a session to be reassembled to the FIN.
-
-This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
-
-
-
-
-------------------------------------------------------------------------
-r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-fix for bug 1045
-
-
-windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree
-
-
-------------------------------------------------------------------------
-r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/gtk/voip_calls.c
-
-From Alejandro Vaquero:
-Need to use HAVE_LIBPORTAUDIO instead 
-of PORTAUDIO_DIR in voip_calls.c
-
-And build the windows version with Port audio.
-------------------------------------------------------------------------
-r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-vrrp.c
-
-VRRPver3 support fixed: Count restored, Auth Type is reserved field.
-------------------------------------------------------------------------
-r19189 | martinm | 2006-09-11 05:03:29 -0700 (Mon, 11 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
-
-Added E-DCH (HSUPA) channels to FP.
-Also show VPI/VCI/CID in ATM protocol label.
-
-------------------------------------------------------------------------
-r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
-
-h248_handle was declared localy, udp port was not added at register.
-
-Added a few more packagenames.
-------------------------------------------------------------------------
-r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
-
-add the LUA plugin install option
-------------------------------------------------------------------------
-r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/docbook/user-guide.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-
-add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
-
-fix a lot of broken URL's
-
-------------------------------------------------------------------------
-r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/README.win32
-
-As no one seems to update the install information in this file (including me), remove most of the installation text and mention the User's Guide instead.
-
-Some minor updates in the development section as well.
-------------------------------------------------------------------------
-r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/tools/win32-setup.sh
-
-a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly
-------------------------------------------------------------------------
-r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-
-let the user only specify the PortAudio version and do the "ugly details" in the part below, just as we do it for most other libs 
-------------------------------------------------------------------------
-r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
-
-tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
-------------------------------------------------------------------------
-r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-
-remove obsolete "HAVE_AIRPCAP_API" comment
-------------------------------------------------------------------------
-r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/menu.c
-
-various nmake related build file cleanups
-------------------------------------------------------------------------
-r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Hmmm, don't optimize too much :-)
-
-also fix the clean_setup
-------------------------------------------------------------------------
-r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/image/Makefile.nmake
-
-add a comment, that .res files are generated using an implicit (built in) nmake rule
-------------------------------------------------------------------------
-r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/image/win32-file-dlg.rc
-   M /trunk/image/wireshark.rc.in
-
-wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
-------------------------------------------------------------------------
-r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets
-------------------------------------------------------------------------
-r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-
-- Replace the ELINKS variable by HTML2TEXT and include the parameters
-  into the variable to make this actually portable.
-- Some whitespace changes between filenames and the \
-
-------------------------------------------------------------------------
-r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-prettify dissection of ESP
-
-show the IV as a hexadecimal
-show the protocol name for the Next header field inside ESP
-
-
-
-------------------------------------------------------------------------
-r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-the name of the protocol is IPsec, not IP-sec
-
-------------------------------------------------------------------------
-r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-put the ah and esp payload as its own top level expansion in the tree instead of as an expansion inside the ah/esp layer.
-
-
-since source/dest/protocol/info is updated by the content of the payload    it doesnt make sense to hide the actual payload inside esp/ah
-it just would look confusing
-
-
-
-------------------------------------------------------------------------
-r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-Various small fixes and prettifications
-------------------------------------------------------------------------
-r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-http.c
-
-from bryant eastham
-
-
-Also, there is still an outstanding issue regarding the default use of
-the "media" dissector. The way it is currently coded there is no way to
-have a heuristic decoder when a content-type header is specified.
-
-
-In this way if there is a decoder for a specific content-type then it
-will be used, then the heuristic decoders have a chance, and finally the
-default of either the media-type decoder of the http_payload decoder.
-
-
-
-------------------------------------------------------------------------
-r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-redback.c
-
-from Florian Lohoff
-
-Hi,
-after using the redback dissector again i found some more protocol
-types:
-
-
-
-------------------------------------------------------------------------
-r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-s5066.c
-
-from Taner Kurtulus and Menno Andriesse
-
-Hi folks,
-We think we've found a bug in STANAG 5066 SIS layer dissector.
-
-Problem is at S_EXPEDITED_UNIDATA_INDICATION S_Prim's parser
-and occurs when we receive a U_PDU via expedited unidata channel.
-Dissector tries to parse first 2 bytes of U_PDU as a header size of  type
-21 s_prim (S_UNIDATA_INDICATION). But, this is not an wanted  process on
-that parser. Maybe, it was forgotten unchanged from
-S_UNIDATA_INDICATION dissector while copying it. So it shows
-data (U_PDU) 2 bytes short. Moreover, if data is just 1-byte, TCP datagrams
-receive TCP checksum error.
-
-
-Confirmed.
-
-It was indeed a "copy-paste-did not edit correctly" bug.
-
-While going over the code once more, I found:
-
-1 - One bug in the heuristic. (Changed '&&' to '||')
-2 - One to-do that was already done. (Removed the /* TODO */)
-3 - One to-do that is now done. ;-)
-
-
-
-------------------------------------------------------------------------
-r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bpdu.c
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-
-Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
-
-------------------------------------------------------------------------
-r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-More DCH control types
-------------------------------------------------------------------------
-r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
-
-use the official name spelling for some projects
-------------------------------------------------------------------------
-r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/config.h.win32
-
-it's HAVE_LIBGNUTLS instead HAVE_GNUTLS
-------------------------------------------------------------------------
-r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-
-it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO
-------------------------------------------------------------------------
-r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-fix the generation of config.h, some HAVE_... were wrong
-------------------------------------------------------------------------
-r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/version_info.c
-
-add version output (e.g. in the About box) for the following libraries:
--GnuTLS
--Gcrypt
--Kerberos (no version, only if compiled with MIT/HEIMDAL or without any kerberos)
--PortAudio (version number only for V>=19, maybe need some fixing)
-
-Don't know how to use the line breaking stuff, if someone could help me here ...
-------------------------------------------------------------------------
-r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/version_info.c
-
-Makefile.nmake
-config.h.win32
-  - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make
-    sure we use the same var everywhere (including sources
-    and autofoo stuff).
-  - Use PORTAUDIO_API_1 everywhere
-
-version_info.c
-  - Include <portaudio.h>
-  - Add some , and breaks when printing version infos.
-
-------------------------------------------------------------------------
-r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/version_info.c
-
-tshark wouldn't link any more, as it doesn't link against
-libportaudio, but version_info.c with libportaudio >= 19
-needs to link against this.
-
-FIXME: Just print out >= 19 instead of real version string
-  until someone finds a proper solution.
-
-------------------------------------------------------------------------
-r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-osi.c
-
-Set default port to zero.
-------------------------------------------------------------------------
-r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
-
-From: Luca Deri via Andrew Feren:
-> please find enclosed a patch to the CFlow dissector (packet-netflow.c) 
-> that enables it to decode IPFIX packet traces.
-------------------------------------------------------------------------
-r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/version_info.c
-
-Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can
-use Pa_GetVersionText().
-
-(The word-wrapping stuff appears to work.)
-
-------------------------------------------------------------------------
-r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/acinclude.m4
-
-AC_CHECK_TYPE already prints a "checking for" message; don't bother
-printing another one before calling it.
-
-------------------------------------------------------------------------
-r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/wiretap/ber.c
-
-Get rid of a compiler warning.
-
-------------------------------------------------------------------------
-r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
-
-Not all platforms define "u_short", and "tvb_length_remaining()+4" isn't
-guaranteed to fit into a "u_short" in any case.  Use "gint" instead.
-
-Squelch some compiler warnings.
-
-------------------------------------------------------------------------
-r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
-
-the way we pass dcerpc strings from deep down in helpers to high level dissector functions (dcv->private_data) for things such as strings and sids is a mess and very difficult to handle without a lot of memory leakage.
-
-the biggest problem in changing this is the dcv->private_data usage.
-
-
-add a dcv->se_data which can keep data around from a request to a response and use this to change the LSA/OpenPolicy2 servername passing from request to response as a test pattern of moving all users of dcv->private data over to use dcv->se_data.
-
-once all users are migrated over we can then change the dcv->private data pointer to be of ep scope and thus not need an explicit free (which is quite difficult and it is quite difficult in the old semantics to know WHEN we need to free this pointer)
-
-this will eventually make the usage more clean and at the same time close down quite a few memory leaks.
-
-
-eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed.
-
-
-
-------------------------------------------------------------------------
-r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/CMakeLists.txt
-
-Add a comment
-------------------------------------------------------------------------
-r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-
-so it's HAVE_LIBPORTAUDIO
-------------------------------------------------------------------------
-r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-Add support for R6 HSDPA data 'new IEs' (the spec seems not be be very clear...).
-Try to cast away a warning seen on buildbot logs
-
-------------------------------------------------------------------------
-r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-fix various minor things noted by Brian Drab
-------------------------------------------------------------------------
-r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
-   M /trunk/epan/dissectors/packet-mtp3mg.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccpmg.c
-
-Jeff Morriss:
-       Fix for bug 1036
-
-I looked at this today and found that in fact the PC stuff is pretty
-hosed up in the SS7 dissectors.  For example, MTP3 *looks* OK here (DPC is
-4-5-6):
-
-    Routing label
-        DPC (4-5-6) (394500)
-
-but 394500 == 0x60504 == 6-5-4.  Something's not right.
-
-I made a common PC dissector function for all the SS7 dissectors so as to
-concentrate all this code in one place (something I've been wanting to do for a
-while anyway) and fixed the reported problem as well as the above problem in
-the attached patch.
-
-------------------------------------------------------------------------
-r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
-
-add OpenSCManagerW
-
-
-also make the dissector manage that dcv->private_data in the future will be of ep scope
-
-
-
-------------------------------------------------------------------------
-r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-More fixes and prettifications
-------------------------------------------------------------------------
-r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
-
-svn propset.
-------------------------------------------------------------------------
-r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-More missing message types
-------------------------------------------------------------------------
-r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/doc/wireshark.pod
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/util.c
-
-Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
-Look for a string that starts with "rdp".  This should take care of
-cases where a default capture filter is set needlessly.
-
-Update the docs accordingly.
-
-------------------------------------------------------------------------
-r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/image/win32-file-dlg.rc
-
-"Elapsed Time:" is truncated, use "Elapsed:" instead
-------------------------------------------------------------------------
-r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
-
-Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"
-------------------------------------------------------------------------
-r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/user-guide.xml
-   A /trunk/docbook/wsug_graphics/ws-merge-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-merge-gtk2.png (from /trunk/docbook/wsug_graphics/ws-merge.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-merge-win32.png
-   D /trunk/docbook/wsug_graphics/ws-merge.png
-   A /trunk/docbook/wsug_graphics/ws-open-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-open-gtk2.png (from /trunk/docbook/wsug_graphics/ws-open.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-open-win32.png
-   D /trunk/docbook/wsug_graphics/ws-open.png
-   A /trunk/docbook/wsug_graphics/ws-save-as-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png (from /trunk/docbook/wsug_graphics/ws-save-as.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-save-as-win32.png
-   D /trunk/docbook/wsug_graphics/ws-save-as.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-
-first step to fix the file dialog "mess":
-- use different screenshots for: GTK1, GTK2 and Win32
-- rewrite the "File Open Dialog" section
-------------------------------------------------------------------------
-r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-
-make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data
-
-
-once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc
-
-
-
-------------------------------------------------------------------------
-r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-
-remove any dependencies that dcv->private_data is persistent
-
-
-------------------------------------------------------------------------
-r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-
-strings we pass up to the caller through private_data are now of ep scope
-
-
-this closes a few memory leaks
-
-
-------------------------------------------------------------------------
-r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks
-(this function is often called from dcerpc dissectors)
-
-
-------------------------------------------------------------------------
-r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   A /trunk/epan/dissectors/pidl/srvsvc.cnf
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-generate SRVSVC by pidl
-
-small prettification regression but that will be fixed in the next few days
-
-
-
-------------------------------------------------------------------------
-r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-
-can we agree on using lynx?
-
-Cygwin situation:
-- lynx works
-- elinks is not available (at least on the standard repositories)
-- links and true doesn't produce any output
-
-------------------------------------------------------------------------
-r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsug_graphics/ws-merge-gtk2.png
-   M /trunk/docbook/wsug_graphics/ws-merge-win32.png
-   M /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png
-   M /trunk/docbook/wsug_graphics/ws-save-as-win32.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-
-second step to fix the file dialog "mess":
-- rewrite the "File Save" and "File Merge" sections
-
-------------------------------------------------------------------------
-r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
-
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
-
-"The decoder has some bugs:
- * RTP redundancy field is decoded incorrectly.
- * Timer TU3920 is displayed as being in seconds, but it is really in units of
-100 ms."
-------------------------------------------------------------------------
-r19248 | etxrab | 2006-09-17 13:23:23 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
-
-From Martin Peylo:
-Improve Infocolumn output.
-------------------------------------------------------------------------
-r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-add decoding of the SessionInfo userflags
-
-
-
-------------------------------------------------------------------------
-r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-some more bitmaps for SRVSVC
-
-
-------------------------------------------------------------------------
-r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-pktgen.c
-
-From Francesco Fondelli:
-You find attached a patch file (against svn 19058) to dissect packets
-produced by the Linux kernel packet generator.
-
-------------------------------------------------------------------------
-r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-
-jeff morriss:
-       Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102
-
-
-------------------------------------------------------------------------
-r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-Add old release DSCH FDD fields.  Try to squash compiler warnings seen on MACOS buildbot
-------------------------------------------------------------------------
-r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
-   M /trunk/epan/dissectors/packet-dcp.h
-   M /trunk/epan/dissectors/packet-icep.c
-
-Licepnse -> License
-
-------------------------------------------------------------------------
-r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ymsg.c
-
-From G.F. aka Gena01
-I have put together a patch for YMSG packet dissector. This is based on my own code and service lists (this
-should match Gaim and Kopete service lists). This new code should bring the code up to par to most of the
-known services. Which should cover up to Yahoo 7.x or most of it.
-
-I have also setup a new set of constants which are specific to YMSG packets. These are the types that I've
-seen in miranda network logs and they should reveal more information. The other constants are mostly for buddy
-statuses and need nor apply to the YMSG header.  I have left them in the code (for now). These constants are
-currently used in my own code.
-
-------------------------------------------------------------------------
-r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-Fix protocol reference link URL.
-
-------------------------------------------------------------------------
-r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   A /trunk/epan/dissectors/pidl/dfs.cnf
-   A /trunk/epan/dissectors/pidl/dfs.idl
-
-import DFS.idl from samba and use it to generate a much more complete DFS dissector
-
-
-------------------------------------------------------------------------
-r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Template.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
-   M /trunk/tools/pidl/pidl
-   M /trunk/tools/pidl/tests/ndr_string.pl
-
-Update from samba tree revision 18221 to 18675
-============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
-
-
-------------------------------------------------------------------------
-r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Make Content-Length and Max-Forwards fields uints
-------------------------------------------------------------------------
-r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-From Graham Addis:
- In dissect_geographical_description the longitude is multiplied by 260 
- and should be by 360(degrees).
-
- Also it would be good to display to 5 decimal places.
-------------------------------------------------------------------------
-r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Add some routines to the list of routines exported by libwireshark - at
-least one dissector writer needs them.
-
-------------------------------------------------------------------------
-r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/oui.h
-
-From David Pelton:
-Add  the ieee802a_add_oui function to libwireshark.def, and also adds the OUI that I am using to a couple of internal lists (in epan/oui.h and dissectors/packet-llc.c).
-
-From me:
-Resorted the oui  lists, some witespace changes and added Ericsson OUI:s.
-------------------------------------------------------------------------
-r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-
-Dont use itu_ssn
-------------------------------------------------------------------------
-r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6
-
-------------------------------------------------------------------------
-r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-msrp.c
-
-Make the data part of the message filterable
-
-------------------------------------------------------------------------
-r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/radius/dictionary
-
-Alexander Schrab:
-       Subject: [Wireshark-dev] New radius attributes (RFC 4590)
-       Hi, i noticed you haven't updated the radius dictionary file. Here is a patch
-
-
-------------------------------------------------------------------------
-r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/radius/dictionary
-
-Repair patch to accurately follow RFC 4590
-
-------------------------------------------------------------------------
-r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Add http_dissector_add upon request
-
-------------------------------------------------------------------------
-r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/pidl/dfs.idl
-
-dfs updates
-
-
-------------------------------------------------------------------------
-r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-New fields in R6 RACH
-------------------------------------------------------------------------
-r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-From: Marco Strack
-The smb dissector displays lock requests in the "Locking AndX Request" as a vector of locks. It opens a tree branch
-"Locks" and appends the locks to this branch. Instead of adding "Lock" objects to this branch it added "Unlock"
-objects. Everything else is fine.
-
-------------------------------------------------------------------------
-r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-   M /trunk/gtk/voip_calls.c
-
-Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTP
-player, so that we get declartions of rtp_player_init() and
-add_rtp_packet().
-
-Constify the first argument to add_rtp_packet(), as it's passed a
-pointer to a const value.
-
-------------------------------------------------------------------------
-r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Fix the handling of IPv4-address and Boolean suboptions of the Novell
-options item.
-
-------------------------------------------------------------------------
-r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Add some space after commas.
-
-------------------------------------------------------------------------
-r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lapd.c
-   M /trunk/epan/dissectors/packet-q931.c
-
-Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106
-
-packet-lapd.c change on 2006-03-02 (17452) by etxrab swaps SRC/DST for the default case
-And added a comment to Q.931
-------------------------------------------------------------------------
-r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.idl
-
-winreg updates    resync idl from s4
-
-
-------------------------------------------------------------------------
-r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines
-Changed paths:
-   A /trunk/epan/dissectors/pidl/eventlog.cnf
-   A /trunk/epan/dissectors/pidl/eventlog.idl
-
-add idl file and conformance file for eventlog interface
-
-
-------------------------------------------------------------------------
-r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/pidl/eventlog.idl
-
-merge JBMs changes from the handwritten dissector to the idl
-
-
-------------------------------------------------------------------------
-r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-updates to eventlog to use the pidl generated dissector  and enhance the conformance file to dissect parts of the eventlog Records.
-(record dissection is incomplete since this is not really NDR encoded   but better than nothing)
-
-
-
-------------------------------------------------------------------------
-r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-add conformance file magic to decode the non-NDR  source/computer name strings of the eventlog_Record
-
-
-
-------------------------------------------------------------------------
-r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation
-------------------------------------------------------------------------
-r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-update to eventlog record
-
-dissect the informational strings that may be present inside an event
-
-
-
-------------------------------------------------------------------------
-r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-update where the extra strings in the record are being dissected to that the decode follows the packet structure more closely
-
-
-
-------------------------------------------------------------------------
-r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/pidl/dfs.idl
-
-dfs updates from the s4 idl repository
-
-
-------------------------------------------------------------------------
-r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-EDCH new fields + another DCH control message type
-------------------------------------------------------------------------
-r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-Add remaining dedicated control message types.  This dissector is pretty complete now.
-------------------------------------------------------------------------
-r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
-
-Add missing updates to unbreak build...
-------------------------------------------------------------------------
-r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-When dissecting LDAP, the assumption was made that the maximum LDAP PDU size will be 65535. Anything bigger than this was considered not to be LDAP. However, LDAP can have PDU sizes bigger than this - a CRL can easily grow to be bigger than this, for example.
-
-This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility.
-
-
-------------------------------------------------------------------------
-r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER.
-
-
-------------------------------------------------------------------------
-r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/tools/netscreen2dump.py
-
-Handle netscreen 5.3r4 snoop output, too.
-This format adds "len=\d+" before the ":"
-
-------------------------------------------------------------------------
-r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines
-Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/doc/tshark.pod
-   M /trunk/dumpcap.c
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/guid-utils.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/strutil.c
-   M /trunk/epan/strutil.h
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/webbrowser.c
-   M /trunk/gtk/win32-file-dlg.c
-   M /trunk/tshark.c
-   M /trunk/version_info.c
-
-Add support for reading from stdin under Windows.  Based on a patch sent
-in last year by Gianluca Varenni.
-
-Add partial support for reading from named pipes (currently disabled).
-
-Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch])
-so that we don't have to cut and paste code in dumpcap.c.
-
-Fix up whitespace.
-
-------------------------------------------------------------------------
-r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/menu.c
-
-Move Copy below the tree manipulation options.
-
-------------------------------------------------------------------------
-r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
-   A /trunk/epan/unicode-utils.c
-   A /trunk/epan/unicode-utils.h
-
-Add missing files from last commit.  Fix an #include.
-
-------------------------------------------------------------------------
-r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/capture-wpcap.c
-   M /trunk/version_info.c
-
-Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
-------------------------------------------------------------------------
-r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-
-add a packaging_u3 target
-rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing)
-------------------------------------------------------------------------
-r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-Don't complain if we can't find airpcap.dll.
-
-------------------------------------------------------------------------
-r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]".
-
-I'm still looking for a good way to display the current expert level and this seems to be the best place.
-
-However, ideas are still welcome ...
-------------------------------------------------------------------------
-r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/capture_if_details_dlg.c
-   A /trunk/gtk/gtkvumeter.c
-   A /trunk/gtk/gtkvumeter.h
-
-GTK2: add an analog VU meter like display widget 
-
-Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well).
-
-the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 
-
-... and I've heavily changed and extended it to fit the problem here.
-
-We might use the VU meter widget later at other places as well ...
-------------------------------------------------------------------------
-r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.nmake
-
-rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice
-------------------------------------------------------------------------
-r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/capture_loop.c
-
-squelch some compiler warnings due to currently disabled code
-------------------------------------------------------------------------
-r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/capture_sync.c
-
-use unicode-utils.h instead of strutil.h
-------------------------------------------------------------------------
-r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/doc/Makefile.nmake
-
-change the Win32 build environment, so we can create release zip files without the need of an installer - a feature requested from time to time. When this is matured, we might want to add these zip files (of GTK1 and GTK2 versions) to the released files.
-
-config.nmake contains the target INSTALL1_DIR and INSTALL2_DIR. I guess you can retain the previous behaviour by using . for both DIRs, though I never tested this...
-------------------------------------------------------------------------
-r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-fix a typo
-------------------------------------------------------------------------
-r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb.c
-
-replace a rotating buffer in smb with ep allocated memory
-
-dont try dcerpc reassembly of fragments if we dont have the entire pdu
-
-only call the heuristical dissectors once from smb/pipe as per guy(?)s comments about idempotence.
-when doing reassembly, the dcerpc dissector is indeed not idempotent any more.
-
-
-
-------------------------------------------------------------------------
-r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/Makefile.am
-
-Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target
-
-
-------------------------------------------------------------------------
-r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
-
-we did not have a proper WERR error table for the windows errors   insterad we justkept adding the errors to the DOS error table (this merging does work ok since there is so very little overlap between he values in both ranges)
-
-Add a new WERR error table to packet-windows-common    so that PIDL generated dissectors can use this table instead of the DOS table.
-
-
-To make this table as complete and accurate as possible and to avoid having to type all the values in by hand    the table is generated from the samba doserr.h file and two small commandlines.
-The commends in pakcet-windows-common.h explains how to regenerate the table from doserr.h
-
-
-
-
-
-
-------------------------------------------------------------------------
-r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-
-fix a typo, the comment char is ; not !
-------------------------------------------------------------------------
-r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
-
-don't replace the COL_PROTO and COL_INFO entries simply with "PNG", but append it only to the COL_INFO just like the GIF dissector is doing
-
-this keeps valuable info in COL_INFO, e.g. the HTTP status code 
-------------------------------------------------------------------------
-r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-print the connectionless interface name if such is known
-------------------------------------------------------------------------
-r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/gtk/gtkvumeter.h
-
-we dont have G_BEGIN_DECLS on old gtk/glib versions
-
-since we dont use c++ anyway we dont need these macros
-
-
-
-------------------------------------------------------------------------
-r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/atsvc.idl
-   M /trunk/epan/dissectors/pidl/dfs.idl
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-
-pidl has been updated to use WERR instead of DOS error tables.
-regenerate some dissectors
-
-
-------------------------------------------------------------------------
-r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines
-Changed paths:
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
-
-these dissector functions should not be in svn in pidl   they are just temporary files that are copied to the correct location after being manually compiled
-
-
-------------------------------------------------------------------------
-r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/gtkvumeter.c
-
-Squelch some compiler warnings.
-
-------------------------------------------------------------------------
-r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/image/toolbar/capture_airpcap_16.xpm
-   M /trunk/image/toolbar/capture_ethernet_16.xpm
-
-Squelch some compiler warnings.
-
-------------------------------------------------------------------------
-r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Squelch a compiler warning.
-
-Clean up indentation.
-
-------------------------------------------------------------------------
-r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-dissect_ndr_uint16()'s last argument points to a guint16, not a guint.
-
-------------------------------------------------------------------------
-r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/gtkvumeter.h
-
-instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x
-------------------------------------------------------------------------
-r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Handle Zero length SEQUENCE and SEQUENCE OF.
-------------------------------------------------------------------------
-r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/epan.c
-   A /trunk/epan/wslua
-   A /trunk/epan/wslua/Makefile.am
-   A /trunk/epan/wslua/Makefile.nmake
-   A /trunk/epan/wslua/init_wslua.c
-   A /trunk/epan/wslua/make-doc.pl
-   A /trunk/epan/wslua/make-init-lua.pl
-   A /trunk/epan/wslua/make-reg.pl
-   A /trunk/epan/wslua/make-taps.pl
-   A /trunk/epan/wslua/taps
-   A /trunk/epan/wslua/template-init.lua
-   A /trunk/epan/wslua/wslua.h
-   A /trunk/epan/wslua/wslua_dumper.c
-   A /trunk/epan/wslua/wslua_field.c
-   A /trunk/epan/wslua/wslua_gui.c
-   A /trunk/epan/wslua/wslua_listener.c
-   A /trunk/epan/wslua/wslua_pinfo.c
-   A /trunk/epan/wslua/wslua_proto.c
-   A /trunk/epan/wslua/wslua_tree.c
-   A /trunk/epan/wslua/wslua_tvb.c
-   A /trunk/epan/wslua/wslua_util.c
-   M /trunk/plugins/Makefile.am
-
-Move the Lua interface into epan... (not a plugin anymore).
-- Rename Tap into Listener
-- add a mechanism to pass protocols' tap data to the Listener
-
-
-------------------------------------------------------------------------
-r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/capture_loop.c
-
-make sure we still compile for all out rh71 users
-
-
-------------------------------------------------------------------------
-r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.h
-   M /trunk/epan/dissectors/pidl/wkssvc.cnf
-   M /trunk/epan/dissectors/pidl/wkssvc.idl
-
-update the idl for wkssvc and generate the dissector by pidl
-
-
-------------------------------------------------------------------------
-r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/epan.c
-
-Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
-
-Sorry!
-
-
-------------------------------------------------------------------------
-r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/epan.c
-
-Complete the workarround of prev rev, temporarilly disabling lua from unix as well.
-
-Luis.
-
-
-------------------------------------------------------------------------
-r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/Makefile.nmake
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/plugins/Makefile.nmake
-
-Lua 5.1.1 for windows
-
-
-------------------------------------------------------------------------
-r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
-
-The forgotten files!
-
-
-------------------------------------------------------------------------
-r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/wslua/init_wslua.c
-
-wslua_init() must return a value
-
-
-------------------------------------------------------------------------
-r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/epan.c
-
-Re-enable lua as the windows version is already there.
-
-
-------------------------------------------------------------------------
-r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-- Mark the multipart type as a generated field.
-- Remove the RFC 3261 attribution in the long text version of several headers (some of them I couldn't easily work out where the first non-obsoleted introduction of them is)
-
-------------------------------------------------------------------------
-r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/wslua/Makefile.am
-
-Fix distcheck errors.  Add epan/wslua to the list of distribution
-directories, make sure $(scrdir) is prepended to script paths, and 
-fixup the wslua distclean target.
-
-------------------------------------------------------------------------
-r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-Don't try to build wslua if LUA_DIR isn't defined.
-
-------------------------------------------------------------------------
-r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-
-use luaforge's 5.1 dll to be able to link on windows. fix some mistakes
-------------------------------------------------------------------------
-r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/wslua/template-init.lua
-
-Add a simple lua console to allow evaluation of conde into init.lua
-
-
-------------------------------------------------------------------------
-r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
-   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.h
-   A /trunk/epan/dissectors/pidl/wzcsvc.cnf
-   A /trunk/epan/dissectors/pidl/wzcsvc.idl
-
-add new dcerpc protocol WZCSVC based on samba4 idl
-
-this protocol is not too interesting yet since only the function names of this interface is known  but it is more that no dissection at all
-
-
-
-------------------------------------------------------------------------
-r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/print.c
-
-Fix PDML export problem for FT_NONE fields (bug 1110)
-------------------------------------------------------------------------
-r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/acinclude.m4
-
-Change some messages when ucd snmp is found but --with-ssl
-is missing. Also I changed the behaviour to just disable
-ucd snmp in case it was requested but no --with-ssl was
-given instead of bailing out with an error.
-
-------------------------------------------------------------------------
-r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Dissect sequence number & method name of CSeq header.
-
-------------------------------------------------------------------------
-r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-
-Make the NSIS distclean target be a bit more thorough about cleaning up old
-installers.
-
-------------------------------------------------------------------------
-r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/funnel.c
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/make-init-lua.pl
-   M /trunk/epan/wslua/template-init.lua
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/gtk/gui_stat_menu.h
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/stat_menu.h
-   M /trunk/tap-funnel.c
-   M /trunk/tap_dfilter_dlg.h
-
-
-* rename REGISTER_STAT_GROUP_E -> register_stat_group_t
-* Add a "Tools" menu
-* allow wslua's register_menu to register menu items into more menus
-
-
-------------------------------------------------------------------------
-r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
-
-Update GNUTLS to 1.5.1.  This includes an updated libgcrypt, which should
-fix bug 1096.
-
-Switch back to fetching a date-stamped URL in win32-setup.sh.  This
-ensures backward compatibility with previous releases and non-updated
-SVN trees.
-
-------------------------------------------------------------------------
-r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted.
-------------------------------------------------------------------------
-r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   A /trunk/epan/tcap-persistentdata.c
-   A /trunk/epan/tcap-persistentdata.h
-
-From Florent Drouin:
-Here are some patches and a new module to introduce the notion of Tcap context for a Tcap transaction. For each Tcap transaction, several parameters, like session identifier, start time or OID, will be saved in a hash table, to keep these informations available for the next messages. This context is then given to the upper layer, and can be used, for example, to generate transaction-associated statistics.
-
-Moreover, the Upper protocol, detected in the Begin of the TCAP transaction ( according to the OID ), is saved in the context, and will be reused for the next messages of the transaction. This help the decoding of SS7 messages, without any SSN configuration in the "wireshark preferences".
-
-You will have too, the possibility to apply a filter to see only the messages related to a TCAP transaction. (tcap.srt.session_id=XXX)
-
-To enable the use of the Tcap context, you have 2 new parameters in the preferences,
-- SRT, enable search for a Tcap context for any TCAP messages
-- persistentSRT, keep the Tcap context, even after the transaction has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
-
-There is 2 new timers  in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.
-------------------------------------------------------------------------
-r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/packet-dcerpc-efs.h
-   A /trunk/epan/dissectors/pidl/efs.cnf
-   A /trunk/epan/dissectors/pidl/efs.idl
-
-generate the EFS DCERPC interface dissector using PIDL
-
-
-------------------------------------------------------------------------
-r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines
-Changed paths:
-   D /trunk/epan/dissectors/dcerpc/efs
-
-EFS is generated by PIDL now so we dont need the old idl2wrs folder any more
-
-
-------------------------------------------------------------------------
-r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Add lua5.1.dll to the installer.
-
-------------------------------------------------------------------------
-r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-nfs.c
-
-From Alex Burlyga
-
-This patch adds support for dissecting ontap's nfsv4 filehandle,
-as well as some updates to nfsv3 filehandle as well in the nfs
-dissector.
-
-Alex.
-
-
-checked in with minor changes
-
-
-------------------------------------------------------------------------
-r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/menu.c
-   M /trunk/stat_menu.h
-
-Avoid to add an empty menu if there's no Lua.
-
-
-------------------------------------------------------------------------
-r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/print.c
-
-Remove extra double quote from fix to bug 1110
-------------------------------------------------------------------------
-r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-Hi,
-
-This patch fixes the page code selector for the scsi log sense command.
-
-Patrick
-
-
-
-
-------------------------------------------------------------------------
-r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-additional scsi sense codes from patrick@abra2.bitwizard.nl
-
-
-------------------------------------------------------------------------
-r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dcerpc-mapi.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   A /trunk/epan/dissectors/packet-newmail.c
-
-From stephen fisher:
-
-
-I have figured out one of the fields in the MAPI
-EcRRegisterPushNotification packet.  The field is a UDP port number that
-the client wants the Exchange server to send new mail notifications on.
-These notifications are on a port > 1023 and are always 8 bytes long.
-
-It looks like I would add the function name to the
-dcerpc_mapi_dissectors[] for the register push notification.  What would
-my new function need to do besides display the field?
-
-
-Thanks,
-
-Steve
-
-Here is a patch to add this functionality.  It displays the notification
-port and the notification payload (not sure what the payload itself
-means yet).  It also dynamically registers each notification port found
-with a new dissector (that I called newmail for lack of a better name -
-I'm open to suggestions) that displays the notification payload.  This
-is all undocumented by Microsoft in their usual fashion.
-
-I also changed the code to always display the mapi.opnum field;
-currently, the mapi.opnum is only displayed when the
-dcerpc_mapi_dissector is null.
-
-
-Steve
-
-
-
-
-------------------------------------------------------------------------
-r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas DICHTEL:
-I've two patchs for FMIPv6:
-- FBU encapsulated in FNA are not correctly parsed;
-- there is an error when parsing LLA Option.
-
-------------------------------------------------------------------------
-r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_app_files.xml
-   M /trunk/docbook/wsug_src/WSUG_app_messages.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/docbook/wsug_src/WSUG_preface.xml
-
-from Stephen Fisher:
-
-Attached is a patch to fix some spelling mistakes in the Wireshark 
-User's Guide.  I also fixed the author's email addresses as the 
-addresses did not match the right names.
-------------------------------------------------------------------------
-r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/wiretap/eyesdn.c
-
-From Rolf Fiedler:
-I am the author of the eyesdn wiretap module. Recently we added ATM
-support to our trace format. We used channel id 129 for that, so far
-only 0 for D channel and 1-30 for bearer channels had been in use.
-
-------------------------------------------------------------------------
-r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
-
-From Martin Peylo:
-
-- dissection of TIPCv2 internal messages now shows
-  all fields used according to the protocol spec
-- there should be no issues with the current protocol
-  spec anymore
-- the info column is more concise and gives more
-  details
-- some code beautifications
-------------------------------------------------------------------------
-r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-Update some value_strings
-------------------------------------------------------------------------
-r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-
-Add some more package names.
-------------------------------------------------------------------------
-r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Fixa a typo copy -> xcopy
-------------------------------------------------------------------------
-r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/wiretap/eyesdn.c
-
-From: Rolf Fiedler 
-So far Wireshark complained about channel 129, now it gets a little further 
-and then complains about channel 128. 
-
-Solution: Open up all channel from 128 up. 
-
-------------------------------------------------------------------------
-r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-move the defines for SPC command opcode values to the headerfile
-
-
-------------------------------------------------------------------------
-r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-scsi-osd.c
-   A /trunk/epan/dissectors/packet-scsi-osd.h
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-add initial scsi osd dissector  but only dissect sdbs that are impoerted from SPC
-
-various changes to the existing scsi dissector to start allowing different commandsets to be implemented in their own dissector files to prevent the scsi dissector to become as huge as the parlay dissector
-
-
-
-
-------------------------------------------------------------------------
-r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-From Reinhard Speyerer:
-patch fixes a small typo in epan/dissectors/packet-per.c
-------------------------------------------------------------------------
-r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-add a missing heuristic to acept a NOP_IN packet and correct a broken heuristic that would refuse all NOP_OUT pdus as non-iscsi
-
-
-
-it is absolutely amazing that none of the iscsi implementors and users of wireshark had noticed this breakage and reported it.   they apparently do not use wireshark.
-
-
-------------------------------------------------------------------------
-r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas DICHTEL:
-Please find enclosed a patch about Mobile Network Prefix option in NEMO.
-Following RFC3963 Section 4.3, lenght of this option is 18, not 16.
-
-------------------------------------------------------------------------
-r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Dissect Via header
-------------------------------------------------------------------------
-r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-xot.c
-
-Fix for bug 1133:
-add a test for (length > 0) in the dissector (dissect_xot_pdu), to avoid to
-allocate a new tvb when the XOT decoded length is null. 
-------------------------------------------------------------------------
-r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/epan/dissectors/packet-diameter-defs.h
-   M /trunk/radius/dictionary.3gpp
-
-Update Diamater and Radius AVP:s
-------------------------------------------------------------------------
-r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
-
-Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.
-------------------------------------------------------------------------
-r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-MSVC doesn't like empty array inits
-------------------------------------------------------------------------
-r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/prefs_dlg.c
-
-fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)
-------------------------------------------------------------------------
-r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/prefs-int.h
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/gtk/prefs_dlg.c
-
-from Stephen Fisher:
-
-Attached is a patch for consideration that changes the title in the 
-preferences notebook to be the full description of the preference (but 
-leaves the short name in the preferences list on the left).
-------------------------------------------------------------------------
-r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi osd additions
-
-we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly
-
-
-------------------------------------------------------------------------
-r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-that wasn't a typo, xcopy can't rename files that way
-------------------------------------------------------------------------
-r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-scsi opcode 0x7f is variable length   so dont clamp the cdb length to 16 bytes
-
-
-------------------------------------------------------------------------
-r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
-
-
-make the scsi osd service action and getsetattributetype use this facility
-
-furhter enhancements to scsi osd
-
-
-------------------------------------------------------------------------
-r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-remove a warning
-------------------------------------------------------------------------
-r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi osd updates
-
-
-iscsi: when iscsi transfers a cdb that is alrger than 16 bytes,  the first 16 bytes are transferred in the normal place in the header and ther remainder of the cdb is transported inside the AHS.
-
-reassemble these cdb into a proper tvb before passing it to the scsi dissector
-
-
-
-------------------------------------------------------------------------
-r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines
-Changed paths:
-   A /trunk/plugins/Custom.nmake.example
-   M /trunk/plugins/Makefile.nmake
-
-"Pluggable custom makefile"
-A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback:
-The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years).
-
-To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start.
-
-I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)
-------------------------------------------------------------------------
-r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-finish off the remainder of FORMAT OSD   for scsi osd dissector
-
-
-------------------------------------------------------------------------
-r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
- add dissection of SCSI OSD CREATE PARTITION
-
-
-------------------------------------------------------------------------
-r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-Update for latest lua changes.
-
-
-------------------------------------------------------------------------
-r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/Custom.nmake.example
-
-we don't need to .. the dirs for the clean targets here
-------------------------------------------------------------------------
-r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-remove compiler warnings
-------------------------------------------------------------------------
-r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509ce/x509ce.cnf
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/proto.h
-   M /trunk/gtk/proto_draw.c
-
-A new field information flag, FI_URL, to indicate a field contains a URL.
-This is used to display the field underlined and to allow the user to double-click on it (like FT_FRAMENUM) to open the URL in the configured browser. 
-Example usage in the x509ce and logotype certificate extensions. 
-
-
-------------------------------------------------------------------------
-r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/proto_draw.c
-
-add a missing #include
-------------------------------------------------------------------------
-r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/umts_rrc/Makefile
-   M /trunk/asn1/umts_rrc_Internode-defs/Makefile
-   M /trunk/asn1/umts_rrc_ies/Makefile
-   M /trunk/asn1/umts_rrc_pdu_def/Makefile
-
-From Reinhard Speyerer:
-Update asn1/umts_rrc*/Makefile
-for the renamed asn2eth.py -> asn2wrs.py.
-------------------------------------------------------------------------
-r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-fix a typo
-------------------------------------------------------------------------
-r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data
-
-account for this extra reserved byte in the ahs length so that the reconstructed cdb has the correct length and does not contain one extra byte at the end
-
-
-
-------------------------------------------------------------------------
-r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add dissection of the cdb for service action LIST
-(but no decoding of the data in yet)
-
-
-
-------------------------------------------------------------------------
-r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-fix for header digest detection being broken when AHS is used.
-
-
-we simply forgot to account for the AHS when testing to calculate the crc
-
-
-------------------------------------------------------------------------
-r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/filters.c
-   M /trunk/filters.h
-   M /trunk/gtk/filter_dlg.c
-
-Change the filter dialog (capture and display filters), so it has a real Cancel button now - the former Close button didn't reverted the changes done.
-------------------------------------------------------------------------
-r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/filter_dlg.c
-
-If the Cancel button was clicked and another filter dialog is still open - yes that's possible - reverse the changes on it as well to reflect the current internal list.
-------------------------------------------------------------------------
-r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/color_filters.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/color_dlg.c
-   A /trunk/gtk/color_edit_dlg.c
-   A /trunk/gtk/color_edit_dlg.h
-
-various (huge) code cleanup incl. splitting of the coloring dialog and the actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me)
-------------------------------------------------------------------------
-r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
-
-Set correct length for extensions root
-------------------------------------------------------------------------
-r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/menu.c
-
-Don't show Tools menu at all if Lua not present
-------------------------------------------------------------------------
-r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-as noted by Anders Broman: the Win2000 version of copy don't like the /d switch
-------------------------------------------------------------------------
-r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/capture_loop.c
-
-Do not show the Windows specific message on non-Windows systems.
-
-------------------------------------------------------------------------
-r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/filter_dlg.c
-
-instead of reverting the whole changes by the *first* cancelled dialog box, revert them by clicking "Cancel" on the *last* dialog - this behaviour just makes more sense.
-------------------------------------------------------------------------
-r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/color_filters.c
-
-refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now -
-and some other minor code cleanup
-------------------------------------------------------------------------
-r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/gtk/color_dlg.c
-
-further code cleanup: don't use the term "marked" for the color filters, the right term is "selected". That caused me "concerns" wether the marked feature of the packet list was involved - which is actually not
-------------------------------------------------------------------------
-r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/color_dlg.h
-
-missing mark -> select changes
-------------------------------------------------------------------------
-r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/gtk/airpcap_dlg.c
-   M /trunk/gtk/airpcap_gui_utils.c
-   M /trunk/gtk/airpcap_gui_utils.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/keys.h
-
-Fix WEP key bug in the AirPcap code that could cause a crash.  Enable
-AirPcap by default. Add initial support for the "Any" device in AirPcap
-(more to come).
-
-------------------------------------------------------------------------
-r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
-
-From Stephen Fisher:
-Modifie the VNC dissector to desegment 
-the "server cut text" message type for cases where the cut text is in 
-the next tcp segment from the first part of the message.
-------------------------------------------------------------------------
-r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-newmail.c
-
-From Stephen Fisher:
-always register 
-itself on the port from the preferences (defaults to 0) upon launch.  
-This allows the user to right-click and use decode as.
-------------------------------------------------------------------------
-r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/tap-funnel.c
-
-more Lua APIs:
-- set_filter() : sets the main window filter
-- reload() : reloads the current capture file
-- copy_to_clipboard() : copies its first arfg to the clipboard
-- open_capture_file() : opens a capture file for viewing (still broken)
-
-
-------------------------------------------------------------------------
-r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/wiretap/catapult_dct2000.c
-
-- Add special case for reading strange encoding of ATM CID field
-- Indicate direction of DCH Data in info column
-- Assume EDCH payload CRC if 2 bytes are left over (previous test was broken)
-
-------------------------------------------------------------------------
-r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/make-reg.pl
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/tap-funnel.c
-
-- Make sure that the registration files are created whenever there's a change
-- get rid of 5.0.2 stuff
-- add the apply_filter() API
-
-
-------------------------------------------------------------------------
-r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines
-Changed paths:
-   M /trunk/asn1/h248/MEGACO.asn
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   A /trunk/epan/dissectors/packet-h248_3gpp.c
-   A /trunk/epan/dissectors/packet-h248_annex_c.c
-   A /trunk/epan/dissectors/packet-h248_annex_e.c
-
-H.248 packages...
-
-few things to be fixed:
-- // comments,
-- not every hf_xxx used might be registered
-
-some packages from the current h248 dissector are still missing.
-
-
-
-------------------------------------------------------------------------
-r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-
-Add application/media_control+xml
-------------------------------------------------------------------------
-r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-MSVCC does not like mixing code and variable declarations
-
-
-------------------------------------------------------------------------
-r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-
-From  David Richards:
-numerous changes, most notably:
-
-1) BACnetStatusFlags is bit string, not enum, in NotificationParameters
-2) Fixes many places where enclosing context tags were not handled properly.
-3) Simplify tag decoding logic.  Change to explicit decoding in many 
-instances rather
-    than read tags in a loop and do a switch based on tag number.  Looping
-    ignores out-of-order and other types of tagging errors.
-------------------------------------------------------------------------
-r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/wslua/Makefile.nmake
-
-Update nmakefile to latest changes.
-
-
-------------------------------------------------------------------------
-r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/epan/dissectors/packet-h248.c
-
-Get it to compile...
-
-
-
-------------------------------------------------------------------------
-r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/file.c
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/win32-file-dlg.c
-   M /trunk/gtk/win32-file-dlg.h
-
-Implement a real "Cancel" button for the coloring rules dialog - this was a hard one! It seems to be working without bugs and as designed now.
-
-As this was a huge internal change, new bugs are very probable - please report.
-
-The implementation isn't still perfect, a new dialog internal list could possibly be removed again. 
-
-However, I want to check in at this condition, just in case I make things worse - again.
-
-------------------------------------------------------------------------
-r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-From Florent.Drouin@alcatel.fr:
-I did improve the OID management in the tcap dissector.
-Now, when a tcap message is reveived, without upper layer, the ACN is saved in the TCAP context, and can be used for the next messages of the dialogue. It is used only when the upper layer session is opened with Tcap only messages.
-------------------------------------------------------------------------
-r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/proto_dlg.c
-
-now: Don't have a Save button in the following settings dialogs:
-
-- Edit/Preferences
-- View/Coloring Rules
-- Capture/Capture Filters
-- Analyze/Display Filters
-- Analyze/Enabled Protocols
-
-The settings will be automatically saved when pressing the Ok button.
-
-If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
-------------------------------------------------------------------------
-r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-
-the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix.
-------------------------------------------------------------------------
-r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/color_dlg.c
-
-fix a bug in the export function
-------------------------------------------------------------------------
-r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/proto_dlg.c
-
-As Stephen Fisher noted, the Apply button should also save the changed settings (if the Save button is disabled)
-------------------------------------------------------------------------
-r19419 | ulfl | 2006-10-03 14:25:16 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/prefs.c
-
-"saying your preferences once ..." -> "applying your preferences once ..."
-------------------------------------------------------------------------
-r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines
-Changed paths:
-   A /trunk/epan/camel-persistentdata.c
-   A /trunk/epan/camel-persistentdata.h
-   A /trunk/gtk/camel_counter.c
-   A /trunk/gtk/camel_srt.c
-   A /trunk/tap-camelcounter.c
-   A /trunk/tap-camelsrt.c
-
-From Florent.Drouin@alcatel.fr:
-Please find two new TAP for Camel Statistics.
-The first one updates  counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc )
-
-To enable the use of the Camel statistics, you have 2 new parameters in the preferences,
-- SRT, enable the service Response Time calculation.
-- persistentSRT, keep the data in a context, even after the  camel session has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
-
-Only the new files checked in for now because of include problems.
-------------------------------------------------------------------------
-r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/file.c
-
-changes of the coloring rules sometimes crashed as dissection keeps pointers to the color_filter for later reference -> simply deleting the filters leave the pointers invalid  -> crash.
-
-for now, don't delete the filters but keep them floating around in memory (leaking) -> at least better than crashing
-------------------------------------------------------------------------
-r19422 | ulfl | 2006-10-03 16:24:48 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/file.c
-
-fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
-------------------------------------------------------------------------
-r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-
-an attempt to fix the Ubuntu buildbot:
-
-ERROR: files left in build directory after distclean:
-./epan/wslua/declare_wslua.h
-./epan/wslua/register_wslua.c
-
-Louis, could you have a look - I might have produced a mess :-)
-------------------------------------------------------------------------
-r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/camel-persistentdata.c
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/tap-camelsrt.c
-
-Got rid of some errors but 1 remains:
-libui.lib(camel_srt.obj) : error LNK2001: unresolved external symbol _camelSRTt
-pe_naming
-wireshark.exe : fatal error LNK1120: 1 unresolved externals
-NMAKE : fatal error U1077: 'link' : return code '0x460'
-Stop.
-------------------------------------------------------------------------
-r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/template-init.lua
-   M /trunk/epan/wslua/wslua_field.c
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/epan/wslua/wslua_util.c
-
-- wslua_util.c:  replace Lua's loadfile and dofile for versions that will try to open the file in perscofdir then  dataconfdir if there's no such file in cwd
-- wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr
-- init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil"
-- Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES
-- wslua_gui.c: fix a typo
-
-
-------------------------------------------------------------------------
-r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-
-more cleanup... almost there...
-
-
-------------------------------------------------------------------------
-r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/Makefile.common
-
-Finally got it to complie.
-------------------------------------------------------------------------
-r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/wiretap/iseries.c
-
-From Martin Warnes:
-The patch addresses issues with higher precision packet
-timings on top end iSeries hardware and should enable the iseries wiretap to handle timings in both micro and nano seconds.
-------------------------------------------------------------------------
-r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas DICHTEL:
-M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).
-------------------------------------------------------------------------
-r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-linx.c
-
-From Martin Peylo:
-
-dissector for Enea's LINX protocol?
-
-A protocol spec is available at <http://www.enea.com/templates/Extension____8947.aspx>. The source of the kernel module could be obtained from Enea by sending a request to "linx at enea dot com".
-
-Currently they use ethertype 0x9999 which is not registered at IEEE.
-------------------------------------------------------------------------
-r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Patch for clean, distclean and maintainer-clean targets for U3 packaging.
-
-
-------------------------------------------------------------------------
-r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-
-Misterious bug with cf_read() solved... had nothing to do with cf_read :)
-
-the callback data for TextWindow buttons was ep_allocated!
-after cf_read() it was reused and so it was rewritten...
-
-fix that making it g_malloced instead.
-
-
-------------------------------------------------------------------------
-r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-Fix the version.
-
-------------------------------------------------------------------------
-r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-Put back the bugfixes froim Revision 19190/19356
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
-
-"h248_handle was declared localy, udp port was not added at register.
-
-Added a few more packagenames."
-------------------------------------------------------------------------
-r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-linx.c
-
-Make provisional ETHERTYPE dependant on registered ETHERTYPE
-Remove preferences stuff
-Use stringz for variable length names
-Media address size independant
-Removed generated item
-Set actual length of packet
-Make info column work without coloring rules or filters
-------------------------------------------------------------------------
-r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-
-Added the possibillity of Statistic pkg as well.
-------------------------------------------------------------------------
-r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Start to make the output from the dissector more like the actual
-data.
-------------------------------------------------------------------------
-r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-Patch in bug 1149, adds DCE-style flag for gss-api
-
-------------------------------------------------------------------------
-r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).
-Add some if (tree) tests to try to avoid doing extra work (large FP captures can be very slow to load).
-
-------------------------------------------------------------------------
-r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-
-have the funnel client passing the destructors for btn data structures to the funnel.
-Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future.
-
-
-------------------------------------------------------------------------
-r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/Makefile.nmake
-
-Remove entries for the lua plugin as it's not used any more.
-------------------------------------------------------------------------
-r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.common
-
-Add airpcap.h to the distribution.
-
-------------------------------------------------------------------------
-r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add the u3 packaging directory to the distribution.
-
-------------------------------------------------------------------------
-r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-
-From Aaron Campbell:
-The expression (BGP_OSPF_RTYPE_EXT ||BGP_OSPF_RTYPE_NSSA) will always
-evaluate to 1.  As well, neither of these constants are defined as flag
-values, so a bitwise op was probably not intended either.
-------------------------------------------------------------------------
-r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-   M /trunk/epan/dissectors/packet-isup.c
-
-Add a few packages and fix dissecton of a_codecs and handle the case when
-hf_param = -1.
-------------------------------------------------------------------------
-r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/rtp_player.c
-
-Alejandro Vaquero:
-       Add portaudio v19 support in addition to v18:
-
-   Here is a patch using the API 2 (v19). I tested it only in Windows.
-Attached also the Windows v19 zip file used. I did not modify the
-Makefile.nmake to download this new version (when running the "setup"),
-because Windows v18 it is still good.
-
-
-------------------------------------------------------------------------
-r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ethertype.c
-   A /trunk/epan/dissectors/packet-wlccp.c
-   M /trunk/epan/etypes.h
-
-Stephen Fisher:
-       packet-cisco-wireless.c is actually trying to dissect WLCCP:
-
-I have attached a dissector I wrote from scratch for the
-frames that I'm seeing.  It has #defines for the field offsets and
-lengths so it should be easier to merge.  I also attached a sample
-capture with one of the frames that I'm seeing.  There are more fields
-in the frame I haven't yet figured out, hopefully your dissector has
-those that I'm missing.
-
-Me: - Commented in wlccp over udp as well, it works most of the time.
-    - Leave the file packet-cisco-wireless.c in for the time being to
-      copy over knowledge until no usable info is left in the file.
-
-------------------------------------------------------------------------
-r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/airpcap_loader.c
-
-don't crash, if airpcap.dll isn't available
-------------------------------------------------------------------------
-r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi: unusual scsi protocols can request multiple AHS fields for iscsi   so decode the AHS properly instead of assuming at most one field is present
-
-scsi-osd   add dissection of  LIST data pdus  and  CREATE cdb
-
-
-------------------------------------------------------------------------
-r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi osd
-collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read
-
-
-------------------------------------------------------------------------
-r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Fix for bug 1153, typos in debug output
-------------------------------------------------------------------------
-r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-dissect attribute get/set data in data in/out blobs and display them for now as a blob.
-
-
-
-------------------------------------------------------------------------
-r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add some more SCSI OSD command dissectors
-
-REMOVE
-REMOVE PARTITION
-REMOVE COLELCTION
-SET KEY
-
-
-------------------------------------------------------------------------
-r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-isup.h
-
-H248:
-Lost a line in last commit.
-
-ISUP Export a value string.
-------------------------------------------------------------------------
-r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-
-change the binary path to current windows debug dir: wireshark-gtk2
-
-don't use promiscuous mode as default (my Win32 WLAN card won't capture any packets with it - might probably be better for other users as well)
-------------------------------------------------------------------------
-r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 lines
-Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/tshark.c
-
-from Richard van der Hoff:
-> [tshark from a fifo]
-> Ulf - I notice you made the relevant change here (r16787) - is there any reason why tshark shouldn't use capture_loop_dispatch to do its processing, rather than attempting to use cap_pipe_dispatch or pcap_dispatch directly?
-
-well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem.
-
-------------------------------------------------------------------------
-r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-
-from Richard van der Hoff:
-[tshark from a fifo]
-I've even gone so far as to add a unit test for it
-
-ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh
-------------------------------------------------------------------------
-r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked....
-------------------------------------------------------------------------
-r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/tools/lex.py
-   M /trunk/tools/yacc.py
-
-Ply updated to version 2.1
-------------------------------------------------------------------------
-r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-from Joe Breher
-
-This patch fixes a transposition of the orders of
-Set Attribute Number
-Set Attribute Length
-In the page oriented get and set attributes CDB parameters format
-Ref SCSI-OSD T10/1355-D Revision 10 section 5.2.2.2
-
-
-
-
-
-------------------------------------------------------------------------
-r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines
-Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-   M /trunk/test/suite-clopts.sh
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
-
-Make preparations for running under Buildbot:
-
-  - Check for an "all" argument at startup.  If it's present,
-    then proceed with testing.
-
-  - Add a platform check.  Use it to handle cases where we can't run
-    as a normal user, e.g. trying to capture under Linux.
-
-  - Add a "Skipped" result.
-
-------------------------------------------------------------------------
-r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-From Joe Breher
-
-dissect the permission bits in the capability blob
-
-
-
-------------------------------------------------------------------------
-r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   A /trunk/asn1/h248/h248v3.asn
-
-Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing.
-------------------------------------------------------------------------
-r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
-
-Return 1 on failure.
-
-------------------------------------------------------------------------
-r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/wslua/Makefile.nmake
-
-add some missing files to the clean target
-------------------------------------------------------------------------
-r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/test/config.sh
-
-Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise
-use a default value.
-
-------------------------------------------------------------------------
-r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/airpcap_loader.h
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-
-First step in integrating the AirPcap WEP preferences with those
-from the 802.11 dissector.  Use a #define for the maximum number of
-WEP keys.  Use AirPcap's if we have it (64).  Rename find_module()
-prefs_find_module() and make it public.
-
-------------------------------------------------------------------------
-r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Remove a leftover printf.
-
-------------------------------------------------------------------------
-r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-
-Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style
-appropriately.
-
-------------------------------------------------------------------------
-r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/color_filters.c
-
-Fix some compiler warnings.
-
-------------------------------------------------------------------------
-r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/tap-funnel.c
-
-Squelch a compiler warning, and clean up indentation.
-
-------------------------------------------------------------------------
-r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-linx.c
-
-Get rid of an unused variable.
-
-------------------------------------------------------------------------
-r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Clean up some compiler warnings.
-
-------------------------------------------------------------------------
-r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Squelch a compiler warning.
-
-------------------------------------------------------------------------
-r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/camel-persistentdata.c
-
-Include "epan/tap.h" to declare a function we use.
-
-------------------------------------------------------------------------
-r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/color_dlg.c
-
-Get rid of declarations of functions that are no longer defined or used
-in this file.
-
-------------------------------------------------------------------------
-r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/gtk/color_edit_dlg.c
-
-Include <string.h> to declare string functions we use.
-
-------------------------------------------------------------------------
-r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/version_info.c
-
-Don't let PortAudio skip the queue on the about dialog ;)
-------------------------------------------------------------------------
-r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
-
-Add command-line options: -c disables color, -h prints help, -s runs
-a suite.
-
-------------------------------------------------------------------------
-r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-usb.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
-
-From Paolo Abeni
-
-USB dissector
-
-
-------------------------------------------------------------------------
-r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Prep for the 0.99.4 release.
-
-------------------------------------------------------------------------
-r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-u_int32_t gives error on Windows assuming guint32 will do.
-------------------------------------------------------------------------
-r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   D /trunk/epan/dissectors/packet-h248_package_bcp.c
-   D /trunk/epan/dissectors/packet-h248_package_bcp.h
-
-Remove no longer used files.
-------------------------------------------------------------------------
-r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-h248_q1950.c
-
-Add H.248 packet BCP dissecton.
-------------------------------------------------------------------------
-r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-
-Fix a typo.
-------------------------------------------------------------------------
-r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-Simplify the preference string allocation code.  Shorten the comments,
-which (as Ulf pointed out) reduces the size of the prefs file
-significantly.
-
-------------------------------------------------------------------------
-r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-
-Add prefs_apply(), which lets us apply preferences (specifically,
-trigger a module's callback) for a specific module.
-
-------------------------------------------------------------------------
-r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-
-From Donald White:
-An enhancement to the PPP multiplexing protocol 
-dissector in protocol-ppp.c.  There are two changes:
-
-     The protocol id field of the multiplexed sub-frame is added
-     to the protocol tree using a header field.  This allows
-     filters to select the protocol as is the case when it is not
-     multiplexed.  I think this fixes a small bug as the ability to
-     filter for a protocol should not depend on the lower level
-     protocol.
-
-     When the protocol id of the subframe is not present, the
-     appropriate default protocol is displayed with the standard
-     indication that Wireshark generated the value.
-------------------------------------------------------------------------
-r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-media.c
-
-fix #1154: although g_vsnprintf() is called, it don't like a NULL pointer for a %s format string. The following proto_tree_add_text was already fixed.
-------------------------------------------------------------------------
-r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-   M /trunk/asn1/ldap/ldap.cnf
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-fix for 1148
-
-pretty horrible hack to store an ntlmssp blob inside an ldap string
-
-the info column is not entirely pretty but   the payload is at least decoded
-
-
-------------------------------------------------------------------------
-r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-from Paolo A
-
-update the usb dissector to reflect the recent change in the pcap format
-
-
-------------------------------------------------------------------------
-r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-fcsb3.c
-   M /trunk/epan/dissectors/packet-fcsp.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-ipfc.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/scsi_stat.c
-   M /trunk/tap-iousers.c
-
-move the ITL and the ITLQ structure to packet-scsi.h where it belongs
-
-
-------------------------------------------------------------------------
-r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-add a task_flags bitmap   and two lengths (data and bidirectional data)
-so that the two scsi transports   FCP and ISCSI can provide the expected data transfer lengths to SCSI  to allow SCSI reassembly.
-
-NDMP does not really need these hints since for NDMP (and also iscsi-lite) there is conceptually always both data in and data out phases and there is never any fragmentation.
-
-
-
-------------------------------------------------------------------------
-r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-Use a different heuristic to determine whether an NDPS string is ASCII
-or Unicode, and use tvb_get_ephemeral_faked_unicode() to get Unicode
-strings; this fixes problems I've seen in captures, where the string
-isn't being processed correctly.
-
-------------------------------------------------------------------------
-r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-scsi.c
-
-From  Patrick vd Lageweg
-
-
-
-Hi,
-
-This patch impelments a dissect for the SCSI SSC Medium Partition Page.
-
-
-Patrick
-
-
-------------------------------------------------------------------------
-r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-From  Patrick vd Lageweg
-
-Hi,
-
-This patch fixes the page number user for the "write error couner page".
-
-
-
-
-
-
-------------------------------------------------------------------------
-r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-From Patrick vd Lageweg 
-
-Hi,
-
-This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers.
-
-
-
-------------------------------------------------------------------------
-r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Export the recent prefs changes.
-
-------------------------------------------------------------------------
-r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-When dumping the graph data to a file, don't walk past the end of a buffer.
-Should fix bug 396.
-
-------------------------------------------------------------------------
-r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Update bug lists.
-
-------------------------------------------------------------------------
-r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-udld.c
-
-Adding initial version of UDLD dissector
-------------------------------------------------------------------------
-r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-The preferences and alike dialog button behaviour changed.
-------------------------------------------------------------------------
-r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-From Paolo Abeni:
-The attached patch fix parsing of the setup header in the usb dissector.
-Currently the size of the field specified into proto_tree_add_item call
-was wrong.
-
-------------------------------------------------------------------------
-r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/doc/README.developer
-
-Cleanup sample code.
-Cleanup some text and headings.
-Play trick with keyword so text remains untouched.
-
-------------------------------------------------------------------------
-r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-wireshark does not yet consume enough memory for me to be happy
-
-
-pass conversation form the transports up to the scsi layer
-
-add tracking of conversation specific info to scsi osd
-add tracking of conversation+lun specific info to scsi osd
-
-for scsi osd   add tracking of PARTITIONS and display in which frame they were created/removed
-
-
-
-------------------------------------------------------------------------
-r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-Check to see if we've passed a null strval to ndps_string().
-Should fix the recent fuzz bugs.
-
-------------------------------------------------------------------------
-r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/epan/wslua/wslua_util.c
-
-- add persconffile(opt_str) 
-- add datafile_path(opt_str)
-- add Dir class -- a Directory Iterator
-
-
-------------------------------------------------------------------------
-r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-vlan.c
-
-Add 802.1QinQ?\194?\160Ethertype preference.
-------------------------------------------------------------------------
-r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-distclean should remove wireshark-gtk1/2 dirs completely
-------------------------------------------------------------------------
-r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-
-if FC type is FPC/SCSI and the relative offset bit is set in f_ctl  then the parameter field is 4 bytes and contain the relative offset of the data for data in/out
-
-decode this field as relative offset   and also store it in the fc_hdr structure so that FCP can pick it up and pass if to the SCSI payload data in/out dissector later
-
-
-
-
-------------------------------------------------------------------------
-r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-pass the relative data offset of data in/out pdu's to the scsi data in/out dissector (dissect_scsi_payload) so that we can later add reassembly of data pdu's
-and also (if reassembly is disabled) only dissect the initial (offset==0) data pdu.
-
-dissect_scsi_payload() does not yet use this parameter.
-
-
-now that we have both data offset and expected data length/bidir expected data length and also the read/write flags availabe we have what we need to reassemble data in/out pdus    (modulo overflow/underflow  but those are so rare we can worry about them later).
-
-
-ndmp:   ndmp conceptually always has a data in and a data out phase and never fragment the data into smaller pdu's os that dissector always report offset as 0.
-
-
-
-
-
-------------------------------------------------------------------------
-r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Modify Signals descriptor to look more like the actual text message.
-------------------------------------------------------------------------
-r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines
-Changed paths:
-   M /trunk/wiretap/libpcap.c
-
-Paolo Abeni:
-the attached patch add support for the recently introduced pcap
-bluetooth data link type. Yes, pcap is going to support also bluetooth
-devices (at least on Linux) :-)
-
-
-------------------------------------------------------------------------
-r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Make the "WEP key count" option match the number of WEP key slots.  Add
-a note about improving the WEP key interface.
-
-------------------------------------------------------------------------
+commit d5f84c0
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jul 14 11:05:17 2016 -0700
+
+    Build 2.1.1.
+    
+    Change-Id: I2895d29415bb191bf2d7fc0a4468f085085bd4d9
+
+commit 530e7f0
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jul 14 18:12:16 2016 +0100
+
+    IPv6: Fix jumbo payload length offset
+    
+    Change-Id: I52fb082782674cc851b246d3b6afa7b4f14bbe34
+    Reviewed-on: https://code.wireshark.org/review/16434
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 43f7d22
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jul 14 17:55:31 2016 +0100
+
+    IPv6: Fix Jumbogram hop-by-hop expert info
+    
+    Change-Id: I751acad2fad501b700c01a37bafa96d2add8fb36
+    Reviewed-on: https://code.wireshark.org/review/16433
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 75b0e29
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jul 14 10:08:26 2016 -0700
+
+    Update URLs.
+    
+    (Gotta ensure that there's always at least one commit here that's less
+    than a year old. :-))
+    
+    Change-Id: I297920f1b68dd49550ce07544797a9f2cb854cf5
+    Reviewed-on: https://code.wireshark.org/review/16432
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6c0972b
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Thu Jul 14 15:07:59 2016 +0200
+
+    MBIM: add dissection of AT&T proprietary UUID
+    
+    Based on AT&T Windows 8 Extended API Requirements version 1.8.0
+    
+    Change-Id: Iaf54173812a02023581c530f2340ea21e9e220d9
+    Reviewed-on: https://code.wireshark.org/review/16431
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit d5e435e
+Author: Daniele Lacamera <daniele.lacamera@technicolor.com>
+Date:   Thu Jul 14 14:08:56 2016 +0200
+
+    DHCP: correctly parse PXE options (209-210)
+    
+    option 209 was marked as opaque, now it's  as PXELINUX config file (text)
+    --> Fix: decorate as non-null terminated string
+    --> CfR: IETF RFC5071 section 4.2. "Packet Format"
+    
+    option 210 was marked as special, and erroneously decorated as Authentication
+    (option 90)
+    --> Fix: decorate as non-null terminated string
+    --> CfR: IETF RFC5071 section 5.2. "Packet Format"
+    
+    Bug: 12618
+    Change-Id: I4220c137ef4b8b7f0827496c165b0ca35b70f675
+    Reviewed-on: https://code.wireshark.org/review/16430
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 644c009
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Thu Jul 14 14:33:01 2016 +0200
+
+    ETAG: add explicit casts to please OSX buildbot
+    
+    Change-Id: I057ffc6eb5e6c16e05b0ddc1c069159980678b85
+    Reviewed-on: https://code.wireshark.org/review/16429
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 4eecdff
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Thu Jul 14 07:46:13 2016 -0400
+
+    packet-beep.c: Pacify OS X buildbot with cast
+    
+    Change-Id: I0149546cdd2aac8335dcb1046d31ed857ed674f3
+    Reviewed-on: https://code.wireshark.org/review/16428
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 81beae9
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jul 13 19:48:22 2016 -0400
+
+    proto.c: Unsigned fields should use %u within printf.
+    
+    Found by VS Code Analysis
+    
+    Change-Id: I76ea860cd86b41ef33c47dcc8f6b1c122f8bb668
+    Reviewed-on: https://code.wireshark.org/review/16424
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 1565910
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Thu Jul 14 10:59:48 2016 +0200
+
+    MBIM: add a missing break
+    
+    Change-Id: I3a4483861b1d97ff5e43041b3ecca64c3077b284
+    Reviewed-on: https://code.wireshark.org/review/16427
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 67457e9
+Author: William Tu <u9012063@gmail.com>
+Date:   Tue Jul 12 11:09:31 2016 -0700
+
+    Add ERSPAN II support for field EN and Index.
+    
+    Current ERSPAN II dissector does not support parsing EN field and Index.
+    The patch follows the field description in draft:
+    https://tools.ietf.org/html/draft-foschiano-erspan-01
+    
+    Change-Id: I92ce56264be0fb2560c4d1a5da35738cf45a8c96
+    Reviewed-on: https://code.wireshark.org/review/16400
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 18e4e3c
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 13:18:05 2016 -0400
+
+    packet-beep.c: Use strtol over scanf to prevent analysis warnings.
+    
+    Change-Id: I9244edc537d2eb49d73e097a4cb34bf2cde868e4
+    Reviewed-on: https://code.wireshark.org/review/16395
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit efc6e50
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jul 13 23:50:31 2016 +0200
+
+    LTE RRC: add dissection of schedulingInfoSIB1-r13 field
+    
+    Change-Id: I226ae82a2d75a9b658a0e9122b4ef1925b003279
+    Reviewed-on: https://code.wireshark.org/review/16417
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 0d73ae3
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jul 13 14:51:56 2016 -0700
+
+    Qt: Allocate packet list records using wmem.
+    
+    Add PacketListRecord::operator new, which uses wmem_alloc. Roughly
+    matches the GTK+ UI behavior. Add ColumnTextList which also uses
+    wmem_alloc.
+    
+    Lazily allocate our column text.
+    
+    Change-Id: I86a63cd8ace7764eaab1561bf71b4358af72fe03
+    Reviewed-on: https://code.wireshark.org/review/16418
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ed27ad4
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jul 13 18:18:03 2016 -0400
+
+    androiddump.c: Use preprocessor directive to distinguish E_AGAIN and E_WOULDBLOCK.
+    
+    VS Code analysis considers them hardcoded values so the if statement is either
+    always true or always false.
+    
+    Change-Id: Iad04add9391c515873e2e00d2c6cbd682fbf5b3f
+    Reviewed-on: https://code.wireshark.org/review/16419
+    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
+    Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 2c0d117
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jul 13 20:13:22 2016 -0700
+
+    Fix VHT valid checks.
+    
+    The valid array in a struct mcs_vht_valid is indexed by the bandwidth
+    and the NSS-1; use the NSS-1, not the NSS, as the index.
+    
+    The maximum possible value of the NSS is MAX_VHT_NSS, so allow a value
+    of MAX_VHT_NSS.
+    
+    Change-Id: I49585f217f3e70356c1dd1ba32b6c714ce202236
+    Reviewed-on: https://code.wireshark.org/review/16426
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 335b2c0
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jul 13 19:42:15 2016 -0400
+
+    vwr.c Dynamically allocate large buffers
+    
+    VS Code Analysis claims the arrays are too large and should be moved to help
+    
+    Change-Id: I741ebe8cc73a108cb6e6d9ecbda37e2a4b6e1b4b
+    Reviewed-on: https://code.wireshark.org/review/16423
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit fb07249
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jul 13 19:26:16 2016 -0400
+
+    pcapng.c: Use preprocessor directive to compare G_BYTE_ORDER with G_LITTLE_ENDIAN.
+    
+    VS Code analysis considers them hardcoded values so the if statement is either
+    always true or always false.
+    
+    Change-Id: Iabb8462b66f728195bf378ae26c79a783feddb03
+    Reviewed-on: https://code.wireshark.org/review/16422
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 90e97df
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jul 13 18:42:14 2016 -0400
+
+    packet-ieee80211-radio.c: Prevent array overflow.
+    
+    Found by VS Code Analysis.
+    
+    Change-Id: Idab6cb5496749ebff47466b20a9a665b1574565d
+    Reviewed-on: https://code.wireshark.org/review/16421
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit b20fa86
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jul 13 18:23:03 2016 -0400
+
+    packet-gsm_a_common.c: Create typedef declaration for elem_func signature.
+    
+    This should keep VS Code Analysis happy.
+    
+    Change-Id: I99ebdc644ba353d5986d6509da784eeaa37dcc8f
+    Reviewed-on: https://code.wireshark.org/review/16420
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit b849d3c
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Tue Dec 29 19:30:58 2015 +0000
+
+    IPv6: Add support for more option types
+    
+    Change-Id: I1027e6e2481774953216ade6da4785e1a3c5ca63
+    Reviewed-on: https://code.wireshark.org/review/16357
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 76c0325
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Tue Dec 29 12:15:44 2015 +0000
+
+    IPv6: Refactor dissect_opts() into type-specific dissectors
+    
+    Change-Id: Ife8a7da3bd9bfea347321413bf05ea454186bc6d
+    Reviewed-on: https://code.wireshark.org/review/16356
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit b7cdff0
+Author: dsrsupport <eugene.exarevsky@dsr-company.com>
+Date:   Wed Jul 13 14:33:55 2016 +0300
+
+    ZigBee: fix column description for APS ACK to T2 packet
+    
+    If this is APS ACK, do not overwrite its column description by Test Profile command description.
+    
+    Change-Id: Ibd4ae978776ad9e9924e6933ede90bc2ad8855de
+    Reviewed-on: https://code.wireshark.org/review/16414
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 998ab7f
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jul 13 11:06:52 2016 -0700
+
+    Speed up col_append_ports on Windows.
+    
+    Fill in our port information using StringCchPrintf on Windows instead
+    of g_snprintf. Loading a large-ish test capture here under the VS 2013
+    profiler showed that we spent 620 samples in col_append_ports. Switching
+    from g_snprintf to StringCchPrintf reduced that to six samples.
+    
+    Inline col_snprint_port while we're here.
+    
+    Change-Id: I955e5baa66ebb9cc950fc0eb1682d3c015c7a55a
+    Reviewed-on: https://code.wireshark.org/review/16416
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 1bd438b
+Author: Kim Kempf <kim.kempf@apcon.com>
+Date:   Tue Jul 12 10:28:38 2016 -0700
+
+    Adding 802.1BR E-Tag dissector
+    
+    Based on IEEE Std 802.1BR-2012
+    
+    Bug: 12613
+    Change-Id: Ic5198471f67a1af728df40a09443a1cab2621169
+    Reviewed-on: https://code.wireshark.org/review/16402
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 6223327
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 22:53:39 2016 -0400
+
+    Support Juniper VN over UDP.
+    
+    Change-Id: I40dab9d392ddea1f895b88f8f19c1194e56563a2
+    Reviewed-on: https://code.wireshark.org/review/16408
+    Reviewed-by: Amitoj Setia <amitoj_setia@yahoo.com>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 0b00097
+Author: dsrsupport <eugene.exarevsky@dsr-company.com>
+Date:   Wed Jul 13 12:40:54 2016 +0300
+
+    ZigBee MAC parse: fix Association request parse in case of FCS absence.
+    
+    If it is ok to parse packets with bas FSC, FCS may be even absent. Parse MAC command even if remaining buffer length is less that FCS size in such case.
+    
+    Change-Id: Ibbc9fed7ab87d0511f8c97db8e0e3bdf562cd15c
+    Reviewed-on: https://code.wireshark.org/review/16412
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 3ecbe50
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Wed Jul 13 10:07:16 2016 -0400
+
+    Restore setting data.edt in write_specified_fields().
+    
+    This prevents tshark from crashing when run with "-T fields -e data".
+    
+    I5778b08c52119b5be1ec482be9417b3c4ba8ed62 mistakenly removed this line (this
+    'data' is a write_field_data_t rather than the print_data structure that
+    change was cleaning up).
+    
+    Bug: 12616
+    Change-Id: I773e47f12f852e19a20ec29a43eb3a0953923173
+    Reviewed-on: https://code.wireshark.org/review/16415
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit abd287f
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jul 13 12:22:37 2016 +0200
+
+    MBIM: add dissection of Intel proprietary UUIDs
+    
+    Based on http://www.telit.com/fileadmin/user_upload/products/Downloads/4G/Telit_xN930_MBIM_Command_Functional_Specification_r2.pdf
+    
+    While we are at it, add placeholder for AT&T proprietary UUID (no dissection of the buffers).
+    
+    Change-Id: I4f9825d1f9fde474853f9b86a4302742c078d8cd
+    Reviewed-on: https://code.wireshark.org/review/16413
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 5e9e48b
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jul 13 09:28:15 2016 +0200
+
+    TCP: fix indent (use 4 spaces)
+    
+    Change-Id: Id08427246f5b481c004e861719b9b213796438c1
+    Reviewed-on: https://code.wireshark.org/review/16409
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 3124cf8
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Mon Jun 13 04:56:57 2016 +0100
+
+    IPv6: Simplify RPL routing header dissector
+    
+    Use a wmem_array to perform strict checking.
+    
+    Fold cmprI/cmprE dissection into a single loop.
+    
+    Change-Id: I67443a604b47cd9cbca32c7f7276a7e2229580f1
+    Reviewed-on: https://code.wireshark.org/review/16348
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit e46be62
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jul 12 19:04:12 2016 +0200
+
+    LTE RRC: upgrade dissector to v13.2.0
+    
+    Change-Id: If2e15f429e3e35b3deef8afc23e57c8ef3974a22
+    Reviewed-on: https://code.wireshark.org/review/16410
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 33fa58c
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jul 13 10:19:43 2016 +0200
+
+    RLC LTE: fix a typo
+    
+    Change-Id: I6d429da6e36e9609c1b7a539cf75e0c2c484bf00
+    Reviewed-on: https://code.wireshark.org/review/16411
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit fbb47de
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 13:28:10 2016 -0400
+
+    packet-cql.c: Bugfix bitwise operation with parenthesis.
+    
+    Change-Id: I93e1c64597f309db5341c6ccadfdb3b23c056182
+    Reviewed-on: https://code.wireshark.org/review/16397
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 0600865
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 12:31:33 2016 -0400
+
+    file-pcapng.c:  Apply parenthesis to fix build warnings
+    
+    Change-Id: I35d180e7aa040c94ca80a49e7d2132dd76e46aaf
+    Reviewed-on: https://code.wireshark.org/review/16393
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 8682f4b
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 12:32:06 2016 -0400
+
+    packet-6lowpan.c: fix uninitialized variable (ipv6_ext) warning
+    
+    Change-Id: I8182bc9452cbd1201c81407041b6b522434f5ec0
+    Reviewed-on: https://code.wireshark.org/review/16394
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 2f3b25c
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 13:23:29 2016 -0400
+
+    packet-btrfcomm.c: Add NULL check to pacify VS Code Analysis
+    
+    Some if checks are confusing the analysis, but it does add some
+    future-proofing.
+    
+    Change-Id: Ic4fe16a87646a7055f7639af050d53ff004eda5f
+    Reviewed-on: https://code.wireshark.org/review/16396
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit e063924
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 08:21:35 2016 -0400
+
+    Remove T.30 FCF mask.
+    
+    Found by VS Code Analysis, verified with spec that mask isn't needed.
+    Also included link to current spec.
+    
+    Bug: 1918
+    Change-Id: Ic3e8ee599501c7c12717649579ffd70581622178
+    Reviewed-on: https://code.wireshark.org/review/16392
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit fea50cc
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Tue Jul 12 11:25:49 2016 -0700
+
+    Handle dissectors that don't have names.
+    
+    Dissector handles created with create_dissector_handle() don't have a
+    name; report them as "(anonymous)" (there's no guarantee that the printf
+    family of routines don't crash when a null pointer is provided to %s -
+    the printf routines in at least some versions of Solaris *do* crash in
+    that case).
+    
+    Change-Id: I561ff855a46eeb442299011d567f20751c5c6869
+    Reviewed-on: https://code.wireshark.org/review/16399
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 719c018
+Author: Thomas PORTASSAU <thomas.portassau@hotmail.fr>
+Date:   Tue Jul 12 08:36:25 2016 +0200
+
+    USB CCID added Interrupt IN and PC2RDR_params
+    
+    Change-Id: I77a88b910fa51e09f9d5bdb541170de76ffb3708
+    Reviewed-on: https://code.wireshark.org/review/16386
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 45679d2
+Author: dsrsupport <eugene.exarevsky@dsr-company.com>
+Date:   Tue Jul 12 12:21:23 2016 +0300
+
+    ZigBee Test Profile #2 enchancement.
+    
+    If profile id is ZigBee Test Profile #2, do not try to parse packet contents as other protocol above APS: ZCL or whatever else.
+    
+    Change-Id: I0f1446aea9b270c226c7c472fe794e29240defc9
+    Reviewed-on: https://code.wireshark.org/review/16387
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 479caf1
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Mon Jul 11 15:40:03 2016 -0700
+
+    Add resource usage logging.
+    
+    Add log_resource_usage, which prints the current and elapsed user and
+    system times. Add a usage example in packet_list_model.cpp.
+    
+    Change-Id: I747161c754a3731e540821715cc9bb10b3dc821d
+    Reviewed-on: https://code.wireshark.org/review/16383
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 3fe92ff
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jul 12 09:09:57 2016 -0400
+
+    Create stub VXLAN (GPE) protocol for Decode As.
+    
+    Also remove dissector_add_for_decode_as calls as dissector_add_uint
+    already handles that.
+    
+    Change-Id: I87202d49765ffb1a2e6c922cb02b692fb16c0693
+    Reviewed-on: https://code.wireshark.org/review/16388
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 25ba3db
+Author: D. Ulis <daulis0@gmail.com>
+Date:   Mon Jul 11 21:14:36 2016 -0400
+
+    HTTP: Add request/response arrows
+    
+    HTTP has multiple related packets, so seeing which are the actual request/response (related to the current selected packet) is helpful.
+    
+    Change-Id: I833f4f620cfe8bfe9b1d7518c4e28fbd41b64e29
+    Reviewed-on: https://code.wireshark.org/review/16385
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit f4ab3f4
+Author: Jeff Layton <jlayton@redhat.com>
+Date:   Mon Jun 20 15:10:32 2016 -0400
+
+    ceph: distingush between client and server by checking for a second entity_addr_t
+    
+    The current ceph dissector assumes that the server will always send its
+    initial connection negotiation first, but that's not necessarily the
+    case, especially with the kernel client which sends its banner as soon
+    as the socket is created.
+    
+    So, we need a better mechanism to determine which end is client and
+    which is the server. The server sends its own address and then the
+    address of the client, but the client only sends its own address. We
+    can determine whether the initial negotiation message is from the client
+    or server by looking at the data after the first entity addr and seeing
+    whether it also looks like an entity addr.
+    
+    This patch takes that approach. It just grabs the address family from
+    the second address and sees whether it's IPv4 or IPv6. If it's not one
+    of those, then it assumes that it's not an entity_addr_t at all and is
+    therefore a request from the client.
+    
+    We could go farther and try to verify the port and address as well, but
+    that's probably overkill. The address family is at the same offset as
+    the host_type field in the client's Connect request, but it's big endian
+    and the host_type is little endian. As long as we don't end up with
+    host_types that are 0x200 or 0xA00, this scheme should be OK.
+    
+    Change-Id: I161d02da86d978272eff95497c6df66766b02ebc
+    Signed-off-by: Jeff Layton <jlayton@redhat.com>
+    Reviewed-on: https://code.wireshark.org/review/16043
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 2e879e2
+Author: sjha3 <sjha3@ncsu.edu>
+Date:   Sat Jul 2 15:34:37 2016 -0400
+
+    Generic Protocol Extension support for VxLAN
+    
+    Bug: 12323
+    Change-Id: I53bfedf50ad09cda52320b0e6eb81e92ed73efc8
+    Signed-off-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-on: https://code.wireshark.org/review/16250
+
+commit cfcc6fd
+Author: Jesse Gross <jesse@kernel.org>
+Date:   Fri Jun 24 15:28:55 2016 -0700
+
+    Geneve: Update list of option classes.
+    
+    Newer versions of the Geneve protocol draft have defined additional
+    option classes. This updates the list so we can show the class name
+    instead of unknown.
+    
+    Change-Id: I19f2024704abe2bc0692c73be783858d74323c0e
+    Reviewed-on: https://code.wireshark.org/review/16382
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 4b67b0b
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon Jul 11 15:35:29 2016 +0200
+
+    osx-app: small improvement in packaging script.
+    
+    Change-Id: I484ab1b001f7fd578e734b4e006137f590a750a9
+    Reviewed-on: https://code.wireshark.org/review/16379
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit ee28324
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Mon Jul 11 18:59:13 2016 +0200
+
+    Fix up *some* of the coding style inconsistencies
+    
+    - return type of a function definition is always on a seperate line
+    - reformat single line expert items into multiline format
+    - no space between functionname and (
+    - reformat some hf_ elements that looked different from most others
+    - space after , where appropriate
+    - Fix the following warnings and errors from checkhf.pl
+      Unused href entry: epan/dissectors/packet-ieee80211.c: hf_ieee80211_ff_rcsi
+      Unused href entry: epan/dissectors/packet-ieee80211.c: hf_ieee80211_ff_rcsi_aid
+      Error: hf_ieee80211_ff_dsss_ofdm: FT_BOOLEAN with non-null 'convert' field missing TFS in epan/dissectors/packet-ieee80211.c
+      Error: non-null hf_ieee80211_ff_dsss_ofdm 'convert' field missing 'VALS|VALS64|RVALS|TFS|CF_FUNC|FRAMENUM_TYPE|&' in epan/dissectors/packet-ieee80211.c ?
+      Error: hf_ieee80211_operat_mode_field_channel_width is passing the address of a pointer to VALS in epan/dissectors/packet-ieee80211.c
+      Error: hf_ieee80211_operat_mode_field_rxnss is passing the address of a pointer to VALS in epan/dissectors/packet-ieee80211.c
+    
+    Change-Id: Ide51d1871755199721e65c0f62b3f6a62ef1159e
+    Reviewed-on: https://code.wireshark.org/review/16381
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit 7083839
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sat Jul 9 02:22:03 2016 +0100
+
+    IPv6: refactor dissect_routing6() into type-specific dissectors
+    
+    Change-Id: I153c39bb76dc30cecede9dbf5fe4abf234fcd719
+    Reviewed-on: https://code.wireshark.org/review/16347
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 0002f25
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Mon Jul 11 10:49:53 2016 +0200
+
+    hdcp2: don't throw an exception during heuristic check
+    
+    Change-Id: I24895950464e1845c468f9fa9b6e5aa3ab8c75de
+    Reviewed-on: https://code.wireshark.org/review/16378
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit deaac11
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Mon Jul 11 10:29:26 2016 +0200
+
+    iso7816: check for minimum atr len
+    
+    and reject the packet if it is shorter
+    
+    make sure that we don't throw an exception when we read the first byte
+    and haven't yet decided if the packet contains an iso7816 atr
+    
+    Change-Id: I7b4c93cc7c55489467b46241f07a1bb5ddfd927a
+    Reviewed-on: https://code.wireshark.org/review/16377
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit f2584b2
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jul 10 19:27:47 2016 +0200
+
+    BGP: Add support of Vendor Capability 131 (Multisession Cisco)
+    
+    Issue reported by Garri Djavadyan
+    
+    Change-Id: I6dd4bd20d82a3f2cb8aa45f740f72d33e33053da
+    Ping-Bug:12604
+    Reviewed-on: https://code.wireshark.org/review/16374
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 3932075
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jul 10 12:17:04 2016 +0200
+
+    BGP: Add (Cisco) for "Vendor" Cisco capability
+    
+    * Route Refresh Cisco capability (128)
+    * ORF Cisco capability (130)
+    
+    Issue reported by Garri Djavadyan
+    
+    Bug: 12605
+    Change-Id: Icb19cd6a75315e5af4772dd7833a5b762bdd7ff4
+    Reviewed-on: https://code.wireshark.org/review/16373
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit b0a32c6
+Author: Binh Trinh <beango@gmail.com>
+Date:   Sun Jul 10 01:57:15 2016 -0400
+
+    NAS-EPS:  Add preference to bypass a heuristic decode of a ciphered NAS.
+    
+    Change-Id: Ifedb82bbcb29ab978ffb9ce2f485ac9ff0712fc2
+    Reviewed-on: https://code.wireshark.org/review/16363
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit ed69bf3
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jul 10 10:23:40 2016 -0700
+
+    Remove a compiler warning some platforms give.
+    
+    Some UN*Xes declare an index() function, that being the name strchr()
+    originally had in V7 UNIX.  This causes warnings from compilers if you
+    have a variable named "index", so rename the variable.
+    
+    Change-Id: Ibb046005d1ef911ce0739ce70a0a55c13310cdf0
+    Reviewed-on: https://code.wireshark.org/review/16372
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit fac8f1f
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 10 18:41:23 2016 +0200
+
+    pvfs2: clean up dissect_pvfs_distribution()
+    
+    remove unnecessary variable initializers
+    remove an unnecessary if (tree) check
+    
+    Change-Id: I4c5326c11efe4fe38fb606a45ca7674484e9421c
+    Reviewed-on: https://code.wireshark.org/review/16371
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 4b83805
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 10 13:32:33 2016 +0200
+
+    mp2t: use tvb_new_subset_remaining() instead of tvb_new_proxy()
+    
+    the latter is internal to the tvb code and not meant to
+    be called from a dissector
+    
+    Change-Id: Iee5af3d59329aeef8156f0bbbd5c765cac4e314d
+    Reviewed-on: https://code.wireshark.org/review/16364
+    Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit de796aa
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Sun Jul 10 08:07:47 2016 -0700
+
+    [Automatic update for 2016-07-10]
+    
+    Update manuf, services enterprise-numbers, translations, and other items.
+    
+    Change-Id: I9d1c7b06a449a3b0dc02dd99f33c4e7634e2d1c0
+    Reviewed-on: https://code.wireshark.org/review/16368
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 35255d9
+Author: Bruno Verstuyft <bruno.verstuyft@excentis.com>
+Date:   Wed Jun 29 14:25:34 2016 +0200
+
+    DOCSIS: Added dissector for Downstream Profile Descriptor (DPD)
+    
+    Change-Id: I97e6e07be45a5c4de6c8c467e0c782b35036bd98
+    Reviewed-on: https://code.wireshark.org/review/16202
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Adrian Simionov <daniel.simionov@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit aa9f560
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Tue Jul 5 20:15:09 2016 -0400
+
+    Cleanup and extend the regex for matching expert info entries.
+    
+    Match each entity in the structure explicitly rather than skipping a bunch at
+    the end.  This makes it possible to easily (and clearly) specify where we
+    allow white space.
+    
+    Don't capture the event group and severity: we don't use them anyway.
+    
+    Don't put single character matches in []: that makes it hard to read (for
+    me anyway).
+    
+    There's no need for both the "m"(ultiline) and "s"(ingle line) options.  Nor
+    the "o"optimize (make buggy) option.
+    
+    These same changes should/will be applied to the hf regex later.
+    
+    Change-Id: I3bf307dcd6432eb1a0c2b9aceea201f8403e08c0
+    Reviewed-on: https://code.wireshark.org/review/16313
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 448c89e
+Author: David Morsberger <dave@morsberger.com>
+Date:   Sun Jul 3 19:36:12 2016 -0400
+
+    Remember query after closing Follow Stream
+    
+    Update main filter after follow stream dialog is closed - Use:
+       previous_filter if new 'Back' button (passed in follow() method)
+       filter_out_filter_ if 'Filter Out This Stream' button (built by appending !current_stream to previous_filter)
+       leave filter alone if window closed using Close button or window close. (current stream)
+    
+    Change-Id: Ic02edeaffdc65ff0f33cac4cb9afb8cde28963c7
+    Reviewed-on: https://code.wireshark.org/review/16277
+    Reviewed-by: Jim Young <jim.young.ws@gmail.com>
+    Petri-Dish: Jim Young <jim.young.ws@gmail.com>
+    Tested-by: Jim Young <jim.young.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ea0b2e0
+Author: Michal Privoznik <mprivozn@redhat.com>
+Date:   Mon Jul 4 10:36:20 2016 +0200
+
+    Makefile: Install wireshark.pc too
+    
+    In my previous patches (8454f2a20e2 and ea16a84ef51) I've tried
+    to make the pkg-config file more robust. But what I had
+    completely forgot about is that the file was never installed by
+    our Makefile rather than we relied on distribution maintainers to
+    be smart and make the package install the file instead. I've
+    realized this as soon as I've tried to update wireshark in my
+    system.
+    
+    Change-Id: Idb60157a51ea1dd0afd6cfac695bfa5760485241
+    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
+    Reviewed-on: https://code.wireshark.org/review/16279
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit dec3e2e
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sun Jul 10 15:12:05 2016 +0100
+
+    randpkt_core: Use g_random_* for randpkt_parse_type().
+    
+    randpkt_parse_type() can (and most likely will) be called before
+    randpkt_example_init(), therefore g_rand_int_range is called with a NULL
+    GRand argument. This produces non-random output.
+    
+    Change-Id: Id420edc15a5f9dec427c5f1a1dd9a1f18a225319
+    Reviewed-on: https://code.wireshark.org/review/16367
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 3ea8ccf
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 10 13:51:14 2016 +0200
+
+    iso14443: the uid size is a generated item
+    
+    Change-Id: I77952e0099ed8103c8316becafc700866b4c46d8
+    Reviewed-on: https://code.wireshark.org/review/16366
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit d68043a
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 10 13:48:27 2016 +0200
+
+    iso14443: expert info for invalid uid size
+    
+    Change-Id: I3181375c3a2c8a905e1fd8bb722ac27902735ff0
+    Reviewed-on: https://code.wireshark.org/review/16365
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 3faf0dd
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 10 00:17:03 2016 +0200
+
+    Qt: add assert (CID 1311486).
+    
+    Change-Id: I62290f1f1c7856ee431705a64fae2022b850234a
+    Reviewed-on: https://code.wireshark.org/review/16361
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 01b28ca
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jul 7 23:01:06 2016 +0200
+
+    randpkt_core: change rand() to g_rand_int (CID 1355360).
+    
+    Change-Id: I48560cbb6007eb16aa545a3e8e6a0e8e3b206930
+    Reviewed-on: https://code.wireshark.org/review/16326
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit e3cbea3
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sat Jul 9 15:37:27 2016 +0100
+
+    IPv6: Remove obsolete comment
+    
+    WS_INET6_ADDRSTRLEN should be used instead of INET6_ADDRSTRLEN.
+    
+    Change-Id: Id937ca72361f4f1b3cad2c18b1067c3fddc527a9
+    Reviewed-on: https://code.wireshark.org/review/16359
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit a9d5256
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sat Jul 9 09:05:12 2016 -0400
+
+    packet-wsp.c: Fix infinite loop in add_headers
+    
+    Bug: 12594
+    Change-Id: Id86d1e5f2db12871bc1b345721e79e57192f01e1
+    Reviewed-on: https://code.wireshark.org/review/16355
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 8e1cc70
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Fri Jul 8 23:25:14 2016 +0200
+
+    Fix detection of NSIS/WiX install path when running a win64 CMake
+    
+    On x86 system:
+    System32\cmd.exe
+    ProgramFiles=C:\Program Files
+    
+    On x64 system:
+    System32\cmd.exe
+    ProgramFiles=C:\Program Files
+    ProgramFiles(x86)=C:\Program Files (x86)
+    ProgramW6432=C:\Program Files
+    Syswow64\cmd.exe
+    ProgramFiles=C:\Program Files (x86)
+    ProgramFiles(x86)=C:\Program Files (x86)
+    ProgramW6432=C:\Program Files
+    
+    Change-Id: I32d52219366b299f1e8099dc6d7737970dc398dd
+    Reviewed-on: https://code.wireshark.org/review/16346
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 01c6483
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sat Jul 9 00:07:52 2016 -0700
+
+    Check for pcapng files when reading from a pipe.
+    
+    That way, people don't get confused by an "Unrecognized libpcap format"
+    error - it's *not* libpcap format!
+    
+    Also, improve *that* message to say "...or not libpcap data", and put a
+    period at the end of the error messages.
+    
+    Change-Id: I175f9399fe99ce424f1d83596b7330e1fa5c0625
+    Reviewed-on: https://code.wireshark.org/review/16349
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 94c0f91
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jun 30 11:09:07 2016 +0100
+
+    Fix value_string_ext_free() constness
+    
+    Don't declare destructor as taking a const argument.
+    
+    Change-Id: I9badfe400718bef41a0e0a00d4b3d1b0bb2879d1
+    Reviewed-on: https://code.wireshark.org/review/16342
+    Reviewed-by: João Valverde <j@v6e.pt>
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 4feb116
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jun 2 17:17:43 2016 +0100
+
+    IPv6: Remove a memcpy()
+    
+    Replace CamelCase and remove unnecessary casts too.
+    
+    Change-Id: Iacf56912448c0e0dc0fe21477d6b71ba9caba69a
+    Reviewed-on: https://code.wireshark.org/review/16344
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 44c2560
+Author: Amitoj Setia <asetia@juniper.net>
+Date:   Fri Jul 8 09:42:50 2016 -0700
+
+    fixed some juniper vn dissector bugs
+    
+    Change-Id: I67ea5df962266c1476d1d1b6234e831018138422
+    Reviewed-on: https://code.wireshark.org/review/16341
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 837b534
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Fri Jul 8 15:58:55 2016 +0200
+
+    GSM RLC/MAC: register dissectors for EC-GSM-IoT control messages
+    
+    Change-Id: I8fe84cc98b8967c529c07ff17014648610ad8660
+    Reviewed-on: https://code.wireshark.org/review/16340
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit f0bc390
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Fri Jul 8 12:24:13 2016 +0200
+
+    MAC LTE: upgrade dissector to v13.2.0
+    
+    Change-Id: Ic859d69583ca3c342d4775511b68fc276f3290a4
+    Reviewed-on: https://code.wireshark.org/review/16339
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 80b4302
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Thu Jul 7 09:46:12 2016 +0000
+
+    When generating the LUA reference in AsciiDoc then say so.
+    
+    Generating LUA documentation source for the developer guide says that
+    it's generating XML, which it did before the switch to AsciiDoc. Fix
+    this statement.
+    
+    Change-Id: Ib8625af84c74b5f6dc31c1e9e5ded80d9d7940ff
+    Reviewed-on: https://code.wireshark.org/review/16320
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit a7b7f94
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Fri Jul 8 08:06:30 2016 +0200
+
+    couchbase: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+    
+    Change-Id: Ie1e3b071388b3527bba1088af69d76dcb8d6981a
+    Reviewed-on: https://code.wireshark.org/review/16333
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit c3fc1e4
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Thu Jul 7 21:49:41 2016 -0400
+
+    APRS: more cleanup.
+    
+    There's no need to create global structures with pointers to the (global) hf's
+    to pass into the dissection functions.  Just reference the global variables
+    directly.
+    
+    Remove other global variables passed as arguments while we're at it.
+    
+    Remove boilerplate comments.
+    
+    Change-Id: I7ce6b356172aa25983f4cc6a007a0158cb7f26c9
+    Reviewed-on: https://code.wireshark.org/review/16331
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 54bf3e9
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Thu Jul 7 21:23:57 2016 -0400
+
+    APRS: clean up some header fields.
+    
+    Try to make the names self-explanatory (without relying on blurbs).
+    
+    Change-Id: Icfb4797282987b42ac68709b431d8b7248a0a633
+    Reviewed-on: https://code.wireshark.org/review/16330
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 07ab40e
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Fri Jul 8 10:52:29 2016 +0200
+
+    Qt: Update scrollbars when change byte view format
+    
+    Update scrollbars when changing display format between hex and
+    bits view because the height of the phane will change.
+    
+    Change-Id: I81556c8dbdfb0a34f6c97e76834646a40aed62bb
+    Reviewed-on: https://code.wireshark.org/review/16336
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+
+commit 3cf1048
+Author: dsrsupport <eugene.exarevsky@dsr-company.com>
+Date:   Fri Jul 8 11:37:31 2016 +0300
+
+    ZigBee GreenPower: Fix GP Pairing command dissection.
+    
+    Fix length of Sink GroupID in GP Pairing command.
+    
+    Change-Id: I5905812456faa0181ee1cc13824a12ce2583d4e0
+    Reviewed-on: https://code.wireshark.org/review/16335
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+
+commit 0b53325
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Fri Jul 8 09:45:26 2016 +0200
+
+    p1: Add BuiltInEncodedInformationTypes.telex
+    
+    This is for completeness.
+    
+    Change-Id: Id89f649aa836dd011f0967cdbdc905916b4d2182
+    Reviewed-on: https://code.wireshark.org/review/16334
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+
+commit 330bc0e
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jul 6 08:46:29 2016 +0200
+
+    nbifom: fix no previous prototype for 'proto_register_nbifom' [-Wmissing-prototypes]
+    
+    Change-Id: I4456cfd6600986b2e0c1cecf7d3054f3e829a210
+    Reviewed-on: https://code.wireshark.org/review/16332
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit b080563
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jul 7 22:43:49 2016 +0200
+
+    Qt: add initializers (CID 1261463).
+    
+    Change-Id: I5c2d5c73e188586a91dde342d6347d25495e0263
+    Reviewed-on: https://code.wireshark.org/review/16325
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 785d229
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jul 7 22:38:40 2016 +0200
+
+    Qt: add initializer (CID 1269610).
+    
+    Change-Id: I483e5d3f239f4708f9fc6b11c98869bb1381fb44
+    Reviewed-on: https://code.wireshark.org/review/16324
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 03ca5c0
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jul 7 22:35:30 2016 +0200
+
+    Qt: add initializers (CID 1317257).
+    
+    Change-Id: I61a63c187990b119b62e99871832913a0e3f75e4
+    Reviewed-on: https://code.wireshark.org/review/16323
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit d83ee1d
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jul 7 17:21:48 2016 -0700
+
+    Handle extcap binaries and the libssh upon which some depend.
+    
+    Search the extcap binaries for shared libraries they require.
+    
+    Treat libssh specially - for some reason, when built by macosx-setup.sh
+    (which just does a standard cmake build of libssh), libssh's shared
+    library has just libssh.4.dylib, not {installation
+    directory}/libssh.4.dylib, as its shared library ID, so we don't find
+    its binary using otool -L.
+    
+    Bug: 12471
+    Change-Id: I3e5632d7520f1bbeca1a8faae3a012938ef9dee7
+    Reviewed-on: https://code.wireshark.org/review/16329
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 853df46
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jul 7 22:13:41 2016 +0200
+
+    osx-app.sh: add ciscodump.
+    
+    Ping-Bug: 12471
+    Change-Id: I7326e43ce8b294c8065e09120d85b4743f1659a9
+    Reviewed-on: https://code.wireshark.org/review/16321
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit d80c3b9
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Fri Jul 8 00:24:14 2016 +0200
+
+    Clean up fixed field handling
+    
+    - Get rid of FF_FIELD macro. Use resoved strings instead.
+    - Reorder add_ff_ functions so we don't need forward declarations
+    - Replace add_fixed_field call by call to resolved function
+    - Remove add_fixed_field and all structs and enums exclusive to it.
+    - #if 0 out unused function add_ff_relay_capable_sta_info
+    
+    Change-Id: I9955febb317f3e7c1b9ae28a5ee9c6a6472f7e9c
+    Reviewed-on: https://code.wireshark.org/review/16328
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit 10db044
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jul 7 21:33:09 2016 +0100
+
+    CMakeLists.txt: Fix gcee3e82
+    
+    Bug: 12589
+    Change-Id: I7f9be4027214cb7ae4f7b235cba73c088596a80d
+    Reviewed-on: https://code.wireshark.org/review/16322
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 166cede
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Tue Jul 5 22:01:52 2016 -0400
+
+    APRS: register the storm fields.
+    
+    There's been a comment here since 2012 about them being unregistered.  Put in
+    some registrations based on a feeble understanding of the specification (these
+    are all strings, add them as such); that should be close enough and is much
+    better than the (dissector) assertion we'd get otherwise.
+    
+    Don't bother putting those hf's in a global structure and passing around the
+    structure: the hf's are global anyway--just reference them directly.
+    
+    Add a link to the specification while we're here.
+    
+    Change-Id: Ia7b17e92a996a1a8eb4a4489eff9fca042190a32
+    Reviewed-on: https://code.wireshark.org/review/16318
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit fb74b16
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed May 25 08:06:46 2016 +0200
+
+    PAPI: Update Header field
+    
+    Change-Id: I0c2a522ea70e62b6962c99729068e962beb21085
+    Reviewed-on: https://code.wireshark.org/review/15572
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 0f07378
+Author: Roland Knall <roland.knall@br-automation.com>
+Date:   Wed Jul 6 13:39:54 2016 +0200
+
+    openSAFETY: Simplify handling of SN Fail/Ack
+    
+    Also add information about error group/code acknowledged,
+    and additional parameter set missing, if applicable
+    
+    Change-Id: I911d9941a33ff4064649090908e0fcc2bf6e00f8
+    Reviewed-on: https://code.wireshark.org/review/16319
+    Petri-Dish: Roland Knall <rknall@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Roland Knall <rknall@gmail.com>
+
+commit 0bc8cf2
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Tue Jul 5 20:14:34 2016 +0100
+
+    configure: Check for working lrelease
+    
+    The qtchooser package in many (all?) distros installs executable symlinks to
+    qtchooser that can mislead AC_PROG_PATH if the corresponding Qt linguist
+    tools package is missing.
+    
+    Bug: 12570
+    Change-Id: I98795a3a7b8a05214c56a0c7b50829ea3b2976fa
+    Reviewed-on: https://code.wireshark.org/review/16316
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Adrian Simionov <daniel.simionov@gmail.com>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 5758aa5
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Tue Jul 5 21:22:36 2016 -0400
+
+    ATM PW: don't use macros to generate hf entries.
+    
+    The macros weren't saving much code, were confusing checkhf.pl, and were hiding
+    useability problems with the fields (such as names equal to the abbreviation
+    and having several fields with the same abbreviation--things checkAPIs.pl can
+    check now that the macros are out of the way).
+    
+    Change-Id: Id2ba67d09ce7dd424aee9d7f2e25eb54fa432d98
+    Reviewed-on: https://code.wireshark.org/review/16315
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 7f22c8a
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Tue Jul 5 21:40:26 2016 -0400
+
+    LAT: use ENC_ASCII when adding strings.
+    
+    Change-Id: If3970fbc25d4085037fb975498de02449e2c25c1
+    Reviewed-on: https://code.wireshark.org/review/16317
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit c43984c
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Tue Jul 5 20:46:08 2016 -0400
+
+    LAT: register several hf's.
+    
+    Found by checkhf.pl
+    
+    Change-Id: If985d04f24a188ac402bc11cf61d29aa418ad242
+    Reviewed-on: https://code.wireshark.org/review/16314
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit f5eaf53
+Author: Hendrik Uhlmann <Hendrik.Uhlmann@rheinmetall.com>
+Date:   Tue Jul 5 14:16:48 2016 +0200
+
+    DIS: Introduced support of Collision PDU
+    
+    Parse all Attributes of Collision PDU and display them in wireshark HMI.
+    
+    Change-Id: I3003c6dd709498cc6c1adf784800047d0984bafa
+    Reviewed-on: https://code.wireshark.org/review/16299
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 4b06222
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jul 5 16:45:52 2016 +0200
+
+    Qt: add initializers (CID 1268205).
+    
+    Change-Id: I7eb71876731df29c076a3a756b6748f165d1c327
+    Reviewed-on: https://code.wireshark.org/review/16306
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 50d1d59
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jul 5 23:08:30 2016 +0200
+
+    Qt: add initializers (CID 1162824).
+    
+    Change-Id: Ib570d3531bfdd35404b75d49dbd7dd43db4c30d9
+    Reviewed-on: https://code.wireshark.org/review/16310
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 4b484a6
+Author: Sergey Avseyev <sergey.avseyev@gmail.com>
+Date:   Wed Jul 6 01:22:11 2016 +0300
+
+    packet-couchbase.c: describe observe-seqno (0x91)
+    
+    Change-Id: I6018a57a8ae947ee68aa35901398d504d35b99c7
+    Reviewed-on: https://code.wireshark.org/review/16312
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 5848845
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jul 5 23:35:11 2016 +0200
+
+    Qt: remove unneeded constructors.
+    
+    There is no need to have an empty private constructor if an explicit
+    one is already present. The former private constructor didn't initialize
+    the private members causing many CIDs from coverity.
+    
+    Change-Id: I8ba98d2b9fc32a867fdcf3421df7946b90bd7b09
+    Reviewed-on: https://code.wireshark.org/review/16311
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 21f5c53
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Tue Jul 5 15:30:38 2016 +0100
+
+    Rename PIDL Makefile
+    
+    Otherwise it will get overwritten by the in-tree cmake build.
+    
+    Issue reported by Rémy Léone.
+    
+    Change-Id: I0d908973386bcb70585f5e32c36456230967bb7f
+    Reviewed-on: https://code.wireshark.org/review/16305
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit addf064
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jul 5 22:27:55 2016 +0200
+
+    Qt: remove unused variable.
+    
+    This fixes also CID 1159350.
+    
+    Change-Id: I21b55686f96131e3e1cff0feac5f16df1c7c7ca2
+    Reviewed-on: https://code.wireshark.org/review/16309
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 1eea415
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jul 5 16:30:28 2016 +0200
+
+    bgp: add return check (CID 1354417).
+    
+    Change-Id: Id8be1d5f6346686087d747167ec44df2b88dd35e
+    Reviewed-on: https://code.wireshark.org/review/16304
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+
+commit aea0023
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jul 5 16:19:33 2016 +0200
+
+    tap: check return value (CID 1355643).
+    
+    Change-Id: I03b141c7aeaa1bc06dc126c5cc8f0d001a57c116
+    Reviewed-on: https://code.wireshark.org/review/16302
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit d7c072d
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon Jul 4 22:49:32 2016 +0200
+
+    Qt: remove unused variable.
+    
+    This fixes CID 1232347.
+    
+    Change-Id: I42b5ac997dbde8fcb05665b24444a60b009871be
+    Reviewed-on: https://code.wireshark.org/review/16290
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 7a3e9b1
+Author: Graham Bloice <graham.bloice@trihedral.com>
+Date:   Tue Jul 5 16:06:16 2016 +0100
+
+    Developers Guide updates
+    
+    Added info about debugging under Visual Studio.
+    Updated buildbot info.
+    
+    Change-Id: I9a6a0a2b14e3616a35f652c99b04ee23ea642ba5
+    Reviewed-on: https://code.wireshark.org/review/16307
+    Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
+
+commit bed9d18
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jul 5 16:21:01 2016 +0200
+
+    Remove remnants of g_spawn_helper support
+    
+    Change-Id: I88121a280ff01a889daeda438b308380b6ea0703
+    Reviewed-on: https://code.wireshark.org/review/16303
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit d245698
+Author: Roland Knall <roland.knall@br-automation.com>
+Date:   Tue Jul 5 16:01:10 2016 +0200
+
+    openSAFETY: Add byte offset of frame
+    
+    Add the absolute byte offset of each openSAFETY frame to
+    dissection, so a change in the offset can be easily detected
+    
+    Change-Id: Ib935eff7ba1e2e1169cb9071a5c9703cc58fc123
+    Reviewed-on: https://code.wireshark.org/review/16301
+    Petri-Dish: Roland Knall <rknall@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Roland Knall <rknall@gmail.com>
+
+commit 5cc5ba6
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon Jul 4 22:53:21 2016 +0200
+
+    Qt: add initializers (CID 1233100).
+    
+    Change-Id: I99e0d6bd10cc0faddb8a503ec877b3d03b927f4e
+    Reviewed-on: https://code.wireshark.org/review/16293
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 5c11909
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon Jul 4 22:58:41 2016 +0200
+
+    Qt: add initializers (CID 1249475).
+    
+    Change-Id: Ic001c0dfab1e82c66473d6ca15633aaa57520659
+    Reviewed-on: https://code.wireshark.org/review/16294
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 0b35075
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon Jul 4 22:41:01 2016 +0200
+
+    dis: cast to guint64 to avoid potential overflow (CID 1214480).
+    
+    Change-Id: I24ae4a7a5ef8b4ed363ec849ac9c8aeeefe836dd
+    Reviewed-on: https://code.wireshark.org/review/16288
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit f2786bc
+Author: Roland Knall <rknall@gmail.com>
+Date:   Tue Jun 28 21:34:46 2016 +0200
+
+    extcap: Remove g_spawn_helper support
+    
+     Move g_spawn to separate file and implement functions to
+     use Windows based method of spawning, instead of the glib
+     based version
+    
+    Change-Id: Ibae03d834ec86531eba37dc8768fbf17ddadf57f
+    Reviewed-on: https://code.wireshark.org/review/16049
+    Petri-Dish: Roland Knall <rknall@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
+    Reviewed-by: Roland Knall <rknall@gmail.com>
+
+commit fdd87a1
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Mon Jul 4 22:41:29 2016 +0200
+
+    Network-Based IP Flow Mobility (NBIFOM) dissector
+    
+    Based on 3GPP 24.161 V13.1.0
+    
+    Change-Id: I7bf635c862bf7e0b73fd05bc8a55c900d1f4dd87
+    Reviewed-on: https://code.wireshark.org/review/16291
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 308a538
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jul 4 16:24:57 2016 -0700
+
+    Style fix and trailing whitespace fix.
+    
+    Change-Id: I03a438fa58f84939f6245426cbe725e6196c2560
+    Reviewed-on: https://code.wireshark.org/review/16297
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6e91389
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jul 4 16:22:11 2016 -0700
+
+    Add a length check.
+    
+    Make sure the LBMR TNWG Interest record's length is at least the size of
+    a minimum-length LBMR TNWG Interest record.
+    
+    Hopefully this will fix the real problem about which CID 1363025 is
+    complaining.
+    
+    Change-Id: I60d94a054ec1ba4fb32b0cdd361995a584fe74a6
+    Reviewed-on: https://code.wireshark.org/review/16296
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 240f605
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon Jul 4 22:47:27 2016 +0200
+
+    Qt: add initializer (CID 1230901).
+    
+    Change-Id: Ie7874ef90ce14978adb2c62f208dbcc2a636d3cf
+    Reviewed-on: https://code.wireshark.org/review/16289
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 38c6a59
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jul 4 14:14:58 2016 -0700
+
+    Add length checks.
+    
+    Make sure the authentication trailer length is large enough for a
+    minimum-length authentication trailer.
+    
+    Hopefully this fixes the real problem reported by CID 1363027.
+    
+    Use proto_tree_add_item_ret_uint() while we're at it.
+    
+    Change-Id: I3377f2a52a26f00eeb24ee5776853ffc6e4f7cce
+    Reviewed-on: https://code.wireshark.org/review/16295
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6b5d839
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jul 4 13:52:20 2016 -0700
+
+    Check to make sure the name length <= DLM3_RESNAME_MAXLEN.
+    
+    If it's not, we'd misdissect it.
+    
+    Hopefully this fixes the *real* problem that CID 1363031 was complaining
+    about.
+    
+    Change-Id: If1fc7c30f72d75b9dc047d7e475f78c9d5869943
+    Reviewed-on: https://code.wireshark.org/review/16292
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 7490ad4
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jul 3 11:34:37 2016 -0400
+
+    packet-packetbb.c cleanup
+    
+    Change-Id: I2f6ab0bffca5aa4b021b46b930b55455e76b8a9f
+    Reviewed-on: https://code.wireshark.org/review/16284
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit de90565
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sat Jul 2 21:21:54 2016 -0400
+
+    packet-tcap.c: Remove MEM_TCAPSRT
+    
+    No need to duplicate memory allocation of hash tables to have a "debug copy".
+    Maybe a separate wmem allocator can be used within the dissector, but that
+    type of debugging shouldn't be in trunk source. Keep it on private branch
+    until it's working.
+    
+    Change-Id: I4bdd0f3d1b613f7ae79aa57ebb8e5c3293023253
+    Reviewed-on: https://code.wireshark.org/review/16282
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 276db50
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jul 4 13:40:07 2016 -0700
+
+    Add length checks.
+    
+    While scanning through the Prefix64 option, check to make sure we
+    haven't run past the end of the option.
+    
+    The Prefix64 option requires that the prefix length be <= 12, and, if
+    it's not, we end up with part of the prefix having a negative length.
+    Check to make sure that it is <= 12.
+    
+    While we're at it, use proto_tree_add_item_ret_uint(), update IETF
+    document references to use RFCs rather tha earlier I-Ds, and add
+    references for RFC 7220 and RFC 7225.
+    
+    Hopefully this fixes the *real* problem that CID 1363032 was complaining
+    about.
+    
+    Change-Id: I1592de31f1d4f4ed6e6cdc141516fb764f21d2fb
+    Reviewed-on: https://code.wireshark.org/review/16287
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit af35e89
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jul 3 22:01:23 2016 +0200
+
+    .mailmap: Update some name...
+    
+    Change-Id: I755010e59d33bc771a3be06bd1f6da1bcd81d836
+    Reviewed-on: https://code.wireshark.org/review/16267
+    Reviewed-by: Eugene Exarevsky <eugene.exarevsky@dsr-company.com>
+    Reviewed-by: Anil Kumar K K <anilkumar911@gmail.com>
+    Reviewed-by: Jose Rubio <joserubiovidales@gmail.com>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 2fbf611
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jul 3 11:16:45 2016 -0400
+
+    LTE PDCP: Replace a few g_malloc0 calls with wmem
+    
+    Change-Id: I8bce527fcd2cf9feb77326a5e9fa6857218dda19
+    Reviewed-on: https://code.wireshark.org/review/16283
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit c0949bf
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jul 4 12:42:11 2016 -0700
+
+    Fix typo.
+    
+    Addresses CID 1363024.
+    
+    Change-Id: Ie365f77ca215293aa880a9063521d2c2d7de73c8
+    Reviewed-on: https://code.wireshark.org/review/16286
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 52559e9
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sat Jul 2 17:40:17 2016 -0400
+
+    General cleanup of packet-ipsec.c
+    
+    Noticed some things working on bug 12567 that weren't related to bug.
+    
+    Change-Id: Ie9acbf85cad0899af18202415a40f392a3088ffa
+    Reviewed-on: https://code.wireshark.org/review/16249
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 1e8ed70
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sat Jul 2 16:08:58 2016 -0400
+
+    Treat SPI field in ESP/SA configuration as string only if wildcards are used.
+    
+    Otherwise convert the SPI field to a number, which allows more user
+    flexibility in SPI format.
+    
+    Bug: 12567
+    Change-Id: I646f0aeeeec4ca4302eb7d5172af9218e88b289f
+    Reviewed-on: https://code.wireshark.org/review/16248
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 3f80490
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Thu Jun 30 23:32:27 2016 +0200
+
+    NHRP: Add option for source address in authentication extension.
+    
+    It seems that not all Cisco IOS implementations adhere to RFC2332
+    with respect to having the source address after the SPI in the
+    authentication extension. This change adds a preference to suppress
+    the interpretation of the bytes following the SPI as the source
+    address. The default is to adhere to the RFC.
+    
+    Bug: 12569
+    Change-Id: I00d3c1b90ace54f16f0fe4704e6127a5c4881c82
+    Reviewed-on: https://code.wireshark.org/review/16231
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 764b147
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Tue Jun 28 00:15:33 2016 +0200
+
+    wslua: fail on tree:add(nil)
+    
+    It is unlikely that tree:add(nil) or tree:add(nil, tvb) represents a
+    valid invocation. Most likely the developer made a mistake and tried
+    something like:
+    
+        local pf_thing = ProtoField.string("some.thing", "Description")
+        some_proto.fields = { pf_thing }
+        ...
+            tree:add(some_proto.fields.thing, tvb())
+    
+    which should have been:
+    
+        some_proto.fields = { thing = pf_thing }
+    
+    or:
+    
+            tree:add(pf_thing, tvb())
+    
+    Save the developer some pain and bail out early.
+    
+    Change-Id: I59fc04153f02bb186b47b763676a68bb0271df76
+    Reviewed-on: https://code.wireshark.org/review/16177
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit cf508f8
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:04:38 2016 +0200
+
+    androiddump: fix leak (CID 1293387).
+    
+    Change-Id: I27e167368575dfddf78c237723d20c8b790e5f15
+    Reviewed-on: https://code.wireshark.org/review/16268
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 81a81fb
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:56:28 2016 +0200
+
+    Qt: add initializers (CID 1159363).
+    
+    Change-Id: I5d8c2c847c842ddc172d26a3c8aee5d877201a4d
+    Reviewed-on: https://code.wireshark.org/review/16276
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 85ed737
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:50:47 2016 +0200
+
+    Qt: add initializer (CID 1159361).
+    
+    Change-Id: Ib7b66b4e1d600048b8a66b47d035c27ef126da29
+    Reviewed-on: https://code.wireshark.org/review/16275
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 5f69a2f
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:46:33 2016 +0200
+
+    Qt: add initializer (CID 1159360).
+    
+    Change-Id: I0ade3925497022d5ac16e66c02727be7fd9f4aa5
+    Reviewed-on: https://code.wireshark.org/review/16274
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 21a0fdc
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:43:05 2016 +0200
+
+    Qt: add initializers (CID 1159359).
+    
+    Change-Id: I21de7d1b5f69bdcfa91da560abc262906d412777
+    Reviewed-on: https://code.wireshark.org/review/16273
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 8aa2e87
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:40:11 2016 +0200
+
+    Qt: add initializer (CID 1159358).
+    
+    Change-Id: I3002015d793e48c87017571f8997dd5a78438f75
+    Reviewed-on: https://code.wireshark.org/review/16272
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 585cff2
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:37:42 2016 +0200
+
+    Qt: add initializers (CID 1159357).
+    
+    Change-Id: I27d561d8d63e0d15f7811dd7a033c38df17dfb36
+    Reviewed-on: https://code.wireshark.org/review/16271
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 9579d17
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:34:50 2016 +0200
+
+    Qt: add initializer (CID 1159355).
+    
+    Change-Id: If2504ea4a9d806005a6d7631ec4645df1af0206a
+    Reviewed-on: https://code.wireshark.org/review/16270
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit e865db4
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sun Jul 3 22:31:32 2016 +0200
+
+    Qt: add initializer (CID 1159354).
+    
+    Change-Id: I0aa4b9db902d084fe33eff5b69ac5cdc85c3fec8
+    Reviewed-on: https://code.wireshark.org/review/16269
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit d439525
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 3 16:04:19 2016 +0200
+
+    ssh: wmem_strdup() never returns NULL
+    
+    Change-Id: I2f7b01e5a71f043e49305d0e2a3e78eaa5eae0a8
+    Reviewed-on: https://code.wireshark.org/review/16262
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 79fb9fd
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Sun Jul 3 08:07:30 2016 -0700
+
+    [Automatic update for 2016-07-03]
+    
+    Update manuf, services enterprise-numbers, translations, and other items.
+    
+    Change-Id: Ie8e9bf51a9c25c6693597ba1109c221a111e3b58
+    Reviewed-on: https://code.wireshark.org/review/16264
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit ce52309
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 3 16:39:20 2016 +0200
+
+    iso14443: expert info if the crc is wrong
+    
+    Change-Id: I1b59a7d7bf0f9f304f816558f38ce5d52deb504e
+    Reviewed-on: https://code.wireshark.org/review/16263
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 2da35bc
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 3 13:37:51 2016 +0200
+
+    profinet, CID 1362120: check the return value of ftell()
+    
+    change filePosRecord's data type to long, this is what ftell() and
+    fseek() expect
+    
+    limit filePosRecord's scope to the block where it's actually used
+    
+    if ftell() returns < 0, don't move the file pointer and don't call
+    fseek() with the negative offset
+    
+    Change-Id: If5a43099c32e476a691f4d6cd26ed7fb73490fcf
+    Reviewed-on: https://code.wireshark.org/review/16258
+    Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 50614a9
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sun Jul 3 13:17:41 2016 +0100
+
+    checkhf: Use colon as field separator for better readability
+    
+    Comma looks like a list when skimming quickly.
+    
+    Change-Id: Ic0ac1bc8746c70724d2279e3d725c5c9449b79d8
+    Reviewed-on: https://code.wireshark.org/review/16260
+    Reviewed-by: João Valverde <j@v6e.pt>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit ff7d0b3
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sun Jul 3 12:58:24 2016 +0100
+
+    ICMPv6-RPL: Fix DRO-ACK reserved field.
+    
+    Unused href entry: epan/dissectors/packet-icmpv6.c, hf_icmpv6_rpl_p2p_droack_flag_reserved
+    
+    Change-Id: I2fb74946aeb7cf1df708449c185126ee7b6b0253
+    Reviewed-on: https://code.wireshark.org/review/16259
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 6d4c976
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jul 3 13:42:40 2016 +0200
+
+    profinet: add a space to make checkhf happy
+    
+    without the space, checkhf complains about an ei entry
+    
+    martin@reykholt:~/src/wireshark.git$ ./tools/checkhf.pl plugins/profinet/packet-dcerpc-pn-io.c
+    ERROR: NO ARRAY: plugins/profinet/packet-dcerpc-pn-io.c, ei_pn_io_unsupported
+    
+    Change-Id: Ie72efcec644225bc4f554117ae10672694823cad
+    Reviewed-on: https://code.wireshark.org/review/16257
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 4562a70
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sat Jun 18 16:35:26 2016 -0700
+
+    dns: remove a bunch of unnecessary NULL checks
+    
+    Change-Id: Ia4066ae3fc31fb43d4cc63cfb739f22738581831
+    Reviewed-on: https://code.wireshark.org/review/16256
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 0bc3d75
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jul 3 09:47:22 2016 +0000
+
+    Revert "Support for NSH with VXLAN-GPE encapsulation"
+    
+    This reverts commit 76a8bca9bc87823e9182fa6ebb35f0b93bcc451b.
+    
+    Change-Id: I85b9778329373872e4f9fd1b90280dfef5e33a06
+    Reviewed-on: https://code.wireshark.org/review/16255
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 783bb5b
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sun Jul 3 01:29:04 2016 +0100
+
+    Fix indentation
+    
+    Change-Id: I41b9cf4b7e3efbee48174fe0151ca94cb0bbc425
+    Reviewed-on: https://code.wireshark.org/review/16254
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 1464261
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sun Jul 3 01:26:32 2016 +0100
+
+    ICMPv6: Avoid "no response found" for multicast ping
+    
+    Change-Id: Ia6bfdd28fc6d85b3899d542db5aa4ed54be054ea
+    Reviewed-on: https://code.wireshark.org/review/16253
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 32e8f07
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sun Jul 3 00:31:38 2016 +0100
+
+    ICMP: Avoid "no response found" for multicast ping
+    
+    Ping-Bug: 12581
+    Change-Id: I6943d275de988e9de66bc01e2b421901947a5b95
+    Reviewed-on: https://code.wireshark.org/review/16252
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 791c93f
+Author: Adrian Simionov <daniel.simionov@gmail.com>
+Date:   Sat Jul 2 22:49:44 2016 +1000
+
+    DOCSIS: Update to Type 35 UCD
+    
+    Change-Id: Ie0dda94894cfaec9bccbd69d52367034e1c629da
+    Reviewed-on: https://code.wireshark.org/review/16242
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 76a8bca
+Author: sjha3 <sjha3@ncsu.edu>
+Date:   Sat Jul 2 19:09:50 2016 -0400
+
+    Support for NSH with VXLAN-GPE encapsulation
+    
+    Bug: 12271
+    Change-Id: I8481c4ab69c4432985acc79bff7818e6857fa1cb
+    Reviewed-on: https://code.wireshark.org/review/16251
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 3d7b817
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sat Jul 2 23:16:11 2016 +0200
+
+    Qt: add initializer (CID 1159352).
+    
+    Change-Id: Ie355a31284685ca0c160a46a4daa6c28b39e3093
+    Reviewed-on: https://code.wireshark.org/review/16247
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 794da62
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Sat Jul 2 23:05:24 2016 +0200
+
+    Qt: remove unneeded check (CID 1159309).
+    
+    fi has already been checked in line 51.
+    
+    Change-Id: Idd4d09a35ef1d4897479538979debd708e2cfe5b
+    Reviewed-on: https://code.wireshark.org/review/16246
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 3bb019f
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jul 1 10:35:22 2016 -0700
+
+    Qt: Fixup byte view context menus
+    
+    Shorten text similar to other context menus.
+    
+    Change-Id: I8806ed4dddb6fc3c51ddbd4150d9090f5b2ca787
+    Reviewed-on: https://code.wireshark.org/review/16238
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 1f28e68
+Author: Matt Texier <matthieu@texier.tv>
+Date:   Wed Jun 29 17:33:21 2016 +0200
+
+    BGP: Fixed an side effect of length coding on offset
+    
+    Bug: 12568
+    Change-Id: Ibf063293041d749664f6e6ecd2455024ea3fd4ed
+    Reviewed-on: https://code.wireshark.org/review/16237
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 94e97e4
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sat Jul 2 08:23:34 2016 -0400
+
+    packetbb: Prevent divide by 0.
+    
+    Bug: 12577
+    Change-Id: Ibfa605597b786d8dbf1e256ef2ca6dc691498974
+    Reviewed-on: https://code.wireshark.org/review/16241
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit b78dd09
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Mon Jun 27 14:45:03 2016 +0200
+
+    proto.c: allow calling get_hfi_length() with a 0 byte tvb and length=-1
+    
+    As indicated in the comment, we allow FT_PROTOCOL, FT_NONE, FT_BYTES, FT_STRING
+    and FT_STRINGZPAD to be zero-length.
+    But in that case do not call tvb_ensure_captured_length_remaining() that ensures
+    that at least 1 byte is  present.
+    
+    Bug: 12561
+    Change-Id: I881754368c24d334b88f0dda1d59a68e08219227
+    Reviewed-on: https://code.wireshark.org/review/16167
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 7ad9db8
+Author: dsrsupport <eugene.exarevsky@dsr-company.com>
+Date:   Fri Jul 1 13:22:09 2016 +0300
+
+    ZigBee Green Power: implement GP Pairing Configuration command dissection.
+    
+    Change-Id: I539e98935699e5be8f91daaebade00f22b500dbc
+    Reviewed-on: https://code.wireshark.org/review/16235
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit cb987e8
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Fri Jul 1 11:27:52 2016 -0400
+
+    Don't leak a file descriptor when changing the SSL debug file name.
+    
+    I guess people don't change the SSL debug file name that often--this bug has
+    been here since 2006...
+    
+    Change-Id: I3db053dd7e0cb9a9e4ae49a310e956b3c77c99f6
+    Reviewed-on: https://code.wireshark.org/review/16236
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit f3bd70b
+Author: Hessam Jalali <hessam.jalali@gmail.com>
+Date:   Thu Jun 30 21:41:15 2016 +0430
+
+    fix missing fields for json, ek and pdml when used with -e fields
+    
+    
+    Description:
+    
+    when -T json,ed or pdml used in conjunction with -e fields they would
+    always miss  the last field.
+    
+    in case of json and ek, if some fields in the middle are empty,
+    the generated json would be invalid.
+    
+    sample for ek:
+    
+     {  "_index": "packets-2016-06-30",  "_type": "pcap_file",
+     "_score": null,  "_source":
+     {  "layers": {  "e212.mcc": ["255","262"]  "frame.time_epoch":
+     ["1426550400.004751510"],  "e212.mnc": ["1","1"]  }  }  }
+    
+    command:
+    
+    tshark -T ek -r C:\a.pcap -e e212.mcc -e frame.comment
+    -e frame.time_epoch -e e212.mnc > C:\test.json
+    
+    note:
+    
+    the comma is missing between e212.mcc and frame.time_epoch
+    
+    Change-Id: I2efae0c48036cf6313e2a064453c8dbc49f38b09
+    Reviewed-on: https://code.wireshark.org/review/16226
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Martin Kacer <kacer.martin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit ad30999
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Wed Jun 29 23:18:57 2016 +0200
+
+    Cleanup LAPD preferences and registration handoff routine
+    
+    The preferences and the registration handoff routine used to handle
+    preference changes are setup inconsistent and less efficient. This
+    change cleans it up.
+    
+    Change-Id: I9a1d51d8924c30d9e86d8af394ab1f0f31da4d2d
+    Reviewed-on: https://code.wireshark.org/review/16208
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit a062c80
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Thu Jun 30 20:41:45 2016 -0400
+
+    ASN.1 dissectors - don't try to find yourself.
+    
+    If an ASN.1 dissector is calling register_dissector for itself in its proto_register_xxx
+    function and then calling find_dissector for itself in its proto_reg_handoff_xxx
+    function then just create a static handle for that dissector and use the return
+    value of register_dissector, so the find isn't necessary.
+    
+    Change-Id: I911bdadc2fb4259601c141b955e741a2369cc447
+    Reviewed-on: https://code.wireshark.org/review/16233
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit d4add25
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Thu Jun 30 22:37:10 2016 +0200
+
+    s7comm: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+    
+    Change-Id: I296d11ec43b3817d30920432239632f86b9f773f
+    Reviewed-on: https://code.wireshark.org/review/16227
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Thomas Wiens <th.wiens@gmx.de>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 250f248
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jun 30 09:24:57 2016 -0700
+
+    Qt: Add ASCII+EBCDIC actions to the byte view context menu.
+    
+    Add actions to switch between ASCII and EBCDIC, similar to the hex and
+    bits items.
+    
+    Bug: 5298
+    Change-Id: Ib601ac6e89411e6482f3e4172726e16a08fdbd2b
+    Reviewed-on: https://code.wireshark.org/review/16225
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 5cf7fcd
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jun 30 14:55:19 2016 -0700
+
+    Qt+Gtk: Fix the -t command line flag.
+    
+    Add the time format to commandline_param_info_t and apply it when we've
+    finished application initialization.
+    
+    Bug: 12489
+    Change-Id: Ice626198a610567e945a8e53c0c1093797e8208e
+    Reviewed-on: https://code.wireshark.org/review/16232
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit f860e8d
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Thu Jun 30 23:04:37 2016 +0200
+
+    exported_pdu(.h): Fix warning: parameter 'tag_type.' not found in the function declaration [-Wdocumentation]
+    
+    Change-Id: Ic93914a7f526b645bc21a5c9c5f2fa0bf988c27e
+    Reviewed-on: https://code.wireshark.org/review/16230
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 52ab7bb
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Thu Jun 30 22:42:26 2016 +0200
+
+    802.11 radio: fix an out of bounds access
+    
+    Bug: 12571
+    Change-Id: I4dafdd9bdec5acddf346fd2db6a06d9dfabcbb2e
+    Reviewed-on: https://code.wireshark.org/review/16228
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit cd1ddf6
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 29 16:51:37 2016 -0700
+
+    Speed up print_line_text.
+    
+    isatty adds a small delay, at least on OS X. Call it only when we
+    allocate a stream. Do the same for our codeset check.
+    
+    Change-Id: Id3a20059dbc9cf7d5db16d8d238d038b9de0ebf2
+    Reviewed-on: https://code.wireshark.org/review/16222
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 6b15251
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Thu Jun 30 17:40:44 2016 +0200
+
+    NAS EPS: upgrade dissector to v13.6.0
+    
+    Change-Id: Ie27ce7481b9730ad8da0d465ed1c2bc373d4b602
+    Reviewed-on: https://code.wireshark.org/review/16224
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit e594603
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Thu Jun 30 09:16:58 2016 -0400
+
+    Reinstate the wmem test-programs target.
+    
+    It's used when building the test programs (today wmem has only one but it
+    might someday have more).
+    
+    Change-Id: I627513e1297b8348bf034e852eaf212ddbef96ff
+    Reviewed-on: https://code.wireshark.org/review/16221
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+
+commit b483f8d
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jun 30 08:25:44 2016 -0700
+
+    Add missing breaks.
+    
+    Add a couple of missing breaks. Fixes CIDs 1362970 and 1362971.
+    
+    Change-Id: If37bcfed9b48ba30ce8ed85df6e232a6bc5d36f4
+    Reviewed-on: https://code.wireshark.org/review/16223
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 9ed7568
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 29 13:28:57 2016 -0700
+
+    Recompress PNGs.
+    
+    Recompress PNGs using the current versions of various compressors:
+    
+      optipng 0.7.6
+      advpng 1.20
+      advdef 1.20
+      pngcrush 1.8.1
+    
+    Parallelize PNG compression. Note why we're not using a couple of other
+    compression utilities.
+    
+    Change-Id: I52757d0bc2d424013e7f00b693a0f5378427cc31
+    Reviewed-on: https://code.wireshark.org/review/16209
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit a16d401
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Tue Jun 21 05:06:23 2016 +0100
+
+    Remove Makefile.common files
+    
+    Now that nmake build system has been removed they are not needed anymore.
+    
+    Change-Id: I88075f955bb4349185859c1af4be22e53de5850f
+    Reviewed-on: https://code.wireshark.org/review/16050
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit f6c5cf9
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jun 30 00:29:31 2016 +0100
+
+    SDP: Fix warnings [-Wcast-qual]
+    
+    Change-Id: I471c3d060ff69982e94c9046ca121bb0c15f0d74
+    Reviewed-on: https://code.wireshark.org/review/16212
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 37c928f
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 29 16:12:12 2016 -0700
+
+    Qt: Show the correct data in the packet dialog.
+    
+    Set our pointers and copy our data *after* we read our packet.
+    
+    Bug: 12556
+    Change-Id: I5b373f94ad5b2fa2e6563142200a80912e717a96
+    Reviewed-on: https://code.wireshark.org/review/16211
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit e55eaf5
+Author: Matt Texier <matthieu@texier.tv>
+Date:   Wed Jun 29 17:33:21 2016 +0200
+
+    BGP dissector: Fixing NLRI length for flow spec NLRI
+    
+    Bug: 12568
+    Change-Id: Id2b89c2d133865771e21acf3ee224f57ac9d262b
+    Reviewed-on: https://code.wireshark.org/review/16203
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit e4c86ac
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jun 26 20:13:30 2016 +0200
+
+    remove Wireshark.pro, modify update-tx accordingly
+    
+    Wireshark.pro is the qt project file used by qmake
+    which in turn was used by nmake
+    
+    now that nmake is gone, the only reason to keep Wireshark.pro
+    was the update-tx script that syncs our translation files with Transifex
+    
+    update-tx calls lupdate to create a list of texts to translate and
+    lrelease to convert such a list into a binary file
+    lupdate and lrelase can read file names from a project file or
+    get them on the command line
+    
+    modify update-tx to pass the required file names on the command line
+    we can use wildcards so there's no need to change update-tx when a new
+    source file is added
+    
+    remove Wireshark.pro from the release tarball as well
+    
+    Change-Id: I7ff4ebc96f13b4ffc6fb1b2f4e045999fbfbed5e
+    Reviewed-on: https://code.wireshark.org/review/16151
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 641904b
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 29 18:45:41 2016 -0700
+
+    Pass the format as an argument to write_specified_fields().
+    
+    That makes failing to specify a format a compile-time error.
+    
+    Change-Id: Iff0bda8be35b1e3acc97e4314657ceaff2b3d0be
+    Reviewed-on: https://code.wireshark.org/review/16218
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit b4e8479
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 29 18:39:45 2016 -0700
+
+    Mention autotools, give some information for other UN*Xes.
+    
+    For OS X, mention the use of CMake or autotools for building.
+    
+    For Linux, mention autotools as well as CMake, and speak of Debian
+    derivatives other than Ubuntu.
+    
+    Add a section for UN*Xes other than OS X and Linux.
+    
+    Change-Id: I73bb7afe2d427333b10016aeb497ab32eee16d43
+    Reviewed-on: https://code.wireshark.org/review/16217
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 73e414d
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 29 17:21:53 2016 -0700
+
+    ui/qt/i18n.qrc is a generated file; ignore it.
+    
+    Change-Id: Ifc8b45d42d9dbf9560ec825e3ce1784534df7b3b
+    Reviewed-on: https://code.wireshark.org/review/16216
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit bef07e7
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 29 17:07:44 2016 -0700
+
+    Remove unused edt field from print_data structure.
+    
+    Change-Id: I5778b08c52119b5be1ec482be9417b3c4ba8ed62
+    Reviewed-on: https://code.wireshark.org/review/16215
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6190f49
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 29 16:53:06 2016 -0700
+
+    Get rid of unused edt member in write_pdml_data structure.
+    
+    Change-Id: I2a41d378187c1685afb701372cf3a8ec9c0aeb70
+    Reviewed-on: https://code.wireshark.org/review/16214
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6d06e69
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 29 16:49:04 2016 -0700
+
+    Remove unused edt member from write_json_data structure.
+    
+    Change-Id: Id8b45715c753dc6006f7833e5f49bd8aabc15271
+    Reviewed-on: https://code.wireshark.org/review/16213
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 2257478
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 29 16:13:38 2016 -0700
+
+    Fix -T fields, broken by ceae9e4d1fff4500b285dba021c3f239ff87779e.
+    
+    Rename write_fields_proto_tree() to write_specified_fields(), and make
+    it static.  Make write_fields_proto_tree() a wrapper around
+    write_specified_fields() that sets the format to FORMAT_CSV.  Have
+    write_specified_fields() fail with an assertion if fields->format isn't
+    one of the known formats, to catch problems such as this in the future.
+    
+    Don't fill in the "data" structure if we're not going to use it.
+    
+    Change-Id: I11dbf448d72ca389f0e5fb8558a41b7eecf7c9a4
+    Reviewed-on: https://code.wireshark.org/review/16210
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit af52c85
+Author: Benjamin Coddington <bcodding@redhat.com>
+Date:   Fri Jun 24 09:24:20 2016 -0400
+
+    packet-nfs: fixup whitespace in pNFS SCSI work
+    
+    A recent patch introduced whitespace errors.. clean them out.
+    
+    Change-Id: Id67bed40646d60dc6775e1e1f958a5a07a5f5f6d
+    Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
+    Reviewed-on: https://code.wireshark.org/review/16205
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit bca1f8c
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 29 13:14:23 2016 -0700
+
+    Remove an unused image.
+    
+    Remove ui/qt/progress_overlay.png.
+    
+    Change-Id: I2016c6aa5f77314add9870ba95d1c297d72a05c3
+    Reviewed-on: https://code.wireshark.org/review/16207
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit e1b1304
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Wed Jun 29 20:05:27 2016 +0100
+
+    Update README.qt
+    
+    Change-Id: Icf7774098986da29efdf76af1dcf217bced428e4
+    Reviewed-on: https://code.wireshark.org/review/16206
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 272ec20
+Author: clairvoyant <joserubiovidales@gmail.com>
+Date:   Thu Jun 23 16:33:50 2016 +0200
+
+    LAPD. SCTP can carry LAPD information.
+    
+         * LAPD can be configured in "Decode As" using port and protocol identifier.
+         * Add default sctp ppi (the number is not assigned by IANA).
+    
+    Change-Id: Iaa4797e844f6480881605ad4e6b408d7d5f60cad
+    Reviewed-on: https://code.wireshark.org/review/16107
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit be12a25
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Thu Jun 23 23:10:08 2016 -0400
+
+    Provide new interface for Export PDU.
+    
+    Rather than have a bitmask for each desired field, have a dissector
+    provide a list of structures that represent data that goes into
+    the PDU.
+    
+    Change-Id: I125190cbaee489ebffb7d9f5d8bc6f3be2d06353
+    Reviewed-on: https://code.wireshark.org/review/16122
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 4656191
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Tue Jun 28 10:35:27 2016 -0700
+
+    CMake: Update the macOS wrapper script behavior.
+    
+    CMake on macOS creates a convenience wrapper (run/wireshark) that runs
+    run/Wireshark.app/Contents/MacOS/Wireshark. Have it run the executable
+    using "exec" instead of opening the bundle using "open" so that
+    Wireshark runs in the foreground.
+    
+    Change-Id: I295ce0681da75678e5e01781e9c8fb58e2236fc9
+    Reviewed-on: https://code.wireshark.org/review/16196
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit ceae9e4
+Author: Martin Kacer <kacer.martin@gmail.com>
+Date:   Tue Jun 28 13:01:25 2016 +0200
+
+    tshark fields filter added for other outputs
+    
+    -e fields filter addded to ek|json|pdml output.
+    
+    Bug: 12529
+    Change-Id: I1f0f8772eefceb5b71927925ce0c34af483571b9
+    Reviewed-on: https://code.wireshark.org/review/16193
+    Petri-Dish: Guy Harris <guy@alum.mit.edu>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 348e364
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Tue Jun 28 19:31:32 2016 -0700
+
+    Distribute i18n.qrc.in in the release tarball.
+    
+    Change-Id: I4f974351ab1f4781e140873f460d028f49640ca1
+    Reviewed-on: https://code.wireshark.org/review/16200
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 07570b5
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Tue Jun 28 17:24:19 2016 -0700
+
+    Don't assume GNU sed.
+    
+    Not all versions of sed support "\n" as meaning "newline" in the
+    replacement string of an s command.  POSIX requires tr to support "\n"
+    in the replacement string, however, so use % as meaning "newline" in the
+    sed script, and translate it to a newline using tr.
+    
+    Change-Id: Icdbc0b55787340953dfc90ea82e0421b4e77a896
+    Reviewed-on: https://code.wireshark.org/review/16199
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 5c03bda
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Tue Mar 15 03:06:21 2016 +0000
+
+    Qt: Generate .qm files during build
+    
+    Change-Id: Ia2ee723227e1b331eeec0f0463654f35a4c9f37b
+    Reviewed-on: https://code.wireshark.org/review/14508
+    Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit fff248b
+Author: Bruno Verstuyft <bruno.verstuyft@excentis.com>
+Date:   Mon Jun 20 14:29:10 2016 +0200
+
+    DOCSIS: Added dissector for OFDM Channel Descriptor
+    
+    Change-Id: Idbbc1ad126e0b01952957a914bd9c16a990a9b9e
+    Reviewed-on: https://code.wireshark.org/review/16036
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 42b8c95
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jun 28 21:47:46 2016 +0200
+
+    3GPP NAS: add a missing separator for optional string
+    
+    Change-Id: Idddbae0e969b525ddbe31f3b1ddbccaed232891a
+    Reviewed-on: https://code.wireshark.org/review/16197
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 422c0f4
+Author: Gerald Combs <gerald@zing.org>
+Date:   Mon Jun 27 20:13:35 2016 -0700
+
+    Qt: Make the packet map work with Qt 5.7.
+    
+    It's not safe to assume that the overlay scroll bar range is equal(ish)
+    to the number of packets. Adjust our arithmetic accordingly.
+    
+    Change-Id: Ic8cc8a746bdd2bdc6771794303e95a810bc3d1d2
+    Reviewed-on: https://code.wireshark.org/review/16186
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 000ac66
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Tue Jun 28 08:54:53 2016 -0700
+
+    Qt: Make recent preferences changes work with Qt4.
+    
+    Cast a pointer to a QWidget * so that compilation and pref selection
+    works for Qt4. Add an assert and some comments.
+    
+    Change-Id: Ide89b698220a9af7b7252488f0770ff35081432e
+    Reviewed-on: https://code.wireshark.org/review/16195
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit ff8c6d9
+Author: Jens Kilian <jens.kilian@advantest.com>
+Date:   Tue Jun 28 10:32:26 2016 +0200
+
+    Qt: Add a missing Q_DECLARE_METATYPE to fix a compile error on RHEL 7.
+    
+    Change-Id: I6cf0a95525334d5a7561a477093b892a3f821b98
+    Reviewed-on: https://code.wireshark.org/review/16189
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 980d3b4
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Mon Jun 27 08:08:28 2016 +0200
+
+    DTN: fix indent
+    
+    * Replace tab by 4-spaces
+    * Add modelines (for packet-dtn.c)
+    
+    Change-Id: I668f20b4a021ef94a1bb0b26ac815495eb9920d9
+    Reviewed-on: https://code.wireshark.org/review/16165
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 0321d06
+Author: David Zoller <zollerd@gmail.com>
+Date:   Sat Jun 25 09:13:00 2016 -0500
+
+    DTN follow up to Change ID: I49769271a41b6a7b23c6bc1d4beaadbe8819198d
+    
+    Change-Id: Ia90644c22896586e4a260a3bf11d1f3e50bd4c4b
+    Reviewed-on: https://code.wireshark.org/review/16134
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ca369ac
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jun 28 16:47:20 2016 +0200
+
+    3GPP NAS: upgrade dissector to v13.6.0
+    
+    Change-Id: Ieffc5d6544f3bd121ff317ff598faaadb5f117ab
+    Reviewed-on: https://code.wireshark.org/review/16194
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 670b119
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jun 28 10:43:12 2016 +0200
+
+    print.c NULL pointer check in print_escaped
+    
+    Added NULL pointer check in print_escaped functions.
+    Requested by comment in change 16034.
+    
+    Change-Id: Id172d772d9b5cb4bcd31fe8b42286f885ec5b968
+    Reviewed-on: https://code.wireshark.org/review/16188
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+
+commit 8c006fe
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jun 28 10:43:12 2016 +0200
+
+    print: change function call.
+    
+    Change-Id: I8cae4a8d2b57f961d16cb388befed2348a88badc
+    Reviewed-on: https://code.wireshark.org/review/16191
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Martin Kacer <kacer.martin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+
+commit 94830dc
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jun 28 10:42:55 2016 +0200
+
+    print: merge json and ek functions.
+    
+    Change-Id: Ia5d75bab03bfc065651ea83c936aedffb1f69e9f
+    Reviewed-on: https://code.wireshark.org/review/16190
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Martin Kacer <kacer.martin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+
+commit 7fcdc75
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Tue Jun 28 07:29:50 2016 +0200
+
+    print(.c): fix no previous prototype for 'check_protocolfilter' [-Wmissing-prototypes]
+    
+    Change-Id: Ib10e919dd3f0bec92004c68bf73a3c7d37961f03
+    Reviewed-on: https://code.wireshark.org/review/16187
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit e5a1afc
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Mon Jun 27 14:34:29 2016 -0700
+
+    Qt: Preferences dialog performance improvements.
+    
+    Fill in advanced and module tree item text when requested.
+    
+    Create ModulePreferencesScrollAreas only when we need to show them.
+    
+    Change-Id: I5aa7d5dba8f5d20de088de3a9d1ee9d58e779269
+    Reviewed-on: https://code.wireshark.org/review/16181
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ee6c1f5
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Mon Jun 27 23:17:27 2016 +0200
+
+    OSPF: Differentiate meaning of N/P bit in NSSA LSA type 7
+    
+    In OSPF v2 the N/P bit in NSSA LSA type 7 messages has to be
+    interpreted as P-bit (RFC 3101) instead of N-bit. This change
+    makes it so.
+    
+    Bug: 12555
+    Change-Id: I1d4a8978ca42d0472d5967528e72cbfada87b799
+    Reviewed-on: https://code.wireshark.org/review/16174
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit f0e6764
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jun 27 19:58:21 2016 -0700
+
+    Global, not static.
+    
+    Change-Id: I185a1786365f185f18f3ec492a8ef165d61595ed
+    Reviewed-on: https://code.wireshark.org/review/16185
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 3ebac2b
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jun 27 19:54:42 2016 -0700
+
+    Have commandline_other_options() directly fill in the global structure.
+    
+    Other code looks at the global structure, so there won't be other
+    structures; just fill in the global structure directly.
+    
+    Change-Id: I4dc87b79168c5a7c9ab1f085aa2d78cc6d2c9019
+    Reviewed-on: https://code.wireshark.org/review/16184
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit ac4ad2b
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jun 27 18:56:29 2016 -0700
+
+    Don't set quit_after_cap if no pcap, as it's not present.
+    
+    Change-Id: I871f75394ba66967d7d7be203bd9e235575458e1
+    Reviewed-on: https://code.wireshark.org/review/16183
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 5d019cf
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jun 27 18:40:09 2016 -0700
+
+    Make quit_after_cap an item in commandline_param_info_t.
+    
+    And make the commandline_info structure global, so all the places that
+    look at quit_after_cap can get at it.
+    
+    Change-Id: I006329cf8842c655cca36f024570855d1b16e107
+    Reviewed-on: https://code.wireshark.org/review/16182
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 3f49e89
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jun 27 17:21:24 2016 -0700
+
+    Pull quit_after_cap out of the global capture options.
+    
+    Really, all the GUI-related options should be pulled out, so they're not
+    cluttering up dumpcap and tshark.
+    
+    Change-Id: I0276dee2be48bae3498a819d8c0c2747fe1352e7
+    Reviewed-on: https://code.wireshark.org/review/16180
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 72d9785
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Mon Jun 27 16:49:08 2016 -0700
+
+    We need global_capture_opts if we have extcap, even without pcap.
+    
+    Change-Id: I16b778064c1cd2bbf281fb5192bf35da252e99dd
+    Reviewed-on: https://code.wireshark.org/review/16179
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 9b91e64
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Tue Jun 28 00:34:07 2016 +0200
+
+    test: ensure temporary directory outside source tree
+    
+    The whole point of using mktemp is to get a temporary directory outside
+    the source tree. Commit v2.1.0rc0-1027-ge01f8fb tried to fix the
+    invocation for *BSD (including OS X), but by adding a template it
+    dropped the implicit --tmpdir option for GNU mktemp on Linux..
+    
+    Use the GNU mktemp invocation and if it fails (for example, because a
+    template is expected for BSD/OS X), provide a template.
+    
+    Change-Id: I77bbc7dc2045e4fa756e102afa080860b0857713
+    Reviewed-on: https://code.wireshark.org/review/16178
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit e69194a
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Mon Jun 27 23:23:31 2016 +0200
+
+    qt: fix linking error with global_capture_opts
+    
+    global_capture_opts is already defined by ui/commandline.c which is also
+    linked with wireshark-qt.cpp. Remove the duplicate definition to avoid a
+    build failure with the gold linker.
+    
+    Fixes regression from v2.1.1rc0-192-g9b5b444.
+    
+    Change-Id: I4484e2769bf270dee1ec0378fd9c925e01eaf390
+    Reviewed-on: https://code.wireshark.org/review/16175
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit 4add8b6
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Thu Jun 16 15:27:25 2016 -0700
+
+    cmake: add idl2wrs-dissectors target for DCERPC
+    
+    Add a callable target such that dissectors can be generated without the
+    AUTOGEN_dcerpc option.
+    
+    Modelled after the pidl CMakeLists.txt file and target. This approach
+    has the advantage over the previous implementation such that the clean
+    target does not remove the packet-dcerpc-X.c files.
+    
+    Change-Id: I3226937eaa76dffa253df9d4f989421d5faa3f3f
+    Reviewed-on: https://code.wireshark.org/review/15989
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit b0b2540
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Mon Jun 27 09:02:51 2016 -0700
+
+    Qt: Clean up capture file callbacks.
+    
+    Mark some callbacks GTK+ only as appropriate. Change a debug message to
+    an assert since we handle all callbacks.
+    
+    Change-Id: I4266f0d7134d19a9c0432354ea36de67501275b4
+    Reviewed-on: https://code.wireshark.org/review/16171
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit d8ddf84
+Author: Martin Kacer <kacer.martin@gmail.com>
+Date:   Mon Jun 27 06:41:56 2016 +0200
+
+    Fixed tshark pdml output.
+    
+    Corrected if no protocol filter (-j) specified.
+    
+    Change-Id: Id20dd255642951633efa935dbb1363e7b9aa9be0
+    Reviewed-on: https://code.wireshark.org/review/16164
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit d90e6e7
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 27 09:48:35 2016 -0400
+
+    There's no need to check the return from g_array_index().
+    
+    g_array_index() returns an index into an array: we're sure to find
+    something at that index (whether that something is in bounds is
+    a-whole-nother question).
+    
+    This fixes CIDs 1362829 and 1362890/1362830.  There were other CIDs like
+    this but they've already been fixed.
+    
+    Change-Id: I94af0931b9adf3abd3bedc969e399cda98bbdd07
+    Reviewed-on: https://code.wireshark.org/review/16168
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 2ab4155
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jun 26 10:52:37 2016 -0400
+
+    tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_string
+    
+    Also some other tricks to remove unnecessary tvb_get_string_enc calls.
+    
+    Change-Id: I2f40d9175b6c0bb0b1364b4089bfaa287edf0914
+    Reviewed-on: https://code.wireshark.org/review/16158
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 8c37621
+Author: D. Ulis <daulis0@gmail.com>
+Date:   Sun Jun 26 22:34:03 2016 -0400
+
+    CIP: Cleanup info column for MSP packets
+    
+    1. Skip printing class name in info column when it was an MSP, since it's implied.
+    2. Don't print response status for embedded messages in info column for MSP. It makes the line too long.
+    3. Print the response status for embedded messages in the Service Packet tree. This makes it easier to find the packet that may have failed.
+    
+    Change-Id: I2c60fb9baf113a215ada7301f493cbd51e340dcd
+    Reviewed-on: https://code.wireshark.org/review/16162
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 58ccf8e
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Sun Jun 26 21:38:19 2016 -0400
+
+    endpoint dialog: fix compilation when we don't HAVE_GEOIP.
+    
+    Also fix some indentation and white space.
+    Remove a break-after-return.
+    
+    Bug: 12562
+    Change-Id: I912ccdac62aceaabcffec8f7739da56cc6036abf
+    Reviewed-on: https://code.wireshark.org/review/16159
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 010f5bb
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Mon Jun 27 08:10:33 2016 +0200
+
+    LTP: fix indent
+    
+    replace space by tab
+    
+    Change-Id: I52d5fefbf795fe6ee2dbdeda087c49280ba47503
+    Reviewed-on: https://code.wireshark.org/review/16166
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit af26f31
+Author: Bruno Verstuyft <bruno.verstuyft@excentis.com>
+Date:   Thu Jun 16 10:24:21 2016 +0200
+
+    DOCSIS: Fix unknown TLVs in UCD type29 caused parsing errors + bugfixes
+    
+    Change-Id: I9ab56ded7ebf9f087afceed979e451e369eaf1d6
+    Reviewed-on: https://code.wireshark.org/review/15967
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 03adf58
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Sun Jun 26 23:42:20 2016 +0200
+
+    Remove author comments and some accompanying useless code comments
+    
+    This only removes author's names that appear in the AUTHORS* files.
+    In those cases where a group of people get mentioned, this patch does
+    not remove any in case at least one name is not found in AUTHORS*
+    
+    Change-Id: I2259dbda3d4a1250bdc103f3fc5be93df5482489
+    Reviewed-on: https://code.wireshark.org/review/16154
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ff9e62a
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sat Jun 25 19:23:58 2016 +0100
+
+    autotools: Qt 5.7 requires C++11
+    
+    Change-Id: Icad622a052a84862ace98a7000f10ccf677f54a5
+    Reviewed-on: https://code.wireshark.org/review/16138
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit fbb23e2
+Author: Thomas Wiens <th.wiens@gmx.de>
+Date:   Fri Jun 24 23:53:36 2016 +0200
+
+    s7comm: Sinumerik NC file transfer
+    
+    Added decoding of up-/downloading files from/to a Sinumerik NC CNC control
+    machine.
+    
+    Change-Id: If7939e56e972fc2b8feb12150c4184a880b0cdae
+    Reviewed-on: https://code.wireshark.org/review/16129
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 76ae2d9
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jun 26 18:54:54 2016 +0200
+
+    AUTHORS: fix duplicate / wrong name entry
+    
+    Change-Id: I1e2bb98d1e78af193f449c75109eabc92f934c11
+    Reviewed-on: https://code.wireshark.org/review/16149
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: David Zoller <zollerd@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 148d586
+Author: Martin Kacer <kacer.martin@gmail.com>
+Date:   Sun Jun 26 21:13:06 2016 +0200
+
+    json: corrected json output format.
+    
+    Some pcaps caused invalid json and ek files.
+    
+    Bug: 11754
+    Change-Id: Id4c4d744b4d07fe4e8b6423688be1bb10a803844
+    Reviewed-on: https://code.wireshark.org/review/16152
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6196595
+Author: Gerald Combs <gerald@zing.org>
+Date:   Sat Jun 25 09:44:28 2016 -0700
+
+    CMake: Qt 5.7 requires C++ 11.
+    
+    Add -std=c++11 to CMAKE_CXX_FLAGS if we have Qt >= 5.7.0 and we're
+    compiling with g++ or clang++.
+    
+    Change-Id: Id4ce5921ce5c475e9eb9cc67f94c3b3a895924a1
+    Reviewed-on: https://code.wireshark.org/review/16135
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit a4711f8
+Author: Ashish Shukla <shukla.a@gmail.com>
+Date:   Fri Jun 24 15:59:39 2016 -0700
+
+    radiotap: Fix for the VHT 20MHz MCS 9 data rate not displayed
+    
+    MCS 9 at 20 MHz is valid for 3 and 6 spatial streams.
+    Changed the rate table to include rate (mbps) for VHT 20MHz MCS 9.
+    
+    Signed-off-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    
+    Bug: 12558
+    Change-Id: Ia16ae545a5ac1779131e24e1f54a5659390cd321
+    Reviewed-on: https://code.wireshark.org/review/16146
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 28048a9
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jun 26 17:19:56 2016 +0200
+
+    circuit(.h): fix indent (and add modelines)
+    
+    Change-Id: I71bb0a8eaf9f5bd34395a4182e4158abaca4ace2
+    Reviewed-on: https://code.wireshark.org/review/16144
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 4f2c3ad
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jun 26 18:48:30 2016 +0200
+
+    Fix typo on AUTHORS.src (about @)
+    
+    Change-Id: Ie4ba5b6ca9cdcf0a90c4b7604b0b4ff89690f3d9
+    Reviewed-on: https://code.wireshark.org/review/16148
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit ea4d01d
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 26 17:37:49 2016 -0700
+
+    The "coding" subfield of the VHT field is a bitmask.
+    
+    Treat it as such.  Fetch it once, regardless of whether we have any
+    non-zero NSS values or not, and use the per-user NSS value to decide
+    whether a particular bit in the bitmask is valid and worth displaying.
+    
+    Make the four coding fields bitfields, with the appropriate bit.
+    
+    Change-Id: I506b35afa9d07da8d800da5c304d5d0aadd87c54
+    Reviewed-on: https://code.wireshark.org/review/16155
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 497159f
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 26 13:44:17 2016 -0700
+
+    Check for an invalid 11ac MCS/bandwidth/NSS combination.
+    
+    A few of the combinations are marked as "Not valid" in 802.11ac-2013.
+    
+    Ping-Bug: 12558
+    Change-Id: I18b78ebb84ab32a6fc53c6d634ef07ae87fb4866
+    Reviewed-on: https://code.wireshark.org/review/16153
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit b84637b
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Sun Jun 26 19:07:57 2016 +0200
+
+    Decode partial virtual bitmap in TIM IE
+    
+    - Add yet another filter name for an association id element
+    - Minor (consistency) cleanups in the vicinity of the new hf element.
+    
+    Bug: 12545
+    Change-Id: Ic8e7580e7de7572e1b449ae03494b25567d86ea3
+    Reviewed-on: https://code.wireshark.org/review/16150
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit e702da6
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Sun Jun 26 08:09:49 2016 -0700
+
+    [Automatic update for 2016-06-26]
+    
+    Update manuf, services enterprise-numbers, translations, and other items.
+    
+    Change-Id: Id5cc1bbd3d7f899e48ae9c2de48613ef0366cc29
+    Reviewed-on: https://code.wireshark.org/review/16142
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 5e8649b
+Author: Gerald Combs <gerald@zing.org>
+Date:   Sat Jun 25 10:12:21 2016 -0700
+
+    Qt: Don't use QStyleOptionViewItemV4.
+    
+    It was deprecated in Qt 5.7. Just use QStyleOptionViewItem.
+    
+    Change-Id: I890305a11393940e21bdc68d90ca6602ade16769
+    Reviewed-on: https://code.wireshark.org/review/16137
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 4addfc6
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 24 16:48:23 2016 -0700
+
+    Add an RA_INTERFACES register action.
+    
+    Add RA_INTERFACES between RA_PREFERENCES and RA_CONFIGURATION. Wireshark
+    was spending a suspiciously long time loading module preferences here.
+    (Now we just need to find out why that section of the code is slow.)
+    
+    Change-Id: Iecbe55e8e10c8844bcb151a13e383cb13a3f6eb1
+    Reviewed-on: https://code.wireshark.org/review/16133
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 60cdee9
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 24 15:17:25 2016 -0700
+
+    Qt: Handle unhandled filter actions.
+    
+    Handle FilterAction::ActionColorize and ::ActionFind. Remove
+    ::ActionConversation since it was unused. Assert when we encounter a
+    missing FilterAction, similar to what we do in other parts of the code.
+    
+    Bug: 12363
+    Change-Id: I5c1ecd488e5bdb9700a80fc70ec7c047311054b6
+    Reviewed-on: https://code.wireshark.org/review/16131
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 291762d
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 24 10:52:44 2016 -0700
+
+    Qt: Try to fix un-maximize behavior on OS X.
+    
+    On OS X, create dialogs with valid parents so that we don't trigger
+    QTBUG-46701. Document QDialog's "on top", maximize, and minimize
+    behaviors.
+    
+    Bug: 12544
+    Change-Id: I32c0ef01dba3f7132e5fd0cd61f9feb654b92009
+    Reviewed-on: https://code.wireshark.org/review/16127
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 974a530
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jun 23 13:10:52 2016 -0700
+
+    Qt: Conversation and Endpoint dialog performance tweaks.
+    
+    Generate column text dynamically. This keeps us from having to iterate
+    over our tree items each time we receive updates.
+    
+    Set the uniformRowHeights property.
+    
+    Stop automatically resizing columns after 200 items.
+    
+    Fixup name resolution behavior. Disable the checkbox if host name
+    resolution is disabled.
+    
+    Change-Id: Ib2fef604d6ee9e39a8b1edd72d58d0cb02d3bb64
+    Reviewed-on: https://code.wireshark.org/review/16110
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 01e2280
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:52:51 2016 +0200
+
+    circuit: rename shadow variable
+    
+    Change-Id: I67e2c80e89af9526ba4b482933d64cab93b9490a
+    Reviewed-on: https://code.wireshark.org/review/16105
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 12efbd6
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:53:45 2016 +0200
+
+    app_mem_usage: rename shadow variable
+    
+    Change-Id: I0db888633118beeabfe4bb8fa6da419d0827c7c1
+    Reviewed-on: https://code.wireshark.org/review/16106
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit f8500f3
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:51:41 2016 +0200
+
+    conversation: rename shadow variable
+    
+    Change-Id: I8f738b2e01d7f448b21cdc1b488b16b7dd581911
+    Reviewed-on: https://code.wireshark.org/review/16104
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 46fc6f5
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:40:40 2016 +0200
+
+    ex-opt: rename shadow variable
+    
+    Change-Id: Iba19920e58ffb7f1a88c2a75964c518f0479c66f
+    Reviewed-on: https://code.wireshark.org/review/16103
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 916958c
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:39:43 2016 +0200
+
+    filter: rename shadow var
+    
+    Change-Id: Idc18f2988754fc21b1f8f2dcadfe5e3dd31d5545
+    Reviewed-on: https://code.wireshark.org/review/16102
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit bfb6f62
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:35:17 2016 +0200
+
+    srt: rename shadow variable
+    
+    Change-Id: I69bda25f79b6b46bdb288e32133847a853b614e0
+    Reviewed-on: https://code.wireshark.org/review/16101
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit b845e29
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:31:49 2016 +0200
+
+    stats_tree: rename shadow variable
+    
+    Change-Id: I5b3272cc4df728c70d6b0370b0d8a6d3482a0c6c
+    Reviewed-on: https://code.wireshark.org/review/16100
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 581d44f
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 17:15:34 2016 +0200
+
+    h248: rename shadow variable.
+    
+    Change-Id: I98545776127a0cc3b5d9c44bb625a217672b4443
+    Reviewed-on: https://code.wireshark.org/review/16099
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit b47aca5
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 24 16:01:51 2016 -0700
+
+    Minor UI locale updates.
+    
+    Qt: Call setlocale before commandline_early_options so that we get
+    proper "-v" output, similar to the GTK+ UI.
+    
+    GTK+: Call setlocale once at startup.
+    
+    Bug: 11960
+    Change-Id: I3c3a196b9d94fc768e1085200891bc8d67e21a08
+    Reviewed-on: https://code.wireshark.org/review/16132
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 79836fa
+Author: Roland Knall <roland.knall@br-automation.com>
+Date:   Thu Jun 23 10:43:30 2016 +0200
+
+    wsutil: Move Win32 helper routines from capchild
+    
+    Move error handling and argument quoting routines from
+    capchild to wsutil, as those methods will be used by
+    extcap_spawn as well.
+    
+    Change-Id: I2c4515fefd5aecad317fcdaefa721734288f792c
+    Reviewed-on: https://code.wireshark.org/review/16123
+    Petri-Dish: Roland Knall <rknall@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+    Reviewed-by: Roland Knall <rknall@gmail.com>
+
+commit fe68566
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 24 12:59:07 2016 -0700
+
+    Qt: Fix "-l" behavior.
+    
+    gbcae998 didn't completely fix the missing "-l" behavior.
+    
+    Bug: 12311
+    Change-Id: Iee3c844013ac137e94848aaafca7aeb3de43e080
+    Reviewed-on: https://code.wireshark.org/review/16128
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit cc007e5
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 24 08:59:48 2016 -0700
+
+    Qt: Keep the syntax line edit cursor active.
+    
+    Ignore focusOutEvents when the syntax line edit completer is active.
+    This keeps it from hiding its cursor.
+    
+    Bug: 12520
+    Change-Id: I8e25b92c097e039e26e2381c5209be1e27a6a7cd
+    Reviewed-on: https://code.wireshark.org/review/16126
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Jim Young <jim.young.ws@gmail.com>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 4adf695
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Fri Jun 24 14:13:06 2016 +0200
+
+    print(.c): fix indent
+    
+    Change-Id: Ie7c55fb432b29abe689eed1968cfa30bd8e88e33
+    Reviewed-on: https://code.wireshark.org/review/16124
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 1df9918
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 18:21:13 2016 +0200
+
+    tfshark: remove unused variable
+    
+    Change-Id: I30ab3e4e044de12b18b7b7213a605df7096d1c54
+    Reviewed-on: https://code.wireshark.org/review/16108
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 71a57dc
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jun 23 18:51:25 2016 -0700
+
+    Indicate how this should be done.
+    
+    Assuming that it could, if registered as an "eth.trailer" heuristic
+    dissector, get the length of the entire frame, that is.
+    
+    Change-Id: I1ac26feeb10bb8ba357089a80f4b768f580bb51d
+    Reviewed-on: https://code.wireshark.org/review/16121
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit a5e9e7e
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jun 23 12:45:32 2016 -0700
+
+    Fix "disable this protocol by default".
+    
+    Allow a dissector to mark its protocol as "disabled by default", which
+    means that the "enable all protocols" routine won't enable it.  This is
+    necessary in order to allow the disabling of protocols not to be
+    unintentionally changed due to profile changes; see bug 9826.
+    
+    Change-Id: I3947f794c21350b70a8de06899cfc7715b77f90f
+    Ping-Bug: 9826
+    Reviewed-on: https://code.wireshark.org/review/16109
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit dd5f3c9
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Thu Jun 23 16:10:09 2016 +0200
+
+    LTE RRC: fix display of info column when receiving a BR SIB
+    
+    Change-Id: Ic288cb10fad3bd34fe088479e7a79f77985808e0
+    Reviewed-on: https://code.wireshark.org/review/16098
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 45db2fb
+Author: Benjamin Coddington <bcodding@redhat.com>
+Date:   Thu Jun 23 05:57:03 2016 -0400
+
+    packet-nfs: add extent decoding for SCSI layouts
+    
+    Decode extents sent within the response to a LAYOUTGET operation on
+    SCSI layout types.
+    
+    Change-Id: I1fc0a5e3d4782f078f96866dc63f2ec43b6d62b1
+    Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
+    Reviewed-on: https://code.wireshark.org/review/16097
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 738b3e8
+Author: dz-msfc <zollerd@gmail.com>
+Date:   Wed Mar 2 20:39:12 2016 -0600
+
+    NASA provided LTP and DTN updates
+    
+    Change-Id: I49769271a41b6a7b23c6bc1d4beaadbe8819198d
+    Reviewed-on: https://code.wireshark.org/review/14310
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit edac72e
+Author: Jens Kilian <jens.kilian@advantest.com>
+Date:   Thu Jun 23 10:31:42 2016 +0200
+
+    Increase MAX_DISSECTOR_ADDR_TYPE.
+    
+    With the recent changes causing some address types to be registered
+    by their proper dissectors, I ran into the MAX_DISSECTOR_ADDR_TYPE
+    limit in a new dissector I'm currently writing.
+    
+    Change-Id: I72f521266af9190e8ad198ace4d6608b6b4d2dee
+    Reviewed-on: https://code.wireshark.org/review/16091
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 982359c
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 23 10:13:15 2016 +0200
+
+    bthci: add missing break (CID 1362832)
+    
+    Change-Id: I705cb17d7c6d615361d29f00ba840a94dc835ff0
+    Reviewed-on: https://code.wireshark.org/review/16090
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+
+commit a51b6a6
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jun 23 02:33:46 2016 -0700
+
+    Fix some of the brokenness in the PRP redundancy control trailer dissector.
+    
+    IF YOU ARE DOING A HEURISTIC CHECK TO DETERMINE WHETHER THE PACKET
+    YOU'RE LOOKING AT IS ONE YOU SHOULD DISSECT, EVEN IN A DISSECTOR
+    THAT'S NOT REGISTERED AS A HEURISTIC DISSECTOR, DO NOT LOOK AT PACKET
+    BYTES UNLESS YOU HAVE ALREADY DETERMINED THAT THEY ARE AVAILABLE IN THE
+    CAPTURE.
+    
+    THERE ARE NO EXCEPTIONS TO THIS RULE.
+    
+    Bug: 9826
+    Change-Id: I2327a92ee760003bc10489263c0c53acdf2094e9
+    Reviewed-on: https://code.wireshark.org/review/16092
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6b0923a
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jun 23 01:00:26 2016 -0700
+
+    No pcap, no live capture, so no auto_scroll_live.
+    
+    Change-Id: Ic1993916cdb78c946bb291fa59f7cdc25e9cef2d
+    Reviewed-on: https://code.wireshark.org/review/16088
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 2c8056a
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon Jun 13 20:02:46 2016 +0200
+
+    Qt: quit the UI if WIRESHARK_QUIT_AFTER_CAPTURE is set (offline mode too).
+    
+    This change is useful to use the offline mode in tests (like fuzzing)
+    that require the software to quit after the processing of a sample.
+    
+    Change-Id: I311c642edecf4012dc518c2bf8bca66c97aa1b02
+    Reviewed-on: https://code.wireshark.org/review/16038
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit bf29a5c
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Thu Jun 23 00:30:51 2016 -0400
+
+    Add LACP "flag strings"
+    
+    Merged the functionality of a Lua script from Sharkfest '16
+    presentation into the dissector.
+    Also cleaned up some of the tfs values used by the dissector.
+    
+    Bug: 12550
+    Change-Id: I6b4c2f4d8a07cfb836265518d713a499df3e971c
+    Reviewed-on: https://code.wireshark.org/review/16086
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 1cdd091
+Author: Chris Brandson <chris.brandson@gmail.com>
+Date:   Fri Jun 17 15:12:12 2016 -0700
+
+    ZigBee updated ZDO support to comply with R22
+    
+    Update ZDO support for R22 (and IEEE 802.15.4-2015)
+    - Add support for the new IEEE Joining List request / response
+    - Changed Network Update to support channel pages
+    - Added Network Update Enhanced request
+    - Added decoding of EU Sub-GHz Frequency Band
+    
+    Change-Id: I3a513a486f6d3784897fc8b783411c678e3f905e
+    Reviewed-on: https://code.wireshark.org/review/16040
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit fdcfd3a
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Wed Jun 22 21:10:50 2016 +0100
+
+    IPv6: Don't check payload length for ICMPv6 encapsulation
+    
+    Change-Id: I783df2ddc98da1c78020837a32005ea143321990
+    Reviewed-on: https://code.wireshark.org/review/16081
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 30f7434
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 22 21:29:20 2016 -0700
+
+    Squelch some 64-bit-to-32-bit-shortening warnings.
+    
+    Change-Id: I64f833abd11d3b2511c235bb353cb5fb7b813b7f
+    Reviewed-on: https://code.wireshark.org/review/16085
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 300e055
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 22 12:44:02 2016 -0700
+
+    Qt: Use queued signals+slots for filter actions
+    
+    Many of our dialogs can send an "apply this display filter" signal to
+    the main window. Applying a display filter in turn creates a nested
+    event loop via cf_read+update_progress_dlg. If the "apply" signal+slot
+    is directly connected (which is the default, and which means we're
+    calling into a function table) we can close the dialog while the signal
+    is firing, which means we return into a deleted object.
+    
+    Make all of the filterAction signals+slots queued instead of direct.
+    
+    Bug: 12523
+    Change-Id: Ica331054c0aa52a7f33bd8df1fa65ecd09fdc292
+    Reviewed-on: https://code.wireshark.org/review/16080
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 933c079
+Author: Uli Heilmeier <uh@heilmeier.eu>
+Date:   Thu Jun 16 14:03:04 2016 +0200
+
+    HTTP: Split URI into path and query. Tokenize parameters.
+    
+    Split a HTTP URI into path and query.
+    Tokenize the parameters of a query.
+    
+    Bug: 12514
+    Change-Id: I9892914eba9737c9751936ce62e63497aba61c61
+    Reviewed-on: https://code.wireshark.org/review/15971
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit fea6e73
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Fri Jun 17 20:41:31 2016 -0400
+
+    RTP player: increase the maximum number of silence frames to 30 minutes worth.
+    
+    The BadAlloc X11 crash I reported in bug 4119 (which is why the limit was as
+    low as it was) has long since been fixed thanks to
+    bug 2630/I71e1bd2f9a62792db06ce887e2bbe7a96d110e0a so we can now deal with
+    more silence frames.
+    
+    Change-Id: I0127381e71e497560e0f23af04f9d96af1ed6335
+    Ping-Bug: 5902
+    Ping-Bug: 4119
+    Ping-Bug: 2270
+    Reviewed-on: https://code.wireshark.org/review/16003
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit bcae998
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 22 14:41:16 2016 -0700
+
+    Qt: Support the -j, -J, and -l command line flags
+    
+    Add support for -j, -J, and -l. Mark the -m flag deprecated.
+    
+    Bug: 12546
+    Change-Id: Ic44b3997840018e5d571aa1813a1646bce11d4a6
+    Reviewed-on: https://code.wireshark.org/review/16083
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 18a900f
+Author: John A. Thacker <johnthacker@gmail.com>
+Date:   Mon Jun 20 16:29:49 2016 -0400
+
+    Editcap: Fix setting of max_packet_number
+    
+    editcap -r only sets max_packet_number to the earliest, instead of latest,
+    packet or end of range selection. This changes it to the proper test.
+    
+    Bug: 12547
+    Change-Id: I81772962b00fc6566ccead4fb44c6626a47fff31
+    Reviewed-on: https://code.wireshark.org/review/16045
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 63027fc
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jun 21 15:31:39 2016 +0200
+
+    Windows: rename wiretap-${PROJECT_VERSION}.dll to libwiretap.dll
+    
+    This aligns the name with what is done for other Wireshark shared libraries.
+    Moreover it allows to compile a wiretap plugin once per major release, without
+    the need to recompile it each time ${PROJECT_VERSION} changes (each nightly
+    build / official release).
+    
+    Change-Id: I53c82277223a4f323079cf695168ac85c2fba523
+    Reviewed-on: https://code.wireshark.org/review/16058
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit a9a306f
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jun 22 01:28:48 2016 -0400
+
+    Don't close Wireshark (GTK) if user cancels Save on Close.
+    
+    Bug: 9635
+    Change-Id: I4a6e3ca676f1c1096521c0a8147a1459777c92fa
+    Reviewed-on: https://code.wireshark.org/review/16075
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 92ea291
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jun 22 10:56:07 2016 -0400
+
+    Don't close Wireshark (Qt) if user cancels Save on Close.
+    
+    Bug: 9635
+    Change-Id: I8c73c839419cd4bcb850824ffb42bf72eed50b19
+    Reviewed-on: https://code.wireshark.org/review/16076
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit d9fb7f9
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Mon Jun 20 09:41:10 2016 -0700
+
+    Handle ENAMETOOLONG.
+    
+    g_strerror doesn't appear to handle ENAMETOOLONG. Check for it ourselves.
+    
+    Change-Id: Icd113a81e8d95bb3c84c91bb420a1a6a19bf5d40
+    Reviewed-on: https://code.wireshark.org/review/16041
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit be303c2
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 22 16:26:56 2016 -0700
+
+    No GeoIP, no need for geoip_none_.
+    
+    Change-Id: I6fb328d07718d2ff7a7d6008c936b7478ea6db3f
+    Reviewed-on: https://code.wireshark.org/review/16084
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit f9cf660
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 22 10:56:30 2016 -0700
+
+    Qt: Fix crash in Conversations and Endpoints dialogs
+    
+    Don't assume that conv_item_t or hostlist_talker_t pointers never
+    change. GArrays can reallocate their data, and in our case this can
+    happen when we have more than 10,000 items (which is the size that the
+    conversation table code passes to_array_sized_new).
+    
+    Bug: 12288
+    Change-Id: I88e58be830e35dde272f81fe9250b054fb87facf
+    Reviewed-on: https://code.wireshark.org/review/16078
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 692e2b6
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jun 22 21:08:57 2016 +0200
+
+    SSH: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+    
+    Change-Id: If084278acfeb82ae7c91aefff9035f156e8f4f15
+    Reviewed-on: https://code.wireshark.org/review/16079
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Kenny Root <kenny@the-b.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit e82d0ae
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Tue Jun 21 16:23:04 2016 -0700
+
+    Qt: Make the syntax line edit less greedy.
+    
+    In SyntaxLineEdit::event, only grab ShortcutOverride events that have
+    Ctrl+Alt modifiers. When the main window display filter edit has focus
+    this should let us use text editing shortcuts and most main window
+    shorcuts as appropriate. "Most" means everything except for time display
+    formats. We might want to use something other than Ctrl+Alt for their
+    modifiers.
+    
+    Bug: 12533
+    Ping-Bug: 12270
+    Change-Id: I61eb86b80b4237e6907d5e50262b8f5c291b27a7
+    Reviewed-on: https://code.wireshark.org/review/16065
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit d46daa1
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Thu Jun 16 15:09:56 2016 -0700
+
+    GTK: Keep display filter applied when switching profiles
+    
+    Bug: 6130
+    Change-Id: I3bcd6aaad33482474e3429e0dcc074973a338fca
+    Reviewed-on: https://code.wireshark.org/review/15992
+    Petri-Dish: Balint Reczey <balint@balintreczey.hu>
+    Tested-by: Balint Reczey <balint@balintreczey.hu>
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 0bf1cb2
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jun 21 22:23:05 2016 -0400
+
+    Add address_to_bytes API.
+    
+    This will copy an address's "byte format" into a buffer.  The original
+    intended design is for export_pdu functionality, which tries to do
+    this "manually" for many address types (and creates undesired dependencies)
+    
+    The default functionality if a "byte format function" isn't provided
+    (currently the case for all address types) is a memcpy of the address
+    data.  Providing "address to byte" functions to aid export PDU
+    functionality will be provided later.
+    
+    Change-Id: I3703f9e617a8cef09165ad53a0f98c6372676b9b
+    Reviewed-on: https://code.wireshark.org/review/16070
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit c664f72
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Tue Jun 21 15:13:30 2016 -0700
+
+    Qt: Clear the packet list selection before freezing it.
+    
+    Call selectionModel()->clear() before removing our model. This will
+    hopefully make sure we don't end up with an invalid selection in
+    selectionChanged().
+    
+    Clear the selection model before clearing the model while we're here.
+    
+    Change-Id: I1007eeaa480afa0fb31dafc15a49ca6c247b30c8
+    Reviewed-on: https://code.wireshark.org/review/16062
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Kenny Root <kenny@the-b.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit debbf7e
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jun 21 20:30:35 2016 -0400
+
+    Move AT_VINES address type to VINES dissector.
+    
+    proto.c still has to deal with FT_VINES, but maybe that
+    can be refactored to the dissector too.
+    
+    Change-Id: Iee04eed3b75f91cb62bb7b625dd44baeeb9aebb3
+    Reviewed-on: https://code.wireshark.org/review/16069
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit e7b78eb
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jun 21 20:06:01 2016 -0400
+
+    Move AT_USB to inside USB dissector.
+    
+    This required some hacking in the conversation table handling, but
+    still seemed worth it as USB address is not widely used.
+    Maybe a "is_stringlike" property for address types...
+    
+    Change-Id: I628a15c17cb1f595bb292130867adbc5bea0f41a
+    Reviewed-on: https://code.wireshark.org/review/16068
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 3ed06ec
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Tue Jun 21 16:34:36 2016 -0700
+
+    The C standard requires <stdlib.h> for getenv() and abort().
+    
+    You might be able to get away with not including it on some or all
+    UN*Xes, but you can't do so on Windows with MSVC.
+    
+    Change-Id: Id2de70745e2a6e8dedc005a55030f3d3fcb54a69
+    Reviewed-on: https://code.wireshark.org/review/16064
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 1b1296a
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Wed Jun 22 00:23:38 2016 +0200
+
+    More helpful failure when registration fails.
+    
+    Change-Id: I3c574c504cc9166d04b5b725a6a393767a58a280
+    Reviewed-on: https://code.wireshark.org/review/16063
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit 6cc90dd
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Tue Jun 21 11:21:33 2016 -0700
+
+    As with dissector_add_uint(), so with dissector_add_{string,guid}.
+    
+    Improve the error message for a null disssector handle.
+    
+    Fix indentation while we're at it.
+    
+    Change-Id: I1cb2f8ac52e56fc98f6b3ad981018f571e5a7bf0
+    Reviewed-on: https://code.wireshark.org/review/16060
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit d970da4
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Tue Jun 21 19:56:00 2016 +0200
+
+    Slightly improve error message in case of initialization errors.
+    
+    Change-Id: Icb5d4f0f3bc60970737abbf62044f4550e8d3ca3
+    Reviewed-on: https://code.wireshark.org/review/16059
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit c3f3bd7
+Author: Martin Kacer <kacer.martin@gmail.com>
+Date:   Mon Jun 20 11:03:40 2016 +0200
+
+    tshark JSON and Elasticsearch output fix
+    
+    Fixed json and ek escape function
+    Fixed -j protocol filter to do exact match
+    Fixed -T json to correctly close json
+    Added -j protocol filter also to pdml output
+    
+    Bug: 11754
+    Change-Id: I02f274e4a5a02346922b37bbe946c10340c242ea
+    Reviewed-on: https://code.wireshark.org/review/16034
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit df231d9
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jun 21 15:30:33 2016 +0200
+
+    libcodecs and libwsutil are DLLs, not static libraries
+    
+    Change-Id: I4486f35e07c72d4ca35d5649de25d0c9abd2a964
+    Reviewed-on: https://code.wireshark.org/review/16057
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 8a0b7cc
+Author: AndersBroman <anders.broman@ericsson.com>
+Date:   Tue Jun 21 15:20:16 2016 +0200
+
+    Add a couple of vendor defines.
+    
+    Change-Id: I252b4f892a539c7fa585615ef636fc26de356bf7
+    Reviewed-on: https://code.wireshark.org/review/16055
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 6b01909
+Author: AndersBroman <anders.broman@ericsson.com>
+Date:   Tue Jun 21 15:14:48 2016 +0200
+
+    [H248-Q1950] Correct signal ids.
+    
+    Change-Id: Iafb030313ed3b715a09146d131dfb4ffdcb7961a
+    Reviewed-on: https://code.wireshark.org/review/16054
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 57b6bc1
+Author: Anthony Coddington <anthony.coddington@endace.com>
+Date:   Tue Apr 5 14:21:36 2016 +1200
+
+    pcap: ERF per-Host ID/Source ID interface support
+    
+    Add encap_priv pointer to libpcap_t.
+    Initialize erf_priv when ENCAP_ERF.
+    Use erf_populate_interface_from_header() to dynamically create interfaces.
+    Free encap_priv on pcap_close.
+    
+    Ping-Bug: 12303
+    Change-Id: Ieda425ef3e50a124d9c38ee4538aa3644128ce60
+    Reviewed-on: https://code.wireshark.org/review/15362
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit d50b981
+Author: Yang Luo <hsluoyz@gmail.com>
+Date:   Thu Jun 16 11:39:32 2016 +0800
+
+    pcap: Add support to "new" Npcap native mode without setting PATH
+    
+    Npcap decided not to add "C:\Windows\System32\Npcap" to
+    system PATH in the installation any more (starting from
+    Npcap 0.07 r14). So this patch needs to be applied, otherwise
+    Wireshark will not find Packet.dll (the error message will
+    only say wpcap.dll is missing, but actually is Packet.dll
+    missing).
+    
+    Change-Id: Ifd8b6e6d8ecf9866cd37c3368b604de210ff8c7b
+    Reviewed-on: https://code.wireshark.org/review/15959
+    Reviewed-by: Yang Luo <hsluoyz@gmail.com>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 6ccee3e
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Tue Jun 21 08:55:14 2016 +0200
+
+    bthci: Show unknown ocf as undecoded
+    
+    Don't show unknown ocf values as unexpected parameters.
+    
+    Change-Id: I08a6c8c20d6382a847f0a2969e4c523a2873dd6f
+    Reviewed-on: https://code.wireshark.org/review/16048
+    Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
+    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
+    Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+
+commit 6ee5464
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Tue Jun 21 08:52:51 2016 +0200
+
+    packetlogger: Add some info types
+    
+    Add Kernel, Kernel Debug and Error info types.
+    
+    Change-Id: I04547a426b69adde5186e8315a08f4648c1e7837
+    Reviewed-on: https://code.wireshark.org/review/16047
+    Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 9a5cdac
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Fri Jun 17 19:30:57 2016 +0200
+
+    debian-setup: add additional params to apt-get.
+    
+    Can be used to pass params like -qq and -y for automated installations,
+    like in travis-ci.
+    
+    Change-Id: Iddf18829f09ce6b16c1c71264adab38d0a893fe6
+    Reviewed-on: https://code.wireshark.org/review/15999
+    Reviewed-by: Balint Reczey <balint@balintreczey.hu>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+
+commit e6481a9
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jun 21 01:19:47 2016 -0400
+
+    Check for negative nanoseconds in io,stat tap.
+    
+    Seconds were already being checked for negative values, but if there is
+    only a fraction of a second, the negative check wasn't being done,
+    which led to bad results.
+    
+    Bug: 9014
+    Change-Id: I820e0a4b1384330acebf4a632a04f7840db2288b
+    Reviewed-on: https://code.wireshark.org/review/16046
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit f76af2e
+Author: Jeff Layton <jlayton@redhat.com>
+Date:   Mon Jun 20 15:10:32 2016 -0400
+
+    ceph: c_dissect_sockaddr doesn't need the "data" pointer
+    
+    Change-Id: I8d4ca2e46a556e32e594610fd26c72840783601e
+    Signed-off-by: Jeff Layton <jlayton@redhat.com>
+    Reviewed-on: https://code.wireshark.org/review/16042
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit fa20f5c
+Author: Rudra Rugge <rrugge@juniper.net>
+Date:   Wed Jun 15 11:32:57 2016 -0700
+
+    Add support for Opencontrail virtual network
+    
+    Change-Id: Ia6012e0f6425be069e222538eafb1191b398ec83
+    Reviewed-on: https://code.wireshark.org/review/15930
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 82ed904
+Author: AndersBroman <anders.broman@ericsson.com>
+Date:   Wed Jan 13 17:49:43 2016 +0100
+
+    [RNSAP]Update to V13.1.0 (2015-12)
+    
+    Change-Id: I6cb7099ac691d68ddae7be59bf37130c8affad42
+    Reviewed-on: https://code.wireshark.org/review/13263
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit a83f88f
+Author: AndersBroman <anders.broman@ericsson.com>
+Date:   Mon Jun 20 13:57:11 2016 +0200
+
+    [pre-commit-ignore] Dont check the asn1 files they are imported verbatime
+    from standards documents in most cases.
+    
+    Change-Id: Ie9db1a1431a201dc374f800b5118a199dcb51b9c
+    Reviewed-on: https://code.wireshark.org/review/16035
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 88b7a48
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 23:54:33 2016 -0700
+
+    Pull the options structure initialization into commandline_other_options().
+    
+    Change-Id: I931cde27a81566dfa0ce6e5c9307bfc1a4d5fe54
+    Reviewed-on: https://code.wireshark.org/review/16033
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 7795082
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jun 19 17:53:59 2016 -0400
+
+    Add display filter completion suggestions to color filters.
+    
+    Change-Id: I84d890b55c72e4427ceb2d64e4a7888c07c030f5
+    Reviewed-on: https://code.wireshark.org/review/16024
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 5c1d58b
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jun 19 17:47:27 2016 -0400
+
+    Add field completion suggestions when adding a Display filter or Y Field to the IO Graph
+    
+    Bug: 11899
+    Change-Id: I7cee36581dc773daa691dad10500124ab66520bc
+    Reviewed-on: https://code.wireshark.org/review/16023
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 66bb67c
+Author: Gerald Combs <gerald@zing.org>
+Date:   Sat Jun 18 12:13:15 2016 -0700
+
+    GTK+: Truncate simple_message_box messages.
+    
+    In do_simple_message_box, build our primary message using
+    g_string_vprintf instead of g_strdup_vprintf. Truncate both the primary
+    and secondary messages so that we end up with merely annoyingly wide
+    dialogs instead of insanely wide ones.
+    
+    Bug: 9761
+    Change-Id: I93ff76344c0da7d97cce5180ed9ecf9349190f6f
+    Reviewed-on: https://code.wireshark.org/review/16005
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit e3289a8
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Fri Jun 17 13:43:20 2016 -0700
+
+    qt: reset the column sorting when a new file is loaded
+    
+    Bug: 12541
+    Change-Id: I75656d4027dd39e1f97c4bcd38e0dea6fe2de297
+    Reviewed-on: https://code.wireshark.org/review/16002
+    Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 92f4c7c
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Sun Jun 19 16:52:50 2016 +0200
+
+    Add JSON export to Qt/GTK UI
+    
+    Change-Id: I5ff46a40cdb1f8f41565d2aa54c6f9e61d397e3a
+    Reviewed-on: https://code.wireshark.org/review/16013
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit bea1950
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 17:42:14 2016 -0700
+
+    Protect some code that's only for Wireshark-with-pcap.
+    
+    Put that code inside #ifdef HAVE_LIBPCAP/#endif.
+    
+    Change-Id: I85768fd49a008341a95ac3c8656e96afa6741fbe
+    Reviewed-on: https://code.wireshark.org/review/16030
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit e79e834
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 16:36:57 2016 -0700
+
+    Move some option checking to common code.
+    
+    Change-Id: Icff9dacd73ea933c59ed664db05098dd8cb3dbf5
+    Reviewed-on: https://code.wireshark.org/review/16029
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit fb9a7d4
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 15:28:39 2016 -0700
+
+    Don't assume we successfully read the configuration files.
+    
+    read_configuration_files() can fail and return NULL, so check that
+    commandline_info.prefs_p is non-null before dereferencing it.
+    
+    Fixes CID 1362778.
+    
+    Change-Id: I3066769c474d394fbfe548b50d6be704964e59d3
+    Reviewed-on: https://code.wireshark.org/review/16028
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 30919f7
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 15:18:00 2016 -0700
+
+    Don't assume we have an array of GeoIP databases.
+    
+    The attempt to open them might fail; if geoip_dat_arr is null, just
+    return 0 as the number of databases, don't crash.
+    
+    Change-Id: I967d863d328a42d7dce79f58d4fa67d922d0cb2c
+    Reviewed-on: https://code.wireshark.org/review/16025
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 234d8ea
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 14:12:30 2016 -0700
+
+    Pass the info strings directly to commandline_early_options().
+    
+    Just pass them directly as arguments, don't stuff them into a structure.
+    
+    Change-Id: Iac84226f54898bc953011bca64795e9049762905
+    Reviewed-on: https://code.wireshark.org/review/16022
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 85c805d
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 13:21:17 2016 -0700
+
+    Handle capture options in pcap-less Wireshark in the commandline_ routines.
+    
+    Get rid of the capture_option_specified and arg_error members of the
+    commandline_capture_param_info_t and commandline_param_info_t
+    structures, and have them be local variables in
+    commandline_early_options() and commandline_other_options().  Have
+    commandline_early_options() print the "sorry, Wireshark wasn't built
+    with pcap" and exit if -D was specified but Wireshark wasn't built with
+    pcap.
+    
+    Change-Id: I0efcdea89d9585af8f3c0a28aee060f33d3ec5fd
+    Reviewed-on: https://code.wireshark.org/review/16021
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 0ca9fc1
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 13:00:13 2016 -0700
+
+    Fix indentation.
+    
+    Change-Id: I71332dc35047e7d8d32b428fb99b8b9368c41de6
+    Reviewed-on: https://code.wireshark.org/review/16020
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 42985f4
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 12:55:48 2016 -0700
+
+    Those aren't capture options, they're the options we must process early.
+    
+    The only one of those options that has anything to do with packet
+    capture is -i, and all we do there is check for an argument of "-"; the
+    rest are either
+    
+       1) options that affect your preference settings (-C to select
+          the profile, -P to set the personal file directory path);
+    
+       2) options that just print something to the standard output or
+          error and exit, before firing up the GUI;
+    
+       3) extension command line options (-X).
+    
+    Change-Id: Iba9b8b14fe468e2ca9d4c67e1a9b8103603678d9
+    Reviewed-on: https://code.wireshark.org/review/16019
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 147b3d5
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jun 19 02:33:13 2016 -0400
+
+    Ability to invoke "Decode As..." as command-line argument for GUIshark.
+    
+    TShark has had the functionality for awhile. While the GUI version
+    still has ways to change and persist Decode As functionality, adding
+    command line functionality gives the Decode As from initial launch
+    of the GUI.
+    Was also an excuse to refactor a bunch of code out of tshark.c
+    
+    Bug: 5143
+    Change-Id: Ie67007d75e897bc06cc9afd9b84372a96b93778c
+    Reviewed-on: https://code.wireshark.org/review/16008
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit f4fc03d
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 09:52:55 2016 -0700
+
+    Get rid of an unused variable.
+    
+    There's no need for the capture_option_specified variable; it's now in a
+    structure.
+    
+    Change-Id: Ic2f1faee4666eea7ae91fd6899cecaa76d0ceb9f
+    Reviewed-on: https://code.wireshark.org/review/16018
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6febf9b
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 09:29:21 2016 -0700
+
+    Get rid of an unused variable; set a structure member.
+    
+    There's no need for the capture_option_specified variable, but we *do*
+    need to initialize the capture_option_specified member of *param_info
+    before parsing the flags.
+    
+    Change-Id: I89d0b8c338c2784742b21ba4e854f702ce491849
+    Reviewed-on: https://code.wireshark.org/review/16017
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit bb44b48
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Sun Jun 19 08:10:58 2016 -0700
+
+    [Automatic update for 2016-06-19]
+    
+    Update manuf, services enterprise-numbers, translations, and other items.
+    
+    Change-Id: Idd2d53a32188f2e607351da874b1a68a4811ed57
+    Reviewed-on: https://code.wireshark.org/review/16014
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit a383e69
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Sun Jun 19 11:01:56 2016 +0200
+
+    Revert "tap: change glib functions to wmem."
+    
+    This reverts commit 2e9f3c5d366eaa7139fc877b5301392166b3f985.
+    
+    It breaks the registration of codec, dissector and libwiretap plugins.
+    
+    Change-Id: I4ef91dd192f765adf87ea9fe9f3693e25dbd24de
+    Reviewed-on: https://code.wireshark.org/review/16012
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit ff84512
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Sun Jun 19 10:33:59 2016 +0200
+
+    Add modelines
+    
+    Change-Id: I3d5ed2e671ec761f3628fb8de6f393fdc915165e
+    Reviewed-on: https://code.wireshark.org/review/16011
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit 51ceb6d
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Fri Jun 17 20:28:58 2016 +0200
+
+    Calculate and print CWmin and CWmax in addition to ECWmin and ECWmax
+    
+    This also changes the summary presentation to make it more compact
+    
+    Change-Id: I27ef8b2da280e36cff84dcb97d6d40dc0015a74b
+    Reviewed-on: https://code.wireshark.org/review/16000
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit f4fd1a3
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 00:49:42 2016 -0700
+
+    Fix problems when compiling without pcap.
+    
+    Change-Id: Id682a76ac561f92f65638bbdfcd4236eb92e46b7
+    Reviewed-on: https://code.wireshark.org/review/16010
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 8634cee
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 19 00:38:41 2016 -0700
+
+    Put #ifdef/#endif around a variable used only on Windows.
+    
+    Change-Id: Ia6fed6db03cb88433469e758693fcc72c4bd9071
+    Reviewed-on: https://code.wireshark.org/review/16009
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 9b5b444
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sat Jun 18 16:49:23 2016 -0400
+
+    Refactor command-line handling of GUI options.
+    
+    Both GTK and Qt both use the same command-line options, so refactor
+    the parsing and (possibly) applying of those arguments to a single
+    location.
+    
+    Ping-Bug: 12546
+    Change-Id: Ib31e576c509c5d3d21c33d3247640d9f9c68661b
+    Reviewed-on: https://code.wireshark.org/review/16006
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit deef1dc
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Thu Jun 16 14:58:19 2016 -0700
+
+    cmake: add PIDL dissector generation support
+    
+    The dissectors list is generated based on regex magic on pidl/Makefile.
+    A dssetup.cnf file is added because all other protocols already have
+    this file. The srvsvc and wkssvc protocols cannot be built for some
+    reason, so just disable it (this mirrors the original Makefile).
+    
+    Add frsrpc and samr to PIDL_DISSECTOR_SRC list which was missing
+    compared to autotools.
+    
+    Tested with an out-of-tree and in-tree build with cmake (make and ninja):
+    
+        cmake -GNinja && ninja -v pidl-dissectors
+        touch epan/dissectors/pidl/dfs/dfs.idl && ninja generate_dissector-dcerpc-dfs
+        cmake . && make -C epan/dissectors/pidl generate_dissector-dcerpc-dfs
+    
+    Change-Id: Id8bf34e76c20053a8a393024560d90a048473e03
+    Reviewed-on: https://code.wireshark.org/review/15962
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit c07fd44
+Author: Binh Trinh <beango@gmail.com>
+Date:   Fri Jun 17 21:46:11 2016 -0400
+
+    DCE/RPC: fix array of pointers with NULL
+    
+    Change-Id: Ie89f8fd4ec744d427d41866206d5a6784c5b224f
+    Reviewed-on: https://code.wireshark.org/review/16004
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit a7aaf0b
+Author: Chris Brandson <chris.brandson@gmail.com>
+Date:   Fri Jun 17 11:38:15 2016 -0700
+
+    ZigBee dissector added support for the Power Negotiation bit
+    
+    An update to R22 adds the Power Negotiation bit to the Parent
+    Information of the End Device Timeout Response
+    
+    Change-Id: I3d423e1088821ccaba98183e2be7f2152bd659d1
+    Reviewed-on: https://code.wireshark.org/review/16001
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 631b9c4
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Fri Jun 17 10:58:32 2016 -0400
+
+    GTPv2: Use proto_tree_add_bitmask
+    
+    Change-Id: I236a3513237a7a977389438adaf381542281943d
+    Reviewed-on: https://code.wireshark.org/review/15997
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 2dc3e52
+Author: Samiran Saha <ssahasamiran@gmail.com>
+Date:   Fri Jun 17 18:20:04 2016 +0530
+
+    MKA: tvbrange for all subtrees corrected
+    
+    * Incorrect tvbrabge was affecting highlight on selection.
+    
+    * AN & Confidentiality Offset dissection fixed.
+    
+    Change-Id: Ibc4422322b765b0073471345f6e0bc3b1aeba2f9
+    Reviewed-on: https://code.wireshark.org/review/15996
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 5a85add
+Author: Kenny Root <kenny@the-b.org>
+Date:   Thu Jun 16 00:12:53 2016 -0700
+
+    ssh: add RSA host key printing
+    
+    Adds a dissector for the ssh-rsa type of public key where the modulus
+    and public exponent are extracted out.
+    
+    Change-Id: I10b1f2d6f41878d9f7ffe5d399b9b7d4f69ad96e
+    Reviewed-on: https://code.wireshark.org/review/15975
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit e600526
+Author: Kenny Root <kenny@the-b.org>
+Date:   Wed Jun 15 17:05:54 2016 -0700
+
+    ssh: add hostkey information
+    
+    Adds a framework for hostkey to be printed out separately from the rest
+    of the key exchange. This will allow for individual key information to
+    be presented separately in subsequent changes.
+    
+    Change-Id: I27433772ef1a9e1c45f388809017ed07cf6e41fa
+    Reviewed-on: https://code.wireshark.org/review/15974
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ecd4120
+Author: Binh Trinh <beango@gmail.com>
+Date:   Thu Jun 16 23:51:14 2016 -0400
+
+    Diameter-3GPP: add AVP 21 RAT-Type decoding
+    
+    Change-Id: Ibede796a52bb382525bc1f430d5fdecd555c233f
+    Reviewed-on: https://code.wireshark.org/review/15993
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit e912db4
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Fri Jun 17 17:45:28 2016 +0200
+
+    Add an expert item to asure that aifsn is at least 2
+    
+    Change-Id: If7105ba2e476acca8a02ce740decc4966b0af1bb
+    Reviewed-on: https://code.wireshark.org/review/15998
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit 2e9f3c5
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue May 3 18:40:17 2016 +0200
+
+    tap: change glib functions to wmem.
+    
+    Change-Id: I878ae6b121a669f9b7f4e1e57bc079f0cb44c0bf
+    Reviewed-on: https://code.wireshark.org/review/15270
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Evan Huus <eapache@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 2aa55a3
+Author: Binh Trinh <beango@gmail.com>
+Date:   Fri Jun 17 01:21:19 2016 -0400
+
+    GTPV2: add decoding of ECI into enodebid and cellid
+    
+    Change-Id: If46cc354e202ff9a126580bf742d747e42678f83
+    Reviewed-on: https://code.wireshark.org/review/15994
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit a6da022
+Author: Jens Kilian <jens.kilian@advantest.com>
+Date:   Fri Jun 17 12:39:09 2016 +0200
+
+    Qt: Fix a compile error occurring on RedHat Enterprise Linux.
+    
+    Another missing Qt #include; probably caused by commit 157721c.
+    
+    Change-Id: I8ab4be9f18dffde7159debd842201e2a67230ec8
+    Reviewed-on: https://code.wireshark.org/review/15995
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit a4f5802
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jun 15 00:04:21 2016 +0200
+
+    autotool: Add -Wc99-extensions CFLAGS
+    
+    See with CMake (ga9070e1a90)
+    
+    Change-Id: If768b663f9ed032503fc121785b078c0107cdadc
+    Reviewed-on: https://code.wireshark.org/review/15909
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit 42b0609
+Author: Martin Kacer <kacer.martin@gmail.com>
+Date:   Mon Jun 13 15:47:44 2016 +0200
+
+    tshark JSON and Elasticsearch output
+    
+    Added ouput -T for json|ek
+    Added -j switch fo filter EK json|ek fields.
+    Added -x switch to work with json|ek to insert raw fields.
+    
+    Bug: 11754
+    
+    Change-Id: Iad5a9092b843c074b0b774d1745fa14fca09f6b7
+    Reviewed-on: https://code.wireshark.org/review/15869
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 0aa5f6c
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Thu Jun 16 15:23:59 2016 -0700
+
+    idl2wrs: fix more bad strndups
+    
+    Fixed another g_strndup case that truncated the name and replaced more
+    by strdups when possible.
+    
+    Change-Id: Id7ce4d82da9fb1d0071bc7a6b4e7c2062bf77f55
+    Reviewed-on: https://code.wireshark.org/review/15988
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 22fb7a5
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jun 16 23:26:58 2016 +0100
+
+    mswsp: Remove null check (CID1355407)
+    
+    value->type is already asserted as not null (and probably shouldn't be).
+    
+    Change-Id: I574d3e7e0d5c636e6b731c1c817f2e457447afc1
+    Reviewed-on: https://code.wireshark.org/review/15990
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 0ca6a6d
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Wed Jun 15 02:20:11 2016 +0100
+
+    Align AUTHORS.src column
+    
+    Change-Id: I17ed5e0be356666e9b29490ce43deb357fe177ff
+    Reviewed-on: https://code.wireshark.org/review/15991
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit f9c2a2e
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jun 16 10:38:33 2016 +0100
+
+    LDSS: Add an assertion (CID280539,CID280540)
+    
+    Change-Id: I18082a4d45f0c320b8ee0e11139295eb1aee2c89
+    Reviewed-on: https://code.wireshark.org/review/15968
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 157721c
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jun 16 14:09:28 2016 -0700
+
+    Qt: Add "Copy As…" to VoIP Calls.
+    
+    Bug: 4389
+    Change-Id: I88dba82bd63e8c3be2b6fac3eca88f810c62d8bd
+    Reviewed-on: https://code.wireshark.org/review/15985
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit ee6e89d
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Thu Jun 16 10:18:07 2016 +0100
+
+    CANopen: Check array bounds for untrusted index (CID 1356262)
+    
+    Change-Id: If5ca51e5703fa4137ab9f388a99d613752d3b0d0
+    Reviewed-on: https://code.wireshark.org/review/15983
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 99e2466
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jun 16 13:31:47 2016 -0700
+
+    Add a sequence analysis wishlist item.
+    
+    Change-Id: Idea0bab80c7c05e3ad9f8591904e882df69a17ff
+    Reviewed-on: https://code.wireshark.org/review/15984
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit c269684
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Thu Jun 16 10:20:40 2016 -0700
+
+    lemon: use a define for fseek()'s whence parameter
+    
+    for people who don't immediately understand what fseek(fp, 0, 2) does
+    
+    Change-Id: I297ba6fd718ef0f09c4d0b29bf433262c3c38435
+    Reviewed-on: https://code.wireshark.org/review/15976
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 0600f92
+Author: Victor Barratault <victor.barratault@gmail.com>
+Date:   Thu Jun 16 14:06:32 2016 -0400
+
+    ldap: added modify-increment operation identification in packet dissection and generate the modified dissector dissector
+    
+    Change-Id: Iad745b9e0e8ab0bc055da7f26ec0822433897db7
+    Reviewed-on: https://code.wireshark.org/review/15977
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 86a7ab1
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Thu Jun 16 20:51:24 2016 +0200
+
+    DEC DNART: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+    
+    Change-Id: Ic2d333b418928351f32673890c9c432c7bfa0f16
+    Reviewed-on: https://code.wireshark.org/review/15982
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit c1626db
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Thu Jun 16 20:48:58 2016 +0200
+
+    SITA: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+    
+    Change-Id: I2565b0bee66f934561df506e87a35fdd14590f92
+    Reviewed-on: https://code.wireshark.org/review/15981
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 13c0136
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jun 15 18:54:07 2016 -0400
+
+    DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_value
+    
+    Change-Id: I88398aa1923e86bb83b97cc3904529a5810f6c40
+    Reviewed-on: https://code.wireshark.org/review/15978
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit c98b0d5
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Tue Jun 14 23:59:12 2016 +0200
+
+    Add Cisco ttag dissector
+    
+    Add dissector for Cisco ttag protocol.
+    
+    Bug: 12518
+    Change-Id: Id17293a80b2b6827fd2d5c7ead098784c35a28ef
+    Reviewed-on: https://code.wireshark.org/review/15964
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 0e8fef5
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Thu Jun 16 12:43:24 2016 -0400
+
+    Finish getting making the Diameter XML valid XML.
+    
+    ... Except for the fact that many AVP names start with "3GPP".
+    
+    Make the AVP names XML IDs again.
+    
+    Fix all the grouped AVPs that reference AVPs (by name) or vice-versa.  This
+    includes:
+     * Fixing a bunch of typos (including type mismatches).
+     * Commenting out a number of references to vendor AVPs for which we don't have
+       the specs.
+     * Adding a few missing AVPs.
+    
+    Change-Id: Ic2ddb50cc947877de9086be51f7813e8f9be02b4
+    Reviewed-on: https://code.wireshark.org/review/15973
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 4ad428d
+Author: Kenny Root <kenny@the-b.org>
+Date:   Wed Jun 15 23:53:49 2016 -0700
+
+    ssh: set packet lengths correctly
+    
+    Each SSH packet was being set to be the remaining length of the frame.
+    This change sets the packet lengths correctly for each SSH packet.
+    
+    Change-Id: Id9c2331d875465cd5e6bb788d420e0025f5d496e
+    Reviewed-on: https://code.wireshark.org/review/15966
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit b22e1ae
+Author: Kenny Root <kenny@the-b.org>
+Date:   Wed Jun 15 23:54:43 2016 -0700
+
+    ssh: packets after SSH_MSG_NEWKEYS are encrypted
+    
+    According to RFC 4253 section 7.3, once the SSH_MSG_NEWKEYS is received
+    all packets after that will be encrypted using the negotiated keys. This
+    can happen in the middle of a frame, so account for the offset in the
+    frame where this happens.
+    
+    Change-Id: Ibc3b06a4bdfe38ae15b0e65afac6f5d3646cb58d
+    Reviewed-on: https://code.wireshark.org/review/15965
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 9a5e6a6
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jun 15 15:35:51 2016 -0400
+
+    DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flags
+    
+    Change-Id: I8891ec90244ffd9609d8443df631a7c8e6453b7e
+    Reviewed-on: https://code.wireshark.org/review/15942
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 946b037
+Author: Samiran Saha <ssahasamiran@gmail.com>
+Date:   Thu Jun 16 17:15:06 2016 +0530
+
+    MKA: Fix for GCM-AES-256 dissection & Added Enumeration for macsec-cipher-suite
+    
+    Change-Id: Ief38f949d3e30754a65fbfeaa64cbbd2f5646a9b
+    Reviewed-on: https://code.wireshark.org/review/15969
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 7d6e3e0
+Author: Thomas Shen <thomashen@gmail.com>
+Date:   Wed Jun 15 14:26:02 2016 -0700
+
+    NSH: Correct the display of the NSH header fields
+    
+    Change-Id: I3be75d20a3f00091aa3077e475f9ddb00eeca06c
+    Reviewed-on: https://code.wireshark.org/review/15963
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 44ba346
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Thu Jun 16 14:32:58 2016 +0200
+
+    gtk: Check chunk before g_string_chunk_clear
+    
+    Avoid this warning from wireshark-gtk:
+     (wireshark-gtk:39505): GLib-CRITICAL **: g_string_chunk_clear: assertion
+     'chunk != NULL' failed
+    
+    Change-Id: I413b3435a1ac595236dd1c4e619e3af1543b6a91
+    Reviewed-on: https://code.wireshark.org/review/15970
+    Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit d3bb3a0
+Author: Victor Barratault <victor.barratault@gmail.com>
+Date:   Tue Jun 14 12:17:54 2016 -0400
+
+    Typing error line 4928 of packet-dns.c
+    
+    Change-Id: I1a6409262614a87c159236375223707c85114650
+    Reviewed-on: https://code.wireshark.org/review/15972
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 44e3212
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Wed Jun 15 22:23:46 2016 -0700
+
+    gitignore: updated cmake paths
+    
+    * files.txt: v2.1.0rc0-2918-g2e23b50 ("Add checkAPI calls to CMake.")
+    * epan: v2.1.0rc0-2202-g6b54fbf ("CMake: Add more structure to
+      libwireshark build")
+    * asn1: v2.1.0rc0-2330-g54a520d ("Move /asn1 to /epan/dissectors")
+    
+    Change-Id: I0ef590de7d262d96c011be360b958fbda72a61fa
+    Reviewed-on: https://code.wireshark.org/review/15961
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit dabbaaf
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Sat Feb 28 17:44:27 2015 +0100
+
+    filesystem: Fix build dir detection when using cmake
+    
+    Fixes loading of plugins by detecting the build output directory of
+    cmake. This requires a "CMakeCache.txt" file to be present in the parent
+    directory (above run/).
+    
+    Change-Id: I297432cdcd0981646058410f3eadf5f73b5248c8
+    Reviewed-on: https://code.wireshark.org/review/7453
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 897f9f7
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 15 13:17:41 2016 -0700
+
+    Add a note about the new intelligent scroll bar.
+    
+    Should we call it the intelligenter scroll bar?
+    
+    Change-Id: I67e76c1aabeb4b2e87e38815fe4ab120f0869b25
+    Reviewed-on: https://code.wireshark.org/review/15936
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 50591ac
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Wed Jun 15 19:53:45 2016 -0700
+
+    CID 1250642: check the return value of dup()
+    
+    abort if it is -1
+    
+    Change-Id: Ie14c18679ff74529731558d6742f63ebfb9fe97b
+    Reviewed-on: https://code.wireshark.org/review/15958
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit b223d64
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Thu Jun 16 00:04:36 2016 -0400
+
+    Make the rest of the Diameter AVP names unique.
+    
+    In most cases this means prepending the application- or vendor-name to force
+    uniqueness.  A few vendors have duplicates within their namespace--append the
+    AVP code to these.
+    
+    Also fix a few other invalid names (with spaces or parentheses in the names).
+    
+    Change-Id: I5bb78d31526122dd5782055638af410cc497e49d
+    Reviewed-on: https://code.wireshark.org/review/15960
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit f749a64
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Tue Jun 14 22:29:34 2016 -0700
+
+    cmake: Detect proper large file defines even with -Wno-error
+    
+    Without this change large file support was detected as available
+    even when it was not without additional flags on 32 architectures.
+    
+    As a result mergecap and other programs are built without large
+    file support causing mergecap not being able to write files
+    bigger than 2GB on i386 systems. This used to work properly
+    with autotools builds, but not with CMake ones.
+    
+    Change-Id: Ibfd043342b2a48310d2ac9d760e6404a701c5808
+    Reviewed-on: https://code.wireshark.org/review/15937
+    Petri-Dish: Balint Reczey <balint@balintreczey.hu>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Balint Reczey <balint@balintreczey.hu>
+
+commit 4962ea6
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Wed Jun 15 00:47:44 2016 +0200
+
+    qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleStatisticsDialog.
+    
+    Add a reference count to stat_tap_table_ui to prevent bad deallocations.
+    
+    Bug: 12437
+    Change-Id: Ib9b1f929d08a574c306dc755ec416ab94a3fd6d3
+    Reviewed-on: https://code.wireshark.org/review/15920
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit a38db78
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Wed Jun 15 13:25:44 2016 -0400
+
+    Update the X11 dissector to use the latest mesa and xcbproto.
+    
+    Change-Id: Ia1395cffaebbcf6585b9167861d8c3b4d86cf821
+    Reviewed-on: https://code.wireshark.org/review/15923
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit d1d27bd
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Wed Jun 15 19:16:42 2016 -0700
+
+    Qt: Clarify follow stream dialog's format button
+    
+    The stream is not just shown, but also saved in ASCII, EBDIC, Raw, etc.
+    
+    Change-Id: Ic29e3273ebb9a3eca0fe791bdd48606c4be3b828
+    Reviewed-on: https://code.wireshark.org/review/15957
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 8b94a66
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jun 15 23:35:58 2016 +0200
+
+    X11: Fix last indent issue on X11 generator
+    
+    and regenerate X11 dissector
+    
+    Change-Id: If2c781d346713f5a2a2e97de84c0fedcfd1958af
+    Reviewed-on: https://code.wireshark.org/review/15944
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit a9d9d4f
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jun 15 22:52:18 2016 +0200
+
+    x11: Regenerate dissector after indent change on g2b8caf31cca
+    
+    Change-Id: Iac1522998c5983b417a0083b9c607a60e7f66e8c
+    Reviewed-on: https://code.wireshark.org/review/15943
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit b5a8c4f
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 16 01:25:03 2016 +0200
+
+    randpktdump: fix a crash.
+    
+    Randpktdump requires the init the wtap opttypes.
+    Fixed making the init function public and calling it.
+    
+    Bug: 12539
+    Change-Id: I02585c41012deacff1526b51ed09ab555cbfc8ce
+    Reviewed-on: https://code.wireshark.org/review/15951
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 79aab92
+Author: AndersBroman <anders.broman@ericsson.com>
+Date:   Wed Jun 15 23:57:39 2016 +0200
+
+    Don't call g_ascii_strcasecmp() with an NULL string.
+    
+    Change-Id: I6efbdcb51efe5f2db233827e32e2105db6322d6c
+    Reviewed-on: https://code.wireshark.org/review/15946
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 83b2d5e
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Jun 16 02:34:27 2016 +0200
+
+    gtk: add initializer (CID 1362745).
+    
+    Change-Id: Ib1bc11e905b0a4e84302e3f9ac43f3a87afd6edf
+    Reviewed-on: https://code.wireshark.org/review/15954
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 66d26d7
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Wed Jun 15 22:01:31 2016 -0400
+
+    Remove a bunch of unassigned ETSI AVPs.
+    
+    These were presumably there to allow indexed search of the AVP list but it
+    wasn't working anyway (binary search was used).  And the expert info for
+    "unknown" (to Wireshark) AVPs is a good thing.
+    
+    Change-Id: Id6b9e5c90b8a2a6e3cf4415cd1b6114308c74440
+    Reviewed-on: https://code.wireshark.org/review/15956
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 38afb1d
+Author: Rudra Rugge <rudrarugge@gmail.com>
+Date:   Wed Jun 15 15:22:25 2016 -0700
+
+    ip-over-ib description entry was missing
+    
+    Description entry was missing in the list.
+    
+    Change-Id: Ia8f8bd4608ee6800a352f4979752b5c45c4a5086
+    Reviewed-on: https://code.wireshark.org/review/15947
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 37c40bd
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jun 15 18:06:04 2016 -0700
+
+    Export wtap_optionblock_copy_options() symbol
+    
+    It can be useful for wiretap plugins
+    
+    Change-Id: Ic56e4357ba3bfcef30d13615efc1361399c3133e
+    Reviewed-on: https://code.wireshark.org/review/15955
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 60578aa
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jun 15 13:42:56 2016 -0700
+
+    file_util.c: do not search in Npcap installation folder when calling ws_load_library()
+    
+    ws_load_library() is not used to load packet.dll or wpcap.dll (we use ws_module_open() for this).
+    Let's not lose time checking the folder content.
+    
+    Change-Id: Ibd4a71b8b0c5ffc0c4c146eca51ad9f20964515b
+    Reviewed-on: https://code.wireshark.org/review/15938
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit b2c7e8e
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Wed Jun 15 13:02:39 2016 -0700
+
+    mongo: return the number of bytes we actually consumed
+    
+    even if the document length is 0, we consumed at least 4 bytes for the
+    length field
+    
+    bug: 12534
+    Change-Id: I2f1612bf575b558c1bcc0afe8202b202747846e3
+    Reviewed-on: https://code.wireshark.org/review/15934
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit c5528d0
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Wed Jun 15 18:40:53 2016 -0400
+
+    Make some more Diameter AVP names unique.
+    
+    In some cases this means using the correct (updated?) name from the
+    specification. In others it means prepending the application- or vendor-name
+    to force uniqueness.
+    
+    Remove a few more "Unassigned" AVPs from the XML files.
+    
+    Change-Id: I61d55ef97ff8efc3317c91bf79e73031735f740a
+    Reviewed-on: https://code.wireshark.org/review/15949
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit e551731
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Wed Jun 15 14:06:23 2016 -0700
+
+    idl2wrs: fix code generation
+    
+    Fixes a regression from v1.99.9rc0-470-g87f2bd4 which truncated function
+    names to 26 characters.
+    
+    Test:
+    
+        cd epan/dissectors/dcerpc/budb
+        make IDL2WRS=/tmp/wsbuild/run/idl2wrs
+        diff packet-dcerpc-budb.c ../../packet-dcerpc-budb.c
+    
+    While at it, replace all g_strndup(X, strlen(X)) occurrences with
+    g_strdup(X) since that is the same thing and less redundant.
+    
+    Change-Id: Id8da45792c830e2287cf8f14ff6245149751afd2
+    Reviewed-on: https://code.wireshark.org/review/15939
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 1708e2e
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Wed Jun 15 15:40:15 2016 -0700
+
+    gtk: Fix null dereference in stats
+    
+    This fixes the bug reported to Debian:
+    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786704
+    
+    Change-Id: Iabe19c11067318d78664a17fa00d6a4d1998250c
+    Reviewed-on: https://code.wireshark.org/review/15948
+    Reviewed-by: Balint Reczey <balint@balintreczey.hu>
+
+commit fb38049
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jun 15 14:50:03 2016 -0700
+
+    proto.c: allow calling proto_item_add_bitmask_tree() with a length set to 0
+    
+    This is required for the flags from packet-frame.c
+    
+    Bug: 12536
+    Change-Id: I60bfe671687bcd3a9b5c997ba62bed563e890548
+    Reviewed-on: https://code.wireshark.org/review/15945
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit c3190ad
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jun 15 20:35:47 2016 +0200
+
+    capture info (wslua): Dereference of null pointer
+    
+    Change-Id: Iced579d5acaefa9d1c8e3775a53916773bf87659
+    Reviewed-on: https://code.wireshark.org/review/15929
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit a8f73e9
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Wed Jun 15 14:14:23 2016 -0700
+
+    documentation: Suggest using prefixed public symbols
+    
+    Change-Id: I9153756b0e921fd74d7df9d119337f5484856ba0
+    Reviewed-on: https://code.wireshark.org/review/15940
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 04058b8
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 15 11:27:53 2016 -0700
+
+    Qt: Adjust the search frame layout.
+    
+    Add padding on the left side of the search frame in order to reduce the
+    amount of mousing required on large screens.
+    
+    Change-Id: I1dcd8c4a103f4a462f4ab60a22a93b8c0f28b055
+    Reviewed-on: https://code.wireshark.org/review/15928
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 66efbdb
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Wed Jun 15 16:01:05 2016 -0400
+
+    Make some Diameter AVP names unique.
+    
+    In some cases this means using the correct (updated?) name from the
+    specification. In others it means prepending the application name to force
+    uniqueness.
+    
+    Change-Id: I8301c769af2b2279c0be7c1bc65e99fe25c1cc80
+    Reviewed-on: https://code.wireshark.org/review/15935
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 1b0d51f
+Author: dsrsupport <eugene.exarevsky@dsr-company.com>
+Date:   Wed Jun 15 19:45:50 2016 +0300
+
+    ZigBee: decode ZBOSS traffic dump and Interpan frames as ZigBee.
+    
+    If decoded ZBOSS traffic dump, sure this is ZigBee, so bypass heuristic.
+    If decoding air sniffer dump, try to go thru heuristic by checking for ext address src mode required for interpan.
+    
+    Change-Id: Iddf799400a4cf0fd73714f06b99e3d11c8cb2e60
+    Reviewed-on: https://code.wireshark.org/review/15921
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 561a063
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 10 15:26:57 2016 -0700
+
+    Pass "/utf-8" to Visual C++ 2015.
+    
+    Many projects (Qt[1] and GNOME[2] in particular) either recommend, use,
+    or at least allow for UTF-8 in source and header files. Pass /utf-8 to
+    Visual C++ 2015 so that it will behave itself around UTF-8 and be more
+    like that nice compiler down the street.
+    
+    [1] https://wiki.qt.io/Strings_and_encodings_in_Qt
+    [2] https://bugzilla.gnome.org/show_bug.cgi?id=767218
+    
+    Change-Id: Ibc90d235742134cb42dd796ba529699bcbbe3ad0
+    Reviewed-on: https://code.wireshark.org/review/15821
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ca1c5f5
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Wed Jun 15 20:14:18 2016 +0200
+
+    diameter (3GPP): Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+    
+    Change-Id: Iaa74265df66455528c86658a26812876574a904a
+    Reviewed-on: https://code.wireshark.org/review/15927
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 6d89f3b
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Wed Jun 15 13:31:41 2016 -0400
+
+    Update to the latest config.guess and config.sub
+    
+    Change-Id: Id493fb3b79326b522a3a11c3258531683f159187
+    Reviewed-on: https://code.wireshark.org/review/15924
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 64169e3
+Author: dsrsupport <eugene.exarevsky@dsr-company.com>
+Date:   Wed Jun 15 18:48:01 2016 +0300
+
+    ZigBee: add support for inter-pan transmissions.
+    
+    Added dissection of inter-pan nwk and aps stub to be used to decode ZLL commissioning cluster.
+    
+    Change-Id: I871016a93854f1caf2f14f2f84e5397de5f1e2ff
+    Reviewed-on: https://code.wireshark.org/review/15918
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 6baa1b5
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jun 8 15:57:00 2016 +0200
+
+    Remove Nmake build system
+    
+    Change-Id: I3bd474f3cda9667dec66426b5729449953df3e61
+    Reviewed-on: https://code.wireshark.org/review/15777
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+    Reviewed-by: Balint Reczey <balint@balintreczey.hu>
+
+commit 88bd50c
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 15 12:15:54 2016 -0700
+
+    Don't map the interface ID for records that don't pertain to an interface.
+    
+    And revert to the previous behavior of map_phdr_interface_id(); that
+    change broke the mergecap tests when it was merging pcap files into a
+    pcapng file.
+    
+    Change-Id: I2e079b0e87dce06e98faa9ab7615f9b9b2701b77
+    Reviewed-on: https://code.wireshark.org/review/15932
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 5a73176
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jun 15 11:46:53 2016 -0700
+
+    Win: convert atkversion.h to UTF-8
+    
+    Change-Id: I7bfa9be11596cc9a3e1b0226c6865edf47e96782
+    Reviewed-on: https://code.wireshark.org/review/15931
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit edf0b5c
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Wed Jun 15 20:05:32 2016 +0200
+
+    qt: add initializer to ExpertPacketTreeWidgetItem (CID 1362746).
+    
+    Change-Id: I8ca154907e01fb40affb9e5f5a0aaf55921c95db
+    Reviewed-on: https://code.wireshark.org/review/15926
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit de23fbc
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Wed Jun 15 10:53:43 2016 -0700
+
+    zbee-nwk: don't THROW() an exception from a dissector
+    
+    we already have an expert info, so we can just return the number of
+    bytes in the tvb
+    
+    Change-Id: I6199760316d7ef141877bc8f65012d36e4dd357b
+    Reviewed-on: https://code.wireshark.org/review/15925
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit ec5acbc
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Fri Mar 11 18:42:49 2016 +0100
+
+    wtap: Make default_filter static
+    
+    Address of stack memory associated with local variable 'default_filter'
+    is still referred to by the global variable 'filter_option' upon returning
+    to the caller.  This will be a dangling reference.
+    
+    Change-Id: I6160a37f05b8aea245b723ec50803e4062886738
+    Reviewed-on: https://code.wireshark.org/review/14427
+    Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 9ba9a05
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Wed Sep 30 14:34:39 2015 +0100
+
+    Display "IP DSCP" column as short text
+    
+    Ping-Bug: 12429
+    Change-Id: I618b2017e161d89f0efa25ce2fb82a1808e8d315
+    Reviewed-on: https://code.wireshark.org/review/10701
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit babb9e3
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Wed Jun 15 08:45:54 2016 -0700
+
+    androiddump: fix leak on --extcap-interfaces
+    
+    extcap_base_register_interface duplicates the memory, so there is no
+    need to keep it around.
+    
+    Change-Id: I2bac8be519b659504c512d4eb29be8f7ef6dbd59
+    Reviewed-on: https://code.wireshark.org/review/15919
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 95a0579
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jun 15 08:24:48 2016 -0700
+
+    win-setup.ps1: stop downloading user-guide; with CMake it is generated from source code
+    
+    Change-Id: I3b015594bd6a6b0c41938ba17d5690c08e04f490
+    Reviewed-on: https://code.wireshark.org/review/15917
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 525fd71
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jun 14 23:17:25 2016 -0400
+
+    proto_tree_add_boolean -> proto_tree_add_bitmask_list_value
+    
+    Change-Id: Ic644042d238b5f2abcd874bca92c6dea55804ba9
+    Reviewed-on: https://code.wireshark.org/review/15913
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit d25a60c
+Author: Gerald Combs <gerald@zing.org>
+Date:   Sun Apr 24 11:21:50 2016 -0700
+
+    More Sysdig / system event support.
+    
+    Add REC_TYPE_SYSCALL to wiretap and use it for Sysdig events. Call the
+    Sysdig event dissector from the frame dissector. Create a "syscall"
+    protocol for system calls, but add "frame" items to it for now.
+    
+    Add the ability to write Sysdig events. This lets us merge packet
+    capture and syscall capture files.
+    
+    Change-Id: I12774ec69c89d8e329b6130c67f29aade4e3d778
+    Reviewed-on: https://code.wireshark.org/review/15078
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit b26e757
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Wed Jun 15 08:53:14 2016 +0200
+
+    Let the calculated window scale be 16 bit wide.
+    
+    Even though TCP window scale shift is only 8 bits, the scale
+    calculated from it is max 16384. therefor a 16 bit value.
+    Let the tree item map to the single byte in the TVB, while
+    allowing the value to be 16 bit.
+    
+    Bug: 12525
+    Change-Id: I41cebc62f6b8b09e13efa5f3b7432001e8d994e1
+    Reviewed-on: https://code.wireshark.org/review/15914
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 0ef1d94
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jun 14 11:55:08 2016 -0400
+
+    Allow control of individual columns to be (un)writable.
+    
+    Most protocols just want to limit COL_INFO or COL_PROTOCOL
+    so give that level of granularity.
+    
+    Bug: 12144
+    Bug: 5117
+    Bug: 11144
+    Change-Id: I8de9b7d2c69e90d3fbfc0a52c2bd78c3de58e2f8
+    Reviewed-on: https://code.wireshark.org/review/15894
+    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit c19e6c2
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Tue Jun 14 14:52:01 2016 -0700
+
+    cmake: fix ENABLE_ASAN detection
+    
+    Do not add -fsanitize=undefined when ASAN is requested, UBSAN is a
+    different feature (which could be added later as desired). This makes
+    the -DENABLE_ASAN=1 option match the autotools --enable-asan option.
+    
+    Fail hard if ASAN support is requested but not supported, this avoids
+    surprises when something is wrong. Fix ASAN detection by setting the
+    linker option too.
+    
+    Note: if you have previously set ENABLE_ASAN=1 with the broken ASAN
+    detection, you have to clear your CMakeCache.txt file to redo the
+    detection.
+    
+    Change-Id: Iba6ca0da0336eccedd0cf31a251baad9d1aff5b4
+    Reviewed-on: https://code.wireshark.org/review/15908
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 3a59021
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 13 15:28:16 2016 -0400
+
+    Change how dissectors do late-field-registration to avoid a double-registration
+    assertion.
+    
+    If a dissector forces registration of fields during dissection it needs to do
+    so in a way that clears the prefix registration.  Otherwise epan will call the
+    registration routine a 2nd time (which will cause us to assert out) if a user
+    types a display filter (with the dissector's prefix) that doesn't exist.
+    
+    Update the proto_register_prefix() comments to reflect this.
+    
+    Change-Id: I3ce29243395fb55192bb5dfd950baa88410ac136
+    Reviewed-on: https://code.wireshark.org/review/15881
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 22fd85d
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Mon Jun 13 18:05:11 2016 -0700
+
+    mount: fix a memory leak
+    
+    don't copy the wmem-buffer from address_to_str() into a g_malloc()ed one
+    that is never freed
+    
+    instead, realloc the wmem-buffer and add the nfs path to it
+    
+    (nfs_name_snoop_add_name() will make a copy internally)
+    
+    Change-Id: I4274a4a413c09f3f1d78beba65d94748ce185413
+    Reviewed-on: https://code.wireshark.org/review/15902
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit eb4ed5a
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Tue Jun 14 17:35:51 2016 -0700
+
+    Clean up some messages.
+    
+    We're checking for more than just a 64-bit off_t; we're checking for the
+    ability to do 64-bit seeks in files, even if, as on Windows, the APIs
+    are different.
+    
+    Remove trailing white space and clean up some comments while we're at
+    it.
+    
+    Change-Id: I6122b6d6b44ff5dd3a4d8268f9793193e65817ce
+    Reviewed-on: https://code.wireshark.org/review/15912
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 51dd96f
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jun 14 16:11:18 2016 -0700
+
+    Fix OSX buildbot
+    
+    Dirty CORBA IDL dissectors must be compiled without -Werror option
+    
+    Change-Id: I46431c635274399cd6d365a608cdc0aecbc59c95
+    Reviewed-on: https://code.wireshark.org/review/15911
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 38d08e0
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Jun 14 19:35:32 2016 +0200
+
+    dns_stats: generate stats just for pure dns (not mDNS, not LLMR).
+    
+    The stats for mDNS and llmnr are pending. The change just resolves a bug
+    in the stats that are wrongly generated when the traffic is mDNS or LLMR.
+    
+    Bug: 12492
+    Change-Id: Ie772e204d0ddea997dd8cbf609725605c8a507c8
+    Reviewed-on: https://code.wireshark.org/review/15897
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit 58023e5
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Tue Jun 14 23:43:15 2016 +0200
+
+    proto(.h): fix '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
+    
+    Change-Id: Ie0e502adcc8eb00f65ffa6c018d5b9d79655ddb7
+    Reviewed-on: https://code.wireshark.org/review/15907
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+
+commit b7e32bb
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Tue Jun 14 17:23:58 2016 -0400
+
+    FIX dissector - Improve Message info
+    
+    Bug: 5350
+    Change-Id: I4b2d60549f9680bbc008a2abba5d7ec108f6bf22
+    Reviewed-on: https://code.wireshark.org/review/15905
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 581a17a
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Mon Jun 13 15:11:55 2016 -0700
+
+    CORBA IDL: compile dissectors with /Ox when using MSVC2013 x64
+    
+    By default Windows files are compiled with /O2 optimization flag (that brings the best performance).
+    But MSVC2013 x64 compiler generates buggy code for CORBA IDL dissectors.
+    Let's downgrade the optimization to /Ox for those files specifically.
+    
+    Bug: 12495
+    Change-Id: Ibbb532653808d915c82bd20b55dd9e68d86b1207
+    Reviewed-on: https://code.wireshark.org/review/15884
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+
+commit d74113f
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Tue Jun 14 17:38:17 2016 -0400
+
+    Don't list "AVP" as a possible member of a grouped AVP.
+    
+    There's no AVP named "AVP".  And there's no need to tell Wireshark that any AVP
+    may put in the group (the RFC lists "AVP" for that purpose).
+    
+    Change-Id: I3591af725ebe089e13eae7b712ef4404cb7924a2
+    Reviewed-on: https://code.wireshark.org/review/15906
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 9bb4edf
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Apr 5 18:24:25 2016 +0200
+
+    packet.c: remove const compiler warning.
+    
+    Change-Id: Ida9384dccb0e8bacbc9aad39515c3dae9c5ce563
+    Reviewed-on: https://code.wireshark.org/review/14768
+    Reviewed-by: João Valverde <j@v6e.pt>
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 40a3cbf
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Tue Jun 14 11:31:10 2016 -0700
+
+    Qt: fix crash when opening Expert Info dialog
+    
+    g6ff19ff tried to access cinfo by following a chain of pointers from
+    expert_info. Access cinfo from cap_file_, which is more reliable. While
+    we are at it, let's explicitly check the pointer validity.
+    
+    Change-Id: I0da72c5b1d2230a49c125a1b57c81c3115c4f2fb
+    Reviewed-on: https://code.wireshark.org/review/15901
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit c0c00f4
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Tue Jun 14 10:52:28 2016 -0400
+
+    Give unique names to a bunch of reserved, experimental, etc., AVPs.
+    
+    Also remove a bunch of AVPs that are unassigned/unallocated--there's no
+    real benefit to telling users that...
+    
+    Change-Id: I1b18a11a1b65189d21520c74aae3dde77688e592
+    Reviewed-on: https://code.wireshark.org/review/15895
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 4ba1fe4
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Tue Jun 14 21:45:53 2016 +0200
+
+    Replace wlan_ignore_wep_ by wlan_ignore_prot_ and WLAN_IGNORE_WEP_ by WLAN_IGNORE_PROT_
+    
+    Change-Id: I870cc1e5293dd6e1a1b71157987e27399e080a73
+    Reviewed-on: https://code.wireshark.org/review/15904
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit 0d45698
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon May 2 17:21:57 2016 +0200
+
+    tvbparse: change g_hash_table to wmem_map.
+    
+    Change-Id: I245595051617f6d6333314240825a526adf19339
+    Reviewed-on: https://code.wireshark.org/review/15244
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit a7ab65d
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Thu Apr 21 18:04:16 2016 +0200
+
+    addr_resolv: change g_hash to wmem_map.
+    
+    Change-Id: Ice7533fbeac700dae0a46766838818a32b0d5736
+    Reviewed-on: https://code.wireshark.org/review/15051
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 1dabd3a
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue Apr 12 18:14:14 2016 +0200
+
+    dcm: remove g_malloc
+    
+    Change-Id: I3d00b710c6fc6e5798ecc5eca9af11ccac920e5a
+    Reviewed-on: https://code.wireshark.org/review/14913
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 374d120
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Mon May 2 17:50:38 2016 +0200
+
+    tvbparse: change g_malloc to wmem_alloc.
+    
+    Change-Id: I6a6363400d9fd1d76b9de0c5deea83dfc7cea1e2
+    Reviewed-on: https://code.wireshark.org/review/15245
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 76ed781
+Author: Joerg Mayer <jmayer@loplof.de>
+Date:   Tue Jun 14 21:12:16 2016 +0200
+
+    Add Aerohive gre tunnel between APs.
+    
+    Change-Id: I24d0320cd164ead2802af37d07016c9c46d18e9e
+    Reviewed-on: https://code.wireshark.org/review/15903
+    Reviewed-by: Jörg Mayer <jmayer@loplof.de>
+
+commit e86af3a
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Sun Apr 3 11:10:02 2016 +0200
+
+    wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIRED
+    
+    Ensure that the member cannot be NULL at initialization, simplifies
+    checkCaptureInfo and checkCaptureInfoConst logic.
+    
+    Change-Id: I2d9caa4a235310569ebbf0b30199dd3df7a4c093
+    Reviewed-on: https://code.wireshark.org/review/14791
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit f6e223c
+Author: Peter Wu <peter@lekensteyn.nl>
+Date:   Sun Apr 3 10:58:44 2016 +0200
+
+    wslua: Drop unused "push_code" macro parameter
+    
+    Reduce noise, no caller has used this parameter since its introduction.
+    Msotly automated regex search and replace.
+    
+    Change-Id: I4b1180bfee8544b38d19c9c440ff5b9b0dc080b2
+    Reviewed-on: https://code.wireshark.org/review/14790
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit cecb227
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Fri Jun 3 17:56:54 2016 +0200
+
+    Add dissector for Real Time Location System (RTLS)
+    
+    Change-Id: I494cbb8c3c6da18dfd7901d098dde6448226f67e
+    Reviewed-on: https://code.wireshark.org/review/15711
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 4000386
+Author: Irene Ruengeler <ruengeler@wireshark.org>
+Date:   Mon Jun 13 17:39:42 2016 +0200
+
+    Fix SCTP analysis broken
+    
+    Bug: 12513
+    Change-Id: I3fdf79106ed007aadf528f0b373fb7a487f3d9a9
+    Reviewed-on: https://code.wireshark.org/review/15870
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 798f7e9
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Tue Jun 23 13:51:32 2015 -0700
+
+    gtk: Allow restoring maximized windows as maximized
+    
+    without losing window decorations on GNOME on the secondary monitor.
+    
+    Bug: 11303
+    Change-Id: Ie8f541dba9d49f9fe5d4892a8dc1cd42091afe1d
+    Reviewed-on: https://code.wireshark.org/review/9077
+    Reviewed-by: Balint Reczey <balint@balintreczey.hu>
+    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
+    Petri-Dish: Peter Wu <peter@lekensteyn.nl>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit f8031fa
+Author: Binh Trinh <beango@gmail.com>
+Date:   Tue Jun 14 00:37:53 2016 -0400
+
+    Added XML proper decoding for XML CDATASection
+    
+    Bug: 11755
+    Change-Id: Iecf7ce4bfad45d0c49f3af205e8489e53077198b
+    Reviewed-on: https://code.wireshark.org/review/15889
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit cbfa817
+Author: Anders Broman <a.broman58@gmail.com>
+Date:   Tue Jun 14 15:37:33 2016 +0000
+
+    Revert "Move inclusion of CmakeListsCustom to the end of the file in order to have all defines in place."
+    
+    This reverts commit bcbcad1e597f89e64389b6cc25b2fdbe9f89d960.
+    
+    This change breaks building of custom plugins.
+    
+    Change-Id: I63e88ceb922ca23ead9784705ad8ba088a504fd1
+    Reviewed-on: https://code.wireshark.org/review/15893
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 2f9957a
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Tue Jun 14 15:40:57 2016 +0200
+
+    browser (dcerpc): Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+    
+    Change-Id: I158a5fd8a645cd4d58565a6a4ee64371d271eb8e
+    Reviewed-on: https://code.wireshark.org/review/15892
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit af6936c
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Mon Jun 13 20:01:08 2016 -0700
+
+    GTK: Disable liboverlay-scrollbar that crashed wireshark on Ubuntu
+    
+    Bug: 11400
+    Change-Id: I40d901ab3ef43a61ef984014dabc0547605ef77c
+    Reviewed-on: https://code.wireshark.org/review/15888
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 048ba7a
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Mon Jun 13 15:50:33 2016 -0700
+
+    mount: don't THROW() an exception from a dissector
+    
+    if the length is too large, we can simply skip nfs_name_snoop_add_name()
+    and the code to prepare its input
+    
+    Change-Id: I30c9a89edf7b48c45b52e7dad099ac4151f7f4a7
+    Reviewed-on: https://code.wireshark.org/review/15883
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 238a984
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 13 19:51:29 2016 -0400
+
+    Don't register Wireshark for .pfx (IPFIX) files.
+    
+    (As pointed out by Gerald) .pfx files are (more commonly) PKCS#12 files.
+    People may be upset if we start grabbing them.
+    
+    Change-Id: Iecf857d082b7f2a0ad4fdd1a932332fc3c9d9498
+    Reviewed-on: https://code.wireshark.org/review/15886
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit da50994
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 13 20:14:41 2016 -0400
+
+    Adjust the Diameter DTD to accept applications and vendors in any order.
+    
+    Change-Id: I301a138b7f6db2d1a9ce1a20ebecf94e100bf831
+    Reviewed-on: https://code.wireshark.org/review/15887
+    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+
+commit 4e13588
+Author: John A. Thacker <johnthacker@gmail.com>
+Date:   Mon Jun 13 16:36:07 2016 -0400
+
+    extcap: Check libssh >= 0.6.0 for sshdump, ciscodump
+    
+    sshdump and ciscodump require libssh >= 0.6.0. Check for this version and
+    only build them if a sufficient version is present. (The other checks
+    stay; in particular, ssh_userauth_agent doesn't exist on Windows and
+    must be checked separately.)
+    
+    Bug: 12507
+    Change-Id: Ibe42b0cbb597cd9c4aab51f44d48185940ad954b
+    Reviewed-on: https://code.wireshark.org/review/15882
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Dario Lombardo <lomato@gmail.com>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 4943082
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 13 19:28:04 2016 -0400
+
+    Fix Custom.xml so it can be (correctly) included into the main dictionary.
+    
+    This file is included into dictionary.xml so it doesn't need all the DOCTYPE
+    stuff.
+    
+    Change-Id: I8397b3babe45c28706867be3169ce6ed566930e6
+    Reviewed-on: https://code.wireshark.org/review/15885
+    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+
+commit 90fa55d
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Mon Jun 13 05:35:14 2016 +0100
+
+    Add missing const to inet_ipv6.h
+    
+    Make it simpler too.
+    
+    Change-Id: I97dc79d7ac536089c1fa6ec2c20f19754d47a9d4
+    Reviewed-on: https://code.wireshark.org/review/15866
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 72af485
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sat Jun 11 13:56:33 2016 +0200
+
+    dcerpc: don't THROW() an exception from a dissector
+    
+    remove the checks in dissect_ndr_ucarray_core() where a block or bytes
+    dissection function is called and an exception is thrown if the offset
+    wraps around, i.e. the final offset is lower than the initial one
+    
+    the block functions eventually call proto_tree_add_item(), which throws
+    an exception if necessary
+    
+    the bytes functions end up calling functions to dissect basic types.
+    insert calls to tvb_ensure_bytes_exist() if those functions increase our
+    offset without reading data.  thus, an exception is thrown if there's an
+    overflow.
+    
+    remove some unnecessary if (tree) checks while at it
+    
+    Change-Id: I8006399ae20934daeec231246debe247f8dedbf0
+    Reviewed-on: https://code.wireshark.org/review/15832
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 551b824
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Mon Jun 13 15:34:16 2016 -0400
+
+    Add proto_tree_add_bitmask_list_value.
+    
+    Ran across enough situations that proto_tree_add_bitmask_list couldn't
+    solve that it seemed necessary.
+    
+    Change-Id: I6a540ac6efca76cae7c4571a84bb400538652784
+    Reviewed-on: https://code.wireshark.org/review/15880
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 720b47f
+Author: Andreas Leibold <andreas.leibold@harman.com>
+Date:   Fri Jun 10 10:41:19 2016 +0200
+
+    Updates on AVB IEEE 1722 protocol to support more 1722 subtypes.
+    
+    packet-ieee1722.c now contains the entire protocol.
+    packet-ieee1722a.c file was removed, because the term 1722a is outdated
+    and now part of 1722 protocol.
+    
+    Change-Id: Ic2f44a2752f9254cde62d878dc971f09cddc5adc
+    Reviewed-on: https://code.wireshark.org/review/15810
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 858dc0c
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jun 12 16:31:57 2016 -0700
+
+    use #include <file.h> for generated include files
+    
+    the same mechanism as described in
+    7c40de5c38ac71323455c51dcc14a5eb385ce718
+    could trick us into using the wrong config.h
+    
+    fix this for some occassions where config.h is included before we
+    include zlib.h
+    
+    I saw compile errors on windows where we picked up config.h from a linux
+    build and zlib failed because of a mission unistd.h
+    
+    Change-Id: I91cf73b96c9e1b6f009fb2376fabfe973d1ac941
+    Reviewed-on: https://code.wireshark.org/review/15874
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit dda2acc
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun Jun 12 14:00:21 2016 -0700
+
+    qt: use #include <file.h> for generated include files
+    
+    make sure that generated include files are picked up only from the
+    directories set by -I (or /I), not from the current directory
+    
+    if we use #include "file.h", Visual Studio searches for file.h in the
+    same diretory as the source file that includes file.h
+    
+    if we do an out-of-tree build with cmake and the source directory
+    contains files from an in-tree build (done with autotools), we might end
+    up including the wrong file
+    
+    Change-Id: Iaaed2626258b6ff0c12485fe3f436bd03bbb5adf
+    Reviewed-on: https://code.wireshark.org/review/15873
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 4ca4768
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sat Jun 11 23:15:01 2016 +0100
+
+    IPv6: Add text marker for SRH next segment
+    
+    Change-Id: If13ffe4ddb9ae08e738ccf0c715dc12ce7a076e8
+    Reviewed-on: https://code.wireshark.org/review/15834
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 4dad151
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Mon Jun 13 11:36:10 2016 -0700
+
+    sip: remove some unnecessary if (tree) checks
+    
+    which shouldn't have any impact on performance
+    
+    we should not remove the chcks around blocks where
+    vb_format_text() is called
+    
+    Change-Id: Idc191cc70e7458225bbc5dfececb3c88c83ab5f1
+    Reviewed-on: https://code.wireshark.org/review/15879
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit bcbcad1
+Author: AndersBroman <anders.broman@ericsson.com>
+Date:   Mon Jun 13 20:51:48 2016 +0200
+
+    Move inclusion of CmakeListsCustom to the end of the file in order to have
+    all defines in place.
+    
+    Change-Id: I190257e9b833c409921bbca74c8ab531b632c60d
+    Reviewed-on: https://code.wireshark.org/review/15878
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 3fe879b
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Mon Jun 13 09:30:30 2016 -0700
+
+    isns: fix dead code
+    
+    do the special handling for len==0 and tag==ISNS_ATTR_TAG_PORTAL_GROUP_TAG
+    before going into the different attributes
+    
+    Bug: 12503
+    Change-Id: I4dd6dcea25aba2e4963811a7a85f1eed1b906bcd
+    Reviewed-on: https://code.wireshark.org/review/15875
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 30d1afb
+Author: Dario Lombardo <lomato@gmail.com>
+Date:   Tue May 3 16:51:45 2016 +0200
+
+    tvbparse: change g_strdup_printf to wmem_strdup_printf.
+    
+    Change-Id: I57ff604d23967eb1f6481c7019e3eab0389dc3a5
+    Reviewed-on: https://code.wireshark.org/review/15257
+    Petri-Dish: Dario Lombardo <lomato@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+    Reviewed-by: Dario Lombardo <lomato@gmail.com>
+
+commit 34cacfc
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Mon Jun 13 11:17:48 2016 -0700
+
+    Qt: Fix a Windows version check.
+    
+    Fetch the version using QSysInfo::windowsVersion.
+    
+    Ping-Bug: 12010
+    Change-Id: If63c576ec4f56f34b76f320cdd927bee427c8cb7
+    Reviewed-on: https://code.wireshark.org/review/15876
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit b8201ae
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Sun Jun 12 16:07:30 2016 -0700
+
+    Qt: Main window tab behavior.
+    
+    Make the main window tab order more closely match the GTK+ UI. Draw a
+    focus rect in the byte view text while we're here.
+    
+    Change-Id: I04212c14ea7f0d6865b709533246760adc02f45a
+    Reviewed-on: https://code.wireshark.org/review/15862
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 1dcaeb3
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 13 14:29:22 2016 -0400
+
+    Cisco Diameter: move the XML declaration to the top of the file.
+    
+    ... That's where it's supposed to be.
+    
+    Change-Id: I0ec68dc8757776bf757b52e75bc156acc7264ee5
+    Reviewed-on: https://code.wireshark.org/review/15877
+    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+
+commit d06cac6
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 13 13:52:19 2016 -0400
+
+    Diameter (NSN): the attribute name is 'mandatory' not 'mandatory-flag'.
+    
+    Change-Id: Ifa19b59e23278abf332d8ab06dd5ad2059f3e679
+    Reviewed-on: https://code.wireshark.org/review/15872
+    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+
+commit 4e989c2
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Mon Jun 13 13:37:08 2016 -0400
+
+    Diameter: close command elements.
+    
+    ... in order to make the XML (more) valid.
+    
+    Change-Id: Iefffff3208c98d6ea55d509ed35b57abd268baf3
+    Reviewed-on: https://code.wireshark.org/review/15871
+    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
+
+commit 04b82a7
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jun 12 12:28:02 2016 -0400
+
+    Convert AT_SS7PC to a "dissector address type"
+    
+    The formatting of the address type is determined by a preference in
+    packet-mtp3.c, so just make MTP3 register the address type.
+    Use address_type_get_by_name in other dissectors (and export_pdu)
+    to use the address type.
+    
+    Change-Id: Ifb32d7de27aeaa23cee8e803e25ffb3c905547b5
+    Reviewed-on: https://code.wireshark.org/review/15856
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit e2e8456
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Mar 18 13:13:44 2016 -0700
+
+    Use getc_unlocked in a few places.
+    
+    Use getc_unlocked or _fgetc_nolock instead of getc in a few places. This
+    reduces startup time by about 100ms here.
+    
+    Change-Id: I59ceb09678457c871cce79fcc3ce71998fe4f5af
+    Reviewed-on: https://code.wireshark.org/review/14518
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 92ef3d0
+Author: Anton Thomasson <anton.thomasson@ericsson.com>
+Date:   Fri Jun 10 16:12:24 2016 +0200
+
+    GSM RLC/MAC: add dissection of EC-GSM-IoT control messages
+    
+    Change-Id: Ib7096039aa9761fda96ed8552899833597ba70a6
+    Reviewed-on: https://code.wireshark.org/review/15812
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 4679f5d
+Author: Anton Thomasson <anton.thomasson@ericsson.com>
+Date:   Fri Jun 10 16:13:44 2016 +0200
+
+    GSM RR: add dissection of EC-GSM-IoT ccch control messages
+    
+    Change-Id: Ib40f78a0d1822bf216af0911f9672c750a78b265
+    Reviewed-on: https://code.wireshark.org/review/15813
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit c016dcd
+Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
+Date:   Sun Jun 12 19:00:37 2016 -0400
+
+    Diameter: free the diameter directory variable.
+    
+    It's only needed for a few milliseconds--there's no need for it to stick around
+    until the epan scope ends.
+    
+    As discussed on I51813815babb4c40722c38459139ab9e3e3ccb42.
+    
+    Change-Id: I81fef351ef2d700cc5ec5866340605704173fbdb
+    Reviewed-on: https://code.wireshark.org/review/15861
+    Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 8b6ea37
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Sun Jun 12 15:10:02 2016 -0700
+
+    Qt: Make the capture filter read-only only in main welcome.
+    
+    As noted in gb7897dd, CaptureFilterCombo needs to be read-only until the
+    app is initialized. Move the code to do so to MainWelcome, otherwise the
+    capture filter entry in CaptureInterfacesDialog starts out read-only and
+    stays that way. Disable / enable the entire CaptureFilterCombo instead
+    of setting its lineEdit read-only status, which provides a stronger
+    visual indicator.
+    
+    Change-Id: Ic7bf5b5631b861ecf4dc8cca67beb5bf4ed27510
+    Reviewed-on: https://code.wireshark.org/review/15859
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 6ff19ff
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 10 09:57:17 2016 -0700
+
+    Qt: Add the Info column contents to Expert Info.
+    
+    When "group by summary" is enabled, packet items contain a packet number
+    followed by a lot of empty space. Fill it with the contents of the Info
+    column.
+    
+    Set the first column title to "Severity" or "Packet" depending on the
+    item selection.
+    
+    Change-Id: Iff96ab2ec631300ec8f08e55019e191e88cff84a
+    Reviewed-on: https://code.wireshark.org/review/15814
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 88f4374
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Wed Apr 27 15:07:03 2016 +0100
+
+    Indent register.c and other cosmetic changes
+    
+    Change-Id: I06e863e0b87118047f4c3b7618df02b9c7384a34
+    Reviewed-on: https://code.wireshark.org/review/15836
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 20961a1
+Author: Binh Trinh <beango@gmail.com>
+Date:   Sun Jun 12 14:21:12 2016 -0400
+
+    Added Diameter 3GPP decoding of AVP 1404 - QoS-Subscribed
+    (removed spaces)
+    (removed C++ style comments)
+    
+    Change-Id: I0f6c7586486b48eab8659a048be451ce3fe1c72b
+    Reviewed-on: https://code.wireshark.org/review/15850
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 8ec8f6b
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Mon Jun 13 10:00:28 2016 +0200
+
+    Qt: Multi line import from hex dump without offsets
+    
+    Fix importing hex dump without offsets with multiple lines.
+    
+    Change-Id: I7a7339e375b3125688f5b5d29f493704c7b9944a
+    Reviewed-on: https://code.wireshark.org/review/15868
+    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
+
+commit 4e55a28
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sat Jun 11 06:14:35 2016 +0200
+
+    RADIUS: Add Sangoma dictionary
+    
+    From FreeRADIUS master
+    
+    commit ba4b4402588ae87497a0b7c87e26eb5cb433c8a7
+    Author: Alan T. DeKok <aland@freeradius.org>
+    Date:   Fri Jun 10 14:38:55 2016 -0400
+    
+        Added dictionary.sangoma
+    
+        from http://wiki.sangoma.com/files/NSC-Radius-Support/dictionary.sangoma.txt
+    
+    Change-Id: Ie51ea6343a2a8a5b286d70451abce81ca920261f
+    Reviewed-on: https://code.wireshark.org/review/15823
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 87b5597
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jun 12 11:12:15 2016 -0400
+
+    Add address_type_get_by_name
+    
+    This allows the decoupling of a dissector registering an address type
+    so it doesn't need to export the returned registered type.
+    
+    Change-Id: I49c913d042e70bd4b7ea1e964ba9511bb27304f5
+    Reviewed-on: https://code.wireshark.org/review/15855
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 0baf13f
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Sun Jun 12 09:38:55 2016 -0400
+
+    Completely remove dissector_add_handle.
+    
+    It has been deprecated and replaced with dissector_add_for_decode_as.
+    
+    Change-Id: I5a4976f83951f749e70b5267570fca188daa7a07
+    Reviewed-on: https://code.wireshark.org/review/15854
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 6ff6357
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Sun Jun 12 14:50:04 2016 -0700
+
+    USB: fix dissection of URB setup when the payload was claimed by a sub dissector
+    
+    Bug: 12511
+    Change-Id: Ic9af8358e2a8110f53c587201cafc337630c302a
+    Reviewed-on: https://code.wireshark.org/review/15858
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit fef202b
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Sun Jun 12 14:49:04 2016 -0700
+
+    USB HID: add dissector to USB Device 'Decode As' list
+    
+    Ping-Bug: 12511
+    Change-Id: I6193e3bb084adf9925bb6800a756804164030630
+    Reviewed-on: https://code.wireshark.org/review/15857
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit db8dd0f
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Mon Jun 13 03:49:37 2016 +0100
+
+    Rename a variable
+    
+    Change-Id: Ie5d859e166fbc8073be88cbbd96bffa877e6b654
+    Reviewed-on: https://code.wireshark.org/review/15865
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 3f0c709
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 12 19:15:40 2016 -0700
+
+    Finish moving the parenthesis.
+    
+    Change-Id: I02f099ef198e360663b03857bdf9538bb63a7de8
+    Reviewed-on: https://code.wireshark.org/review/15864
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 49db728
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 12 18:45:45 2016 -0700
+
+    Fix a compile error.
+    
+    (Perhaps the Petri dish buildbots should, if a build fails, immediately
+    mark the change as failing the Petri dish build, without waiting for the
+    other build(s), so that you don't have to, for example, wait for the
+    Ubuntu buildbot to finish doing a test build for a change that doesn't
+    affect code built on UN*X.)
+    
+    Change-Id: I89ee1616d35c186fcabc0ec989936fa94116df70
+    Reviewed-on: https://code.wireshark.org/review/15863
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 010e55c
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 12 15:30:35 2016 -0700
+
+    Don't assume we can get a module handle for kernel32.dll.
+    
+    A failure "shouldn't happen", but check anyway; if nothing else, that
+    squelches some complaining from the VS Code Analysis tool.
+    
+    Change-Id: I9b06db399741176d0e9f859eb650bed8a2f96d9c
+    Reviewed-on: https://code.wireshark.org/review/15860
+    Petri-Dish: Guy Harris <guy@alum.mit.edu>
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit d72b29c
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date:   Sun Jun 5 21:06:51 2016 +0200
+
+    Qt: Add import from hex dump without offsets
+    
+    Added support for importing from hex dump without offsets.
+    This will create one packet with all hex values found in the file.
+    
+    Change-Id: I0414441721078befeb59aa6a87b9412646cfcf5c
+    Reviewed-on: https://code.wireshark.org/review/15743
+    Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 0acc76a
+Author: Léo Gaspard <leo@gaspard.io>
+Date:   Sun Jun 12 22:35:16 2016 +0200
+
+    Fix typo in dissector doc
+    
+    Change-Id: I5ca20080f99905ab23d484d0be054a89c406c583
+    Reviewed-on: https://code.wireshark.org/review/15852
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 752a8ea
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Sun Jun 12 18:46:46 2016 +0200
+
+    expert_info_dialog (Qt): fix Uninitialized members (UNINIT_CTOR) reported by Coverity (CID 1362692)
+    
+    Change-Id: I1bc71ac7b9c08a9a5749aa9bc88863fa10eb27c7
+    Reviewed-on: https://code.wireshark.org/review/15848
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit bc35660
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sat Jun 11 18:09:05 2016 +0100
+
+    IPv6: Add dissection for SRH flags
+    
+    Change-Id: I535aba36cc906e8d78cb594900e9a7fdcbd26c83
+    Reviewed-on: https://code.wireshark.org/review/15828
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit d6e9665
+Author: Thibault Gerondal <github@tycale.be>
+Date:   Sat May 28 02:55:04 2016 +0200
+
+    IPv6: Add support for Segment Routing (Type 4) Extension Header
+    
+    Bug: 12512
+    Change-Id: I5672ff3b8c4e8afcc82e957933330e0bf9454b08
+    Reviewed-on: https://code.wireshark.org/review/15593
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit cee3e82
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Sat Jun 11 06:10:17 2016 +0100
+
+    CMake: Make PROJECT_VERSION_EXTENSION code simpler
+    
+    The intent was to allow all sorts of overrides but, ugly.
+    
+    I don't think we need $cmake_package_string either, at least with
+    these changes.
+    
+    Follow-up to 7c6e859ccf210a45e1cc0f6da17692845e6b5a23.
+    
+    (And bdec712166ba924a2cdeaaca8ae580c343eaf02c).
+    
+    Change-Id: I808b6bd3a3c64d2a67165344e8fe23e8314c27db
+    Reviewed-on: https://code.wireshark.org/review/15835
+    Reviewed-by: João Valverde <j@v6e.pt>
+
+commit 38d39f2
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 12 12:18:14 2016 -0700
+
+    Have MemoryCheck() directly incorporate the error message and exit.
+    
+    Manually inline memory_error() in MemoryCheck(), so that static
+    analyzers know that, if MemoryCheck() sees a null pointer, it exists,
+    and the null pointer isn't subsequently used.
+    
+    Use MemoryCheck() instead of the one place where we manually checked for
+    a null pointer and called memory_error().
+    
+    Change-Id: Id6b0328cfd17cb14ec9d1e461420896a31573c71
+    Reviewed-on: https://code.wireshark.org/review/15851
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 7bbc60c
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sun Jun 12 10:34:16 2016 -0700
+
+    Add more memory checks, and use MemoryCheck() for some existing checks.
+    
+    Always check for malloc() and realloc() failing.  Use MemoryCheck() for
+    most of the checks - it's a bit cleaner and makes the error message the
+    same for those checks.
+    
+    Change-Id: I533153c697b37b85adfa0259c1352efece0b0486
+    Reviewed-on: https://code.wireshark.org/review/15849
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit aaba30a
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Fri Jun 10 11:16:10 2016 -0700
+
+    Qt: Draw a border around inactive+selected packet list items.
+    
+    Try to make inactive+selected packet list items more visible by drawing
+    a border around them. Make an exception for Windows 7 and Vista if a
+    theme is active.
+    
+    Bug: 12010
+    Change-Id: I974069dda92588b80772f577f319569751ff3347
+    Reviewed-on: https://code.wireshark.org/review/15816
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit a5ff5c2
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Sun Jun 12 08:11:17 2016 -0700
+
+    [Automatic update for 2016-06-12]
+    
+    Update manuf, services enterprise-numbers, translations, and other items.
+    
+    Change-Id: I14deff6b9a13a51d66ebdea361686822583b07c0
+    Reviewed-on: https://code.wireshark.org/review/15843
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit b882478
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sat Jun 11 14:23:59 2016 +0200
+
+    mongo: don't THROW() an exception from a dissector
+    
+    just return the overall length even if the value is not in line with the
+    protocol specification
+    
+    Change-Id: Ieeb5d1d265acb6de807a1175f07c7981db4b6c2b
+    Reviewed-on: https://code.wireshark.org/review/15833
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit be12133
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Sat Jun 11 14:21:17 2016 +0200
+
+    Actually progress through the command data (CID-281394)
+    
+    The loop reading through the command data doesn't progress through
+    it, it just reads until the available data (represented by max_length)
+    runs out. It therefore:
+    - doesn't present the commands
+    - doesn't detect a missing final marker bit (CID-281394)
+    This change does make the code progress through the command data,
+    fixing both issues in the process.
+    
+    Change-Id: I61ba8b56b4a153affe9b4f9a574267f981ef0594
+    Reviewed-on: https://code.wireshark.org/review/15825
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 416c8a1
+Author: Balint Reczey <balint@balintreczey.hu>
+Date:   Fri Apr 29 10:21:44 2016 +0200
+
+    debian: Regenerate ASN.1 dissector code during package build
+    
+    Change-Id: I3f7378ae5c048d3f954238bd04c707f039401ea1
+    Reviewed-on: https://code.wireshark.org/review/15161
+    Petri-Dish: Balint Reczey <balint@balintreczey.hu>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 2d095de
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Fri Jun 10 00:00:39 2016 -0400
+
+    Move Gateway Control Protocol (Context Tracking) into packet-h248.h
+    
+    The Gateway Control Protocol (Context Tracking) is used by both H248
+    and MEGACO, so the functionality was refactored to epan, but should
+    really be kept in the dissector directory to minimize (and eventually
+    completely remove) the epan directory's dependence on it.
+    
+    Change-Id: I387b46aecde97234086bfdb7d8c546854fa301cd
+    Reviewed-on: https://code.wireshark.org/review/15798
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 68ef5db
+Author: Michael Vigovsky <upliner@gmail.com>
+Date:   Fri Jun 10 15:17:49 2016 +0300
+
+    Add missing scale in TDS type info
+    
+    Change-Id: I6734fe448e4ee6f20a0d57b1aaae5e7e61f0cb5c
+    Reviewed-on: https://code.wireshark.org/review/15811
+    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 5416a34
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sat Jun 11 19:13:14 2016 -0700
+
+    Handle zero-length addresses in cmp_address().
+    
+    Don't compare the data if there's none to compare.
+    
+    Change-Id: Ib0e3541e448127869d19afddfc71bb441dba5874
+    Reviewed-on: https://code.wireshark.org/review/15840
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 24f02da
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sat Jun 11 18:59:25 2016 -0700
+
+    Add checks to address setting routines.
+    
+    Fail if:
+    
+       1) you have an AT_NONE address with data;
+    
+       2) you have a non-AT_NONE address with a zero length and a
+          non-null data pointer, or with a non-zero length and a null
+          data pointer.
+    
+    When comparing addresses for equality, just make sure the types are the
+    same, the lengths are the same and, if the lengths are non-zero, the
+    data is the same; don't treat AT_NONE specially - the "lengths are
+    non-zero" check will make sure we do the right thing.
+    
+    Make sure when we create an AT_NONE address it has a zero length and
+    null data pointer.
+    
+    Change-Id: I5c452ef0d140c2d9aef3004f1cfd124a95b78fb2
+    Reviewed-on: https://code.wireshark.org/review/15839
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 4cab051
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Sat Jun 11 14:49:59 2016 +0200
+
+    Store the tree item to add to later (CID-1159152)
+    
+    The tree item needed to test and append to isn't being stored,
+    so the items are never amended with notes, resulting in dead code.
+    
+    Change-Id: Ib1a9b7994ad12a9a9013d1bc1e1e4c165f34f20f
+    Reviewed-on: https://code.wireshark.org/review/15826
+    Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 21007dc
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Thu Jun 9 11:02:33 2016 -0400
+
+    H225: Replace globals that track packet data with p_add_proto_data/p_get_proto_data.
+    
+    Change-Id: I0380151fb0f45063b81bc55dd5b8dc4add99ad30
+    Reviewed-on: https://code.wireshark.org/review/15794
+    Petri-Dish: Michael Mann <mmann78@netscape.net>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit e659faa
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Sat Jun 11 13:28:29 2016 -0700
+
+    Line up comments.
+    
+    Change-Id: Ifda0499e00dfa38c936f7e054ab4d5b3a0fd627f
+    Reviewed-on: https://code.wireshark.org/review/15830
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit de028e8
+Author: Vincent Helfre <vincenthelfre@googlemail.com>
+Date:   Thu Jun 9 17:47:20 2016 +0200
+
+    GSM RLC/MAC: improve dissection of Packet Resource Request message
+    
+    Change-Id: I8513ef550e81a97e1a8ac1c1f365355118d5ebae
+    Reviewed-on: https://code.wireshark.org/review/15827
+    Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit e00d73a
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Sun May 29 16:35:22 2016 +0200
+
+    dcerpc-browser: don't THROW() an exception from a dissector
+    
+    the condition for THROW() will never be true
+    
+    there's no way to decrement offset below its initial value
+    the dissect_browser_TYPE_x_data() functions read a uint32 and increment
+    offset by 4 + the uint32 value that was read
+    
+    Change-Id: Ia5a63e714ffa0add601960d858452152e4d9b10b
+    Reviewed-on: https://code.wireshark.org/review/15627
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit c755c88
+Author: Martin Kaiser <wireshark@kaiser.cx>
+Date:   Fri Jun 3 20:11:56 2016 +0200
+
+    iso14443: dissect attrib's p3 byte
+    
+    Change-Id: Iec3595a9ee0f7037af1f949804f1022f315d1edc
+    Reviewed-on: https://code.wireshark.org/review/15824
+    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
+
+commit 5932044
+Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
+Date:   Fri Jun 10 19:30:36 2016 +0100
+
+    ftype-protocol: Fix [-Wcast-qual] warnings
+    
+    Change-Id: Ia8a02d8dc66aead486c8ae3f0bdf4cd82717ed20
+    Reviewed-on: https://code.wireshark.org/review/15817
+    Petri-Dish: João Valverde <j@v6e.pt>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit b8779f9
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Fri Jun 10 15:05:23 2016 -0700
+
+    More comment clarification.
+    
+    That's not "the biggest record we're willing to write", it's "the
+    biggest record the pcapng format supports, as the record length is a
+    16-bit field".
+    
+    Change-Id: Icbd5e0cc4ed8e2a3a0d474245a9b9ed2c999d520
+    Reviewed-on: https://code.wireshark.org/review/15818
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+    (cherry picked from commit 09de28933f9a17d4472206e1ac4b7c92001e44f5)
+    Reviewed-on: https://code.wireshark.org/review/15820
+
+commit 8626cef
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Fri Jun 10 11:02:07 2016 -0700
+
+    Make the IPv4 NRB code's comments match the IPv6 NRB code's comments.
+    
+    The IPv6 comments gave more details.
+    
+    Change-Id: I4e4d865feadbabfd625cdf2b2b162b99c4f23efa
+    Reviewed-on: https://code.wireshark.org/review/15815
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 00d36c7
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Thu Jan 14 11:15:46 2016 -0800
+
+    Qt: Expert info grouping.
+    
+    Add the ability to group expert info items by summary and enable it by
+    default. This more closely matches the GTK+ UI behavior.
+    
+    Show matching item counts while we're here.
+    
+    Bug: 12218
+    Change-Id: Ic02267da8435fb70015de8dd15e0ac46faabbee9
+    Reviewed-on: https://code.wireshark.org/review/15796
+    Petri-Dish: Gerald Combs <gerald@wireshark.org>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>
+
+commit 237f2d4
+Author: Michal Labedzki <michal.labedzki@tieto.com>
+Date:   Tue May 19 11:55:01 2015 +0200
+
+    Qt/Bluetooth: Add Device dialog
+    
+    Device dialog appears when user double clicks on device in
+    Devices dialog (Bluetooth->Devices). It provides
+    summary of device, like BD_ADDR, name, timeouts, etc.
+    Base on information from HCI layer, so this feature is more interesting
+    for local devices (capturing on its side). Each field has changes counter,
+    what mean that value at specified field changes in time, for example:
+    user change device name 3 times. Please note that initial change
+    is not counted. It means that you can see fielkd without any value
+    then change occur and counter is not increased. It will be increased
+    next time. Reason for that is in most cases field value is unknown
+    at start.
+    
+    Change-Id: Ife0a6bd454eac00a28f8eb2906e1b395695b0307
+    Reviewed-on: https://code.wireshark.org/review/15793
+    Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Michal Labedzki <michal.labedzki@tieto.com>
+
+commit 2df337d
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Fri Jun 10 08:42:41 2016 +0200
+
+    Bluetooth HCI (Qt): Remove Q_UNUSED
+    
+    See g21754f43e for detail
+    
+    There is always some other Q_UNUSED but include on #if/#endif...
+    
+    Change-Id: Ib2283660c91787acbf6392841faa3db6aed39438
+    Reviewed-on: https://code.wireshark.org/review/15803
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
+
+commit e53a1ad
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Fri Jun 10 00:40:18 2016 -0700
+
+    Always count packets per encapsulation.
+    
+    Currently, for pcapng files, if all of the IDBs we've seen *so far* are
+    the same, we report it as the file's encapsulation type; however, we may
+    see IDBs of a different type in the future, so don't check for
+    per-packet encapsulation before counting packets of the encapsulation
+    type.
+    
+    Change-Id: I617ddcf2963aa16e7ba58855b3e5bf326ab7dc32
+    Reviewed-on: https://code.wireshark.org/review/15808
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 1438d28
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Fri Jun 10 00:31:36 2016 -0700
+
+    Set the size of the packet counts array when we create it.
+    
+    g_array_sized_new() sets the amount of *space allocated for* the array,
+    but doesn't actually set its *length*.
+    
+    Change-Id: Ia7deab34c758c88910dfb0e246a6903301e68029
+    Reviewed-on: https://code.wireshark.org/review/15806
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 3ba7798
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jun 9 23:59:34 2016 -0700
+
+    Set cf_info.num_interfaces before using it.
+    
+    Change-Id: I6ba5932f339ea6296dd91a6800721b11bcd4956a
+    Reviewed-on: https://code.wireshark.org/review/15804
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 777cddd
+Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
+Date:   Fri Jun 10 07:04:44 2016 +0200
+
+    LANforge: fix wrong offset for magic detection
+    
+    Issue reported by Brent Lovelace https://www.wireshark.org/lists/wireshark-dev/201606/msg00034.html
+    
+    Change-Id: If296f01747316ddbe28e88d4d11d9df90d68bc5d
+    Reviewed-on: https://code.wireshark.org/review/15800
+    Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit a4afda6
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Thu Jun 9 23:51:04 2016 +0200
+
+    Remove superfluous length check (CID-1158783)
+    
+    When entering a loop with check for minimum length, don't stick
+    to the pattern of checking length first thing.
+    
+    Change-Id: I28c414108efa5499dbacd8527b2c3e654e49e808
+    Reviewed-on: https://code.wireshark.org/review/15795
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 4233e9a
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Thu Jun 9 20:32:35 2016 -0700
+
+    Don't assume all IDBs are available aftre we open the file.
+    
+    IDBs can occur anywhere in the file, so if we see an interface ID bigger
+    than the number of IDBs we've see, re-fetch the interface information,
+    update the IDB count, and grow the packet count array as necessary.
+    
+    Get the information strings for interfaces after reading the entire
+    file; we don't need them until then.
+    
+    Change-Id: Ib6096e481e321de485710d14eadf7b5232bf0be7
+    Reviewed-on: https://code.wireshark.org/review/15797
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit f928a5f
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date:   Thu Jun 9 08:04:04 2016 +0200
+
+    Make the determination if file is relative. (CID-1348040)
+    
+    The code tries to show a file handle when the file is relative
+    to it, but doesn't actually make that determination. Extract the
+    relevant bit and use that to flag the relative file.
+    
+    Change-Id: I7259c8843dc388b9dda96a73399a6da5575d3f5e
+    Reviewed-on: https://code.wireshark.org/review/15789
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+
+commit 0ccde30
+Author: Michael Mann <mmann78@netscape.net>
+Date:   Wed Jun 8 23:28:07 2016 -0400
+
+    MGCP: Replace globals that track packet data with passing data to functions.
+    
+    Change-Id: I9595abf882adb821fd3c08532afba1b7e20412fe
+    Reviewed-on: https://code.wireshark.org/review/15788
+    Reviewed-by: Anders Broman <a.broman58@gmail.com>
+    Petri-Dish: Anders Broman <a.broman58@gmail.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michael Mann <mmann78@netscape.net>
+
+commit 9fd37c0
+Author: Michal Labedzki <michal.labedzki@tieto.com>
+Date:   Tue May 3 22:50:26 2016 +0200
+
+    Qt/Bluetooth: Set missing HCI Summary Occurence fields
+    
+    Set they to zeros at startup like other fields.
+    
+    Change-Id: I820e7a0ce8fad5726448cb83f85235ecf578d77d
+    Reviewed-on: https://code.wireshark.org/review/15792
+    Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Michal Labedzki <michal.labedzki@tieto.com>
+
+commit 508e0f4
+Author: Michal Labedzki <michal.labedzki@tieto.com>
+Date:   Wed Jun 8 17:18:45 2016 +0200
+
+    Bluetooth: ATT: Fix Object List Control Point response
+    
+    Fix CID 1355646.
+    
+    Bug: 12496
+    
+    Change-Id: Ia6c95c8f31a19b5e8fc21182658147ed4208d635
+    Reviewed-on: https://code.wireshark.org/review/15790
+    Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit 2a0d61e
+Author: Michal Labedzki <michal.labedzki@tieto.com>
+Date:   Sun May 29 11:10:24 2016 +0200
+
+    Logcat: Unicodize texts
+    
+    Text over Logcat is in real in Unicode.
+    ASCII does not display it correctly.
+    
+    Change-Id: I998dad1ee50c4b00b874a1f197f6e465fadd3e38
+    Reviewed-on: https://code.wireshark.org/review/15791
+    Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
+    Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
+    Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
+
+commit d907fc2
+Author: Pascal Quantin <pascal.quantin@gmail.com>
+Date:   Wed Jun 8 22:26:02 2016 +0200
+
+    Update Developer's Guide to reflect dissector_t signature change
+    
+    Change-Id: Ia793d94c7e79e49d1f27ad8adbdbafdb30131abe
+    Reviewed-on: https://code.wireshark.org/review/15783
+    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
+
+commit 078ab45
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 8 18:12:48 2016 -0700
+
+    Use the locale's decimal separator for times as seconds and fraction.
+    
+    We use it when printing *other* seconds-and-fraction values, as we're
+    just using %f, so we should use it consistently.  If you don't want
+    commas as decimal separators, you presumably don't want them anywhere;
+    if you want to standardize the way numbers are shown, set the locale to
+    the C locale.
+    
+    This addresses one of the two problems mentioned in bug 12500; there may
+    be other places in the Wireshark suite where we should use the locale's
+    decimal separator in times.
+    
+    Change-Id: I41f1c44d12ebf0f46ff678c977a955d09831b0cf
+    Ping-Bug: 12500
+    Reviewed-on: https://code.wireshark.org/review/15787
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit 6ec6beb
+Author: Guy Harris <guy@alum.mit.edu>
+Date:   Wed Jun 8 16:26:18 2016 -0700
+
+    ieee80211_htrate() isn't exported.
+    
+    Change-Id: I8a7a4727b473820d46ee543875f9fb57c5d79928
+    Reviewed-on: https://code.wireshark.org/review/15786
+    Reviewed-by: Guy Harris <guy@alum.mit.edu>
+
+commit bdec712
+Author: Gerald Combs <gerald@wireshark.org>
+Date:   Wed Jun 8 14:55:06 2016 -0700
+
+    2.1.0 → 2.1.1.
+    
+    Change-Id: Ib8aab341be406d3c6e9139ae670489bd9e3edcc5
+    Reviewed-on: https://code.wireshark.org/review/15785
+    Reviewed-by: Gerald Combs <gerald@wireshark.org>