TCP: fix no previous prototype for 'exp_pdu_tcp_dissector_data_size/exp_pdu_tcp_disse...
[metze/wireshark/wip.git] / ChangeLog
index cbecd655fb44b50f02aafa985a688d83c3d06ec1..b96eaeee944505300a5610b1a38c76a628abeec8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-------------------------------------------------------------------------
-r15100 | lego | 2005-07-26 13:32:12 -0500 (Tue, 26 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-new functions:
-ep_tvb_memdup()
-ep_alloc0()
-ep_strsplit()
-
-add all of the ep_ allocators to libethereal.def
-
-------------------------------------------------------------------------
-r15099 | gerald | 2005-07-26 13:28:01 -0500 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-Build randpkt by default.
-
-------------------------------------------------------------------------
-r15098 | ulfl | 2005-07-26 13:21:25 -0500 (Tue, 26 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
-
-fix: duplicate section id's not allowed
-------------------------------------------------------------------------
-r15097 | lego | 2005-07-26 13:19:11 -0500 (Tue, 26 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-do not try to free the isup tap data.
-
-
-------------------------------------------------------------------------
-r15096 | ulfl | 2005-07-26 13:17:09 -0500 (Tue, 26 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-fix from previous check in, set compression back to on :-(
-------------------------------------------------------------------------
-r15095 | ulfl | 2005-07-26 13:02:42 -0500 (Tue, 26 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-
-add "BadOutOfService" quality code
-------------------------------------------------------------------------
-r15094 | ulfl | 2005-07-26 13:01:25 -0500 (Tue, 26 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
-   M /trunk/docbook/user-guide.xml
-
-the user's guide are describing 0.10.12 already, bump up version
-
-update the Windows installation section to reflect the current installer changes
-------------------------------------------------------------------------
-r15093 | ulfl | 2005-07-26 12:58:17 -0500 (Tue, 26 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-fix detection of old/new WinPcap version, so WinPcap get's only installed by default if the user has a version lower than the delivered 3.1 beta 4
-
-fix statistics tree caption
-------------------------------------------------------------------------
-r15092 | gerald | 2005-07-26 11:54:08 -0500 (Tue, 26 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/randpkt.c
-
-From Brice Augustin: Use the correct packet length in randpkt.
-
-Build randpkt.exe by default under Windows.
-
-------------------------------------------------------------------------
-r15091 | gerald | 2005-07-26 11:44:57 -0500 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/WinPcapPage.ini
-   D /trunk/packaging/nsis/WinPcap_3_0.exe
-   A /trunk/packaging/nsis/WinPcap_3_1_beta4.exe
-   M /trunk/packaging/nsis/ethereal.nsi
-
-Revert back to GTK-Wimp 0.6.2.  Move to WinPcap 3.1beta4.
-
-------------------------------------------------------------------------
-r15090 | gerald | 2005-07-26 11:43:48 -0500 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Minor changes/updates.
-
-------------------------------------------------------------------------
-r15089 | gerald | 2005-07-26 10:59:54 -0500 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Don't add a new data source if we don't have any data.
-
-------------------------------------------------------------------------
-r15088 | gerald | 2005-07-26 10:28:39 -0500 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/print.c
-
-In print_hex_data(), bail out early if our length is zero.
-
-------------------------------------------------------------------------
-r15087 | sahlberg | 2005-07-26 05:01:42 -0500 (Tue, 26 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcels.h
-
-add iFCP ELS UNBIND dissection
-
-
-------------------------------------------------------------------------
-r15086 | etxrab | 2005-07-26 04:52:50 -0500 (Tue, 26 Jul 2005) | 10 lines
-Changed paths:
-   M /trunk/tools/lemon/lemon.c
-
-rom Maynard, Chris :
-The attached patches, generated via  svn diff , correct various compiler 
-
-& lint warnings, among them: 
-
-
-lemon.c(2582) : warning C4090: '=' : different 'const' qualifiers
-
-
-------------------------------------------------------------------------
-r15085 | etxrab | 2005-07-26 04:52:06 -0500 (Tue, 26 Jul 2005) | 18 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afp.h
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-From Maynard, Chris :
-The attached patches, generated via  svn diff , correct various compiler 
-
-& lint warnings, among them: 
-
-
-lemon.c(2582) : warning C4090: '=' : different 'const' qualifiers
-
-packet-ber.c(212) : warning C4018: '<=' : signed/unsigned mismatch
-
-packet-ber.c(228) : warning C4018: '>=' : signed/unsigned mismatch
-
-packet-bootp.c(2112) : warning C4018: '<' : signed/unsigned mismatch
-
-packet-iscsi.c(801) : warning C4018: '>=' : signed/unsigned mismatch
-
-
-------------------------------------------------------------------------
-r15084 | etxrab | 2005-07-26 04:34:49 -0500 (Tue, 26 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/editcap.c
-
-From Peter Johansson:
-The supplied patch takes care of the following compilation warnings:
-
-editcap.c(273) : warning C4013: 'getpid' undefined; assuming extern 
-returning int
-editcap.c(464) : warning C4018: '<' : signed/unsigned mismatch
-
-
-------------------------------------------------------------------------
-r15083 | etxrab | 2005-07-26 04:31:04 -0500 (Tue, 26 Jul 2005) | 10 lines
-Changed paths:
-   M /trunk/getopt.c
-
-From Peter Johansson:
-The supplied patch takes care of the following compilation warnings:
-
-getopt.c(409) : warning C4013: 'strcmp' undefined; assuming extern 
-returning int
-getopt.c(478) : warning C4013: 'strncmp' undefined; assuming extern 
-returning int
-getopt.c(480) : warning C4013: 'strlen' undefined; assuming extern 
-returning int
-
-------------------------------------------------------------------------
-r15082 | etxrab | 2005-07-26 04:25:46 -0500 (Tue, 26 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Get rid of an unused variable.
-------------------------------------------------------------------------
-r15081 | etxrab | 2005-07-26 03:59:32 -0500 (Tue, 26 Jul 2005) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-
-From Hannes Gredler:
-a patch that adds support for
-dissecting packets captured on ML-, LS- and AS PICs
-using Multi-link PPP encapsulation,
-running JUNOS 7.3 or higher;
-
-additional there i did some clean-up in the
-juniper dissector that makes future addition
-of JUNIPER_DLTs easier;
-
-------------------------------------------------------------------------
-r15080 | sahlberg | 2005-07-26 03:47:46 -0500 (Tue, 26 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcels.h
-
-add decoding of ELS  iFCP CBIND packets
-
-
-------------------------------------------------------------------------
-r15079 | jmayer | 2005-07-26 03:01:16 -0500 (Tue, 26 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-icq.c
-   M /trunk/epan/dissectors/packet-aim.h
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.h
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
-   M /trunk/epan/dissectors/packet-dcom-remunkn.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dcom.h
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-windows-common.h
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
-   M /trunk/ip_opts.h
-
-char -> const char warning fixes
-------------------------------------------------------------------------
-r15078 | sahlberg | 2005-07-25 20:18:25 -0500 (Mon, 25 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dec-dnart.c
-
-From fred hoekstra
-
-New protocol: DEC DNA Routing protocol
-
-
-------------------------------------------------------------------------
-r15077 | sahlberg | 2005-07-25 20:08:12 -0500 (Mon, 25 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/NEWS
-
-more news
-
-SecureLDAP and GSS-KRB encrypted DCE/RPC decryption support.
-
-TCP Sequence graphs is now tappified.
-
-
-------------------------------------------------------------------------
-r15076 | sahlberg | 2005-07-25 19:54:16 -0500 (Mon, 25 Jul 2005) | 20 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-ifcp.c
-
-iFCP uses one dedicated TCP session per fc-endpoint pair.
-
-The FC D_id and S_id fields in teh FC frame encapsulated inside iFCP unfortunately has "undefined" (semi-random) values    so we can not use th S_/D_id matching in FC when transported atop iFCP.
-
-
-Change iFCP to call a new  fc_ifcp handler instead of the fc handler.
-
-Add a new handler to FC specific to iFCP. 
-Only set the pinfo->src/dst fields to the S_id/D_id fields IFF the FC frame was NOT transported ontop of iFCP.
-Othervise  we just use the TCP/IP values that are already stored there.
-
-Some Hosts use RelativeOffset fields for FC.  We can only dissect the RelOff field with offset 0.
-Change FC to only call the FCP subdissector if offset==0  when relative offsets are used.
-
-
-Some hosts when using relative offsets  do not specify a proper value for rxid in teh commands instead htey lkeave it as 0xffff
-Change the FCP conversation matching to ignore RXID when searching for a conversation.
-
-
-
-------------------------------------------------------------------------
-r15075 | lego | 2005-07-25 18:54:02 -0500 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Avoid leaking tap info by using emem allocators
-
-
-------------------------------------------------------------------------
-r15074 | ulfl | 2005-07-25 18:45:56 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-added some other things that came to my mind
-------------------------------------------------------------------------
-r15073 | lego | 2005-07-25 18:33:44 -0500 (Mon, 25 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-pktc.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-snmp.h
-
-From Thomas Anders:
-SNMP Engine ID dissection according to RFC3411
-
-
-------------------------------------------------------------------------
-r15072 | gerald | 2005-07-25 18:11:32 -0500 (Mon, 25 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-
-From Ronnie:  Offset checking/handling fix.
-
-Fix up whitespace and newlines.
-
-------------------------------------------------------------------------
-r15071 | gerald | 2005-07-25 17:16:43 -0500 (Mon, 25 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-
-Prep for 0.10.12.  If you've added or changed any major features since
-0.10.11 you may want to check the NEWS file to make sure your work is
-present and correct.
-
-------------------------------------------------------------------------
-r15070 | lego | 2005-07-25 17:02:04 -0500 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/xml/xml_lexer.l
-
-rename OUT to OUTSIDE and TEXT to CDATA
-
-
-------------------------------------------------------------------------
-r15069 | sahlberg | 2005-07-25 16:18:58 -0500 (Mon, 25 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ifcp.c
-
-from aboo
-
-
-fix  multiple pdus in one segment
-
-
-------------------------------------------------------------------------
-r15068 | jmayer | 2005-07-25 16:10:29 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/manuf
-
-Update manuf
-------------------------------------------------------------------------
-r15067 | jmayer | 2005-07-25 16:08:14 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-Warning fixes
-------------------------------------------------------------------------
-r15066 | etxrab | 2005-07-25 14:52:08 -0500 (Mon, 25 Jul 2005) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-
-From Morro Roberto :
- - bug fixes to the dissectors for the GENERALIZED_UNI and
- LABEL objects
- - improved dissector of flag field for the ERROR object
- - improved LABEL_SET object dissector
- - support for the new (proposed) ASSOCIATION object (see 
- draft-ietf-ccamp-gmpls-recovery-e2e-signaling).
- Moveover find also attached a patch to OSPF that fixes a line 
- of source code lost in the TNA TLV (the code compiled anyway).
-
-------------------------------------------------------------------------
-r15065 | lego | 2005-07-25 14:19:34 -0500 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Get rid of a unused variable
-
-
-------------------------------------------------------------------------
-r15064 | lego | 2005-07-25 14:06:02 -0500 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-user_encap.c
-
-Make the DLT an option, reduce the number of instances and rename them.
-
-
-------------------------------------------------------------------------
-r15063 | lego | 2005-07-25 14:03:57 -0500 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Fix the IP address representation string (was inverted on little endians)
-
-
-------------------------------------------------------------------------
-r15062 | ulfl | 2005-07-25 13:54:21 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/README.win32
-
-updated GTK-Wimp section to reflect GTK 2.4
-------------------------------------------------------------------------
-r15061 | ulfl | 2005-07-25 13:44:59 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-
-found by Thomas Boehne: corrected GTK_WIMP_DIR, used by the NSIS installer
-------------------------------------------------------------------------
-r15060 | ulfl | 2005-07-25 13:30:35 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/config.nmake
-
-update to latest zlib version 123
-------------------------------------------------------------------------
-r15059 | ulfl | 2005-07-25 13:27:35 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/README.win32
-   M /trunk/doc/README.plugins
-
-from Thomas Boehne: update README's to reflect latest changes
-------------------------------------------------------------------------
-r15058 | ulfl | 2005-07-25 13:03:38 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
-
-fix a typo: lenght -> length
-------------------------------------------------------------------------
-r15057 | guy | 2005-07-25 13:03:19 -0500 (Mon, 25 Jul 2005) | 15 lines
-Changed paths:
-   M /trunk/epan/reassemble.c
-
-When reassembling a packet, all data, including data with
-FD_NOT_MALLOCED set, has to be copied - all FD_NOT_MALLOCED means is
-that the fragment's data is part of the old reassembled data, rather
-than a malloced chunk of its own (this happens if, after reassembly, the
-dissector says more reassembly is necessary, as can happen, for example,
-in the case of HTTP and other protocols where reassembly continues until
-a terminator is seen).  Not copying the data means that the reassembled
-data is, in part, whatever random junk happens to be in the
-newly-allocated buffer.
-
-Back out the change not to copy the data, but add some sanity checks, in
-the hopes of preventing the crash that caused the change not to copy the
-data to be added, and in the hopes of discovering the ultimate source of
-that crash and fixing it.
-
-------------------------------------------------------------------------
-r15056 | ulfl | 2005-07-25 13:02:32 -0500 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/drag_and_drop.c
-   M /trunk/gtk/main.h
-
-two bugfixes:
-- don't use GtkSelectionData after returned to GTK, as it might free this data immediately (copy the data instead and free it after usage)
-- fix return value handling for DnD merge, so it will work again
-------------------------------------------------------------------------
-r15055 | ulfl | 2005-07-25 12:56:19 -0500 (Mon, 25 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/packaging/nsis/AdditionalTasksPage.ini
-   M /trunk/packaging/nsis/WinPcapPage.ini
-   M /trunk/packaging/nsis/ethereal.nsi
-
-bugfix: default for NPF service was default on for NT and above, but it has to be off (secure default)
-
-stop NPF service and set it back to "On demand" if user deselected the corresponding checkbox
-
-when upgrading from a previous Ethereal install, try to detect which choices of icons and alike was used last time, and set this as default (e.g. don't install desktop icon if I choose not to install last time)
-
-minor text changes
-
-------------------------------------------------------------------------
-r15054 | gerald | 2005-07-25 10:43:38 -0500 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Break out of an infinite loop.  Fixes bugs 296 and 297.
-
-------------------------------------------------------------------------
-r15053 | ulfl | 2005-07-25 02:50:11 -0500 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/README.win32
-
-add a section about the Developer's Guide
-------------------------------------------------------------------------
-r15052 | ulfl | 2005-07-25 02:42:06 -0500 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-as the buildbot is updated now:
-using the /SOLID switch in SetCompressor again, making NSIS at least 2.07 a requirement
-------------------------------------------------------------------------
-r15051 | ulfl | 2005-07-24 20:22:03 -0500 (Sun, 24 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-kink.c
-
-packet-http.c(484) : warning C4101: 'i' : unreferenced local variable
-packet-http.c(486) : warning C4101: 'si' : unreferenced local variable
-packet-kink.c(628) : warning C4101: 'quick_mode_payloads_length' : unreferenced local variable
-------------------------------------------------------------------------
-r15050 | guy | 2005-07-24 17:01:14 -0500 (Sun, 24 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/reassemble.c
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r15049 | ulfl | 2005-07-24 16:25:29 -0500 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-make the default to not use the /SOLID switch for SetCompressor, so buildbot is working again
-------------------------------------------------------------------------
-r15048 | ulfl | 2005-07-24 16:23:10 -0500 (Sun, 24 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/stats_tree/Makefile.nmake
-   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
-
-include pinfo_stats_tree.c in the build process, so MSVC compiles again
-
-don't use extern before a function body, that don't make sense
-------------------------------------------------------------------------
-r15047 | gerald | 2005-07-24 16:02:40 -0500 (Sun, 24 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Break out of another infinite loop.  Fixes bug 293.
-
-------------------------------------------------------------------------
-r15046 | guy | 2005-07-24 15:39:19 -0500 (Sun, 24 Jul 2005) | 39 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-eap.c
-   M /trunk/epan/dissectors/packet-radius.c
-
-Fix some typoes.
-
-Call "dissect_attribute_value_pairs()" regardless of whether we're
-building a protocol tree, so the EAP subdissector is always called.
-
-"dissect_attribute_value_pairs()" is only called when the length of AVPs
-in the packet is non-zero; don't bother checking for a zero length.
-
-Don't put two items in for each AVP - one is sufficient.
-
-Add some more length checks when processing AVPs.  Don't require AVPs to
-be at least 3 bytes long - they might have just a type and length; let
-an exception be thrown if that's a problem.
-
-Don't require that the entire AVP be available in the tvbuff before
-processing it; let an exception be thrown as we're processing the AVP if
-we don't have all the data, so the stuff before the end is processed.
-
-Give the tvbuff for the AVP data a length that reflects the length of
-data left in the tvbuff, so that the appropriate exception is thrown if
-the packet was cut short by a snapshot length.
-
-Don't have a fixed-length buffer for reassembled EAP messages; grow it
-as necessary.
-
-Don't special-case the initial part of the processing of EAP messages;
-put in the standard length item, as well as, for fragments, an item for
-the fragment data.
-
-Check for non-consecutive EAP-Message attributes.
-
-Set the columns non-writable while dissecting the EAP message, so
-Protocol and Info reflect the RADIUS packet.
-
-Doing the reassembly by gluing together all the consecutive EAP-Message
-attributes means we don't need help from the EAP dissector, returning
-the total length of the EAP message.  Get rid of the no-longer-needed
-eap_fragment dissector; just call the regular EAP dissector.
-
-------------------------------------------------------------------------
-r15045 | guy | 2005-07-24 15:10:05 -0500 (Sun, 24 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan
-
-sminmpec.c is now a generated file, so add it to the ignore list.
-
-------------------------------------------------------------------------
-r15044 | tuexen | 2005-07-24 14:58:05 -0500 (Sun, 24 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Fix a typo.
-
-------------------------------------------------------------------------
-r15043 | guy | 2005-07-24 14:01:28 -0500 (Sun, 24 Jul 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim.h
-   M /trunk/epan/dissectors/packet-dcerpc-epm.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dcom.h
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-giop.h
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-portmap.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rpc.h
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-tacacs.c
-   M /trunk/epan/dissectors/packet-tzsp.c
-   M /trunk/epan/dissectors/packet-user_encap.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-   M /trunk/epan/prefs-int.h
-   M /trunk/epan/prefs.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/decode_as_dcerpc.h
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/supported_protos_dlg.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tethereal.c
-
-Constify to remove a bunch of warnings.  Add some casts to squelch
-(presumably-)harmless-but-otherwise-unremovable const-to-nonconst
-warnings.
-
-In the TACACS dissector, clean up the variables used in option parsing
-to avoid some const-to-nonconst warnings.
-
-Clean up some white space.
-
-------------------------------------------------------------------------
-r15042 | guy | 2005-07-24 12:48:10 -0500 (Sun, 24 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/reassemble.c
-
-"fragment_add_common()" isn't used outside this file - make it static.
-
-Move to "show_fragment()" the code to append the fragment information to
-the top-level item.
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r15041 | ulfl | 2005-07-24 09:35:12 -0500 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/tethereal.pod
-
-from Graeme Hewson: "Fixes for ethereal config files"
-------------------------------------------------------------------------
-r15040 | ulfl | 2005-07-24 09:16:54 -0500 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/tools/win32-setup.sh
-
-Update to zlib 1.2.3
-------------------------------------------------------------------------
-r15039 | ulfl | 2005-07-24 08:54:19 -0500 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Update to zlib 1.2.3
-------------------------------------------------------------------------
-r15038 | jmayer | 2005-07-24 06:35:41 -0500 (Sun, 24 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Lars Ruoff:
-        Use correct offsets to decode bssid in all cases:
-        Depending on the packet type the header contains
-        up to 4 addresses but may contain less. The position/
-        definition of the bssid changes as a result of this.
-
-------------------------------------------------------------------------
-r15037 | guy | 2005-07-24 06:14:13 -0500 (Sun, 24 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
-
-Register the port range preferences as such, rather than doing our own
-range implementation.
-
-Make string preferences "const", to squelch compiler warnings, and make
-other variables and arguments "const" to match.
-
-Port numbers are unsigned; display them as such.
-
-------------------------------------------------------------------------
-r15036 | lego | 2005-07-24 05:32:37 -0500 (Sun, 24 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sndcp.c
-
-register the dissector by name
-
-
-------------------------------------------------------------------------
-r15035 | guy | 2005-07-24 05:32:22 -0500 (Sun, 24 Jul 2005) | 9 lines
-Changed paths:
-   M /trunk/plugins/stats_tree/Makefile.am
-   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
-   A /trunk/plugins/stats_tree/pinfo_stats_tree.h
-   M /trunk/plugins/stats_tree/stats_tree_plugin.c
-
-Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", and
-include it in "pinfo_stats_tree.c" (which defines it) and
-"stats_tree_plugin.c" (which refers to it).
-
-Make all the other routines defined in "pinfo_stats_tree.c" static, as
-they're not used outside "pinfo_stats_tree.c".
-
-Get rid of declaration of unused "register_http_stat_trees()".
-
-------------------------------------------------------------------------
-r15034 | sahlberg | 2005-07-23 23:24:30 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mq.c
-   M /trunk/epan/dissectors/packet-sdp.c
-   M /trunk/epan/dissectors/packet-slsk.c
-   M /trunk/epan/dissectors/packet-tacacs.c
-   M /trunk/epan/dissectors/packet-ucp.c
-   M /trunk/epan/dissectors/packet-uma.c
-
-some more ep_tvb_get_string updates
-
-
-------------------------------------------------------------------------
-r15033 | lego | 2005-07-23 22:36:21 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.nmake
-   A /trunk/epan/enterprise-numbers
-   A /trunk/epan/make-sminmpec.pl
-   D /trunk/epan/sminmpec.c
-
-Autogenerate the sminmpec.c file from iana's enterprise-numbers file
-
-
-------------------------------------------------------------------------
-r15032 | lego | 2005-07-23 22:05:08 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-fix a leak of tap info data by replacing g_strdup with ep_strdup
-
-
-------------------------------------------------------------------------
-r15031 | sahlberg | 2005-07-23 22:01:41 -0500 (Sat, 23 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-pagp.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-quake2.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-
-some more dissectors converted to ep_tvb_get_string
-
-again   at least one obvious memleak was found in the old code
-
-
-
-------------------------------------------------------------------------
-r15030 | lego | 2005-07-23 21:59:17 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-use ep_alloc instead of statically allocated buffers
-
-
-------------------------------------------------------------------------
-r15029 | lego | 2005-07-23 21:56:41 -0500 (Sat, 23 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-
-change g_strdup() calls with ep_strdup calls (fixing a significant leakage of tap data)
-
-------------------------------------------------------------------------
-r15028 | lego | 2005-07-23 21:53:09 -0500 (Sat, 23 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-radius.h
-
-- change the report_failure dialog for a less painful g_warning
-- use ep_alloc for reassemling eap fragments instead of a static buffer
-- use ep_strdup_printf() instead of a static buffe to return the cosine's VP/VC AVP label
-- add few TODO comments
-
-
-------------------------------------------------------------------------
-r15027 | sahlberg | 2005-07-23 21:43:41 -0500 (Sat, 23 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-dsi.c
-   M /trunk/epan/dissectors/packet-fix.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-icep.c
-
-convert some uses of tvb_get_string() to ep_tvb_get_string()
-
-there was at least one obvious memleak in one of the uses of tvb_get_string()
-
-
-
-------------------------------------------------------------------------
-r15026 | lego | 2005-07-23 21:43:20 -0500 (Sat, 23 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-Replace two calls to tvb_get_string with the new ep_tvb_get_string (this fixes a leak I introdduced at the last checkin)
-
-remove the stat_infos PtrArray as we do not need to free our tap data anymore, YEAH!
-
-
-------------------------------------------------------------------------
-r15025 | lego | 2005-07-23 21:12:33 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/Makefile.common
-   D /trunk/gtk/isup_stat.c
-
-Remove the isup messages tap as it's been superceeded by the stats_tree one
-
-
-------------------------------------------------------------------------
-r15024 | sahlberg | 2005-07-23 20:56:01 -0500 (Sat, 23 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-add
-ep_tvb_get_string
-that acts the same as tvb_get_string   but the buffer returned need not be freed.
-
-
-
-------------------------------------------------------------------------
-r15023 | lego | 2005-07-23 20:48:01 -0500 (Sat, 23 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-From Alejandro Vaquero:
-
-fix a crash when graphing packets whose src and dst is the same address
-
-
-------------------------------------------------------------------------
-r15022 | lego | 2005-07-23 20:42:41 -0500 (Sat, 23 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-move the stats_tree tap into the http dissector (not anymore in the plugin)
-
-change several calls to g_memdup into ep_strndup, fix the free calls
-
-
-------------------------------------------------------------------------
-r15021 | lego | 2005-07-23 20:39:04 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/stats_tree/Makefile.am
-   M /trunk/plugins/stats_tree/Makefile.nmake
-   D /trunk/plugins/stats_tree/http_stats_tree.c
-   M /trunk/plugins/stats_tree/stats_tree_plugin.c
-
-http_stats_tree is moving to a new home (packet-http.c)
-
-
-------------------------------------------------------------------------
-r15020 | lego | 2005-07-23 20:31:59 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/Makefile.common
-   D /trunk/gtk/http_stat.c
-
-remove the old http packet count tap as it has been superceeded by the new stats tree tap
-
-
-------------------------------------------------------------------------
-r15019 | lego | 2005-07-23 20:21:38 -0500 (Sat, 23 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/emem.c
-
-I believe we should use DISSECTOR_ASSERT instead of g_assert.
-
-fix and clean g_strdup_printf()
-
-
-------------------------------------------------------------------------
-r15018 | lego | 2005-07-23 19:29:57 -0500 (Sat, 23 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-
-add some utility functions that use ep_alloc instead of g_malloc.
-
-ep_memdup
-ep_strdup
-ep_strndup
-ep_strdup_printf
-
-
-------------------------------------------------------------------------
-r15017 | ulfl | 2005-07-23 15:37:00 -0500 (Sat, 23 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-... I should switch compression back on, the installer would otherwise become a bit large ...
-------------------------------------------------------------------------
-r15016 | ulfl | 2005-07-23 15:34:43 -0500 (Sat, 23 Jul 2005) | 12 lines
-Changed paths:
-   A /trunk/packaging/nsis/AdditionalTasksPage.ini
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/nsis/Makefile.nmake
-   A /trunk/packaging/nsis/WinPcapPage.ini
-   A /trunk/packaging/nsis/WinPcap_3_0.exe
-   M /trunk/packaging/nsis/ethereal.nsi
-   A /trunk/packaging/nsis/servicelib.nsh
-
-
-Installer:
-- Installer now includes and installs WinPcap 3.0 (with detection)
-- Install Sections are grouped now
-- New Seperate page to select additional tasks like: icons, file extensions ...
-- New Seperate page for WinPcap detection/installation
-- Start WinPcap "NPF" service doesn't require a reboot
-
-Uninstaller:
-- New Uninstall sections page (uninstall, settings, plugins, WinPcap)
-- If uninstallation selected, plugins will now be completely uninstalled (all versions, not only the current one)
-- If selected, uninstallation of WinPcap
-------------------------------------------------------------------------
-r15015 | jmayer | 2005-07-23 06:41:25 -0500 (Sat, 23 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/clopts_common.c
-   M /trunk/clopts_common.h
-   M /trunk/disabled_protos.c
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/asn1.c
-   M /trunk/epan/asn1.h
-   M /trunk/epan/column.c
-   M /trunk/epan/column.h
-   M /trunk/epan/dissectors/packet-dcerpc.h
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-giop.h
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/filesystem.h
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-   M /trunk/epan/packet_info.h
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/stats_tree.c
-   M /trunk/epan/stats_tree.h
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/xdlc.c
-   M /trunk/plugins/gryphon/packet-gryphon.c
-   M /trunk/plugins/gryphon/packet-gryphon.h
-   M /trunk/plugins/irda/irda-appl.h
-   M /trunk/plugins/mate/mate.h
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_parser.l
-   M /trunk/plugins/mate/mate_setup.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/plugins/mate/mate_util.h
-   M /trunk/plugins/mate/packet-mate.c
-   M /trunk/plugins/mgcp/packet-mgcp.c
-   M /trunk/plugins/opsi/packet-opsi.h
-   M /trunk/plugins/profinet/packet-pn-dcp.c
-   M /trunk/plugins/rlm/packet-rlm.c
-   M /trunk/print.c
-   M /trunk/randpkt.c
-   M /trunk/tap-iousers.c
-   M /trunk/tethereal.c
-   M /trunk/text2pcap.c
-   M /trunk/tools/lemon/lempar.c
-
-More 'char*' -> 'const char*' changes to fix warnings.
-
-------------------------------------------------------------------------
-r15014 | jmayer | 2005-07-23 03:18:44 -0500 (Sat, 23 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
-
-'char*' -> 'const char*' to fix warnings
-------------------------------------------------------------------------
-r15013 | jmayer | 2005-07-23 01:53:59 -0500 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-int.h
-   M /trunk/epan/dfilter/dfilter.c
-
-Some more 'char*' -> 'const char*' changes
-
-
-------------------------------------------------------------------------
-r15012 | jmayer | 2005-07-23 01:51:57 -0500 (Sat, 23 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dfilter/gencode.c
-   M /trunk/epan/dfilter/semcheck.c
-
-Add includes to fix warnings of type
-gencode.c:383: warning: no previous declaration for
-                        'dfw_interesting_fields'
-
-------------------------------------------------------------------------
-r15011 | jmayer | 2005-07-23 01:49:07 -0500 (Sat, 23 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dfilter/syntax-tree.c
-   M /trunk/epan/dfilter/syntax-tree.h
-
-Move declaration of sttype_register_* functions from
-syntax-tree.c to syntax-tree.h.
-
-This fixes some warning of type
-sttype-integer.c:33: warning: no previous declaration for
-                                'sttype_register_integer'
-
-
-------------------------------------------------------------------------
-r15010 | jmayer | 2005-07-23 01:21:17 -0500 (Sat, 23 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
-   M /trunk/epan/ftypes/ftypes-int.h
-   M /trunk/epan/ftypes/ftypes.c
-
-Move declaration of void ftype_register_* to ftypes-int.h.
-
-This fixes some warnings like
-ftype-bytes.c:52: warning: no previous declaration for 'bytes_fvalue_free'
-
-
-------------------------------------------------------------------------
-r15009 | jmayer | 2005-07-23 01:19:08 -0500 (Sat, 23 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/ftypes/ftypes.h
-
-Fix lots of warnings of type:
-ftypes.c:257: warning: passing argument 1 of 'logfunc' discards
-                        qualifiers from pointer target type
-by changing 'char*' -> 'const char*'
-
-------------------------------------------------------------------------
-r15008 | lego | 2005-07-22 21:07:02 -0500 (Fri, 22 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
-
-avoid a crash when tree is null
-
-
-------------------------------------------------------------------------
-r15007 | sahlberg | 2005-07-22 19:46:14 -0500 (Fri, 22 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-ICMP MPLS updates and a new preference option from
-Brice Augustin and Maria-Luiza
-
-
-
-------------------------------------------------------------------------
-r15006 | sahlberg | 2005-07-22 19:42:31 -0500 (Fri, 22 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-add back two entries that must have been removed by mistake
-
-
-------------------------------------------------------------------------
-r15005 | sahlberg | 2005-07-22 19:22:02 -0500 (Fri, 22 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-hclnfsd.c
-   M /trunk/epan/dissectors/packet-mount.c
-   M /trunk/epan/dissectors/packet-nfs.c
-   M /trunk/epan/dissectors/packet-pcnfsd.c
-   M /trunk/epan/dissectors/packet-ypserv.c
-
-we no longer need to g_free() teh string returned by dissect_rpc_string.
-
-when checking the calls in packet-ndmp.c  we must have had a memleak there since it never freed those strings.
-
-
-
-------------------------------------------------------------------------
-r15004 | sahlberg | 2005-07-22 18:38:51 -0500 (Fri, 22 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/emem.c
-
-include stdlib instead of malloc.h 
-
-------------------------------------------------------------------------
-r15003 | sahlberg | 2005-07-22 18:33:12 -0500 (Fri, 22 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-recode tvb_memdup() into more efficient  emem fucntions.
-Now that we dont have to  free() the memory explicitely we got rid of a few unnessecary g_strdup() as well.
-
-
-
-------------------------------------------------------------------------
-r15002 | etxrab | 2005-07-22 18:12:26 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   D /trunk/epan/dissectors/packet-mms-control.c
-   D /trunk/epan/dissectors/packet-mms-data.c
-
-No longer needed
-------------------------------------------------------------------------
-r15001 | etxrab | 2005-07-22 18:11:11 -0500 (Fri, 22 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-ms-mms.c
-
-From Martin Mathieson:
-Collapsed the control and data protocols into dissector to cope with commands and data over the same TCP connection.  I've also prettified things a bit and now decoded a few more command parameters.
-
-------------------------------------------------------------------------
-r15000 | sahlberg | 2005-07-22 18:04:52 -0500 (Fri, 22 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mmse.c
-
-recode the tvb_memdup() to use emem calls.
-
-
-
-------------------------------------------------------------------------
-r14999 | sahlberg | 2005-07-22 17:56:08 -0500 (Fri, 22 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipdc.c
-
-remove a redundant tvb_memdup()   and fix a potential buffer overflow at the same time.
-
-
-------------------------------------------------------------------------
-r14998 | sahlberg | 2005-07-22 17:45:36 -0500 (Fri, 22 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-armagetronad.c
-
-replace one tvb_memdup() with a tvb_memcpy() using an automatically freed emem buffer
-
-
-------------------------------------------------------------------------
-r14997 | jmayer | 2005-07-22 12:57:40 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/tools/lemon/lemon.c
-   M /trunk/wiretap/ascend-grammar.y
-   M /trunk/wiretap/ascend-int.h
-   M /trunk/wiretap/wtap.h
-
-Fix some warnings (and one of my previous 'fixes')
-------------------------------------------------------------------------
-r14996 | jmayer | 2005-07-22 12:55:47 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-
-Set svn:keywords and svn:eol-style
-------------------------------------------------------------------------
-r14995 | gerald | 2005-07-22 11:43:05 -0500 (Fri, 22 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/config.nmake
-   M /trunk/configure.in
-
-Bump the version and add a few entries to the NEWS file.
-
-------------------------------------------------------------------------
-r14994 | etxrab | 2005-07-22 10:55:06 -0500 (Fri, 22 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
-
-From Hannes Gredler:
-support for support for DLT_JUNIPER_MLPPP
-
-------------------------------------------------------------------------
-r14993 | gerald | 2005-07-22 10:51:20 -0500 (Fri, 22 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-Fix a potential memory leak.
-
-------------------------------------------------------------------------
-r14992 | etxrab | 2005-07-22 10:20:57 -0500 (Fri, 22 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-From Graham Bloice
-updates.
-------------------------------------------------------------------------
-r14991 | etxrab | 2005-07-22 08:37:19 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-
-From Maynard, Chris.
-------------------------------------------------------------------------
-r14990 | kukosa | 2005-07-22 05:38:22 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/tcap.cnf
-
-fix for new asn2eth
-------------------------------------------------------------------------
-r14989 | etxrab | 2005-07-22 03:56:41 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
-
-Use NULL intead of "" in all calls to packet-gsm_a.c
-------------------------------------------------------------------------
-r14988 | etxrab | 2005-07-22 03:55:06 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-Add ep_init_chunk.
-------------------------------------------------------------------------
-r14987 | sahlberg | 2005-07-22 03:27:20 -0500 (Fri, 22 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/to_str.c
-
-convert all other nasty "rotating static array" from to_str.c and make them use  the new emem api.
-
-
-
-------------------------------------------------------------------------
-r14986 | jmayer | 2005-07-22 02:55:51 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/rdps.c
-   M /trunk/tools/lemon/lemon.c
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/ascend.c
-
-More 'char*' -> 'const char*' warning fixes
-------------------------------------------------------------------------
-r14985 | jmayer | 2005-07-22 02:54:18 -0500 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-Beginning of radiotap's header dissection
-------------------------------------------------------------------------
-r14984 | sahlberg | 2005-07-22 02:46:58 -0500 (Fri, 22 Jul 2005) | 14 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-   A /trunk/epan/emem.c
-   A /trunk/epan/emem.h
-   M /trunk/epan/epan.c
-   M /trunk/epan/to_str.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-
-EMEM : a simple and FAST api to allocate memory that will be automatically freed() when the next packet is dissected.
-
-This offesr memory allocation with a packet  scope making memory leaks less likely and memory management faster.
-
-
-Add initialization calls for both tethereal and ethereal.
-
-Convert the ip_to_str() function to use this and avoid doing the silly rotating buffers thing it previously did.
-
-
-We also need an equivalent set of functions for allocation with capture file scope (free when next capture is loaded) but i dont know where to put the free_all call.
-
-
-
-------------------------------------------------------------------------
-r14983 | sahlberg | 2005-07-21 21:07:43 -0500 (Thu, 21 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-fix some bugs in a value string
-
-this fixes bug 291
-
-
-
-------------------------------------------------------------------------
-r14982 | sahlberg | 2005-07-21 21:00:04 -0500 (Thu, 21 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-fix for bug 290
-
-v2 exchange code 37 is "INFORMATIONAL"
-
-
-
-------------------------------------------------------------------------
-r14981 | gerald | 2005-07-21 16:40:57 -0500 (Thu, 21 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-
-When trying to handle gzip-compressed data, don't seek past the end of our 
-compressed data buffer.  Fixes bug 288.
-
-------------------------------------------------------------------------
-r14980 | sahlberg | 2005-07-21 16:12:09 -0500 (Thu, 21 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/asn1/x509af/x509af-exp.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/asn1/x509sat/x509sat-exp.cnf
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/epan/libethereal.def
-   M /trunk/tools/asn2eth.py
-
-change the symbol dissect_ber_CHOICE back into dissect_ber_choice
-
-
-
-------------------------------------------------------------------------
-r14979 | ulfl | 2005-07-21 15:32:25 -0500 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/COPYING
-
-make the prefix "Just to avoid some misunderstandings..." a little bit more NSIS installer friendly (without making it odd looking)
-------------------------------------------------------------------------
-r14978 | ulfl | 2005-07-21 15:17:52 -0500 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-remove the radius dir and all it's files while uninstalling
-------------------------------------------------------------------------
-r14977 | ulfl | 2005-07-21 15:05:37 -0500 (Thu, 21 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-Make GTK Wimp the default, so the installation type isn't always "Custom" on recent OS like 2K or XP (it will be disabled, if an "unappropriate" OS like Win98 is detected)
-
-Grouping the sections together, so getting an idea of the available sections become an easier task
-------------------------------------------------------------------------
-r14976 | jmayer | 2005-07-21 12:23:29 -0500 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-
-More warining fixes: char -> const char
-------------------------------------------------------------------------
-r14975 | jmayer | 2005-07-21 12:21:48 -0500 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
-
-More warining fixes: char -> const char
-------------------------------------------------------------------------
-r14974 | jmayer | 2005-07-21 12:17:16 -0500 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-One forgotten warning fix
-------------------------------------------------------------------------
-r14973 | jmayer | 2005-07-21 12:04:10 -0500 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/prefs.h
-
-small warning fixes
-------------------------------------------------------------------------
-r14972 | ulfl | 2005-07-20 17:11:48 -0500 (Wed, 20 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
-
-"fix" bug #244: the implementation was correct but a bit hard to understand. I've added some small explanations, so it should be understandable somewhat better
-------------------------------------------------------------------------
-r14971 | gerald | 2005-07-20 15:57:04 -0500 (Wed, 20 Jul 2005) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-uma.c
-
-In packet-gsm_a.c:
-
-  - Make sure every function that has an "add_string" argument, make sure
-    it isn't NULL before we write to it.
-    a null "add_string".
-  - Use "_U_" instead of "add_string = add_string" to squelch compiler
-    warnings.
-  - Fix other compiler warnings.
-
-In packet-uma.c, pass NULL instead of "" for the add_string argument to
-de_mid().  Fixes bug 287.
-
-------------------------------------------------------------------------
-r14970 | jmayer | 2005-07-20 10:08:29 -0500 (Wed, 20 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-
-Convert the result of tvb_get_guint8 to (gint8) so that the display
-as FT_INT32 shows a negative number if appropriate.
-
-Is there a better way to solve this?
-Does this problem occur in other places too?
-
-------------------------------------------------------------------------
-r14969 | sahlberg | 2005-07-20 07:20:56 -0500 (Wed, 20 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-
-prettify the HW type and address printouts slightly.
-
-
-
-------------------------------------------------------------------------
-r14968 | jmayer | 2005-07-20 07:05:14 -0500 (Wed, 20 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dis-enums.h
-
-Fix: packet-dis-enums.h:248: warning: comma at end of enumerator list
-------------------------------------------------------------------------
-r14967 | sahlberg | 2005-07-20 06:44:57 -0500 (Wed, 20 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-
-add proper decoding and presentation of domain  strings in dhcpv6
-
-this fixes bug 273
-
-
-------------------------------------------------------------------------
-r14966 | jmayer | 2005-07-20 06:01:35 -0500 (Wed, 20 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-
-Change proto_register_protocol to use 'const char*' instead of 'char*'
-------------------------------------------------------------------------
-r14965 | jmayer | 2005-07-20 06:00:01 -0500 (Wed, 20 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan
-
-Add radius_dict.c to svn:ignore
-------------------------------------------------------------------------
-r14964 | sahlberg | 2005-07-20 02:51:24 -0500 (Wed, 20 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-fix for bug 285
-
-decode isakmp nat keepalive packets properly
-
-
-------------------------------------------------------------------------
-r14963 | ulfl | 2005-07-19 19:47:58 -0500 (Tue, 19 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-
-print in the first target output line also which kind of target is in the making: "EUG" or "EDG"
-
-remove obsolete HHC setting
-------------------------------------------------------------------------
-r14962 | gerald | 2005-07-19 17:24:28 -0500 (Tue, 19 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-Move Win32-specific variable declaration to the beginning of a function. 
-Fixes a recent buildbot failure.
-
-------------------------------------------------------------------------
-r14961 | lego | 2005-07-19 16:40:12 -0500 (Tue, 19 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-Avoid the selected item been white on white by making all analysis widows colored.
-Fixes bug 286.
-
-
-------------------------------------------------------------------------
-r14960 | ulfl | 2005-07-19 16:05:17 -0500 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/developer-guide.xml
-   M /trunk/docbook/user-guide.xml
-
-current Ethereal version is 0.10.11
-------------------------------------------------------------------------
-r14959 | ulfl | 2005-07-19 15:49:28 -0500 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/proto.h
-
-fix three doxygen warnings
-------------------------------------------------------------------------
-r14958 | ulfl | 2005-07-19 15:46:38 -0500 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/main.h
-   M /trunk/gtk/menu.h
-   M /trunk/gtk/recent.h
-
-fix various doxygen warnings
-------------------------------------------------------------------------
-r14957 | sahlberg | 2005-07-19 15:45:17 -0500 (Tue, 19 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-ifcp.c
-
-From Aboo
-
-New protocol :    iFCP   protocol
-
-
-------------------------------------------------------------------------
-r14956 | ulfl | 2005-07-19 15:44:45 -0500 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/disabled_protos.c
-   M /trunk/doc/ethereal.pod
-   M /trunk/epan/addr_resolv.c
-   M /trunk/gtk/main.c
-
-from Graeme Hewson: "Fixes for ethereal config files"
-------------------------------------------------------------------------
-r14955 | ulfl | 2005-07-19 15:06:19 -0500 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/developer-guide.xml
-   M /trunk/docbook/edg_src/EDG_chapter_env_intro.xml
-   M /trunk/docbook/edg_src/EDG_preface.xml
-
-from Jaap Keuter: "Syncing info from User Guide into Dev Guide"
-------------------------------------------------------------------------
-r14954 | etxrab | 2005-07-19 14:48:02 -0500 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-Fix an unpack_digits off by one error.
-------------------------------------------------------------------------
-r14953 | etxrab | 2005-07-19 14:47:17 -0500 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Fix an unpack_digits off by one error.
-------------------------------------------------------------------------
-r14952 | sahlberg | 2005-07-19 03:58:20 -0500 (Tue, 19 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-minor fix to add required alignment for AueryPathInfo  level 0x107
-
-
-it decodes "better"   but might still be broken since none of the packets I have match any of the "standards"
-
-
-
-
-------------------------------------------------------------------------
-r14951 | kukosa | 2005-07-18 15:45:46 -0500 (Mon, 18 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/tools/asn2eth.py
-   M /trunk/tools/lex.py
-   M /trunk/tools/yacc.py
-
-PLY package updated to version 1.6
-------------------------------------------------------------------------
-r14950 | guy | 2005-07-18 04:55:54 -0500 (Mon, 18 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dis.c
-
-DIS packets must be at least 12 bytes long.  DIS uses port 3000, by
-default, but the Cisco Redundant Link Management protocol can also use
-that port; RLM packets are 8 bytes long, so we use this to distinguish
-between them.
-
-------------------------------------------------------------------------
-r14949 | sahlberg | 2005-07-18 03:29:03 -0500 (Mon, 18 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-GTK 1.2   does not define the macro GDK_IS_DRAWABLE which made compilation of the recent flow analysis fail to compile.
-
-For the time being, just add a dummy define for this symbol making it always TRUE for gtk-1.x users so that it compiles.
-
-this should be fixed properly at a later stage, but i guess there are very few users of gtk-1.2 anyway  so no urgency.
-
-
-------------------------------------------------------------------------
-r14948 | lego | 2005-07-17 18:12:12 -0500 (Sun, 17 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/flow_graph.c
-   M /trunk/gtk/graph_analysis.c
-
-From Francisco Alcoba
-Flow Graphs for any protocol
-
-
-------------------------------------------------------------------------
-r14947 | gerald | 2005-07-17 17:30:56 -0500 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Tweak the previous fix.
-
-------------------------------------------------------------------------
-r14946 | gerald | 2005-07-17 17:16:59 -0500 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Make the recent RADIUS changes work on IA64.
-
-------------------------------------------------------------------------
-r14945 | jmayer | 2005-07-17 08:55:46 -0500 (Sun, 17 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-
-Add radius_dict.c to DISTCLEAN
-
-
-------------------------------------------------------------------------
-r14944 | ulfl | 2005-07-17 08:39:24 -0500 (Sun, 17 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-add radius_dict.c to the distclean target, don't know how to do this for Makefile.am
-------------------------------------------------------------------------
-r14943 | guy | 2005-07-17 03:41:07 -0500 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
-
-It's "svn:keywords", not "svn:keyword".
-
-------------------------------------------------------------------------
-r14942 | guy | 2005-07-17 03:39:51 -0500 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
-
-Fix the RCS ID.
-
-------------------------------------------------------------------------
-r14941 | etxrab | 2005-07-16 16:34:19 -0500 (Sat, 16 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-
-Update to the new per signatures.
-------------------------------------------------------------------------
-r14940 | etxrab | 2005-07-16 14:59:21 -0500 (Sat, 16 Jul 2005) | 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-uma.c
-
-Remove some unused variables.
-------------------------------------------------------------------------
-r14939 | etxrab | 2005-07-16 14:58:23 -0500 (Sat, 16 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-Remove an unused export
-------------------------------------------------------------------------
-r14938 | guy | 2005-07-16 01:20:56 -0500 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-List the new "packet-radius.h" file so it's included in the tarball.
-
-------------------------------------------------------------------------
-r14937 | guy | 2005-07-15 20:55:58 -0500 (Fri, 15 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Get rid of the newline between "radius:" and the error when trying to
-read the RADIUS directory.
-
-The error string from "radius_load_dictionary()" is g_malloced; free it,
-and g_strdup the "Could not find the radius directory" error, so we
-don't have to worry about constant vs. g_malloced strings.
-
-------------------------------------------------------------------------
-r14936 | guy | 2005-07-15 20:33:22 -0500 (Fri, 15 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/radius_dict.l
-
-Throw in some casts to squelch warnings, at least with some compilers
-(the values are const because nobody's supposed to modify them once
-they've been allocated, but they *can* be freed - by us - when we're
-done with them).
-
-------------------------------------------------------------------------
-r14935 | sahlberg | 2005-07-15 20:04:36 -0500 (Fri, 15 Jul 2005) | 5 lines
-Changed paths:
-   A /trunk/asn1/wlancertextn
-   A /trunk/asn1/wlancertextn/Makefile
-   A /trunk/asn1/wlancertextn/Makefile.nmake
-   A /trunk/asn1/wlancertextn/WLANCERTEXTN.asn
-   A /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
-   A /trunk/asn1/wlancertextn/packet-wlancertextn-template.h
-   A /trunk/asn1/wlancertextn/wlancertextn.cnf
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-wlancertextn.c
-   A /trunk/epan/dissectors/packet-wlancertextn.h
-
-new protocol
-
-RFC3770   Wlan Certificate Extensions
-
-
-------------------------------------------------------------------------
-r14934 | guy | 2005-07-15 19:45:22 -0500 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-It's "plugins", not "Plugins".
-
-------------------------------------------------------------------------
-r14933 | guy | 2005-07-15 19:37:44 -0500 (Fri, 15 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-epan/dissectors/packet-gtp.h has rung down the curtain and joined the
-Choir Invisible.
-
-------------------------------------------------------------------------
-r14932 | guy | 2005-07-15 19:27:53 -0500 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius_packetcable.c
-
-Fix the name of the "svn:keywords" property.
-
-------------------------------------------------------------------------
-r14931 | guy | 2005-07-15 19:26:07 -0500 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius_packetcable.c
-
-Fix the RCS ID.
-
-------------------------------------------------------------------------
-r14930 | lego | 2005-07-15 17:36:21 -0500 (Fri, 15 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-comments are ";" not ":"
-
-
-------------------------------------------------------------------------
-r14929 | lego | 2005-07-15 16:45:34 -0500 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius_packetcable.c
-
-propset and fix the filename
-
-------------------------------------------------------------------------
-r14928 | lego | 2005-07-15 16:41:47 -0500 (Fri, 15 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.h
-   M /trunk/epan/radius_dict.l
-
-forgot to add the (c) notice
-
-
-------------------------------------------------------------------------
-r14927 | lego | 2005-07-15 16:32:12 -0500 (Fri, 15 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ranap.c
-
-register the dissector by name
-
-
-------------------------------------------------------------------------
-r14926 | lego | 2005-07-15 16:18:32 -0500 (Fri, 15 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-
-Radius Dictionary Support
-Part 3: the makefiles
-
-
-------------------------------------------------------------------------
-r14925 | lego | 2005-07-15 16:12:27 -0500 (Fri, 15 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-   D /trunk/epan/dissectors/packet-gtp.h
-   M /trunk/epan/dissectors/packet-radius.c
-   A /trunk/epan/dissectors/packet-radius.h
-   A /trunk/epan/dissectors/packet-radius_packetcable.c
-   A /trunk/epan/radius_dict.l
-
-Radius Dictionary Support
-Part 2: the code
-
-------------------------------------------------------------------------
-r14924 | lego | 2005-07-15 16:03:13 -0500 (Fri, 15 Jul 2005) | 4 lines
-Changed paths:
-   A /trunk/radius
-   A /trunk/radius/dictionary
-   A /trunk/radius/dictionary.3com
-   A /trunk/radius/dictionary.3gpp
-   A /trunk/radius/dictionary.3gpp2
-   A /trunk/radius/dictionary.acc
-   A /trunk/radius/dictionary.alcatel
-   A /trunk/radius/dictionary.alteon
-   A /trunk/radius/dictionary.altiga
-   A /trunk/radius/dictionary.aptis
-   A /trunk/radius/dictionary.ascend
-   A /trunk/radius/dictionary.bay
-   A /trunk/radius/dictionary.bintec
-   A /trunk/radius/dictionary.bristol
-   A /trunk/radius/dictionary.cablelabs
-   A /trunk/radius/dictionary.cabletron
-   A /trunk/radius/dictionary.cisco
-   A /trunk/radius/dictionary.cisco.bbsm
-   A /trunk/radius/dictionary.cisco.vpn3000
-   A /trunk/radius/dictionary.cisco.vpn5000
-   A /trunk/radius/dictionary.colubris
-   A /trunk/radius/dictionary.columbia_university
-   A /trunk/radius/dictionary.compat
-   A /trunk/radius/dictionary.cosine
-   A /trunk/radius/dictionary.erx
-   A /trunk/radius/dictionary.extreme
-   A /trunk/radius/dictionary.foundry
-   A /trunk/radius/dictionary.freeradius
-   A /trunk/radius/dictionary.gandalf
-   A /trunk/radius/dictionary.garderos
-   A /trunk/radius/dictionary.gemtek
-   A /trunk/radius/dictionary.itk
-   A /trunk/radius/dictionary.juniper
-   A /trunk/radius/dictionary.karlnet
-   A /trunk/radius/dictionary.livingston
-   A /trunk/radius/dictionary.localweb
-   A /trunk/radius/dictionary.merit
-   A /trunk/radius/dictionary.microsoft
-   A /trunk/radius/dictionary.mikrotik
-   A /trunk/radius/dictionary.navini
-   A /trunk/radius/dictionary.netscreen
-   A /trunk/radius/dictionary.nokia
-   A /trunk/radius/dictionary.nomadix
-   A /trunk/radius/dictionary.propel
-   A /trunk/radius/dictionary.quintum
-   A /trunk/radius/dictionary.redback
-   A /trunk/radius/dictionary.redcreek
-   A /trunk/radius/dictionary.shasta
-   A /trunk/radius/dictionary.shiva
-   A /trunk/radius/dictionary.sonicwall
-   A /trunk/radius/dictionary.springtide
-   A /trunk/radius/dictionary.t_systems_nova
-   A /trunk/radius/dictionary.telebit
-   A /trunk/radius/dictionary.trapeze
-   A /trunk/radius/dictionary.tunnel
-   A /trunk/radius/dictionary.unisphere
-   A /trunk/radius/dictionary.unix
-   A /trunk/radius/dictionary.usr
-   A /trunk/radius/dictionary.valemount
-   A /trunk/radius/dictionary.versanet
-   A /trunk/radius/dictionary.wispr
-   A /trunk/radius/dictionary.xedia
-
-Radius dictionary support
-Part 1: the dictionary
-
-
-------------------------------------------------------------------------
-r14923 | gerald | 2005-07-15 15:50:34 -0500 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
-
-Point to the latest Windows library tag and versions.
-
-------------------------------------------------------------------------
-r14922 | etxrab | 2005-07-15 15:26:36 -0500 (Fri, 15 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
-
-Updare Id, and a comment.
-------------------------------------------------------------------------
-r14921 | kukosa | 2005-07-15 10:20:40 -0500 (Fri, 15 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/tools/asn2eth.py
-
-- PER helper functions for SET/SEQUENCE OF dissection were changed to have prototype similar to BER (per_sequence_t is used as parameter)
-- asn2eth was updated to support new PER helper functions for SET/SEQUENCE OF
-- #.FN_PARS implemented for SET/SEQUENCE OF and REAL
-- PER SET/SEQUENCE OF field can be FT_UINTxx to display number of items
-- PER dissectors regenerated
-------------------------------------------------------------------------
-r14920 | sahlberg | 2005-07-15 03:29:26 -0500 (Fri, 15 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/gtk/io_stat.c
-
-make io-stat able to do SUM(*) for FT_RELATIVE_TIME fields
-
-
-Example:   SUM(tcp.analysis.rto)
-so one can plot the total amount of time that TCP sessions were idle due to waiting for a retransmission to occur.
-
-
-
-------------------------------------------------------------------------
-r14919 | ulfl | 2005-07-14 16:45:18 -0500 (Thu, 14 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_capture.xml
-   M /trunk/docbook/user-guide.xml
-
-minor change: add TcpdumpManpage entity
-------------------------------------------------------------------------
-r14918 | etxrab | 2005-07-14 16:05:38 -0500 (Thu, 14 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-uma.c
-
-Packet-gtp.c - Fix up decoding of the rest of the IE:s use routines from packet-gsm_a.c
-Packet-uma.c Let packet-gsm_a handle som IE dissection.
-Packet-gsm.a add some IE dissection and export some routines.
-------------------------------------------------------------------------
-r14917 | sahlberg | 2005-07-14 03:10:30 -0500 (Thu, 14 Jul 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-ISAKMP version2   has changed the payload format of a CertificateRequest.
-
-In version 2 this is just a concatenation of 20 byte SHA-1 hashes with no other encxapsulation.
-
-this resolves bug 281
-
-
-
-
-------------------------------------------------------------------------
-r14916 | jmayer | 2005-07-14 03:03:59 -0500 (Thu, 14 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/v5ua/packet-v5ua.c
-
-moduleinfo.h was included twice.
-
-------------------------------------------------------------------------
-r14915 | lego | 2005-07-13 18:40:06 -0500 (Wed, 13 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-fix a string
-
-
-------------------------------------------------------------------------
-r14914 | etxrab | 2005-07-13 16:38:07 -0500 (Wed, 13 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-
-From Ilya Konstantinov :
-fixes a tiny bug which caused the boolean fields not to refer to the same offset as their 
-parent.
-
-------------------------------------------------------------------------
-r14913 | sahlberg | 2005-07-13 03:24:05 -0500 (Wed, 13 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.c
-   M /trunk/epan/dissectors/packet-dcerpc-budb.c
-   M /trunk/epan/dissectors/packet-dcerpc-dssetup.c
-
-convert two other autogenerated dissectors to use FT_GUID
-
-
-------------------------------------------------------------------------
-r14912 | sahlberg | 2005-07-13 03:00:15 -0500 (Wed, 13 Jul 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/dcerpc/idl2eth.c
-   M /trunk/epan/dissectors/packet-dcerpc-drsuapi.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.
-
-make dissect_dcerpc_uuid_t() accept eitehr FT_STRING (old style) and FT_GUID (new style) hf fields. once all dissectors are modified to use FT_GUID we can remove the FT_STRING support here.
-
-regenerate the DRSUAPI interface with the new FT_GUID support.
-
-
-
-
-------------------------------------------------------------------------
-r14911 | etxrab | 2005-07-13 00:06:38 -0500 (Wed, 13 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim.c
-
-From Ilya Konstantinov :
- A patch to the AIM dissector to support Client Auto Response messages. I still don't know the meaning of all the fields as they weren't all mapped but this patch decodes all the important ones.
-
-------------------------------------------------------------------------
-r14910 | ulfl | 2005-07-12 16:21:14 -0500 (Tue, 12 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-
-code cleanup: use "correct" proto_tree_add_... functions for li and tpdu code fields
-------------------------------------------------------------------------
-r14909 | ulfl | 2005-07-12 16:09:34 -0500 (Tue, 12 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tpkt.c
-
-add some more textual explanations of the protocol and it's fields
-------------------------------------------------------------------------
-r14908 | tuexen | 2005-07-12 16:04:05 -0500 (Tue, 12 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_graph_dlg.c
-
-From Irene Ruengeler: Handle multiple gap reports correctly and use correct name of a button.
-
-------------------------------------------------------------------------
-r14907 | etxrab | 2005-07-12 15:30:33 -0500 (Tue, 12 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-Fix decoding of quintuplets.
-------------------------------------------------------------------------
-r14906 | jmayer | 2005-07-12 12:08:17 -0500 (Tue, 12 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors
-
-Update svn:ignore
-        Add register.c-tmp
-        Remove duplicate tags and TAGS
-
-------------------------------------------------------------------------
-r14905 | jmayer | 2005-07-12 12:06:09 -0500 (Tue, 12 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-Add value for FCS (no decoding).
-Fix a signedness warning.
-
-------------------------------------------------------------------------
-r14904 | jmayer | 2005-07-12 07:44:42 -0500 (Tue, 12 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   M /trunk/epan/dissectors/Makefile.am
-   M /trunk/epan/dissectors/Makefile.common
-
-Remove/replace SPACES at the beginning of Makefile.am/Makefile.common
-files as not all make implementation work with this.
-
-Found by running
-grep '^ ' `find . -name "Makefile.am" -o -name "Makefile.common"`
-
-Gerald: Maybe adding this to the buildbot would be a good idea after all.
-
-------------------------------------------------------------------------
-r14903 | guy | 2005-07-11 20:01:19 -0500 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Fix some more signed vs. unsigned warnings.
-
-------------------------------------------------------------------------
-r14902 | guy | 2005-07-11 17:48:51 -0500 (Mon, 11 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-
-In NTLMSP_AUTH messages, include the domain name and user name in the
-Info column.
-
-------------------------------------------------------------------------
-r14901 | etxrab | 2005-07-11 17:27:20 -0500 (Mon, 11 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Jeremy j Ouellette
-------------------------------------------------------------------------
-r14900 | etxrab | 2005-07-11 17:23:57 -0500 (Mon, 11 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-DIS dissection
-------------------------------------------------------------------------
-r14899 | etxrab | 2005-07-11 17:23:15 -0500 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   A /trunk/epan/dissectors/packet-dis-enums.c
-   A /trunk/epan/dissectors/packet-dis-enums.h
-   A /trunk/epan/dissectors/packet-dis-fields.c
-   A /trunk/epan/dissectors/packet-dis-fields.h
-   A /trunk/epan/dissectors/packet-dis-pdus.c
-   A /trunk/epan/dissectors/packet-dis-pdus.h
-   A /trunk/epan/dissectors/packet-dis.c
-
-From Jeremy j Ouellette:
-DIS dissection.
-------------------------------------------------------------------------
-r14898 | ulfl | 2005-07-11 15:14:43 -0500 (Mon, 11 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/colorfilters
-
-fix a syntax error in the "Routing" rule, reported by Jeff Morriss
-------------------------------------------------------------------------
-r14897 | etxrab | 2005-07-11 14:25:25 -0500 (Mon, 11 Jul 2005) | 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-gsm_map.c
-
-Dissect some more fields
-------------------------------------------------------------------------
-r14896 | etxrab | 2005-07-11 14:24:30 -0500 (Mon, 11 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Dissect some more fields
-------------------------------------------------------------------------
-r14895 | guy | 2005-07-10 13:29:43 -0500 (Sun, 10 Jul 2005) | 9 lines
-Changed paths:
-   M /trunk/gtk/tcp_graph.c
-
-Just pass &cfile to select_tcpip_session(); we don't need to pass
-cfile.current_frame to it separately.
-
-Note that we shouldn't ever get a "Selected packet isn't a TCP segment"
-error any more; we can now handle all link layers.
-
-Give a little more detail in the message shown if there's *more than
-one* TCP header in the packet.
-
-------------------------------------------------------------------------
-r14894 | guy | 2005-07-10 05:10:40 -0500 (Sun, 10 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/tcp_graph.c
-
-Fix some comment typos.
-
-Don't regenerate the packet list when generating the TCP stream graph -
-it won't be changing; just redissect and run the tap.
-
-------------------------------------------------------------------------
-r14893 | guy | 2005-07-10 04:26:20 -0500 (Sun, 10 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lpd.c
-
-Put the data (print job contents) in LPD requests under the LPD protocol
-item, rather than making it a top-level item.
-
-------------------------------------------------------------------------
-r14892 | guy | 2005-07-10 04:21:57 -0500 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/tcp_graph.c
-
-Get rid of an unused argument.
-
-------------------------------------------------------------------------
-r14891 | jmayer | 2005-07-10 03:04:27 -0500 (Sun, 10 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/doc/Makefile.am
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/epan/dissectors/Makefile.am
-   M /trunk/epan/ftypes/Makefile.am
-   M /trunk/gtk/Makefile.am
-   M /trunk/help/Makefile.am
-   M /trunk/packaging/Makefile.am
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/rpm/Makefile.am
-   M /trunk/packaging/rpm/SPECS/Makefile.am
-   M /trunk/packaging/svr4/Makefile.am
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/acn/Makefile.am
-   M /trunk/plugins/agentx/Makefile.am
-   M /trunk/plugins/artnet/Makefile.am
-   M /trunk/plugins/asn1/Makefile.am
-   M /trunk/plugins/ciscosm/Makefile.am
-   M /trunk/plugins/docsis/Makefile.am
-   M /trunk/plugins/enttec/Makefile.am
-   M /trunk/plugins/giop/Makefile.am
-   M /trunk/plugins/gryphon/Makefile.am
-   M /trunk/plugins/irda/Makefile.am
-   M /trunk/plugins/lwres/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/plugins/megaco/Makefile.am
-   M /trunk/plugins/mgcp/Makefile.am
-   M /trunk/plugins/opsi/Makefile.am
-   M /trunk/plugins/pcli/Makefile.am
-   M /trunk/plugins/profinet/Makefile.am
-   M /trunk/plugins/rdm/Makefile.am
-   M /trunk/plugins/rlm/Makefile.am
-   M /trunk/plugins/rtnet/Makefile.am
-   M /trunk/plugins/rudp/Makefile.am
-   M /trunk/plugins/stats_tree/Makefile.am
-   M /trunk/plugins/v5ua/Makefile.am
-   M /trunk/plugins/xml/Makefile.am
-   M /trunk/tools/Makefile.am
-   M /trunk/tools/lemon/Makefile.am
-   M /trunk/wiretap/Makefile.am
-
-After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"
-returned quite a list of files. Add them to MAINTAINERCLEANFILES.
-
-Whitespace changes (replace multiple spaces by TABs, in a few cases this
-needed to be done at the beginning of Makefile lines.
-
-
-------------------------------------------------------------------------
-r14890 | sahlberg | 2005-07-10 00:27:38 -0500 (Sun, 10 Jul 2005) | 19 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-For packets flagged as Retransmission
-
-calculate RTO as the delta between the retransmitted frame and the last previous frame seen for this session (in the same direction).
-
-while this is technically not the RTO  this delta is in most cases more important/useful than the tru RTO anyway since this measure represents the amount of thiime that the link went idle  while waiting for an RTO.
-
-
-
-
-It would be nice with a statistics tap for TCP where one couls see, seeion by session :
-Length in time of the session.
-Total bytes transferred
-Number of retransmissions
-Time spent waiting for an RTO
-Time spent waiting for an RTO in % of the total time.
-
-
-
-
-------------------------------------------------------------------------
-r14889 | sahlberg | 2005-07-09 21:59:50 -0500 (Sat, 09 Jul 2005) | 14 lines
-Changed paths:
-   M /trunk/gtk/tcp_graph.c
-
-It works reasonably well with extensive testing so here goes :
-
-tcp-graph has been modified to extract tcp data from a TAP instead of reading and parsing directly from the capture file.
-
-This makes tcp graph work for any type of capture and for any transport.
-
-
-
-
-In the future someone with access to captures with TCP over something over TCP
-to add a dialog where the user can specify WHICH of the multiple TCP sessions to graph.
-
-
-
-------------------------------------------------------------------------
-r14888 | ulfl | 2005-07-09 06:28:13 -0500 (Sat, 09 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/summary_dlg.c
-
-MSVC: fix some guint64 related compiler errors
-
-strange enough, MSVC cannot convert from guint64 to float, so cast guint64 -> gint64 -> float
-
-However, even gint64 might be big enough to prevent us from an overflow :-)
-------------------------------------------------------------------------
-r14887 | ulfl | 2005-07-09 06:26:46 -0500 (Sat, 09 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/hostlist_table.c
-
-MSVC: fix some guint64 related compiler warnings, could someone please review my comment(s), I don't think it's currently implemented correct
-
-------------------------------------------------------------------------
-r14886 | guy | 2005-07-08 22:25:25 -0500 (Fri, 08 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-kerberos.h
-   M /trunk/epan/dissectors/packet-kink.c
-   M /trunk/epan/dissectors/packet-spnego.c
-
-Make a bunch of items in encryption code arrays of guint8, and make some
-pointers either "void *" or "guint8 *", to reduce the level of compiler
-warnings (the data in question is largely binary in those cases).
-
-------------------------------------------------------------------------
-r14885 | guy | 2005-07-08 21:58:07 -0500 (Fri, 08 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/ocsp/ocsp.cnf
-   M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
-   M /trunk/asn1/smrse/smrse.cnf
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-ocsp.h
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.h
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-smrse.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
-
-Fix up a bunch of arguments to "dissect_ber_identifier()" to match its
-current signature ("class" is a "gint8 *", not a "guint8 *", and "tag"
-is a "gint32 *", not a "guint32 *").  Re-generate the dissectors from
-the ASN.1 and the .cnf files in the cases where the arguments were fixed
-in a .cnf file.
-
-Give some dissectors the right svn:keywords and svn:eol-style settings.
-
-------------------------------------------------------------------------
-r14884 | guy | 2005-07-08 19:53:17 -0500 (Fri, 08 Jul 2005) | 20 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ans.c
-   M /trunk/epan/dissectors/packet-ap1394.c
-   M /trunk/epan/dissectors/packet-aruba-adp.c
-   M /trunk/epan/dissectors/packet-beep.c
-   M /trunk/epan/dissectors/packet-bssap.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-cip.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-echo.c
-   M /trunk/epan/dissectors/packet-enc.c
-   M /trunk/epan/dissectors/packet-eth.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-igmp.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-ipdc.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-lmp.c
-   M /trunk/epan/dissectors/packet-m2pa.c
-   M /trunk/epan/dissectors/packet-manolito.c
-   M /trunk/epan/dissectors/packet-nlm.c
-   M /trunk/epan/dissectors/packet-nsip.c
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-rdt.c
-   M /trunk/epan/dissectors/packet-retix-bpdu.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-skinny.c
-   M /trunk/epan/dissectors/packet-uma.c
-
-Squelch various signed vs. unsigned warnings by:
-
-       making pointers to byte data be "guint8 *" rather than "char *",
-       and making buffers holding byte data arrays of "guint8" rather
-       than arrays of "char";
-
-       making pointers to text strings "char *" rather than "guchar *";
-
-       appropriately casting pointers (cast to "guint8 *" when passing
-       to routines expecting "guint8 *" or when assigning to "guint8
-       *");
-
-       making port-number preferences "guint";
-
-       making enum preferences "gint";
-
-       making hf_ variables "int".
-
-Clean up white space.
-
-------------------------------------------------------------------------
-r14883 | guy | 2005-07-08 19:47:57 -0500 (Fri, 08 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lwapp.c
-
-MAC addresses are arrays of bytes, not strings; make the destination MAC
-address an array of guint8 - that squelches some compiler warnings.
-
-Use -1 rather than tvb_length(tvb) to make the item for LWAPP go to the
-end of the tvbuff.
-
-------------------------------------------------------------------------
-r14882 | guy | 2005-07-08 19:44:44 -0500 (Fri, 08 Jul 2005) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-
-Find the BitTorrent dissector immediately after registering it, and save
-the handle, rather than finding it every time we need it.
-
-Just make a guint8 array with the BitTorrent magic string length
-followed by the string, and use "tvb_memeql()" to test against that - it
-handles checking to make sure there's enough data in the tvbuff (if
-not, it returns -1 as a "no match" indication) and then checks all of
-the first 20 bytes in one operation.
-
-Clean up white space.
-
-------------------------------------------------------------------------
-r14881 | guy | 2005-07-08 19:35:13 -0500 (Fri, 08 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-icep.c
-
-Use "tvb_get_string()" rather than duplicating its functionality by
-hand.
-
-Use "g_strdup()" rather than duplicating its functionality by hand.
-
-Make the magic number an array of "guint8", as "tvb_memeql()" expects a
-pointer to "guint8".
-
-------------------------------------------------------------------------
-r14880 | ulfl | 2005-07-08 17:11:13 -0500 (Fri, 08 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-eth.c
-   M /trunk/epan/dissectors/packet-gprs-llc.c
-   M /trunk/epan/dissectors/packet-gre.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-igmp.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-isis-hello.c
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-isis-snp.c
-   M /trunk/epan/dissectors/packet-lmp.c
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-vrrp.c
-
-checksum messages: use "[correct]" instead of "(correct)" and other "alike" messages
-------------------------------------------------------------------------
-r14879 | ulfl | 2005-07-08 17:04:35 -0500 (Fri, 08 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/graphics/ethereal-analyze-menu.png
-   M /trunk/docbook/graphics/ethereal-bytes-pane-popup-menu.png
-   M /trunk/docbook/graphics/ethereal-capture-menu.png
-   M /trunk/docbook/graphics/ethereal-capture-options.png
-   M /trunk/docbook/graphics/ethereal-decode-as.png
-   M /trunk/docbook/graphics/ethereal-details-pane-popup-menu.png
-   M /trunk/docbook/graphics/ethereal-details-pane.png
-   M /trunk/docbook/graphics/ethereal-display-filter-tcp.png
-   M /trunk/docbook/graphics/ethereal-edit-menu.png
-   M /trunk/docbook/graphics/ethereal-file-menu.png
-   M /trunk/docbook/graphics/ethereal-filter-toolbar.png
-   M /trunk/docbook/graphics/ethereal-find-packet.png
-   M /trunk/docbook/graphics/ethereal-follow-stream.png
-   M /trunk/docbook/graphics/ethereal-go-menu.png
-   M /trunk/docbook/graphics/ethereal-gui-preferences.png
-   M /trunk/docbook/graphics/ethereal-help-menu.png
-   M /trunk/docbook/graphics/ethereal-list-pane.png
-   M /trunk/docbook/graphics/ethereal-main-toolbar.png
-   M /trunk/docbook/graphics/ethereal-main.png
-   M /trunk/docbook/graphics/ethereal-packet-pane-popup-menu.png
-   M /trunk/docbook/graphics/ethereal-packet-selected.png
-   M /trunk/docbook/graphics/ethereal-statistics-menu.png
-   M /trunk/docbook/graphics/ethereal-stats-conversations.png
-   M /trunk/docbook/graphics/ethereal-stats-endpoints.png
-   M /trunk/docbook/graphics/ethereal-time-reference.png
-   M /trunk/docbook/graphics/ethereal-view-menu.png
-   M /trunk/docbook/user-guide.xml
-
-Update the EDG screenshots to reflect the latest Ethereal GUI changes
-------------------------------------------------------------------------
-r14878 | etxrab | 2005-07-08 15:01:11 -0500 (Fri, 08 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-Add some missing IMPLICIT tags, and use FN_PARS directive.
-
-Add disection of some RR elements and command Handover.
-------------------------------------------------------------------------
-r14877 | etxrab | 2005-07-08 14:59:56 -0500 (Fri, 08 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Add some missing IMPLICIT tags, and use FN_PARS directive.
-------------------------------------------------------------------------
-r14876 | tuexen | 2005-07-08 06:47:59 -0500 (Fri, 08 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
-
-Fix a crash reported by Jeff Morris.
-
-------------------------------------------------------------------------
-r14875 | guy | 2005-07-08 04:12:11 -0500 (Fri, 08 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/summary.h
-
-Make the counters in the summary 64-bit, so they don't overflow on
-Really Big Captures.
-
-------------------------------------------------------------------------
-r14874 | guy | 2005-07-07 21:31:45 -0500 (Thu, 07 Jul 2005) | 23 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-
-Get rid of most unused arguments and variables (including some that are
-set but not used).  (Leave "pi" around so the warning acts as a reminder
-that the tap structure stuff needs a cleanup - currently, the tap
-structures aren't freed; perhaps the new memory allocation scheme
-proposed by Ronnie could be used for tap structures.)
-
-Have "ac_istrace()" return NOT_ACTRACE for apparently non-actrace
-packets and return the packet type for actrace packets, so that we don't
-need a global variable for the packet type.
-
-Make "actrace_udp_port" unsigned to squelch a signed vs. unsigned
-warning.
-
-Use "col_set_str()" rather than "col_add_str()" when setting the
-Protocol column.
-
-We don't recognized packets as CAS packets unless they're 48 bytes long,
-so we don't need to test whether they're 48 bytes long in the CAS packet
-dissection code.
-
-Use the reported length, not the captured length, when doing length
-checks.
-
-------------------------------------------------------------------------
-r14873 | guy | 2005-07-07 21:21:16 -0500 (Thu, 07 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/wiretap/nettl.c
-
-Make nettl file header items containing strings "gchar", to squelch
-signed vs. unsigned compiler warnings.
-
-------------------------------------------------------------------------
-r14872 | sahlberg | 2005-07-07 17:24:28 -0500 (Thu, 07 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/conversations_table.h
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/hostlist_table.h
-
-make the packets/bytes counters 64bit integers to not wrap when using really large captures.
-
-
-setting packet counter to 64bit is overkill but makes it consistent with the very similar bytes counter.
-
-
-
-------------------------------------------------------------------------
-r14871 | gerald | 2005-07-07 16:26:09 -0500 (Thu, 07 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/epan/dissectors/make-reg-dotc.py
-   M /trunk/tools/cvsdiff-fix.py
-   M /trunk/tools/win32-setup.sh
-
-Make sure "which" is present before we verify our tools.  Add "env" to
-the list of programs to check.  Make sure our python scripts start with
-"#!/usr/bin/env python" as recommended at
-
-  http://www.python.org/doc/faq/library.html#how-do-i-make-a-python-script-executable-on-unix
-
-------------------------------------------------------------------------
-r14870 | etxrab | 2005-07-07 14:48:06 -0500 (Thu, 07 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-
-Add parlay.dll and tango.dll to the installer.
-------------------------------------------------------------------------
-r14869 | kukosa | 2005-07-07 00:45:51 -0500 (Thu, 07 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h450/h450.cnf
-
-avoid few warnings from asn2eth compiler
-------------------------------------------------------------------------
-r14868 | guy | 2005-07-06 23:05:01 -0500 (Wed, 06 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-Squelch a compiler pointer vs.  integer warning - NULL is for pointers,
-'\0' is for characters.
-
-------------------------------------------------------------------------
-r14867 | guy | 2005-07-06 23:03:35 -0500 (Wed, 06 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/gtk/voip_calls.c
-
-Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness"
-warnings.  Use SET_ADDRESS in the VOIP calls code, rather than
-explicitly filling in "pstn_add".
-
-------------------------------------------------------------------------
-r14866 | guy | 2005-07-06 22:20:43 -0500 (Wed, 06 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-Explicitly initialize all the elements of a voip_calls_tapinfo_t, to
-squelch a compiler warning.
-
-------------------------------------------------------------------------
-r14865 | guy | 2005-07-06 18:55:19 -0500 (Wed, 06 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-Fix a spelling error.
-
-------------------------------------------------------------------------
-r14864 | kukosa | 2005-07-06 11:19:34 -0500 (Wed, 06 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.cnf
-
-more usage of #.FN_PARS directive and usage of DEFAULT_BODY parameter
-------------------------------------------------------------------------
-r14863 | kukosa | 2005-07-06 11:15:12 -0500 (Wed, 06 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-- #.FN_PARS implemented for BOOLEAN
-- user defined body #.FN_BODY can be combined with default body using DEFAULT_BODY parameter (see e.g. H.225)
-------------------------------------------------------------------------
-r14862 | jmayer | 2005-07-05 17:58:00 -0500 (Tue, 05 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/wiretap/AUTHORS
-
-Replace Chris Lydick by Robert Long as Author of the Sniffer 2.003 support patch
-------------------------------------------------------------------------
-r14861 | ulfl | 2005-07-05 17:33:22 -0500 (Tue, 05 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-isns.c
-
-fix *several* dissector bugs, found by private fuzz-tests
-------------------------------------------------------------------------
-r14860 | kukosa | 2005-07-05 16:42:13 -0500 (Tue, 05 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-new directives #.PDU_NEW and #.REGISTER_NEW creating and registering PDU dissectors with new_dissector_t prototype
-------------------------------------------------------------------------
-r14859 | gerald | 2005-07-05 15:20:15 -0500 (Tue, 05 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-
-Call proto_tree_add_guid_hidden() for an FT_GUID value.  Fixes bugs 274,
-276, and 277.
-
-------------------------------------------------------------------------
-r14858 | gerald | 2005-07-05 15:04:03 -0500 (Tue, 05 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/reassemble.c
-
-Don't crash if we're handed a zero-length fragment.  Fixes bug 272.  Although
-we don't crash now, we still don't handle zero-length fragments correctly.
-
-------------------------------------------------------------------------
-r14857 | kukosa | 2005-07-05 14:53:38 -0500 (Tue, 05 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-
-more usage of #.FN_PARS
-------------------------------------------------------------------------
-r14856 | kukosa | 2005-07-05 14:47:04 -0500 (Tue, 05 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-- #.FN_PARS support for ENUMERATED type
-- cleanup unused parameters for some methods
-------------------------------------------------------------------------
-r14855 | kukosa | 2005-07-05 13:55:17 -0500 (Tue, 05 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/to_str.c
-
-GUID lowercase form seems to be preferred
-------------------------------------------------------------------------
-r14854 | etxrab | 2005-07-05 12:10:09 -0500 (Tue, 05 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-text-media.c
-
-Add application/vnd.wv.csp.xml
-------------------------------------------------------------------------
-r14853 | etxrab | 2005-07-05 12:09:28 -0500 (Tue, 05 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/xml/packet-xml.c
-
-Add application/vnd.wv.csp.xml
-------------------------------------------------------------------------
-r14852 | etxrab | 2005-07-05 00:16:28 -0500 (Tue, 05 Jul 2005) | 10 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/graph_analysis.h
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-   M /trunk/gtk/voip_calls_dlg.c
-
-From Alejandro Vaquero
-
-- avoid the clist of the calls dlg to be refreshed multiple times when 
-first appear.
-- destroy the Graph window when the data is not valid anymore.
-- fixes an H245 packet count error
-- resizing the Graph windows when is displayed (up to 5 columns).
-With a change to leave static voip_calls_tapinfo_t the_tapinfo_struct =
-       {0, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0};
-alone.
-------------------------------------------------------------------------
-r14851 | etxrab | 2005-07-04 23:32:32 -0500 (Mon, 04 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lwapp.c
-
-From : David Frascone
-
-These minor changes fix some errors, and add some messages to the LWAPP dissector.
-
-------------------------------------------------------------------------
-r14850 | etxrab | 2005-07-04 23:30:59 -0500 (Mon, 04 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/gtk/rtp_analysis.c
-
-From Ainsley Pereira:
-
-If you have an RTP stream in which the first packet is duplicated, and has the marker bit set, then the RTP stream analysis will try to pad silence into a temporary file from 0 upto whatever the RTP timestamp is (which is enough to fill up my disk...). The  patch fixes this misbehaviour.
-
-------------------------------------------------------------------------
-r14849 | etxrab | 2005-07-04 14:09:38 -0500 (Mon, 04 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer service again.
-------------------------------------------------------------------------
-r14848 | etxrab | 2005-07-04 14:07:02 -0500 (Mon, 04 Jul 2005) | 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-gsm_map.c
-
-Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer service again.
-------------------------------------------------------------------------
-r14847 | kukosa | 2005-07-04 08:19:58 -0500 (Mon, 04 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/epan/dissectors/packet-h225.c
-
-usage of FT_GUID field type in H.225 dissector
-------------------------------------------------------------------------
-r14846 | kukosa | 2005-07-04 08:13:07 -0500 (Mon, 04 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-export of proto_tree_add_guid...() functions
-------------------------------------------------------------------------
-r14845 | kukosa | 2005-07-04 08:04:53 -0500 (Mon, 04 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dfilter/semcheck.c
-   M /trunk/epan/ftypes/ftype-bytes.c
-   M /trunk/epan/ftypes/ftypes.h
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-
-new field type FT_GUID
-------------------------------------------------------------------------
-r14844 | kukosa | 2005-07-04 04:35:25 -0500 (Mon, 04 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h235/Makefile.nmake
-   M /trunk/asn1/h235/h235-exp.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h235.h
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/tools/asn2eth.py
-
-- use tvb instead of offset and length in dissect_per_octet_string() for value returning
-- asn2eth: #.FN_PARS support for OCTET STRING
-- usage of #.FN_PARS in h225 and h245
-- h225: ParallelH245Control support
-- h245: better support of NonStandardParameter
-- usage of MAX_OID_STR_LEN constant
-- all PER dissectors regenerated
-------------------------------------------------------------------------
-r14843 | ulfl | 2005-07-04 02:03:04 -0500 (Mon, 04 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/custom_layer_pdf.xsl
-
-add a link to special documentation
-------------------------------------------------------------------------
-r14842 | guy | 2005-07-03 22:45:29 -0500 (Sun, 03 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-Mark stub data as such if no dissector claims it.
-
-------------------------------------------------------------------------
-r14841 | ulfl | 2005-07-03 17:53:11 -0500 (Sun, 03 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/custom_layer_pdf.xsl
-
-from Jaap Keuter: some improvements to the custom PDF creation stylesheet
-------------------------------------------------------------------------
-r14840 | etxrab | 2005-07-03 16:20:27 -0500 (Sun, 03 Jul 2005) | 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-uma.c
-
-Add an exported value string
-------------------------------------------------------------------------
-r14839 | etxrab | 2005-07-03 16:19:49 -0500 (Sun, 03 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-Add an exported value string
-------------------------------------------------------------------------
-r14838 | etxrab | 2005-07-03 15:33:06 -0500 (Sun, 03 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-uma.c
-
-Change gsm_a.c to use value strings in some places in preparation to use it from packet-uma.c and gsm_map.
-Some bug fixes to packet-uma.c
-------------------------------------------------------------------------
-r14837 | etxrab | 2005-07-03 07:01:11 -0500 (Sun, 03 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Add packet-mms.h 
-------------------------------------------------------------------------
-r14836 | sahlberg | 2005-07-03 01:08:53 -0500 (Sun, 03 Jul 2005) | 4 lines
-Changed paths:
-   A /trunk/asn1/mms
-   A /trunk/asn1/mms/Makefile
-   A /trunk/asn1/mms/Makefile.nmake
-   A /trunk/asn1/mms/mms-exp.cnf
-   A /trunk/asn1/mms/mms.asn
-   A /trunk/asn1/mms/mms.cnf
-   A /trunk/asn1/mms/packet-mms-template.c
-   A /trunk/asn1/mms/packet-mms-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-mms.c
-   A /trunk/epan/dissectors/packet-mms.h
-
-New protocol :
-MMS    Manufacturing Message Specification
-
-
-------------------------------------------------------------------------
-r14835 | sahlberg | 2005-07-03 00:28:12 -0500 (Sun, 03 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-
-export a few more symbols from acse
-
-
-------------------------------------------------------------------------
-r14834 | guy | 2005-07-02 19:52:08 -0500 (Sat, 02 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-Note that the MPLS extension dissector will misdissect ICMP packets that
-contain more than 128 bytes of the original datagram.  (Yes, RFC 1812
-and the ICMP Extensions for MPLS draft collide here, as the draft in
-question notes.)
-
-------------------------------------------------------------------------
-r14833 | tuexen | 2005-07-02 16:16:17 -0500 (Sat, 02 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Use brackets instead of parentheses for the checksum info, which is generated.
-
-------------------------------------------------------------------------
-r14832 | jmayer | 2005-07-02 10:40:49 -0500 (Sat, 02 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/wiretap/AUTHORS
-   M /trunk/wiretap/netxray.c
-
-Chris Lydick: Support for Sniffer 2.003 files.
-
-Modified to match the current codebase.
-
-
-------------------------------------------------------------------------
-r14831 | guy | 2005-07-02 03:18:17 -0500 (Sat, 02 Jul 2005) | 17 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
-
-Have separate fields for NFSv2, NFSv3, and NFSv4 return statuses, using
-the names in the v2, v3, and v4 specs for values, so that they display
-correctly and can be filtered on correctly.
-
-Have "nfs.status" as a hidden field, with a name table giving just "OK"
-and "ERR_" values, and having items for v2, v3, and v4 status values
-(the only collision is that the v3 JUKEBOX error is the v4 DELAY error),
-so that filters on "nfs.status" will still work, but will now be able to
-filter symbolically on values from v2, v3, and v4.
-
-Show 33 status values in the Info column and the summary entry using the
-table of v3 status values and names, not the table of v2 status values
-and names.
-
-Fix some v3 dissectors to use the v3 return status field rather than the
-v2 return status field.
-
-------------------------------------------------------------------------
-r14830 | ulfl | 2005-07-01 16:04:13 -0500 (Fri, 01 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-isns.c
-   M /trunk/epan/dissectors/packet-smpp.c
-
-fixed various issues (two serious ones) found by "private" fuzz-testing
-------------------------------------------------------------------------
-r14829 | ulfl | 2005-07-01 15:47:22 -0500 (Fri, 01 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/find_dlg.c
-
-fix #271: don't do:
-
-g_free(bytes); 
-
-twice, probably a copy/paste error
-------------------------------------------------------------------------
-r14828 | kukosa | 2005-07-01 08:48:52 -0500 (Fri, 01 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-beter displaying of true/false strings in dissect_ber_bitstring()
-------------------------------------------------------------------------
-r14827 | ulfl | 2005-06-30 17:51:17 -0500 (Thu, 30 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-add some more information to the DCE/RPC packet details summary line
-------------------------------------------------------------------------
-r14826 | ulfl | 2005-06-30 17:46:19 -0500 (Thu, 30 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column.c
-   M /trunk/epan/column_info.h
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/gtk/packet_list.c
-
-add a new DCE/RPC related column, which contains the call_id for connection oriented packets or the sequence number for connectionless (datagram) packets.
-
-This is extremely useful, to keep track of the corresponding request/response packets of a DCE/RPC call (which can be quite a lot packets if fragmentation is used).
-------------------------------------------------------------------------
-r14825 | etxrab | 2005-06-30 14:19:50 -0500 (Thu, 30 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Karl Knoebl as an author.
-------------------------------------------------------------------------
-r14824 | etxrab | 2005-06-30 14:17:46 -0500 (Thu, 30 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-From Karl Knoebl
-Accept SP as separator and * provide info to COL_INFO and some "prettification"
- Cleaned up some comments as well.
-------------------------------------------------------------------------
-r14823 | sahlberg | 2005-06-30 02:48:25 -0500 (Thu, 30 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-
-fix a bug in the conformance file for CMIP to make it compile again
-(semi-recent changes to asn2eth and PARAM handling makes us have to use double %% in some BODY statements)
-
-at the same time, regenerate it so it also benefit from bugfixes to handling of indefinite length
-
-
-
-------------------------------------------------------------------------
-r14822 | sahlberg | 2005-06-29 21:31:15 -0500 (Wed, 29 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/wiretap/network_instruments.c
-
-make reading of observer files work again
-
-for some reason we have forgotten to skip the initial (always 8?) bytes prior to the start of the frame.
-
-------------------------------------------------------------------------
-r14821 | guy | 2005-06-29 18:19:21 -0500 (Wed, 29 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-If only part of an entry in an object fits in the object, don't report
-the stuff that didn't fit as a negative number of junk bytes.
-
-The difference between two pointers isn't guaranteed to have a
-particular size; cast it to "long" and display it with "%ld".
-
-------------------------------------------------------------------------
-r14820 | guy | 2005-06-29 17:39:36 -0500 (Wed, 29 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Add the usual (minimal) protection against email address harvesting.
-
-Fix one entry to have tabs between the name and the address.
-
-------------------------------------------------------------------------
-r14819 | sahlberg | 2005-06-29 06:59:42 -0500 (Wed, 29 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/proto_hier_stats.c
-
-add fix for bug 224
-
-we now put generated items as top-level items in the decode pane so
-we should not check and abort if such are found.
-
-------------------------------------------------------------------------
-r14818 | sahlberg | 2005-06-29 05:39:09 -0500 (Wed, 29 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ip.c
-
-from
-Maria-Luiza Crivat and
-Brice Augustin
-
-ICMP MPLS extensions
-
-
-------------------------------------------------------------------------
-r14817 | sahlberg | 2005-06-29 03:11:23 -0500 (Wed, 29 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/ftam/ISO8571-FTAM.asn
-   M /trunk/epan/dissectors/packet-ftam.c
-
-fix a typo for the name of a bit
-
-
-------------------------------------------------------------------------
-r14816 | ulfl | 2005-06-29 03:06:07 -0500 (Wed, 29 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   M /trunk/epan/libethereal.def
-
-make dissect_CBA_Connection_Data available for plugins
-------------------------------------------------------------------------
-r14815 | ulfl | 2005-06-29 03:03:06 -0500 (Wed, 29 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-add references to the corresponding request of datagram ping and ack packets
-------------------------------------------------------------------------
-r14814 | sahlberg | 2005-06-29 03:00:55 -0500 (Wed, 29 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-be more careful when attempting to dissect an unknown ber field not to read beyond the end and triggering a [malformed packet]
-
-also prettify the error when finding "unknown" entries inside a SEQUENCE to make it easier to track down what went wrong.
-
-
-
-------------------------------------------------------------------------
-r14813 | guy | 2005-06-28 17:39:56 -0500 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-
-Squelch a compiler warning.
-
-------------------------------------------------------------------------
-r14812 | guy | 2005-06-28 17:15:12 -0500 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/wsp_stat.c
-
-More constification.
-
-------------------------------------------------------------------------
-r14811 | guy | 2005-06-28 17:01:18 -0500 (Tue, 28 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-"Handle" a couple of cases in the switch statement by adding them to the
-"not supported" case, to suppress compiler warnings.
-
-------------------------------------------------------------------------
-r14810 | guy | 2005-06-28 16:43:24 -0500 (Tue, 28 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/gtk/mtp3_summary.c
-
-"mtp3_sum_draw()" is never called with a null "table" argument - the
-code before the call would have blown up if "table" were null.  Remove
-the check for a null pointer; this squelches some unset-variable
-warnings you get from GCC4 because its dataflow analysis runs across
-function boundaries.
-
-------------------------------------------------------------------------
-r14809 | guy | 2005-06-28 16:25:56 -0500 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.h
-
-Declare "decrypt_krb5_data()" for use by the KINK dissector.
-
-------------------------------------------------------------------------
-r14808 | etxrab | 2005-06-28 16:14:59 -0500 (Tue, 28 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-
-Fix to SendAuthenticationInfoRes
-------------------------------------------------------------------------
-r14807 | etxrab | 2005-06-28 16:14:09 -0500 (Tue, 28 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Fix to SendAuthenticationInfoRes.
-------------------------------------------------------------------------
-r14806 | etxrab | 2005-06-28 14:14:14 -0500 (Tue, 28 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/giop/packet-tango.c
-
-Regenerated Tango with the latest idl2eth and the tango.idl
-------------------------------------------------------------------------
-r14805 | etxrab | 2005-06-28 14:13:11 -0500 (Tue, 28 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/idl/tango.idl
-
-Add the Tango IDL file from Paolo Frigo.
-------------------------------------------------------------------------
-r14804 | gerald | 2005-06-28 09:46:47 -0500 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-
-Add missing commas.
-
-------------------------------------------------------------------------
-r14803 | gerald | 2005-06-28 09:02:21 -0500 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-
-Terminate a bunch of value_strings.
-
-------------------------------------------------------------------------
-r14802 | sahlberg | 2005-06-28 06:23:56 -0500 (Tue, 28 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/asn1/ftam/ISO8571-FTAM.asn
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/epan/dissectors/packet-ftam.c
-
-addition of NBS9 
-and bugfix for FTAM where we sometimes forgot to check if the tag was implicit.
-
-
-------------------------------------------------------------------------
-r14801 | sahlberg | 2005-06-27 15:45:02 -0500 (Mon, 27 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-
-regenerate FTAM with the bugfix for GraphicString in asn2eth
-
-
-------------------------------------------------------------------------
-r14800 | kukosa | 2005-06-27 08:45:47 -0500 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-fix for BER string tags
-------------------------------------------------------------------------
-r14799 | sahlberg | 2005-06-27 06:43:18 -0500 (Mon, 27 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-fix two bugs when updating offset incorrectly that could lead to an infinite loop when trying to decode an unknown ber structure
-
-
-
-------------------------------------------------------------------------
-r14798 | sahlberg | 2005-06-27 06:06:40 -0500 (Mon, 27 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-
-remove a \n   in the preference string to prevent it from creating a garbage/invalid preference file entry.
-
-
-
-------------------------------------------------------------------------
-r14797 | etxrab | 2005-06-27 03:55:39 -0500 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-Missed from previous commit.
-------------------------------------------------------------------------
-r14796 | sahlberg | 2005-06-27 03:27:49 -0500 (Mon, 27 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcip.c
-
-some implementations do provide a CRC in the FCIP frame so skip the
-'test for zero' check.
-the heuristics are probably strong enough even without this check.
-
-
-
-------------------------------------------------------------------------
-r14795 | etxrab | 2005-06-27 03:13:41 -0500 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
-   M /trunk/gtk/gtk_stat_util.c
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/service_response_time_table.h
-
-Add som more const qualifiers.
-------------------------------------------------------------------------
-r14794 | sahlberg | 2005-06-27 03:12:55 -0500 (Mon, 27 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-From Chris Bontje
-DNP3 Application Layer Object dissection
-
-
-------------------------------------------------------------------------
-r14793 | guy | 2005-06-27 02:50:11 -0500 (Mon, 27 Jun 2005) | 17 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-The name returned by "get_dns_name()" (and thus by
-"get_dns_name_type_class()") is null-terminated - and the length
-returned is *NOT* the length of the string, it's the length of the chunk
-of DNS data extracted by "get_dns_name()", and that chunk could just
-point to a later chunk as part of DNS compression.  When running the
-name through "format_text()", just use "strlen()" to get the length, so
-you don't get a value that's too large *OR* too small (both are
-possible - "too large" if it's uncompressed and includes length
-informatioin, "too small" if it contains a pointer to a string longer
-than the pointer).
-
-When adding a string value to the protocol tree, add the *raw* name, not
-the formatted name - the Ethereal display code will format the string's
-value as necessary.
-
-Add formatting code for DNS names in replies.
-
-------------------------------------------------------------------------
-r14792 | ulfl | 2005-06-27 02:39:48 -0500 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
-
-I've removed ethereal-capture-normal.* yesterday, as they are obsolete now
-------------------------------------------------------------------------
-r14791 | ulfl | 2005-06-27 02:28:25 -0500 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
-
-from Jaap Keuter: fix the graphics path of the edg_html_chunked target
-------------------------------------------------------------------------
-r14790 | etxrab | 2005-06-27 01:21:51 -0500 (Mon, 27 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-actrace.c
-   A /trunk/epan/dissectors/packet-actrace.h
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-q931.h
-
-From Alejandro Vaquero
-new dissector for the AudioCodes trunk trace protocol. 
-This protocol is used to debug the trunk protocol in AudioCodes 
-gateways. It currently supports ISDN PRI and CAS (MFCR2, WinkStart, 
-etc...) trunk protocols. It also add these protocols in the "Voip Calls 
-Graph..."
-------------------------------------------------------------------------
-r14789 | etxrab | 2005-06-27 01:20:23 -0500 (Mon, 27 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-   M /trunk/gtk/voip_calls_dlg.c
-
-From Alejandro Vaquero
-new dissector for the AudioCodes trunk trace protocol. 
-This protocol is used to debug the trunk protocol in AudioCodes 
-gateways. It currently supports ISDN PRI and CAS (MFCR2, WinkStart, 
-etc...) trunk protocols. It also add these protocols in the "Voip Calls 
-Graph..."
-------------------------------------------------------------------------
-r14788 | guy | 2005-06-26 16:11:22 -0500 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
-
-Yet more constification.
-
-------------------------------------------------------------------------
-r14787 | guy | 2005-06-26 15:39:21 -0500 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-slsk.c
-
-More constification.
-
-------------------------------------------------------------------------
-r14786 | guy | 2005-06-26 14:56:52 -0500 (Sun, 26 Jun 2005) | 26 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-aarp.c
-   M /trunk/epan/dissectors/packet-aim.c
-   M /trunk/epan/dissectors/packet-ajp13.c
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/epan/dissectors/packet-ansi_683.c
-   M /trunk/epan/dissectors/packet-ansi_801.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-arp.h
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-cast.c
-   M /trunk/epan/dissectors/packet-cdp.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dcerpc-afs4int.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc-rs_pgo.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-dns.h
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fclctl.h
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_sms.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-iapp.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-icq.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-ipdc.c
-   M /trunk/epan/dissectors/packet-ipp.c
-   M /trunk/epan/dissectors/packet-ipsec.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-isis-hello.c
-   M /trunk/epan/dissectors/packet-laplink.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-lmp.c
-   M /trunk/epan/dissectors/packet-mbtcp.c
-   M /trunk/epan/dissectors/packet-mmse.c
-   M /trunk/epan/dissectors/packet-nbns.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-ndps.c
-   M /trunk/epan/dissectors/packet-netbios.c
-   M /trunk/epan/dissectors/packet-netbios.h
-   M /trunk/epan/dissectors/packet-nfs.c
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-pgsql.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-rmcp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-ses.c
-   M /trunk/epan/dissectors/packet-skinny.c
-   M /trunk/epan/dissectors/packet-slsk.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-stun.c
-   M /trunk/epan/dissectors/packet-trmac.c
-   M /trunk/epan/dissectors/packet-tzsp.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/dissectors/packet-wtls.c
-   M /trunk/epan/dissectors/packet-x11.c
-   M /trunk/epan/dissectors/packet-ypserv.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/value_string.c
-   M /trunk/epan/value_string.h
-   M /trunk/epan/xdlc.c
-   M /trunk/plugins/rtnet/packet-rtnet.c
-   M /trunk/tap-wspstat.c
-
-Get rid of the private "my_match_strval()" routine in many dissectors;
-add a "match_strval_idx()" routine that does the same thing, and have
-"match_strval()" call it.
-
-Make those routines, and "val_to_str()", return a "const" pointer. 
-Update dissectors as necessary to squelch compiler warnings produced by
-that.
-
-Use "val_to_str()" rather than using "match_strval()" and then, if the
-result is null, substituting a specific string.  Clean up some other
-"match_strval()"/"val_to_str()" usages.
-
-Add a null pointer check in the NDPS dissector's "attribute_value()"
-routine, as it's not clear that "global_attribute_name" won't be null at
-that point.
-
-Make some global variables in the AFS4INT dissector local.
-
-Make some routines not used outside the module they're in static.
-
-Make some tables "static const".
-
-Clean up white space.
-
-Fix Gerald's address in some files.
-
-------------------------------------------------------------------------
-r14785 | guy | 2005-06-26 14:55:06 -0500 (Sun, 26 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-hyperscsi.c
-
-Set the Info column to the correctly-capitalized name.
-
-Use "val_to_str()" to set the Info column, and give the "hyperscsi.cmd"
-field a value_string table.
-
-------------------------------------------------------------------------
-r14784 | ulfl | 2005-06-26 06:40:26 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/value_string.c
-
-value_string.c(71) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14783 | ulfl | 2005-06-26 06:32:02 -0500 (Sun, 26 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-
-prefs.c(1218) : warning C4761: integral size mismatch in argument; conversion supplied
-prefs.c(1230) : warning C4761: integral size mismatch in argument; conversion supplied
-prefs.c(1240) : warning C4761: integral size mismatch in argument; conversion supplied
-prefs.c(1245) : warning C4761: integral size mismatch in argument; conversion supplied
-------------------------------------------------------------------------
-r14782 | ulfl | 2005-06-26 06:29:04 -0500 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/proto.c
-
-proto.c(2941) : warning C4090: 'function' : different 'const' qualifiers
-proto.c(2941) : warning C4022: 'g_tree_insert' : pointer mismatch for actual parameter 2
-------------------------------------------------------------------------
-r14781 | ulfl | 2005-06-26 06:24:26 -0500 (Sun, 26 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-x11.c
-
-packet-x11.c(1780) : warning C4090: 'function' : different 'const' qualifiers
-packet-x11.c(1780) : warning C4022: 'g_tree_insert' : pointer mismatch for actual parameter 3
-packet-x11.c(2209) : warning C4090: 'initializing' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14780 | ulfl | 2005-06-26 06:21:39 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-packet-smb.c(14406) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14779 | ulfl | 2005-06-26 06:18:47 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-pgsql.c
-
-packet-pgsql.c(891) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14778 | ulfl | 2005-06-26 06:10:26 -0500 (Sun, 26 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-
-packet-diameter.c(856) : warning C4090: 'function' : different 'const' qualifiers
-packet-diameter.c(856) : warning C4024: 'addVendor' : different types for formal and actual parameter 2
-packet-diameter.c(857) : warning C4090: 'function' : different 'const' qualifiers
-packet-diameter.c(857) : warning C4024: 'addVendor' : different types for formal and actual parameter 3
-packet-diameter.c(863) : warning C4090: 'function' : different 'const' qualifiers
-packet-diameter.c(863) : warning C4024: 'addCommand' : different types for formal and actual parameter 2
-------------------------------------------------------------------------
-r14777 | etxrab | 2005-06-26 06:03:39 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-Add a signal
-------------------------------------------------------------------------
-r14776 | ulfl | 2005-06-26 06:02:13 -0500 (Sun, 26 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-
-packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiers
-packet-dcerpc-samr.c(2900) : warning C4090: '=' : different 'const' qualifiers
-packet-dcerpc-samr.c(2933) : warning C4090: '=' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14775 | etxrab | 2005-06-26 06:01:04 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Add a signal
-------------------------------------------------------------------------
-r14774 | etxrab | 2005-06-26 06:00:19 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-
-Fix a compiler warning.
-------------------------------------------------------------------------
-r14773 | etxrab | 2005-06-26 05:59:15 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/ftam/packet-ftam-template.h
-
-Fix a compiler warning and set eol-style.
-------------------------------------------------------------------------
-r14772 | ulfl | 2005-06-26 05:58:32 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-packet-ansi_map.c(760) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14771 | ulfl | 2005-06-26 05:55:34 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_a.c
-
-packet-ansi_a.c(460) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14770 | ulfl | 2005-06-26 05:51:56 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_801.c
-
-packet-ansi_801.c(93) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14769 | ulfl | 2005-06-26 05:48:27 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_683.c
-
-packet-ansi_683.c(93) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14768 | ulfl | 2005-06-26 05:45:25 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_637.c
-
-packet-ansi_637.c(288) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14767 | ulfl | 2005-06-26 05:41:38 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-packet-alcap.c(195) : warning C4090: 'return' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14766 | ulfl | 2005-06-26 05:28:51 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/proto_hier_stats_dlg.c
-
-proto_hier_stats_dlg.c(99) : warning C4090: '=' : different 'const' qualifiers
-------------------------------------------------------------------------
-r14765 | ulfl | 2005-06-26 05:26:47 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
-
-sctp_graph_dlg.c(383) : warning C4244: '=' : conversion from 'unsigned int ' to 'float ', possible loss of data
-------------------------------------------------------------------------
-r14764 | ulfl | 2005-06-26 05:23:39 -0500 (Sun, 26 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-remove compiler warnings:
-main.c(345) : warning C4090: 'function' : different 'const' qualifiers
-main.c(345) : warning C4022: 'simple_dialog_set_cb' : pointer mismatch for actual parameter 3
-------------------------------------------------------------------------
-r14763 | ulfl | 2005-06-26 04:24:38 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   D /trunk/docbook/edg_graphics/ethereal-capture-normal.dia
-   D /trunk/docbook/edg_graphics/ethereal-capture-normal.png
-
-we don't have the capture normal mode any longer
-------------------------------------------------------------------------
-r14762 | ulfl | 2005-06-26 04:14:12 -0500 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/doc/README.capture
-
-update text to reflect the current implementation (e.g. we don't have normal/sync mode any longer)
-------------------------------------------------------------------------
-r14761 | sahlberg | 2005-06-26 03:12:54 -0500 (Sun, 26 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mms-control.c
-   M /trunk/epan/dissectors/packet-mms-data.c
-
-rename the protocol and the protocol fields to msmms from mms  to make way for the telco mms protocol.
-
-
-
-------------------------------------------------------------------------
-r14760 | sahlberg | 2005-06-26 01:28:53 -0500 (Sun, 26 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-update libethereal.def to the new name  dissect_ber_CHOICE
-
-
-------------------------------------------------------------------------
-r14759 | sahlberg | 2005-06-26 01:16:03 -0500 (Sun, 26 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ftam.c
-
-prettify ftam by puttign the command name in the info column
-
-
-------------------------------------------------------------------------
-r14758 | sahlberg | 2005-06-26 00:48:50 -0500 (Sun, 26 Jun 2005) | 13 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cmp.h
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.h
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/tools/asn2eth.py
-
-make dissect_ber_choice  take a guint* that will return the
-index of the branch taken or -1  to make prettifications easier to implement.
-
-
-change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all
-occurences of the use of this function
-
-update asn2eth to use the new name/signature
-
-update all occurences of this function to the new name and new signature.
-
-
-
-------------------------------------------------------------------------
-r14757 | sahlberg | 2005-06-25 19:12:15 -0500 (Sat, 25 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-From Alejandro,  fix for GTK1 graph_analysis issue.
-
-
-------------------------------------------------------------------------
-r14756 | sahlberg | 2005-06-25 18:12:24 -0500 (Sat, 25 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-
-some updates for CMIP.
-
-note taht cmip does not yet compile due to a possible asn2eth compiler bug
-
-
-------------------------------------------------------------------------
-r14755 | sahlberg | 2005-06-25 17:15:51 -0500 (Sat, 25 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/conversation.c
-
-from Kashyap Desai
-
-fix bug in conversation_delete_proto_data
-second argument to g_slist_remove() is a pointer to the data, not a GSlist containing a list of such pointers.
-
-
-------------------------------------------------------------------------
-r14754 | sahlberg | 2005-06-25 16:57:11 -0500 (Sat, 25 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-mms-control.c
-   A /trunk/epan/dissectors/packet-mms-data.c
-
-From Martin Mathieson
-New protocol : MS MediaServer protocol
-
-
-------------------------------------------------------------------------
-r14753 | ulfl | 2005-06-25 16:27:26 -0500 (Sat, 25 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-we are not a GNU program, so we shouldn't report as such in the command line help output
-------------------------------------------------------------------------
-r14752 | guy | 2005-06-25 14:14:17 -0500 (Sat, 25 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-
-The data in an Identification packet is a message intended to be
-human-readable; displayh it with "tvb_format_text()".
-
-------------------------------------------------------------------------
-r14751 | guy | 2005-06-25 13:56:08 -0500 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Give Paolo Frigo credit for the TANGO dissector.
-
-------------------------------------------------------------------------
-r14750 | guy | 2005-06-25 13:20:13 -0500 (Sat, 25 Jun 2005) | 8 lines
-Changed paths:
-   M /trunk/ethereal_gen.py
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-   M /trunk/plugins/giop/packet-parlay.c
-
-In generated GIOP dissectors, don't set the Protocol or Info columns, or
-create the top-level protocol tree item, until the dissector accepts the
-packet as being for it.
-
-"strcmp()" isn't a Boolean; don't treat it as such.
-
-Get rid of trailing white space.
-
-------------------------------------------------------------------------
-r14749 | etxrab | 2005-06-25 12:26:30 -0500 (Sat, 25 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-
-Major rewrite to update to version TS 129 002 V6.9.0
-------------------------------------------------------------------------
-r14748 | etxrab | 2005-06-25 12:25:44 -0500 (Sat, 25 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Major rewrite to update to version TS 129 002 V6.9.0
-------------------------------------------------------------------------
-r14747 | sahlberg | 2005-06-25 07:40:53 -0500 (Sat, 25 Jun 2005) | 4 lines
-Changed paths:
-   A /trunk/asn1/ftam
-   A /trunk/asn1/ftam/ISO8571-FTAM.asn
-   A /trunk/asn1/ftam/Makefile
-   A /trunk/asn1/ftam/Makefile.nmake
-   A /trunk/asn1/ftam/ftam.cnf
-   A /trunk/asn1/ftam/packet-ftam-template.c
-   A /trunk/asn1/ftam/packet-ftam-template.h
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-
-new FTAM dissector generated by asn2eth
-
-
-
-------------------------------------------------------------------------
-r14746 | sahlberg | 2005-06-25 02:46:14 -0500 (Sat, 25 Jun 2005) | 3 lines
-Changed paths:
-   A /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.h
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-
-Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.
-
-
-------------------------------------------------------------------------
-r14745 | guy | 2005-06-24 07:43:32 -0500 (Fri, 24 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-   M /trunk/plugins/giop/packet-parlay.c
-   M /trunk/plugins/giop/packet-tango.c
-
-Re-generate the CosNaming, CosEventComm, and Parlay dissectors from the
-IDL (and re-insert an earlier bug fix into the CosNaming and
-CosEventComm dissectors), and add a new check added to ethereal_gen.py
-to the Tango dissector.
-
-------------------------------------------------------------------------
-r14744 | guy | 2005-06-24 06:38:19 -0500 (Fri, 24 Jun 2005) | 2 lines
-Changed paths:
-   A /trunk/idl/coseventcomm.idl
-   A /trunk/idl/cosnaming.idl
-
-Add IDL for cosnaming and coseventcomm.
-
-------------------------------------------------------------------------
-r14743 | guy | 2005-06-24 06:26:19 -0500 (Fri, 24 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/ethereal_gen.py
-
-There's no guarantee that a reply with a reply status of USER_EXCEPTION
-includes an exception ID - the sequence length could be zero.  When
-generating a dissector for a USER_EXCEPTION reply, return FALSE if
-there's no exception ID.  (And since we're now always using the header
-pointer argument, un-_U_ize it.)
-
-------------------------------------------------------------------------
-r14742 | sahlberg | 2005-06-24 05:03:20 -0500 (Fri, 24 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
- for unknown GraphicString
-just decode them as an octet string and say in the decode pane this is an unknown GraphicString
-
-
-
-------------------------------------------------------------------------
-r14741 | sahlberg | 2005-06-24 03:57:41 -0500 (Fri, 24 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-fix to ber NULL handling
-1, make it actually show the hf field when present
-2, make it handle imlicit_tag properly
-
-
-------------------------------------------------------------------------
-r14740 | guy | 2005-06-23 21:51:01 -0500 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/gtk/main.c
-   M /trunk/plugins/mate/mate_setup.c
-
-More constification.
-
-------------------------------------------------------------------------
-r14739 | guy | 2005-06-23 20:32:42 -0500 (Thu, 23 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/http_stat.c
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/service_response_time_table.h
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-protohierstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-wspstat.c
-
-Constify a bunch of structure members and function arguments, to squelch
-compiler warnings.
-
-Clean up indentation.
-
-------------------------------------------------------------------------
-r14738 | etxrab | 2005-06-23 17:17:03 -0500 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-From Valery Vybornov:
-add register_dissector to packet-tcap.c
-------------------------------------------------------------------------
-r14737 | etxrab | 2005-06-23 17:15:47 -0500 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-
-From Valery Vybornov:
-add register_dissector to packet-tcap.c
-------------------------------------------------------------------------
-r14736 | ulfl | 2005-06-23 16:19:05 -0500 (Thu, 23 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-fix #135: handle the command line parameters -v, -h and -G completely in their own getopt() loop. 
-
-This is done "long before" calling gtk_init() as this function requires a running X server, causing an error if running from the console only.
-------------------------------------------------------------------------
-r14735 | ulfl | 2005-06-23 15:18:17 -0500 (Thu, 23 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-Win32: "fix" handling of create_console(), hopefully clarifying usage of the corresponding prefs flag
-------------------------------------------------------------------------
-r14734 | ulfl | 2005-06-23 15:14:05 -0500 (Thu, 23 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-beautify version and usage output
-------------------------------------------------------------------------
-r14733 | sahlberg | 2005-06-23 04:28:46 -0500 (Thu, 23 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/epan/dissectors/packet-cmip.c
-
-fix for CMIP,    we should set the opcode_type BEFORE we try to use it in the subdissector,
-it doesnt work really that well if we have opcode_type set to INVOKE   from the previous packet and this new packet contains a ReturnResult.
-
-
-
-------------------------------------------------------------------------
-r14732 | etxrab | 2005-06-22 11:17:18 -0500 (Wed, 22 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/idl/parlay/Parlay.idl
-   A /trunk/idl/parlay/README.parlay
-   A /trunk/idl/parlay/am.idl
-   A /trunk/idl/parlay/cccs.idl
-   A /trunk/idl/parlay/cm.idl
-   A /trunk/idl/parlay/common_cc_data.idl
-   A /trunk/idl/parlay/cs.idl
-   A /trunk/idl/parlay/dsc.idl
-   A /trunk/idl/parlay/fw_data.idl
-   A /trunk/idl/parlay/fw_if.idl
-   A /trunk/idl/parlay/fw_if_access.idl
-   A /trunk/idl/parlay/fw_if_app.idl
-   A /trunk/idl/parlay/fw_if_entop.idl
-   A /trunk/idl/parlay/fw_if_service.idl
-   A /trunk/idl/parlay/gcc_data.idl
-   A /trunk/idl/parlay/gcc_interfaces.idl
-   A /trunk/idl/parlay/gms.idl
-   A /trunk/idl/parlay/mm.idl
-   A /trunk/idl/parlay/mmccs.idl
-   A /trunk/idl/parlay/mmm.idl
-   A /trunk/idl/parlay/mpcc_data.idl
-   A /trunk/idl/parlay/mpcc_interfaces.idl
-   A /trunk/idl/parlay/osa.idl
-   A /trunk/idl/parlay/pam_data.idl
-   A /trunk/idl/parlay/pam_interfaces.idl
-   A /trunk/idl/parlay/policy_data.idl
-   A /trunk/idl/parlay/policy_interfaces.idl
-   A /trunk/idl/parlay/termcap.idl
-   A /trunk/idl/parlay/ui_data.idl
-   A /trunk/idl/parlay/ui_interfaces.idl
-
-Add the IDL doc's needed to build the Parlay dissector.
-------------------------------------------------------------------------
-r14731 | etxrab | 2005-06-22 11:16:24 -0500 (Wed, 22 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/idl/parlay
-
-Add a folder for Parlay IDL doc's
-------------------------------------------------------------------------
-r14730 | etxrab | 2005-06-22 11:15:16 -0500 (Wed, 22 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/idl
-
-Add a folder for IDL dockuments
-------------------------------------------------------------------------
-r14729 | gerald | 2005-06-22 10:37:46 -0500 (Wed, 22 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/to_str.c
-
-Fix an off-by-four error, which should take care of bugs 254 - 258.  Print
-OID values as unsigned ints instead of signed.
-
-------------------------------------------------------------------------
-r14728 | sahlberg | 2005-06-22 04:58:46 -0500 (Wed, 22 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-update to packet-ber
-
-1, start making indefinite length  constructions actually work
-2, when attempting to decode an unknown BER octet sequence, do not generate [malformed packet] just because the length does not make sense and might point outside the tvb.   it might just be that there are implicit tags in the asn1 specification and that it is just impossible to decode the octet stream without knowledge of the asn.
-
-
-
-------------------------------------------------------------------------
-r14727 | sahlberg | 2005-06-22 03:41:58 -0500 (Wed, 22 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
-
-add a dummy variable frame_number to dissect_frame() and assign it the current frame number so that the crashdump that buildbot generates will show which frame the problem occured in.
-
-this is useful since some bugs only trigger ia crash on some platforms.
-example   bug 255 which does not trigger a crash on linux redhat 7.1
-
-
-
-------------------------------------------------------------------------
-r14726 | sahlberg | 2005-06-22 03:28:59 -0500 (Wed, 22 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/epan/dissectors/packet-acse.c
-
-only create the ACSE protocol tree if there is an ACSE layer present.
-
-do not create it if it is just a SES_DATA_TRANSFER PDU
-
-
-------------------------------------------------------------------------
-r14725 | sahlberg | 2005-06-22 03:15:18 -0500 (Wed, 22 Jun 2005) | 9 lines
-Changed paths:
-   M /trunk/asn1/acse/Makefile
-   M /trunk/asn1/acse/acse.asn
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-ftam.c
-
-remove a dissector table we no longer use from ACSE
-and also from the CMIP and FTAM dissectors that tried to register against it.
-
-Implement a workaround for the asn2eth bug (can not yet handle tagged assignments) to the conformance file and remove the warnings from the template file.
-
-Since workaround is implemented in conformance file, make make copy_files install the dissector instead of printing a warning message.
-
-
-
-------------------------------------------------------------------------
-r14724 | lego | 2005-06-21 21:18:10 -0500 (Tue, 21 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
-
-add ipbcp attribute as in Q.1970
-
-------------------------------------------------------------------------
-r14723 | gerald | 2005-06-21 17:02:18 -0500 (Tue, 21 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-
-Make a couple of variables dynamic, as suggested by Ulf.
-
-------------------------------------------------------------------------
-r14722 | guy | 2005-06-21 12:40:11 -0500 (Tue, 21 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/giop/packet-parlay.c
-
-It's svn:eol-style, not svn:eolstyle.
-
-------------------------------------------------------------------------
-r14721 | sahlberg | 2005-06-21 05:19:10 -0500 (Tue, 21 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lmp.c
-
-terminate some value_strings properly with a {0,NULL}
-
-
-------------------------------------------------------------------------
-r14720 | sahlberg | 2005-06-21 04:38:59 -0500 (Tue, 21 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-the maximum ASN OID length is 256 bytes and there is a define to control this.
-
-fix bug251 and all other occurances where an oid string  passed to packet_ber_object_identifier()
-is not defined as foo[MAX_OID_STR_LEN]
-
-------------------------------------------------------------------------
-r14719 | guy | 2005-06-21 04:17:53 -0500 (Tue, 21 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/plugins/giop/packet-parlay.c
-
-Fix the line endings.
-
-Get rid of include of "snprintf.h", and _U_-ify arguments, as per
-changes made to idl2eth.
-
-------------------------------------------------------------------------
-r14718 | guy | 2005-06-21 04:15:26 -0500 (Tue, 21 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/giop/packet-tango.c
-
-Get rid of include of "snprintf.h", and _U_-ify arguments, as per
-changes made to idl2eth.
-
-------------------------------------------------------------------------
-r14717 | lego | 2005-06-20 16:21:06 -0500 (Mon, 20 Jun 2005) | 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
-
-if exists call the h248term subdissector.
-
-
-------------------------------------------------------------------------
-r14716 | etxrab | 2005-06-20 15:15:33 -0500 (Mon, 20 Jun 2005) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-From Mike Duigou:
-
- In order to get filtering of conversations and
-> endpoints to work from the endpoints and conversations windows I found 
-> it necessary to add a new AT_URI address type and a SAT_JXTA. This also 
-> necessitated a change to to_str.c to avoid a buffer overflow problem. 
-> Please review these changes carefully.
-> 
-> Also includes some changes to the jxta dissector to fix filtering on
-> generated fields and some changes to the types used for ints/unsigned ints.
-> 
-> Fixes a bug with the processing of messages containing namespaces.
-------------------------------------------------------------------------
-r14715 | etxrab | 2005-06-20 15:14:57 -0500 (Mon, 20 Jun 2005) | 12 lines
-Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/to_str.c
-
-From Mike Duigou:
-
- In order to get filtering of conversations and
-> endpoints to work from the endpoints and conversations windows I found 
-> it necessary to add a new AT_URI address type and a SAT_JXTA. This also 
-> necessitated a change to to_str.c to avoid a buffer overflow problem. 
-> Please review these changes carefully.
-> 
-> Also includes some changes to the jxta dissector to fix filtering on
-> generated fields and some changes to the types used for ints/unsigned ints.
-> 
-> Fixes a bug with the processing of messages containing namespaces.
-------------------------------------------------------------------------
-r14714 | etxrab | 2005-06-20 15:14:22 -0500 (Mon, 20 Jun 2005) | 12 lines
-Changed paths:
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/hostlist_jxta.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/sat.h
-
-From Mike Duigou:
-
- In order to get filtering of conversations and
-> endpoints to work from the endpoints and conversations windows I found 
-> it necessary to add a new AT_URI address type and a SAT_JXTA. This also 
-> necessitated a change to to_str.c to avoid a buffer overflow problem. 
-> Please review these changes carefully.
-> 
-> Also includes some changes to the jxta dissector to fix filtering on
-> generated fields and some changes to the types used for ints/unsigned ints.
-> 
-> Fixes a bug with the processing of messages containing namespaces.
-------------------------------------------------------------------------
-r14713 | gerald | 2005-06-20 14:35:58 -0500 (Mon, 20 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-iapp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-   M /trunk/epan/proto.h
-   M /trunk/plugins/irda/packet-irda.c
-   M /trunk/plugins/profinet/packet-pn-dcp.c
-
-Fix a format string vulneratility in the AFP dissector identified
-by iDEFENSE.  Add constant format strings to proto_item_append_text()
-in a bunch of other dissectors.  Copy a comment from proto.c to proto.h.
-
-------------------------------------------------------------------------
-r14712 | sahlberg | 2005-06-20 05:22:03 -0500 (Mon, 20 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
-
-convert the function
-dissect_spnego_mechTypes() tu use the packet-ber api instead of the 
-asn1 api.
-
-
-------------------------------------------------------------------------
-r14711 | sahlberg | 2005-06-20 04:43:29 -0500 (Mon, 20 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
-
-convert one function to use packet-ber instead of asn1
-
-
-------------------------------------------------------------------------
-r14710 | sahlberg | 2005-06-20 02:18:10 -0500 (Mon, 20 Jun 2005) | 8 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gsm_ss.h
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-move two functions that are not used by tcap and only used by gsm_a and gsm_ss into gsm_ss.
-
-remove the include <epan.asn1.h> from tcap since it no longer needs that file.
-
-only 9 dissectors remain that use asn1.h
-
-
-
-------------------------------------------------------------------------
-r14709 | sahlberg | 2005-06-20 00:28:56 -0500 (Mon, 20 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-gssapi.h
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-spnego.c
-
-move one function only used by SPNEGO to packet-spnego.c
-
-remove the include of <epan/asn1.h> from kerberos, ntlmssp and gssapi since they no longer need to include that file.
-
-
-------------------------------------------------------------------------
-r14708 | sahlberg | 2005-06-19 23:44:39 -0500 (Sun, 19 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-gssapi.h
-
-convert gssapi to use packet-ber helpers instead of the asn1 ones.
-
-once spnego is converted as well, the   epan/asn1.h  include can be removed from :
-kerberos, spnego, gssapi and ntlmssp
-
-
-
-------------------------------------------------------------------------
-r14707 | sahlberg | 2005-06-19 21:37:42 -0500 (Sun, 19 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/acse/packet-acse-template.c
-
-add Sids email as the original author of ACSE dissector
-
-------------------------------------------------------------------------
-r14706 | guy | 2005-06-19 17:29:08 -0500 (Sun, 19 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/ethereal_gen.py
-
-Get rid of the include of "snprintf.h", as g_snprintf()" should be used.
-
-Add _U_s to reduce the number of warnings.
-
-------------------------------------------------------------------------
-r14705 | etxrab | 2005-06-19 16:16:04 -0500 (Sun, 19 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Add some Cisco AVP:s
-------------------------------------------------------------------------
-r14704 | etxrab | 2005-06-19 16:11:52 -0500 (Sun, 19 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Update some OID:s and add some ASN1 code from ETSI TS 129 002 V5.7.0.
-Will regenerate later.
-------------------------------------------------------------------------
-r14703 | guy | 2005-06-19 14:17:15 -0500 (Sun, 19 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/README.macos
-
-Add a note about the PNG, JPEG, and TIFF loaders not being usable (or
-not easy to get to work) on Tiger.
-
-------------------------------------------------------------------------
-r14702 | guy | 2005-06-19 14:08:37 -0500 (Sun, 19 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/idl2eth.pod
-
-Update URL for omniORB.
-
-------------------------------------------------------------------------
-r14701 | jmayer | 2005-06-19 10:17:42 -0500 (Sun, 19 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-kerberos.h
-
-Fix trivial warning
-------------------------------------------------------------------------
-r14700 | jmayer | 2005-06-19 10:16:30 -0500 (Sun, 19 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/packet.h
-
-Warning fix: Declare some more strings const
-------------------------------------------------------------------------
-r14699 | sahlberg | 2005-06-19 06:54:33 -0500 (Sun, 19 Jun 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-
-New autogenerated ACSE dissector.
-
-Note that the autogenerated dissector contains two bugs which i belive are asn2eth bugs.
-This is why make copy_files does not work.
-
-The comment at the top of the generated file explains which two changes one has to do manually after autogenerating the dissector, until asn2eth gets fixed.
-
-
-------------------------------------------------------------------------
-r14698 | sahlberg | 2005-06-19 06:51:23 -0500 (Sun, 19 Jun 2005) | 7 lines
-Changed paths:
-   A /trunk/asn1/acse
-   A /trunk/asn1/acse/Makefile
-   A /trunk/asn1/acse/Makefile.nmake
-   A /trunk/asn1/acse/acse.asn
-   A /trunk/asn1/acse/acse.cnf
-   A /trunk/asn1/acse/packet-acse-template.c
-   A /trunk/asn1/acse/packet-acse-template.h
-
-New autogenerated ACSE dissector.
-
-There is a bug in ASN2ETH which means one can not do make copy_files
-instead one needs to change two bugs in the generated code manually.
-These two changes are in the comment at the top of the template/generated file
-
-
-------------------------------------------------------------------------
-r14697 | sahlberg | 2005-06-19 06:49:16 -0500 (Sun, 19 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/cmip/packet-cmip-template.c
-
-register cmip as ber oid dissector
-
-
-------------------------------------------------------------------------
-r14696 | sahlberg | 2005-06-19 06:47:59 -0500 (Sun, 19 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-ftam.c
-
-make cmip and ftam also register by ber oid so that they will work when the new ACSE goes in
-
-
-------------------------------------------------------------------------
-r14695 | sahlberg | 2005-06-19 06:40:39 -0500 (Sun, 19 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-ses.h
-
-push one more object into the session structure so acse can pick it up later.
-
-
-------------------------------------------------------------------------
-r14694 | lego | 2005-06-18 19:08:30 -0500 (Sat, 18 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afp.h
-   M /trunk/epan/dissectors/packet-dsi.c
-
-from Didier Gautheron
-
-The new AFP 3.2 specification used by Apple OS X 10.4
-
-
-------------------------------------------------------------------------
-r14693 | gerald | 2005-06-18 15:57:01 -0500 (Sat, 18 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-
-Clear out any leftover preference information.  Fix up whitespace.
-
-------------------------------------------------------------------------
-r14692 | jmayer | 2005-06-18 10:41:26 -0500 (Sat, 18 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-telnet.c
-
-Partial fix for bug 191: Sanity check is ok now
-------------------------------------------------------------------------
-r14691 | jmayer | 2005-06-18 03:52:41 -0500 (Sat, 18 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Dominik Kuhlen to AUTHORS
-------------------------------------------------------------------------
-r14690 | jmayer | 2005-06-18 03:49:24 -0500 (Sat, 18 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-lct.c
-
-Dominik Kuhlen: Fix a copy/paste bug reported in
-   http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=211
-
-------------------------------------------------------------------------
-r14689 | lego | 2005-06-17 20:15:17 -0500 (Fri, 17 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-synergy.c
-
-from Vasanth Manickam
-
-Synergy is a cross platform software which enables to easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. Its listed on sourceforge (http://synergy2.sourceforge.net/).
-
-
-------------------------------------------------------------------------
-r14688 | lego | 2005-06-17 20:09:04 -0500 (Fri, 17 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-
-- Use report_error and Co. to report errors
-
-
-------------------------------------------------------------------------
-r14687 | jmayer | 2005-06-17 19:10:59 -0500 (Fri, 17 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove a leftover dummy list
-------------------------------------------------------------------------
-r14686 | tuexen | 2005-06-17 16:02:40 -0500 (Fri, 17 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Add support for draft-ietf-tsvwg-sctp-auth-00.txt.
-
-------------------------------------------------------------------------
-r14685 | gerald | 2005-06-17 13:41:02 -0500 (Fri, 17 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/colorfilters
-
-Tweak the global coloring rules a bit.  Give "normal" traffic pastel
-backgrounds and "bad" traffic bold backgrounds, which is the strategy
-used in some of the sample coloring rules.  Include a few rules from
-the samples as well.
-
-------------------------------------------------------------------------
-r14684 | lego | 2005-06-17 12:37:10 -0500 (Fri, 17 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sscop.c
-   M /trunk/epan/dissectors/packet-sscop.h
-
-- fix a bug I introduced by copy pasting an incorrect offset of some items
-- prepare the tap
-
-
-------------------------------------------------------------------------
-r14683 | lego | 2005-06-17 12:33:48 -0500 (Fri, 17 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-
-Register the dtap dissector by name.
-
-
-------------------------------------------------------------------------
-r14682 | lego | 2005-06-17 12:26:43 -0500 (Fri, 17 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/k12.h
-   M /trunk/wiretap/wtap-int.h
-
-- Write rf5 files (I don't think tektronix software will be able to read these, ethereal does)
-- change k12.atm.vci and k12.atm.vpi into atm.vci and atm.vpi
-
-
-------------------------------------------------------------------------
-r14681 | jmayer | 2005-06-17 12:12:12 -0500 (Fri, 17 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
-
-Update FAQ
-------------------------------------------------------------------------
-r14680 | jmayer | 2005-06-17 12:10:21 -0500 (Fri, 17 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/manuf
-
-Update manuf
-------------------------------------------------------------------------
-r14679 | gerald | 2005-06-17 10:03:26 -0500 (Fri, 17 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/README.developer
-
-Add a note about fuzz testing.
-
-------------------------------------------------------------------------
-r14678 | ulfl | 2005-06-17 02:57:41 -0500 (Fri, 17 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-fix a typo in the usage output
-------------------------------------------------------------------------
-r14677 | ulfl | 2005-06-17 02:56:27 -0500 (Fri, 17 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/editcap.c
-
-the -E probability parameter was missing in the usage summary
-------------------------------------------------------------------------
-r14676 | ulfl | 2005-06-16 20:28:41 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_app_tools.xml
-
-updated to latest Ethereal GUI
-------------------------------------------------------------------------
-r14675 | ulfl | 2005-06-16 20:27:52 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_customize.xml
-
-updated to latest Ethereal GUI
-------------------------------------------------------------------------
-r14674 | ulfl | 2005-06-16 18:27:57 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_statistics.xml
-   M /trunk/docbook/eug_src/EUG_chapter_work.xml
-
-updated to latest Ethereal GUI
-------------------------------------------------------------------------
-r14673 | etxrab | 2005-06-16 17:07:38 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Change "radius type" on some vendor AVP:s and add some more ones.
-------------------------------------------------------------------------
-r14672 | etxrab | 2005-06-16 17:06:12 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/sminmpec.c
-   M /trunk/epan/sminmpec.h
-
-Add some more vendors
-------------------------------------------------------------------------
-r14671 | ulfl | 2005-06-16 16:51:17 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_advanced.xml
-
-updated to latest Ethereal GUI
-------------------------------------------------------------------------
-r14670 | ulfl | 2005-06-16 16:34:06 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_io.xml
-
-add ChIOExportCSVDialog section, docbook validation should work again
-------------------------------------------------------------------------
-r14669 | ulfl | 2005-06-16 16:19:50 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_io.xml
-   M /trunk/docbook/eug_src/EUG_chapter_use.xml
-
-add a "file sets" section and fix a link to it
-------------------------------------------------------------------------
-r14668 | etxrab | 2005-06-16 16:19:37 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Paul Ollis
-------------------------------------------------------------------------
-r14667 | etxrab | 2005-06-16 16:16:23 -0500 (Thu, 16 Jun 2005) | 16 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-
-From  Paul Ollis:
-  epan/dissectors/packet-sigcomp.c
-  --------------------------------
-
-    Function dissect_sigcomp:
-
-        1. Make sure the temporary buffer that is used to load byte-code from
-           state is zeroed, since the function udvm_state_access implicitly
-           relies on this.
-
-        2. Pass the SigComp message header length, state length and partial
-           state length to decompress_sigcomp_message.
-
-        3. Removed the state_vars_valid parameter from calls to
-           udvm_state_access.
-
-------------------------------------------------------------------------
-r14666 | etxrab | 2005-06-16 16:15:12 -0500 (Thu, 16 Jun 2005) | 115 lines
-Changed paths:
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp-udvm.h
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/sigcomp_state_hdlr.h
-
-From  Paul Ollis:
-  epan/sigcomp_state_hdlr.c epan/sigcomp_state_hdlr.h
-  ---------------------------------------------------
-
-    Function udvm_state_access:
-
-        1. Removed the state_vars_valid parameter. It is no longer used.
-
-        2. The function now correctly updates each of state_length,
-           state_address and state_instruction with saved state value.
-
-           [Previously this was only done for state referenced in the SigComp
-            message header.]
-
-        3. Removed code that (incorrectly) read byte_copy_left from UDVM memory
-           within the loop that writes the state to UDVM memory.
-
-        4. Removed the code that set the useful values in UDVM memory. This
-           should only be done for state referenced in the SigComp message
-           header. (The decompress_sigcomp_message function, sets the useful
-           values.)
-
-
-  epan/sigcomp-udvm.c epan/sigcomp-udvm.h
-  ---------------------------------------
-
-    Function decompress_sigcomp_message:
-
-        1. Added three new parameters; header_len, byte_code_state_len,
-           byte_code_id_len.  The byte_code_state_len and byte_code_id_len
-           are used to set the useful values in UDVM memory. The
-           header_len is required to calculate the cycles available
-           for decompression.
-
-        2. Various minor corrections to spellings, etc in generated
-           messages.
-
-        3. Reduced the number of lines of output for print_level_1. Now
-           the execution trace shows the instruction name and parameter
-           values on one line.
-
-           [This was done because, we found that even at the lowest
-           level of detail ethereal became unusably slow; running on
-           a 500 MHz SPARC. This seems to be related to the number of
-           lines produced by the SigComp trace, which can easily be over
-           1000 with the modified code.]
-
-        4. Removed the used of some floating point functions. In all
-           cases they were unnecessary and could potentially cause the
-           code to produce the wrong results on some platforms (although
-           this is unlikely).
-
-        5. The useful values are now set correctly, using the new
-           byte_code_state_len and byte_code_id_len parameters.
-
-        6. The message header length is now included in the calculation of
-           maximum_UDVM_cycles. Previously, the calculation could underestimate
-           the value, resulting in the (small) chance that some legitimate
-           messages might fail to decompress.
-
-           Note: The calculation might now slightly over-estimate the cycles
-           but this is a reasonable thing to do.
-
-        7. Implemented the PUSH, POP, CALL and RETURN instructions.
-
-           Note: The two SORT instructions and the CRC and SHA-1 instructions
-           are still not implemented.
-
-        8. The COPY and COPY-LITERAL instructions now apply the
-           byte-copying-rules to the source address as well as the destination
-           address.
-
-        9. The COPY-LITERAL and COPY-OFFSET now correctly handle the
-           destination operand. Previously, it was possible for the destination
-           to be left at byte_copy_right when it should be left at
-           byte_copy_left.
-
-        10. All three COPY instructions will now behave correctly if the source
-            or destination start at byte_copy_right; i.e. they read/write to
-            byte_copy_right, byte_copy_right+1, etc. Previously the parameters
-            would wrap to byte_copy_left.
-
-        11. The COPY-OFFSET instruction now correctly calculates the source
-            address for all values of offset. Previously a very large offset
-            (greater than the circular buffer size) could cause the starting
-            position to be mis-calculated.
-
-        12. Modulo 65536 arithmetic has been added in some places where it was
-            missing.
-
-            [Only when noticed, we have not been able to check all the code.]
-
-        13. Some redundant code was removed for the INPUT-BITS instruction.
-            Also, INPUT-BITS (0, x, x) now correctly discards spare bits when
-            the P-bit, has changed.
-
-        14. Corrected the cycles used calculation for the INPUT-BITS
-            instruction.
-
-        15. Corrected some minor cases where the used_udvm_cycles was not
-            incremented.
-
-            [Not really a problem, but it allowed us to verify correctness with
-            some of the SigComp torture tests.]
-
-        16. Removed some redundant code in INPUT-HUFFMAN (and reorganised some
-            comments to keep them making sense).
-
-
-    Function decomp_dispatch_get_bits:
-
-        1. This has been rewritten. The original version could not correctly
-           handle requests for more than 8 bits. The new version is cleaner and
-           correctly handles all cases.
-
-------------------------------------------------------------------------
-r14665 | ulfl | 2005-06-16 15:27:55 -0500 (Thu, 16 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_capture.xml
-   M /trunk/docbook/eug_src/EUG_chapter_io.xml
-
-updated to latest Ethereal GUI
-------------------------------------------------------------------------
-r14664 | gerald | 2005-06-16 14:51:14 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
-
-Fix Win32 compilation, broken by yesterday's checkin.
-
-------------------------------------------------------------------------
-r14663 | jmayer | 2005-06-16 12:23:34 -0500 (Thu, 16 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/proto.h
-   M /trunk/epan/value_string.h
-
-Get rid of several megabytes worth of warnings about
-"discards qualifier from assignment".
-
-------------------------------------------------------------------------
-r14662 | guy | 2005-06-16 05:06:22 -0500 (Thu, 16 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-
-Remove unused variable.
-
-Clean up indentation.
-
-------------------------------------------------------------------------
-r14661 | guy | 2005-06-16 05:05:23 -0500 (Thu, 16 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/gtk/hostlist_jxta.c
-
-Get rid of unnecessary assignment and unnecessary "volatile" qualifier.
-
-Mark unused parameter as such.
-
-------------------------------------------------------------------------
-r14660 | guy | 2005-06-16 04:58:01 -0500 (Thu, 16 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-jxta.c
-
-From Peter Kovar: fix an incorrect assignment that caused a compilation
-error with GCC 4.
-
-------------------------------------------------------------------------
-r14659 | guy | 2005-06-16 03:10:13 -0500 (Thu, 16 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/wiretap/netxray.c
-
-Note that the WAN_CAPTYPE value of 4 can correspond to Cisco HDLC
-traffic as well as Frame Relay traffic, and give some information about
-the cruft found in the xxc field of the header for one CHDLC and one FR
-capture.
-
-------------------------------------------------------------------------
-r14658 | guy | 2005-06-16 02:46:03 -0500 (Thu, 16 Jun 2005) | 20 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-Clean up white space.
-
-Register "standard" and "lock_info_col" as obsolete preferences, so
-they're silently ignored rather than triggering warnings.
-
-Propagate changes to check for "dissect_ber_octet_string()" supplying a
-null tvbuff pointer from the checkins to the generated dissector ("Do
-not modify this file" means "Do not modify this file"!) to the tcap.cnf
-file, so that they're not lost if the dissector is regenerated.  (Don't
-propagate the checks for "tvb_new_subset()" returning null - it never
-returns null.)
-
-Pass -1 to "tvb_new_subset()" when appropriate.
-
-When looping over packet data, check against the reported length, not
-the captured length, so we indicate a short frame if we get stopped by
-the snapshot length.
-
-Get rid of unused variables.
-
-------------------------------------------------------------------------
-r14657 | guy | 2005-06-16 01:50:20 -0500 (Thu, 16 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lmp.c
-
-Register "version" as an obsolete preference, so it's silently ignored,
-rather than provoking a warning.
-
-------------------------------------------------------------------------
-r14656 | guy | 2005-06-16 01:41:28 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-Don't hand a null pointer to a "%s" format.
-
-------------------------------------------------------------------------
-r14655 | guy | 2005-06-16 01:34:27 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-Fix a typo, and squelch a compiler warning.
-
-------------------------------------------------------------------------
-r14654 | guy | 2005-06-16 01:33:49 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/recent.c
-
-Include <ctype.h> to define/declare "isspace()".
-
-------------------------------------------------------------------------
-r14653 | guy | 2005-06-16 01:32:20 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup_thin.c
-
-"dissect_isup_thin()" is a new-style dissector; register it as such.
-
-------------------------------------------------------------------------
-r14652 | guy | 2005-06-16 01:31:25 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-Squelch some unitialized variable warnings.
-
-------------------------------------------------------------------------
-r14651 | guy | 2005-06-16 01:30:33 -0500 (Thu, 16 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-"proto_tree_add_text()" doesn't add a named field, so it takes no "hf_"
-argument.
-
-Report a non-integral type used with "dissect_per_integer()" with an
-explicit "REPORT_DISSECTOR_BUG()" call, as that's a dissector bug.
-
-------------------------------------------------------------------------
-r14650 | guy | 2005-06-16 01:28:50 -0500 (Thu, 16 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-msrp.c
-
-Include <ctype.h> to get "isdigit()" defined/declared.
-
-"dissect_msrp()" is a "new-style" dissector; register it as such.
-
-Squelch an uninitialized variable warning.
-
-------------------------------------------------------------------------
-r14649 | guy | 2005-06-16 01:27:18 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kink.c
-
-Squelch some compiler warnings.
-
-------------------------------------------------------------------------
-r14648 | guy | 2005-06-16 01:19:03 -0500 (Thu, 16 Jun 2005) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-isakmp.c
-   A /trunk/epan/dissectors/packet-isakmp.h
-   M /trunk/epan/dissectors/packet-kink.c
-
-Static variables considered harmful.  Make the ISAKMP version a
-parameter to many functions inside the ISAKMP dissector, as well as to
-the "isakmp_dissect_payloads()" routine it exports.  Get rid of
-"isakmp_set_version()", as the version can be passed to
-"isakmp_dissect_payloads()" from the KINK dissector.
-
-Put the declaration of "isakmp_dissect_payloads()" into a
-"packet-isakmp.h" header, and have "packet-isakmp.c" and "packet-kink.h"
-include it rather than declariing "isakmp_dissect_payloads()" itself -
-or not doing so at all.
-
-------------------------------------------------------------------------
-r14647 | guy | 2005-06-16 01:06:18 -0500 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-
-Regenerate - this squelches some compiler warnings.
-
-------------------------------------------------------------------------
-r14646 | lego | 2005-06-15 21:27:30 -0500 (Wed, 15 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/wtap.h
-
-third and last(?) iteration on the import routines for tektronix 32bit rf5 files.
-Now the import is correct even for large files.
-I found out when and where the "junk" was inserted.
-
-
-------------------------------------------------------------------------
-r14645 | ulfl | 2005-06-15 18:55:46 -0500 (Wed, 15 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/eug_src/EUG_chapter_use.xml
-   A /trunk/docbook/graphics/toolbar/autoscroll_24.png
-   D /trunk/docbook/graphics/toolbar/capture_24.png
-   A /trunk/docbook/graphics/toolbar/capture_filter_24.png
-   A /trunk/docbook/graphics/toolbar/capture_interfaces_24.png
-   A /trunk/docbook/graphics/toolbar/capture_options_24.png
-   A /trunk/docbook/graphics/toolbar/capture_restart_24.png
-   A /trunk/docbook/graphics/toolbar/capture_start_24.png
-   A /trunk/docbook/graphics/toolbar/capture_stop_24.png
-   D /trunk/docbook/graphics/toolbar/cfilter_24.png
-   A /trunk/docbook/graphics/toolbar/colorize_24.png
-   D /trunk/docbook/graphics/toolbar/dfilter_24.png
-   A /trunk/docbook/graphics/toolbar/display_filter_24.png
-   A /trunk/docbook/graphics/toolbar/resize_columns_24.png
-   M /trunk/docbook/user-guide.xml
-
-update toolbar items and icons
-------------------------------------------------------------------------
-r14644 | ulfl | 2005-06-15 18:05:37 -0500 (Wed, 15 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/compat_macros.h
-
-don't call "Capture/Start" Capture but Start in the toolbar
-------------------------------------------------------------------------
-r14643 | gerald | 2005-06-15 17:56:23 -0500 (Wed, 15 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-Handle FT_UINTs in dissect_per_integer().  Fixes bug 234.
-
-------------------------------------------------------------------------
-r14642 | ulfl | 2005-06-15 17:47:20 -0500 (Wed, 15 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_use.xml
-
-update various menu items (screenshots must be updated as well)
-------------------------------------------------------------------------
-r14641 | ulfl | 2005-06-15 17:45:51 -0500 (Wed, 15 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
-
-minor editing
-------------------------------------------------------------------------
-r14640 | gerald | 2005-06-15 17:08:43 -0500 (Wed, 15 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-browser.c
-
-Make sure dissect_browser_TYPE_12_data() returns the right value.  Catch
-integer overflows in that and other functions.  Fixes bug 236.
-
-------------------------------------------------------------------------
-r14639 | gerald | 2005-06-15 16:42:30 -0500 (Wed, 15 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
-
-Catch an infinite loop in smpp_handle_dlist().  Fixes bug 246.
-
-------------------------------------------------------------------------
-r14638 | gerald | 2005-06-15 16:33:48 -0500 (Wed, 15 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pagp.c
-
-Add missing hf entries.  Fixes bug 240.
-
-------------------------------------------------------------------------
-r14637 | gerald | 2005-06-15 15:55:11 -0500 (Wed, 15 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-
-In sam_dissect_SAM_SECURITY_DESCRIPTOR_data(), throw an exception if we
-fetch a too-long length.  Fixes bug 236.
-
-
-------------------------------------------------------------------------
-r14636 | gerald | 2005-06-15 13:35:13 -0500 (Wed, 15 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lmp.c
-
-Fix a couple of infinite loops found by Buildbot.  Were the recent
-changes to this dissector fuzz tested at all?
-
-------------------------------------------------------------------------
-r14635 | gerald | 2005-06-15 12:56:47 -0500 (Wed, 15 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-csm-encaps.c
-
-Fix an infinite loop found by randpkt testing.  Change the line endings from
-DOS to UNIX.
-
-------------------------------------------------------------------------
-r14634 | gerald | 2005-06-15 10:10:02 -0500 (Wed, 15 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/proto.c
-
-When we add an FT_STRINGZ item, throw an exception if the length is
-less than -1.  If the length is 0, set the item string to "[Empty]".
-This fixes bug 219.
-
-
-------------------------------------------------------------------------
-r14633 | etxrab | 2005-06-14 17:01:55 -0500 (Tue, 14 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Samuel Thibault
-------------------------------------------------------------------------
-r14632 | etxrab | 2005-06-14 16:58:54 -0500 (Tue, 14 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ymsg.c
-
-From Samuel Thibault,
-Some updates to the yahoo msg dissector.
-------------------------------------------------------------------------
-r14631 | etxrab | 2005-06-14 16:57:17 -0500 (Tue, 14 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/giop/Makefile.am
-
-Correct a typo
-------------------------------------------------------------------------
-r14630 | etxrab | 2005-06-14 16:48:42 -0500 (Tue, 14 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-From Javier Acuna
-patch to include Cic info in Voip Calls
-
-------------------------------------------------------------------------
-r14629 | etxrab | 2005-06-14 16:46:51 -0500 (Tue, 14 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Add vendor AVP:s for T-Mobile and  T-Systems Nova International GmbH.
-------------------------------------------------------------------------
-r14628 | etxrab | 2005-06-14 16:45:29 -0500 (Tue, 14 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/sminmpec.c
-   M /trunk/epan/sminmpec.h
-
-Add Vendor ID of T-Mobile  and  T-Systems Nova International GmbH.
-------------------------------------------------------------------------
-r14627 | gerald | 2005-06-14 13:18:05 -0500 (Tue, 14 Jun 2005) | 15 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/tools/lemon/lemon.c
-
-From Steve Grubb:
-
-Fix bounds checking in lemon.c.  Fix up an if/else block in
-packet-dcerpc-samr.c.  Fix hex printing in packet-gtp.c.
-
-
-Fix other problems discovered by Steve:
-
-Fix a bounds check in packet-isis-lsp.c.  Also, fix netmask printing
-on non-little-endian machines.  Add a comment about adding a netmask
-routine to to_str.c.  Add bounds checks to packet-ncp2222.inc.
-
-
-All of these apply to bug 217.
-
-------------------------------------------------------------------------
-r14626 | jmayer | 2005-06-14 09:33:55 -0500 (Tue, 14 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wlancap.c
-
-Always skip the whole header: The current code would only decode
-sizeof strcut wlan_header_v1 bytes, but if our struct was missing
-some newer elements, things would go wrong.
-
-------------------------------------------------------------------------
-r14625 | jmayer | 2005-06-14 08:35:24 -0500 (Tue, 14 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-No // comments
-------------------------------------------------------------------------
-r14624 | gerald | 2005-06-13 17:40:11 -0500 (Mon, 13 Jun 2005) | 8 lines
-Changed paths:
-   M /trunk/clopts_common.c
-   M /trunk/epan/prefs.c
-
-Change read_prefs() to use GStrings instead of (re)allocating memory
-ourselves.  This fixes a potential off-by-one error found by Steve Grubb.
-
-Add two new -G options: defaultprefs and currentprefs.  The first dumps
-the default preferences to stdout and the second dumps the user's prefs
-to stdout.
-
-
-------------------------------------------------------------------------
-r14623 | ulfl | 2005-06-13 15:04:09 -0500 (Mon, 13 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_introduction.xml
-
-the note about not sending sensitive information to the lists should really be a warning, not only a note
-------------------------------------------------------------------------
-r14622 | ulfl | 2005-06-13 15:01:05 -0500 (Mon, 13 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
-
-minor editing
-------------------------------------------------------------------------
-r14621 | lego | 2005-06-13 14:45:21 -0500 (Mon, 13 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-k12.c
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/wtap.h
-
-use a helper dissector to show k12 files.
-
-
-------------------------------------------------------------------------
-r14620 | gerald | 2005-06-13 11:31:01 -0500 (Mon, 13 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/make-version.pl
-
-Read .svn/entries directly instead of calling "svn info", as suggested by
-Thomas Anders.  This should make things more locale-independent and remove
-a dependency on "svn" being present.
-
-------------------------------------------------------------------------
-r14619 | lego | 2005-06-13 03:47:24 -0500 (Mon, 13 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/giop/Makefile.am
-
-Add the missing parlay.la to the makefile
-
-------------------------------------------------------------------------
-r14618 | ulfl | 2005-06-13 01:55:06 -0500 (Mon, 13 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/catalog.xml
-
-from Jaap Keuter: add some comments, how paths should look like for a debian distro
-------------------------------------------------------------------------
-r14617 | etxrab | 2005-06-11 16:31:13 -0500 (Sat, 11 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-yhoo.c
-
-Add some yhoo_service_vals
-------------------------------------------------------------------------
-r14616 | guy | 2005-06-11 14:03:49 -0500 (Sat, 11 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/user-guide.xml
-
-Update references to the WinPcap Web site.
-
-------------------------------------------------------------------------
-r14615 | guy | 2005-06-11 14:02:31 -0500 (Sat, 11 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_libraries.xml
-
-Update references to the WinPcap Web site.
-
-------------------------------------------------------------------------
-r14614 | ulfl | 2005-06-11 11:50:18 -0500 (Sat, 11 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-add missing #include "webbrowser.h" from previous commit
-------------------------------------------------------------------------
-r14613 | etxrab | 2005-06-11 11:03:24 -0500 (Sat, 11 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Angelo Bannack as an author.
-------------------------------------------------------------------------
-r14612 | etxrab | 2005-06-11 10:58:01 -0500 (Sat, 11 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-csm-encaps.c
-
-From Angelo Bannack, 
- A CSM_ENCAPS dissector to use with ethereal. 
-The CSM_ENCAPS is a protocol used by MindSpeed to communicate with your products, and configure VoIP channels.
-
-------------------------------------------------------------------------
-r14611 | ulfl | 2005-06-11 07:12:12 -0500 (Sat, 11 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-add help button pointing to the wiki page
-------------------------------------------------------------------------
-r14610 | ulfl | 2005-06-10 14:09:49 -0500 (Fri, 10 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-this is an attempt, please report problems:
-
-after asking the devlist if this would break things and got no negative response, try to scan command line parameters twice, trying to "rewind" the getopt settings
-
-this way, fixing #135
-------------------------------------------------------------------------
-r14609 | ulfl | 2005-06-10 13:30:33 -0500 (Fri, 10 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
-
-don't call g_assert_not_reached() for an unknown port type
-------------------------------------------------------------------------
-r14608 | ulfl | 2005-06-10 13:28:22 -0500 (Fri, 10 Jun 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-msdp.c
-   M /trunk/epan/dissectors/packet-msproxy.c
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-socks.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-udp.c
-   M /trunk/epan/dissectors/packet-vj.c
-   M /trunk/epan/dissectors/packet-wbxml.c
-   M /trunk/epan/dissectors/packet-wcp.c
-   M /trunk/epan/dissectors/packet-x11.c
-
-just to get things straight: a dissector should *never* do any g_assert() calls!
-
-in a simple approach, I've replaced all g_assert() and g_assert_not_reached() calls by their exception throwing counterparts DISSECTOR_ASSERT() and DISSECTOR_ASSERT_NOT_REACHED()
-
-this will replace application crash by showing a dissector bug, which is the desired behaviour
-
-there were some g_assert calls in the protocol registering functions, which might not be acting as expected now, but to be able to simply search for g_assert in the future I've replaced that calls too
-
-one g_assert remained, the one when someone throws an unknown exception "into" packet_frame.c, but IMHO this one should remain.
-------------------------------------------------------------------------
-r14607 | lego | 2005-06-10 11:23:22 -0500 (Fri, 10 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-Fixed indentation and removed control characters, in an attempt to understand why windows fail to compile.
-
-
-------------------------------------------------------------------------
-r14606 | lego | 2005-06-10 11:01:16 -0500 (Fri, 10 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/wiretap/Makefile.common
-   M /trunk/wiretap/file_access.c
-   A /trunk/wiretap/k12.c
-   A /trunk/wiretap/k12.h
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.h
-
-Initial checkin of the 32 bit tektronix k12 binary format (rf5)
-
-There is still much to do, but at the very least it can import files allowing the user to choose which protocols handle the diferent sources.
-
-
-------------------------------------------------------------------------
-r14605 | ulfl | 2005-06-09 17:49:08 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-add Julian Onions
-------------------------------------------------------------------------
-r14604 | ulfl | 2005-06-09 17:46:41 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
-
-from Julian Onions: add more about protocol dissection to the developer's guide
-------------------------------------------------------------------------
-r14603 | ulfl | 2005-06-09 15:08:39 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/ChangeLog
-   M /trunk/plugins/profinet/moduleinfo.h
-
-raise plugin version from 0.1.0 to 0.1.1 as some bugs were found using fuzz-test.sh since the last Ethereal release
-------------------------------------------------------------------------
-r14602 | ulfl | 2005-06-09 14:58:02 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-fix positions of create_console()/destroy_console() calls for help and version output
-------------------------------------------------------------------------
-r14601 | ulfl | 2005-06-09 14:55:55 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-bugfix: don't crash, if cf->filename is NULL (which happens if an invalid capture filter is entered)
-------------------------------------------------------------------------
-r14600 | ulfl | 2005-06-09 14:52:10 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-pn-rt.c
-
-add some more details of the RT protocols frame ID's
-------------------------------------------------------------------------
-r14599 | ulfl | 2005-06-09 14:49:56 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/doc/ethereal.pod
-
-add some more details to the files section
-------------------------------------------------------------------------
-r14598 | gerald | 2005-06-09 13:24:55 -0500 (Thu, 09 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Change "colorfilter" to "colorfilters".  Fix up whitespace.
-
-------------------------------------------------------------------------
-r14597 | etxrab | 2005-06-09 12:25:40 -0500 (Thu, 09 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/giop/Makefile.am
-   M /trunk/plugins/giop/Makefile.nmake
-   A /trunk/plugins/giop/packet-parlay.c
-
-Add dissection of parlay
-www.parlay.org
-------------------------------------------------------------------------
-r14596 | ulfl | 2005-06-09 03:03:34 -0500 (Thu, 09 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/doc/ethereal.pod
-
-we possibly have global cfilters/dfilters files now
-------------------------------------------------------------------------
-r14595 | ulfl | 2005-06-09 02:43:32 -0500 (Thu, 09 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/cfilters
-   A /trunk/colorfilters
-   A /trunk/dfilters
-   M /trunk/packaging/nsis/ethereal.nsi
-
-provide global default files for cfilters/colorfilters/dfilters
-
-at least the colorfilters file needs some more "finetuning"
-
-NSIS (Win32): install these files into the Ethereal Program dir, but don't overwrite existing ones
-
-makefile.am: I've added the three files to EXTRA_DIST and pkgdata_DATA, which *seems* to be the right places
-------------------------------------------------------------------------
-r14594 | ulfl | 2005-06-09 01:58:03 -0500 (Thu, 09 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/filters.c
-
-Try to read the "cfilters"/"dfilters" config files from the global path (program dir), if no personal versions of these files are available.
-
-This is the same behaviour, as we do it for the colorfilters/preferences/... files already.
-------------------------------------------------------------------------
-r14593 | etxrab | 2005-06-09 00:40:26 -0500 (Thu, 09 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/doc/README.tapping
-
-From Mike Duigou
-Minor corrections to README.developer and README.tapping
-------------------------------------------------------------------------
-r14592 | etxrab | 2005-06-08 23:28:13 -0500 (Wed, 08 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-From Tim Endean:
-Check for tvb.
-------------------------------------------------------------------------
-r14591 | etxrab | 2005-06-08 13:53:11 -0500 (Wed, 08 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-
-From Olivier Jacques, 
-- beautify TCAP decoding without upper dissector associated.
-With a couple of if (parameter_tvb) trown in to hopfully fix a Buildbot crash output
-------------------------------------------------------------------------
-r14590 | etxrab | 2005-06-08 13:52:34 -0500 (Wed, 08 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcap.c
-
-From Olivier Jacques, 
-- beautify TCAP decoding without upper dissector associated.
-With a couple of if (parameter_tvb) trown in to hopfully fix a Buildbot crash output
-------------------------------------------------------------------------
-r14589 | gerald | 2005-06-08 10:32:00 -0500 (Wed, 08 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h1.c
-
-Break out of an infinite loop.  Fixes bug 232.
-
-------------------------------------------------------------------------
-r14588 | ulfl | 2005-06-08 01:40:17 -0500 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/tools/fuzz-test.sh
-
-fix a problem if the tools have a space char in their path
-------------------------------------------------------------------------
-r14587 | ulfl | 2005-06-08 01:33:49 -0500 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/tools/fuzz-test.sh
-
-add some general and some cygwin related comments
-------------------------------------------------------------------------
-r14586 | etxrab | 2005-06-08 00:06:30 -0500 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-
-Cahnge ssn range
-------------------------------------------------------------------------
-r14585 | etxrab | 2005-06-08 00:04:26 -0500 (Wed, 08 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcap.c
-
-From Tim Endean:
-Fix ssn range
-------------------------------------------------------------------------
-r14584 | etxrab | 2005-06-08 00:03:36 -0500 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Fix a typo.
-------------------------------------------------------------------------
-r14583 | lego | 2005-06-07 18:25:46 -0500 (Tue, 07 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-t38.c
-
-From: Martin Mathieson
-
-fix cases where %d has been used instead of %u...
-
-
-------------------------------------------------------------------------
-r14582 | lego | 2005-06-07 18:22:37 -0500 (Tue, 07 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-make sure that colifo gets set and put some other useful info there
-
-
-------------------------------------------------------------------------
-r14581 | etxrab | 2005-06-07 15:57:27 -0500 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-
-Add some ethertypes
-------------------------------------------------------------------------
-r14580 | etxrab | 2005-06-07 15:56:54 -0500 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/etypes.h
-
-Add some ethertypes
-------------------------------------------------------------------------
-r14579 | etxrab | 2005-06-07 15:30:04 -0500 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/tcap.asn
-   M /trunk/asn1/tcap/tcap.cnf
-
-Some fixes from Tim Endean
-------------------------------------------------------------------------
-r14578 | etxrab | 2005-06-07 15:29:23 -0500 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Some fixes from Tim Endean
-------------------------------------------------------------------------
-r14577 | etxrab | 2005-06-07 10:21:22 -0500 (Tue, 07 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-From Alejandro Vaquero:
-glib-object.h is is glib2 only.
- graph_analysis.c:47:25: glib-object.h: No such file or directory
- a patch for ths issue and also to correct the "first_item" 
-issue reported in "RE: [Ethereal-dev] Voip graph analysis "Save as" button"
-------------------------------------------------------------------------
-r14576 | kukosa | 2005-06-07 07:05:03 -0500 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-
-Usage of new #.FN_PARS directive instead of #.FN_BODY
-------------------------------------------------------------------------
-r14575 | kukosa | 2005-06-07 06:58:22 -0500 (Tue, 07 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-- usage of dissect_per_null() and dissect_ber_null()
-- new #.FN_PARS directive (implemented only for OCTET STRING and INTEGER now)
-- set true value strings for named bits
-------------------------------------------------------------------------
-r14574 | etxrab | 2005-06-07 00:50:28 -0500 (Tue, 07 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-
-From Tim Endean:
-
-- I have had to make some changes to packet-ber to allow for PRIVATE and APPLICATION tags.
-- Both ANSI and ITU variants supported without configuration.
-- Asn.1 dissectors can now register using an OID value as well as an SSN, the oid it tried first.
-
-------------------------------------------------------------------------
-r14573 | etxrab | 2005-06-07 00:49:57 -0500 (Tue, 07 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-From Tim Endean:
-
-- I have had to make some changes to packet-ber to allow for PRIVATE and APPLICATION tags.
-- Both ANSI and ITU variants supported without configuration.
-- Asn.1 dissectors can now register using an OID value as well as an SSN, the oid it tried first.
-
-------------------------------------------------------------------------
-r14572 | etxrab | 2005-06-07 00:49:06 -0500 (Tue, 07 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-From Tim Endean:
-
-- I have had to make some changes to packet-ber to allow for PRIVATE and APPLICATION tags.
-- Both ANSI and ITU variants supported without configuration.
-- Asn.1 dissectors can now register using an OID value as well as an SSN, the oid it tried first.
-
-
-------------------------------------------------------------------------
-r14571 | etxrab | 2005-06-06 15:42:18 -0500 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-
-Let the sub dissector use the top tree.
-------------------------------------------------------------------------
-r14570 | ulfl | 2005-06-06 15:32:08 -0500 (Mon, 06 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
-
-from Julian Onions: add a devel section about start writing a dissector
-
-some editing by me ...
-------------------------------------------------------------------------
-r14569 | lego | 2005-06-06 13:53:43 -0500 (Mon, 06 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-register the dissector so that it can be found
-
-
-------------------------------------------------------------------------
-r14568 | lego | 2005-06-06 13:52:54 -0500 (Mon, 06 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sscop.c
-
-- add an hf entry I forgot
-- get the STAT/USTAT PDU list straight 
-
-
-------------------------------------------------------------------------
-r14567 | lego | 2005-06-06 13:51:05 -0500 (Mon, 06 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-- make sure there's something to add to colinfo.
-- auditValueRequest is a request too
-
-------------------------------------------------------------------------
-r14566 | lego | 2005-06-06 13:45:47 -0500 (Mon, 06 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-user_encap.c
-
-the trailer's offset and len were not ok.
-
-------------------------------------------------------------------------
-r14565 | etxrab | 2005-06-06 13:01:58 -0500 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/epan/dissectors/packet-isup_thin.c
-
-Dissector for ISUP over TCP.
-------------------------------------------------------------------------
-r14564 | etxrab | 2005-06-06 12:40:07 -0500 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/asn1/tcap/Makefile.nmake
-
-Add makefile.nmake
-------------------------------------------------------------------------
-r14563 | etxrab | 2005-06-06 12:08:37 -0500 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_table.h
-   M /trunk/gtk/hostlist_jxta.c
-
-Add an ifdef and "dont apply patch twice".
-------------------------------------------------------------------------
-r14562 | etxrab | 2005-06-06 12:07:04 -0500 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-jxta.h
-
-Fix a typo and add an ifdef
-------------------------------------------------------------------------
-r14561 | etxrab | 2005-06-06 10:39:20 -0500 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/asn1/tcap/Makefile
-   A /trunk/asn1/tcap/packet-tcap-template.c
-   A /trunk/asn1/tcap/packet-tcap-template.h
-   A /trunk/asn1/tcap/tcap.asn
-   A /trunk/asn1/tcap/tcap.cnf
-
-Add the asn2eth generated TCAP dissector made by Tim Endean to the SVN tree.
-------------------------------------------------------------------------
-r14560 | etxrab | 2005-06-06 10:37:12 -0500 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   A /trunk/asn1/tcap
-
-Add the asn2eth genereated TCAP dissector to SVN 
-------------------------------------------------------------------------
-r14559 | etxrab | 2005-06-06 10:22:17 -0500 (Mon, 06 Jun 2005) | 26 lines
-Changed paths:
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/conversations_jxta.c
-   A /trunk/gtk/hostlist_jxta.c
-
-From Mike Duigou:
- a patch which adds support for displaying jxta 
-conversations and endpoints from the 'Statistics' menu. Also adds :
-
-  - a generated field to Welcome messages to indicate whether this 
-welcome is from the initiator or the receiver. You can filter on this 
-field with 'jxta.welcome.initiator==[0|1]'
-
-  - Marks the source and destination fields of message added in the last 
-patch as generated fields. (Saw it being done for some other protocol).
-
-  - Cleans up dissection of Message which used to assume it would 
-dissected more than one set of hdr/message per tvbuff. Now it only 
-attempts to dissect one.
-
-- Uses GMemChunk for tap info and for conversation data rather than 
-g_malloc() There's still a major leakage of g_malloc()ed the c-strings 
-which are used in jxta addresses. Any suggestions for how these can be 
-allocated such that they can be freed re-init is called would be 
-appreciated. For address objects whose data ptr doesn't point into a 
-tvbuff it's not clear what the lifecyle of an address object is.
-
-  - Fixes a bug with filling in the of the transport layer conversation 
-data. >= vs. >
-
-
-------------------------------------------------------------------------
-r14558 | etxrab | 2005-06-06 10:20:10 -0500 (Mon, 06 Jun 2005) | 26 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-jxta.c
-   A /trunk/epan/dissectors/packet-jxta.h
-
-From Mike Duigou:
- a patch which adds support for displaying jxta 
-conversations and endpoints from the 'Statistics' menu. Also adds :
-
-  - a generated field to Welcome messages to indicate whether this 
-welcome is from the initiator or the receiver. You can filter on this 
-field with 'jxta.welcome.initiator==[0|1]'
-
-  - Marks the source and destination fields of message added in the last 
-patch as generated fields. (Saw it being done for some other protocol).
-
-  - Cleans up dissection of Message which used to assume it would 
-dissected more than one set of hdr/message per tvbuff. Now it only 
-attempts to dissect one.
-
-- Uses GMemChunk for tap info and for conversation data rather than 
-g_malloc() There's still a major leakage of g_malloc()ed the c-strings 
-which are used in jxta addresses. Any suggestions for how these can be 
-allocated such that they can be freed re-init is called would be 
-appreciated. For address objects whose data ptr doesn't point into a 
-tvbuff it's not clear what the lifecyle of an address object is.
-
-  - Fixes a bug with filling in the of the transport layer conversation 
-data. >= vs. >
-
-
-------------------------------------------------------------------------
-r14557 | etxrab | 2005-06-06 10:17:41 -0500 (Mon, 06 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/to_str.c
-
-From Mike Duigou:
-
- a patch to to_str.c which adds support for printing 
-AT_STRINGZ address type. Amazing that this wasn't there!
-
-------------------------------------------------------------------------
-r14556 | etxrab | 2005-06-06 09:01:04 -0500 (Mon, 06 Jun 2005) | 10 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/graph_analysis.h
-
-From Alejandro Vaquero:
-
-- Add a pane to contain  the main graph and the comments to be able to 
-split them
-- Change the main graph area to be a scrolled_window
-- Change the look of the selected item to be blue with white text color
-- Gray color the title area
-- Change the conversations color to more "soft" colors (it was difficult 
-to read in some cases before)
-
-------------------------------------------------------------------------
-r14555 | etxrab | 2005-06-06 08:55:47 -0500 (Mon, 06 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
-
-From Richard Rabbat:
-a patch for a couple of fixes to rsvp sub-objects.
-------------------------------------------------------------------------
-r14554 | ulfl | 2005-06-04 17:05:50 -0500 (Sat, 04 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.h
-
-if some PER errors has to be put to the stderr, give at least info where it's coming from (__FILE__ and __LINE__)
-
-BTW: time for something like a "NotImplementedException"?!?, this seems to be a common mechanism, if a dissector hasn't implemented all protocol elemements (yet)
-------------------------------------------------------------------------
-r14553 | guy | 2005-06-04 16:58:55 -0500 (Sat, 04 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/netmon.c
-   M /trunk/wiretap/nettl.c
-
-Fix some more leaks in error returns from open routines (if the open can
-fail after the private data is allocated, you have to free the private
-data).
-
-The file header in nettl files is 128 bytes - use a #define for it, and
-also a #define for the magic number size.
-
-------------------------------------------------------------------------
-r14552 | ulfl | 2005-06-04 16:39:36 -0500 (Sat, 04 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-lmp.c
-
-fix #225-#231: the enum lmp_filter_keys contained holes, so the logic to detect the field type failed, resulting in the bug
-------------------------------------------------------------------------
-r14551 | lego | 2005-06-04 14:22:39 -0500 (Sat, 04 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-user_encap.c
-
-Give the user the ability to decide how to decode USER DLTs
-
-
-------------------------------------------------------------------------
-r14550 | ulfl | 2005-06-04 06:47:38 -0500 (Sat, 04 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-fix #201 second part: adapt the string length of the unformatted text, so it won't show \000 and beyond
-------------------------------------------------------------------------
-r14549 | ulfl | 2005-06-04 05:23:10 -0500 (Sat, 04 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/proto_hier_stats.c
-
-fix #224: hierarchy stats had problems with the new generated toplevel desegmentation items "[Reassembled TCP Segments]"
-------------------------------------------------------------------------
-r14548 | ulfl | 2005-06-03 23:57:10 -0500 (Fri, 03 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/doc/ethereal.pod
-
-update to changes done in the menu
-------------------------------------------------------------------------
-r14547 | ulfl | 2005-06-03 23:14:02 -0500 (Fri, 03 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/tethereal.pod
-
-make a complete redesign of the files section
-------------------------------------------------------------------------
-r14546 | ulfl | 2005-06-03 21:06:16 -0500 (Fri, 03 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/packet_list.c
-
-fix #220: the automatic display of the vertical scrollbar at the packet list doesn't seem to work in all cases (not shown although scrolling would be necessary)
-
-as I don't see a way to fix this (and it just don't really hurt, as this scrollbar is usually shown anyway if some more packets have to be display) just show it always
-------------------------------------------------------------------------
-r14545 | ulfl | 2005-06-03 20:29:14 -0500 (Fri, 03 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/tethereal.pod
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-
-update usage output and manual pages for both Ethereal and Tethereal to reflect the latest changes in the command line.
-
-clarifications of some command line parameter descriptions in the manual pages
-
-this also fixes #221
-------------------------------------------------------------------------
-r14544 | lego | 2005-06-03 09:02:06 -0500 (Fri, 03 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sscop.c
-
-fix the PDU list, and put it at the bottom
-
-
-------------------------------------------------------------------------
-r14543 | lego | 2005-06-03 08:54:34 -0500 (Fri, 03 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sscop.h
-
-keywords and eol-style
-
-
-------------------------------------------------------------------------
-r14542 | lego | 2005-06-03 08:50:30 -0500 (Fri, 03 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-sscop.c
-   A /trunk/epan/dissectors/packet-sscop.h
-
-
-- add a way to call the sscop dissector with an arbitrary handle\
-- make most fields "filterable"
-- dissect stat and ustat pdu lists
-
-
-------------------------------------------------------------------------
-r14541 | etxrab | 2005-06-03 04:56:03 -0500 (Fri, 03 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-Register the ISUP dissector to make it callable through 
-call_dissector()
-------------------------------------------------------------------------
-r14540 | guy | 2005-06-03 04:55:28 -0500 (Fri, 03 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/capture-wpcap.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-
-Update URLs and domain names that refer to the WinPcap site.
-
-------------------------------------------------------------------------
-r14539 | etxrab | 2005-06-03 01:37:05 -0500 (Fri, 03 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
-
-From  Mike Duigou:
-Fixes a problem with the RPM spec which prevents it from 
-working with current versions of rpmbuild.
-
-------------------------------------------------------------------------
-r14538 | etxrab | 2005-06-03 01:36:07 -0500 (Fri, 03 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/doc/README.developer
-
-From  Mike Duigou:
-A few doxygen updates and an improved section on 
-writing dissectors that don't use tcp_dissect_pdus().
-
-------------------------------------------------------------------------
-r14537 | etxrab | 2005-06-03 01:35:44 -0500 (Fri, 03 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/packet.h
-   M /trunk/epan/packet_info.h
-
-From  Mike Duigou:
-A few doxygen updates and an improved section on 
-writing dissectors that don't use tcp_dissect_pdus().
-
-------------------------------------------------------------------------
-r14536 | etxrab | 2005-06-03 01:34:35 -0500 (Fri, 03 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-From Mike Duigou:
-A few doxygen updates and an improved section on 
-writing dissectors that don't use tcp_dissect_pdus().
-
-------------------------------------------------------------------------
-r14535 | etxrab | 2005-06-03 01:31:58 -0500 (Fri, 03 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tcp.h
-
-From Mike Duigou:
- A minor change to the prototype of tcp_dissect_pdus() 
-which uses the function pointer type from packet.h
-
-------------------------------------------------------------------------
-r14534 | etxrab | 2005-06-03 01:29:25 -0500 (Fri, 03 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-From Mike Duigou:
-
-Extends the jxta dissector to add higher level conversation 
-tracking, improved display, tapping and fixes a bug which caused some 
-conversations to get lost.
-
-------------------------------------------------------------------------
-r14533 | ashokn | 2005-06-02 17:49:59 -0500 (Thu, 02 Jun 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lmp.c
-
-
-Updated LMP to handle the latest protocol. Removed old protocol values
-since they are no longer useful.
-
-Manu Pathak <mapathak@cisco.com> contributed these changes
-
-
-------------------------------------------------------------------------
-r14532 | ulfl | 2005-06-02 17:11:22 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-fix call to show_fragment_seq_tree() reported by buildbot
-------------------------------------------------------------------------
-r14531 | ulfl | 2005-06-02 15:55:58 -0500 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-eap.c
-   M /trunk/epan/dissectors/packet-ndps.c
-   M /trunk/epan/dissectors/packet-netbios.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-x25.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
-
-add a generated toplevel line between the connectionless DCE/RPC protocol and the defragmented DCE/RPC content, to better understand what's going on if defragmentation is done.
-
-------------------------------------------------------------------------
-r14530 | ulfl | 2005-06-02 15:52:13 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
-
-use [] not () brackets to indicate [correct] UDP checksum, as this is a generated field
-------------------------------------------------------------------------
-r14529 | ulfl | 2005-06-02 15:03:15 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-add length information to "Content-encoded entity body"
-------------------------------------------------------------------------
-r14528 | ulfl | 2005-06-02 14:31:16 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-fix #223: add another tvb_ensure_bytes_exist() call
-------------------------------------------------------------------------
-r14527 | ulfl | 2005-06-02 13:52:55 -0500 (Thu, 02 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
-
-add a generated toplevel line between the TCP protocol and the desegmented content, to better understand what's going on while desegmenting.
-
-We'll have to add similar mechanisms for other protocols as well...
-------------------------------------------------------------------------
-r14526 | ulfl | 2005-06-02 13:44:17 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-bugfix (fuzz_tested): t2i can be zero, test at all places before using it
-------------------------------------------------------------------------
-r14525 | ulfl | 2005-06-02 13:39:45 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-bugfix (fuzz_tested): add tvb_ensure_bytes_exist() before adding a fragment at two places, otherwise we get an access violation
-------------------------------------------------------------------------
-r14524 | ulfl | 2005-06-02 13:35:20 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-
-add new function proto_tree_move_item(), which will move an already existing proto_item inside the tree (but it can't be moved to a different "tree level")
-------------------------------------------------------------------------
-r14523 | ulfl | 2005-06-02 13:29:29 -0500 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
-
-show Ethernet and IPX addresses the same way as we do with other fields as well (e.g. IP addresses), first the converted value (e.g. IP address or manufaturer name) and then in brackets the "raw data"
-------------------------------------------------------------------------
-r14522 | ulfl | 2005-06-02 02:29:24 -0500 (Thu, 02 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wbxml.c
-
-bugfix: don't use match_strval() in combination with format strings (as it may return NULL) but val_to_str()
-
-I don't know if the output as hex is appropriate, someone with more WBXML knowledge might have a look (however, it's done for unknown values only)
-------------------------------------------------------------------------
-r14521 | guy | 2005-06-02 02:17:08 -0500 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/INSTALL
-
-Note that this is *not* what you use if you're building from Subversion.
-
-------------------------------------------------------------------------
-r14520 | ulfl | 2005-06-01 19:28:38 -0500 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-add the resolved Ethernet addresses to the "Ethernet II" summary line
-------------------------------------------------------------------------
-r14519 | ulfl | 2005-06-01 18:47:55 -0500 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-add a reference to the corresponding RFC's of the Differentiated Services field pref setting
-------------------------------------------------------------------------
-r14518 | ulfl | 2005-06-01 18:44:24 -0500 (Wed, 01 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-add some hidden fields to be able to filter on the resolved hostname "ip.host" / "ip.src_host" / "ip.dst_host", this was formerly not possible.
-
-replace some deprecated proto_tree_add_..._hidden() calls by seperate calls by proto_tree_add_...() and PROTO_ITEM_SET_HIDDEN()
-
-some other cosmetic changes
-------------------------------------------------------------------------
-r14517 | ulfl | 2005-06-01 16:28:40 -0500 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
-
-mark some fields as generated and clarify some field descriptions
-------------------------------------------------------------------------
-r14516 | ulfl | 2005-06-01 14:19:40 -0500 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-prevent "Dissector Bug": prevent a string processing of length 0
-------------------------------------------------------------------------
-r14515 | ulfl | 2005-06-01 14:17:59 -0500 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-bugfix: use g_snprintf instead of sprintf to prevent a buffer overflow
-------------------------------------------------------------------------
-r14514 | etxrab | 2005-06-01 01:47:15 -0500 (Wed, 01 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/ethereal_gen.py
-
-From Paolo Frigo :
-A new plugin based on GIOP to recognize Tango packets. TANGO is
-an object oriented distributed control system based on CORBA. Tango is
-being actively developed as a collaborative effort among the ESRF, Soleil, Elettra and ALBA synchrotron facilities. TANGO is an open source
-project hosted by SourceForge.
-------------------------------------------------------------------------
-r14513 | etxrab | 2005-06-01 01:46:41 -0500 (Wed, 01 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/plugins/giop/Makefile.am
-   M /trunk/plugins/giop/Makefile.nmake
-   M /trunk/plugins/giop/README
-   A /trunk/plugins/giop/packet-tango.c
-
-From Paolo Frigo :
-A new plugin based on GIOP to recognize Tango packets. TANGO is
-an object oriented distributed control system based on CORBA. Tango is
-being actively developed as a collaborative effort among the ESRF, Soleil, Elettra and ALBA synchrotron facilities. TANGO is an open source
-project hosted by SourceForge.
-------------------------------------------------------------------------
-r14512 | lroland | 2005-05-31 16:34:14 -0500 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/plugins/stats_tree/Makefile.nmake
-
-Add a note to config.nmake that it is required to set ENABLE_LIBETHEREAL to get plugin support in Ethereal.
-
-Change Makefile.nmake of the stats_tree plugin to the current scheme.
-------------------------------------------------------------------------
-r14511 | ulfl | 2005-05-31 16:30:40 -0500 (Tue, 31 May 2005) | 1 line
-Changed paths:
-   M /trunk/doc/ethereal.pod
-   M /trunk/gtk/main.c
-
-add new command line flag "-g", will go to a given packet, after loading a capture file with -r
-------------------------------------------------------------------------
-r14510 | ulfl | 2005-05-31 16:17:54 -0500 (Tue, 31 May 2005) | 1 line
-Changed paths:
-   M /trunk/file.c
-
-convenience: if a "Go To Packet" didn't succeeded, add the requested packet number to the error message, 
-------------------------------------------------------------------------
-r14509 | lroland | 2005-05-31 15:42:15 -0500 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/plugins/Makefile.nmake
-
-As suggested by Jaap Keuter:
-Add generated files copied by "install-deps" to the
-"clean" target
-------------------------------------------------------------------------
-r14508 | ulfl | 2005-05-31 13:31:27 -0500 (Tue, 31 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-remact.c
-
-better dissect ProtSeqs values
-------------------------------------------------------------------------
-r14507 | ulfl | 2005-05-31 13:30:37 -0500 (Tue, 31 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba.c
-
-bugfix: remove some not required dissect_dcom_that() calls, as "ORPC that" was errorneously dissected twice
-------------------------------------------------------------------------
-r14506 | ulfl | 2005-05-31 13:27:20 -0500 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-add another tvb_ensure_bytes_exist() call
-
-replace dissect_ndr_uuid_t by dissect_dcerpc_uuid_t, as this is the correct function to use and will prevent a problem with access to non existing private_data in dissect_ndr_uuid_t
-------------------------------------------------------------------------
-r14505 | gram | 2005-05-31 09:07:16 -0500 (Tue, 31 May 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/print.c
-
-Put 'unmaskedvalue' field in XML for bit-masked values.
-Fix interpretation of 'value' field.
-Patch from Vasanth Manickam.
-
-------------------------------------------------------------------------
-r14504 | gram | 2005-05-31 09:03:34 -0500 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-
-Remove bitmasks from field definitions for FT_IPv4
-and FT_IPv6 fields.
-
-------------------------------------------------------------------------
-r14503 | ulfl | 2005-05-31 03:02:24 -0500 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-fix handling, if ArraySize of a BSTR is 0,
-replace a g_assert by DISSECTOR_ASSERT
-------------------------------------------------------------------------
-r14502 | ulfl | 2005-05-30 17:40:55 -0500 (Mon, 30 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-add a tvb_ensure_bytes_exist() to prevent a dissector bug
-------------------------------------------------------------------------
-r14501 | ulfl | 2005-05-30 16:10:21 -0500 (Mon, 30 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-don't go into an (almost) endless loop, if si->info_count is -1, which is the default value. Seems to be a general bug worth to thought about, but I don't know the SMB internals and this bugfix should work anyway.
-
-Found this by a privately fuzzed capture file (sorry, can't give it away)
-------------------------------------------------------------------------
-r14500 | gerald | 2005-05-30 16:08:16 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/wiretap/netmon.c
-
-From Steve Grubb: Fix a memory leak.  Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14499 | gerald | 2005-05-30 16:04:58 -0500 (Mon, 30 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-telnet.c
-
-Don't try to check the suboption length type if we don't have a suboption.
-Found by Steve Grubb.  Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14498 | gerald | 2005-05-30 16:01:52 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-radius.c
-
-From Steve Grubb:  Fix buffer and array length checks.  Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14497 | gerald | 2005-05-30 16:00:05 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee8023.c
-   M /trunk/epan/dissectors/packet-isl.c
-
-From Steve Grubb:  Initialize some variables.  Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14496 | gerald | 2005-05-30 15:58:20 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cpfi.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/dissectors/packet-frame.c
-
-More bug fixes from Steve Grubb.  See bug 217 for details.
-
-------------------------------------------------------------------------
-r14495 | gerald | 2005-05-30 15:55:16 -0500 (Mon, 30 May 2005) | 6 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-
-From Steve Grubb: Fix a memory leak.
-
-Don't pass a null to atoi().
-
-Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14494 | gerald | 2005-05-30 15:53:08 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-From Steve Grubb:  Fix off by one errors.  Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14493 | gerald | 2005-05-30 15:51:36 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From Steve Grubb:  Initialize a variable.  Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14492 | gerald | 2005-05-30 15:48:12 -0500 (Mon, 30 May 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/column.c
-
-Fix an off-by-one error found by Steve Grubb.  Steve gets the award
-for longest standing bug found so far.  This has been present since
-version 0.5.0.
-
-Fixes part of bug 217.
-
-------------------------------------------------------------------------
-r14491 | etxrab | 2005-05-30 13:39:39 -0500 (Mon, 30 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-msrp.c
-
-Add dissection of MSRP 
-http://www.ietf.org/internet-drafts/draft-ietf-simple-message-sessions-10.txt
-
-------------------------------------------------------------------------
-r14490 | ulfl | 2005-05-30 13:37:19 -0500 (Mon, 30 May 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-fix highlighting length, if more than one RPC call is in a TCP PDU
-
-set "n*DCERPC" in the proto column if more than one RPC call in a TCP PDU, overwriting the interface name, as there's probably more than one interface involved
-
-add some more RPC info to the toplevel RPC proto_item
-
-add a comment, if some bytes are not dissected but might be in the next TCP PDU
-------------------------------------------------------------------------
-r14489 | gerald | 2005-05-30 11:49:47 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/editcap.c
-
-Add random bit errors to the fuzz tests.
-
-------------------------------------------------------------------------
-r14488 | gerald | 2005-05-30 11:03:24 -0500 (Mon, 30 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-
-Throw an exception if we're handed a null pointer when we weren't
-expecting one.  Fixes bug 200.
-
-------------------------------------------------------------------------
-r14487 | gerald | 2005-05-30 10:51:03 -0500 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-Break out of an infinite loop.  Fixes bugs 213 & 214.
-
-------------------------------------------------------------------------
-r14486 | sahlberg | 2005-05-30 07:09:39 -0500 (Mon, 30 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add MMC READ DISC INFORMATION cdb
-
-
-------------------------------------------------------------------------
-r14485 | sahlberg | 2005-05-30 06:16:08 -0500 (Mon, 30 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add MMC READ TRACK INFORMATION cdb
-
-
-------------------------------------------------------------------------
-r14484 | ulfl | 2005-05-29 23:46:25 -0500 (Sun, 29 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_opts.c
-   M /trunk/capture_sync.c
-   M /trunk/doc/ethereal.pod
-   M /trunk/gtk/main.c
-
-fix #148: (win32 only) use command line parameter -B to set capture buffer size
-------------------------------------------------------------------------
-r14483 | ulfl | 2005-05-29 23:06:22 -0500 (Sun, 29 May 2005) | 3 lines
-Changed paths:
-   M /trunk/doc/ethereal.pod
-   M /trunk/gtk/main.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/recent.h
-
-First part to fix #148: use command line parameter -o not only for preferences but also for recent settings.
-
-This way we can simply remove the GUI related command line parameters -B, -P and -T, which are useless now.
-------------------------------------------------------------------------
-r14482 | ulfl | 2005-05-29 22:10:37 -0500 (Sun, 29 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-fix #215: the field hf_smb_print_spool_file_name used the wrong type, use FT_STRINGZ to add a string
-------------------------------------------------------------------------
-r14481 | ulfl | 2005-05-29 21:58:13 -0500 (Sun, 29 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-add two more tvb_ensure_bytes_exist() calls to fix #216
-
-When I look at the remaining code, I fear this will become a never ending story :-(
-------------------------------------------------------------------------
-r14480 | ulfl | 2005-05-29 09:09:58 -0500 (Sun, 29 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/recent.c
-
-clarify some recent file entry descriptions
-------------------------------------------------------------------------
-r14479 | ulfl | 2005-05-29 08:02:57 -0500 (Sun, 29 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-fix #201: add format_text before output of the DNS name, in case it contains invalid chars
-------------------------------------------------------------------------
-r14478 | ulfl | 2005-05-29 07:27:31 -0500 (Sun, 29 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-rsync.c
-
-fix #86: use format_text before adding version string to the info column
-------------------------------------------------------------------------
-r14477 | ulfl | 2005-05-29 06:23:42 -0500 (Sun, 29 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
-
-fix #11: add a [truncated] to the label, if the message to display is too long
-------------------------------------------------------------------------
-r14476 | sahlberg | 2005-05-29 03:45:09 -0500 (Sun, 29 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add MMC RESERVE TRACK cdb
-
-
-------------------------------------------------------------------------
-r14475 | sahlberg | 2005-05-29 03:29:55 -0500 (Sun, 29 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-MMC SET STREAMING command
-
-
-------------------------------------------------------------------------
-r14474 | jmayer | 2005-05-29 03:19:11 -0500 (Sun, 29 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-
-Add minimal 802.11j decoding. There's not fun in doing more unless
-someone provides a capture file.
-
-
-------------------------------------------------------------------------
-r14473 | sahlberg | 2005-05-28 22:18:53 -0500 (Sat, 28 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-remove offset and len  from the signature of dissect_scsi_payload()
-
-
-------------------------------------------------------------------------
-r14472 | sahlberg | 2005-05-28 21:55:12 -0500 (Sat, 28 May 2005) | 6 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
-
-make all callers of dissect_scsi_cdb() first create a new subset tvb
-
-change the signature for dissect_scsi_cdb since we no longer need to pass offset over.
-
-
-
-------------------------------------------------------------------------
-r14471 | sahlberg | 2005-05-28 21:30:49 -0500 (Sat, 28 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-create a subset tvb before calling off to the SCSI dissector
-so that the right part of the hexpane is highlighted when one clicks on an nondissected data line
-
-------------------------------------------------------------------------
-r14470 | sahlberg | 2005-05-28 20:54:22 -0500 (Sat, 28 May 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-minor prettification
-
-in the decode pane for the SCSI protocol,
-put the name of the CDB on the protocol line
-
-
-------------------------------------------------------------------------
-r14469 | sahlberg | 2005-05-28 20:49:09 -0500 (Sat, 28 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-update iscsi so that when we have ImmediateData we also call SCSI to decode the 
-payload (DATAOUT)  and not just the scsi CDB.
-
-
-
-------------------------------------------------------------------------
-r14468 | sahlberg | 2005-05-28 18:05:41 -0500 (Sat, 28 May 2005) | 4 lines
-Changed paths:
-   M /trunk/plugins/mgcp/packet-mgcp.c
-
-from Alejandro Vaquero
-fox to packet-mgcp.c to make the viop analysis working again.
-
-
-------------------------------------------------------------------------
-r14467 | sahlberg | 2005-05-28 08:29:45 -0500 (Sat, 28 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add MMC READ BUFFER CAPACITY command
-
-
-------------------------------------------------------------------------
-r14466 | sahlberg | 2005-05-28 08:01:14 -0500 (Sat, 28 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add the SynchronizeCache command for MMC
-
-
-------------------------------------------------------------------------
-r14465 | ulfl | 2005-05-28 07:49:19 -0500 (Sat, 28 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-add some tvb_ensure_bytes_exist() calls, fixes #197, #202 and #208
-------------------------------------------------------------------------
-r14464 | sahlberg | 2005-05-28 07:45:38 -0500 (Sat, 28 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-updates to mmc,   add more dissection of GET_CONFIGURATION and READ_TOC
-
-
-------------------------------------------------------------------------
-r14463 | ulfl | 2005-05-28 06:04:11 -0500 (Sat, 28 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-prevent unused function warning
-------------------------------------------------------------------------
-r14462 | sahlberg | 2005-05-28 03:27:44 -0500 (Sat, 28 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-some more MMC4 updates
-
-------------------------------------------------------------------------
-r14461 | sahlberg | 2005-05-28 00:42:39 -0500 (Sat, 28 May 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-more scsi refactoring
-
-starting to implement MMC codeset : CDROM/DVD
-
-
-
-------------------------------------------------------------------------
-r14460 | sahlberg | 2005-05-27 22:37:16 -0500 (Fri, 27 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-refactor scsi dissector toi be table driven so it will be easier to add new 
-commandsets.
-
-
-
-------------------------------------------------------------------------
-r14459 | obiot | 2005-05-27 19:51:56 -0500 (Fri, 27 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-image-gif.c
-
-From Gilbert Ramirez - Fix a FT_NONE with a bitmask (shouldn't have one).
-
-------------------------------------------------------------------------
-r14458 | sahlberg | 2005-05-27 16:39:38 -0500 (Fri, 27 May 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kink.c
-
-from Gilbert,
-
-make kink compile again on non-kerberos builds.
-
-encapsulate a call to decrypt kerberos to only be compiled in when compiling with kerberos.
-
-
-------------------------------------------------------------------------
-r14457 | sahlberg | 2005-05-27 16:33:27 -0500 (Fri, 27 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
-
-from didier   fix for the regression for bug 62
-
-
-------------------------------------------------------------------------
-r14456 | etxrab | 2005-05-27 13:35:19 -0500 (Fri, 27 May 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
-
-From Martin Mathieson
-packet-rdt.c:
-- register a configurable UDP port (off by default, but needed where setup traffic isn't captured)
-- dissect extra 'buffer info' fields
-- move bit fields into 'flags' subtrees
-- misc. minor fixes and improvements (mainly formatting)
-Missed eralier...
-------------------------------------------------------------------------
-r14455 | lego | 2005-05-27 13:33:09 -0500 (Fri, 27 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-
-don't use a static buffer for preference values, allocate it, and, if necessary reallocate so that
-the string always fits.
-
-
-------------------------------------------------------------------------
-r14454 | gram | 2005-05-27 10:13:09 -0500 (Fri, 27 May 2005) | 5 lines
-Changed paths:
-   M /trunk/clopts_common.c
-   M /trunk/epan/proto.c
-   A /trunk/tools/ftsanity.py
-
-Add a "-G fields3" report which prints the bitmask of the field, and avoids
-printing the blurb twice, like fields2 does.
-Add a script, fsanity.py, to check sanity of FT definitions. Right now the
-only check is for bitmasks for integer-like fields.
-
-------------------------------------------------------------------------
-r14453 | sahlberg | 2005-05-27 03:53:07 -0500 (Fri, 27 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-kerberos.h
-   M /trunk/epan/dissectors/packet-kink.c
-
-From T.Nakashima
-updates to KINK
-
-
-------------------------------------------------------------------------
-r14452 | sahlberg | 2005-05-27 01:00:08 -0500 (Fri, 27 May 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/proto.c
-
-cket wsp is creating string items and later appending to them and their value at runtime which breaks when the TRY_TO_FAKE_THIS_ITEM() is used.
-
-Add a comment to proto_item_append_string() explaining the "danger" and what needs to be done if one decides to use proto_item_append_string()
-
-Add a small change to WSP so that it will disable this speed optimization so not to trigger a DISSECTOR_BUG in proto_item_append_string()
-
-
-
-
-------------------------------------------------------------------------
-r14451 | sahlberg | 2005-05-27 00:04:03 -0500 (Fri, 27 May 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-GdKEventScroll is not available in GTK-1.2
-
-
-------------------------------------------------------------------------
-r14450 | guy | 2005-05-26 21:30:10 -0500 (Thu, 26 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb-browse.c
-
-The DESIRE_ and OS_ values are bit indices, not numerical values that
-appear by themselves; get rid of the value_string tables for them.
-
-------------------------------------------------------------------------
-r14449 | guy | 2005-05-26 20:34:42 -0500 (Thu, 26 May 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/profinet
-
-Set svn:ignore to ignore generated files.
-
-------------------------------------------------------------------------
-r14448 | ulfl | 2005-05-26 18:18:10 -0500 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-fix #203: the scroll event handler used an inappropriate implementation to get event values, fixed this. On win32 this was working before and after the changes, so the bug *might* remain ...
-------------------------------------------------------------------------
-r14447 | ulfl | 2005-05-26 16:49:48 -0500 (Thu, 26 May 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-show the complete filename in the statusbar, as there's no good reason to hide it (bugzilla #198)
-
-fix various log related problems
-------------------------------------------------------------------------
-r14446 | ulfl | 2005-05-26 16:45:58 -0500 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture.c
-
-changed the loglevel of "capture kill" from message to info (it's no action that the user directly triggered)
-------------------------------------------------------------------------
-r14445 | ulfl | 2005-05-26 15:23:13 -0500 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.common
-
-add log.h
-------------------------------------------------------------------------
-r14444 | etxrab | 2005-05-26 15:13:42 -0500 (Thu, 26 May 2005) | 6 lines
-Changed paths:
-   M /trunk/plugins/mgcp/packet-mgcp.c
-
-From Martin Mathieson:
-
-This 2-liner:
-- adds the correct item for localconnectionoptions param
-- recognises the message verb "MESG"
-
-------------------------------------------------------------------------
-r14443 | etxrab | 2005-05-26 15:11:35 -0500 (Thu, 26 May 2005) | 13 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtsp.c
-
-These 2 patches make RDT support pretty complete now:
-From Martin Mathieson:
-
-packet-rdt.c:
-- register a configurable UDP port (off by default, but needed where setup traffic isn't captured)
-- dissect extra 'buffer info' fields
-- move bit fields into 'flags' subtrees
-- misc. minor fixes and improvements (mainly formatting)
-
-packet-rtsp.c:
-- improve detection of RDT as the transport
-- allow interleaved frame data to be dissected as RDT packets
-
-------------------------------------------------------------------------
-r14442 | ulfl | 2005-05-26 14:38:26 -0500 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_loop.c
-
-fix #125: as suggested, the data in rechdr has to be kept over several calls to capture_loop_dispatch, so put it in the loop_data
-------------------------------------------------------------------------
-r14441 | ulfl | 2005-05-26 14:06:01 -0500 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_sync.c
-
-some cleanup of capture error notification handling
-------------------------------------------------------------------------
-r14440 | ulfl | 2005-05-26 13:29:09 -0500 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-don't use stdout but stderr for logging, as this will confuse the capture childs sync_pipe (has to be solved later)
-------------------------------------------------------------------------
-r14439 | ulfl | 2005-05-26 13:03:34 -0500 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-avoid two gcc warnings
-------------------------------------------------------------------------
-r14438 | ulfl | 2005-05-26 12:50:27 -0500 (Thu, 26 May 2005) | 7 lines
-Changed paths:
-   M /trunk/capture.c
-   M /trunk/capture.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/capture_sync.c
-   M /trunk/gtk/main.c
-   A /trunk/log.h
-
-use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before).
-
-use the console_log_handler in main.c for win32 AND unix now
-
-Currently use the log for the capturing engine (only), as I desperately needed a log output for debugging.
-
-
-------------------------------------------------------------------------
-r14437 | gerald | 2005-05-26 09:53:39 -0500 (Thu, 26 May 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/proto.c
-
-In some places we call proto_tree_add_item() with hfindex and length
-values that may not be valid (e.g. dissect_ber_octet_string()
-in packet-ber.c).  If the length is invalid, get_uint_value() or
-get_int_value() will abort.  Change them to throw an exception instead.
-This keeps us from having to do a lot of extra work in the dissector.
-
-Fixes bug 182.
-
-
-------------------------------------------------------------------------
-r14436 | ulfl | 2005-05-25 18:28:59 -0500 (Wed, 25 May 2005) | 3 lines
-Changed paths:
-   M /trunk/capture.c
-   M /trunk/file.h
-   M /trunk/gtk/main.c
-
-the capture child might not respond shortly after bringing it up (especially it will block, if no input coming from an input capture pipe (e.g. mkfifo) is coming in)
-
-to prevent problems, bring the main GUI into "capture mode" right after successfully spawn/exec the capture child, without waiting for any response from it
-------------------------------------------------------------------------
-r14435 | ulfl | 2005-05-25 17:20:46 -0500 (Wed, 25 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_sync.c
-
-forgot to init savefilestring = NULL;
-------------------------------------------------------------------------
-r14434 | ulfl | 2005-05-25 16:37:46 -0500 (Wed, 25 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture-wpcap.c
-
-add const to pcap_next_ex() parameter, as WinPcap 3.1 beta 4 (and libpcap 0.8) requires it
-------------------------------------------------------------------------
-r14433 | etxrab | 2005-05-25 13:27:33 -0500 (Wed, 25 May 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-Back out the two last changes by popular demand :)
-as we don't want multiple language versions.
-------------------------------------------------------------------------
-r14432 | ulfl | 2005-05-25 12:46:04 -0500 (Wed, 25 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_sync.c
-
-fix #199: encapsulate capture filename, to avoid problems with spaces in the filename (win32 only)
-------------------------------------------------------------------------
-r14431 | guy | 2005-05-25 11:59:59 -0500 (Wed, 25 May 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/ethereal-filter.pod.template
-
-Update URLs for WinPcap.
-
-------------------------------------------------------------------------
-r14430 | guy | 2005-05-25 03:25:14 -0500 (Wed, 25 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-Add some more reassembly routines.
-
-------------------------------------------------------------------------
-r14429 | ulfl | 2005-05-24 15:01:08 -0500 (Tue, 24 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-remunkn.c
-
-fix IRemUnknown2 UUID
-------------------------------------------------------------------------
-r14428 | ulfl | 2005-05-24 15:00:14 -0500 (Tue, 24 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-add values for STDOBJREF flags
-------------------------------------------------------------------------
-r14427 | ulfl | 2005-05-24 14:59:20 -0500 (Tue, 24 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-sysact.c
-
-dissect ORPC this/that of RemoteCreateInstance
-------------------------------------------------------------------------
-r14426 | ulfl | 2005-05-24 14:57:37 -0500 (Tue, 24 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-oxid.c
-
-dissect ServerAlive response
-------------------------------------------------------------------------
-r14425 | gerald | 2005-05-24 11:46:18 -0500 (Tue, 24 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Add extra TLV length checks and signedness fixes.  Fixes the infinite loop in
-bug 196.
-
-------------------------------------------------------------------------
-r14424 | gerald | 2005-05-24 08:50:20 -0500 (Tue, 24 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-Throw an exception instead of calling g_assert_not_reached().  Fixes bug 175.
-
-------------------------------------------------------------------------
-r14423 | guy | 2005-05-23 20:28:25 -0500 (Mon, 23 May 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-Include "webbrowser.h" to declare "browser_open_url()".
-
-------------------------------------------------------------------------
-r14422 | gerald | 2005-05-23 16:18:14 -0500 (Mon, 23 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/docsis/packet-docsis.c
-
-Make sure we don't loop when we dissect concatenated PDUs.  Make some int
-values larger in order to keep them from overflowing.
-
-------------------------------------------------------------------------
-r14421 | etxrab | 2005-05-23 13:37:45 -0500 (Mon, 23 May 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.h
-
- Warning fix:
- packet-camel.h:49: warning: 'dissect_camel_DestinationAddress' declared 'static' but never defined
-do this change also for the template file.
-------------------------------------------------------------------------
-r14420 | jmayer | 2005-05-23 07:32:37 -0500 (Mon, 23 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-Warning fix:
-packet-bacapp.c:1264: warning: ISO C does not allow extra ';' outside of
-a function
-
-
-------------------------------------------------------------------------
-r14419 | jmayer | 2005-05-23 07:19:00 -0500 (Mon, 23 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-camel.h
-
-Warning fix:
-packet-camel.h:49: warning: 'dissect_camel_DestinationAddress' declared 'static' but never defined
-
-
-------------------------------------------------------------------------
-r14418 | jmayer | 2005-05-23 07:18:10 -0500 (Mon, 23 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-Warning fix:
-packet-bacapp.c:1266:1: warning: C++ style comments are not allowed in ISO C90
-packet-bacapp.c:1266:1: warning: (this will be reported only once per input file)
-
-
-------------------------------------------------------------------------
-r14417 | etxrab | 2005-05-23 00:52:28 -0500 (Mon, 23 May 2005) | 36 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-   M /trunk/epan/dissectors/packet-bvlc.c
-
-From Steve Karg:
-
-* added additional value string enumerations from BACnet-2004
-* removed vendor specific value string enumerations
-* corrected some value strings enumerations that were incorrect
-* refactored some common strings as strings + format
-* refactored some value strings to use a reserved range and a 
-proprietary range by using val_to_split_str function which now correctly 
-shows the split range when a value is not matched.
-* corrected some spelling errors
-* converted some item text values to dissector registration
-* added protocol tree for the BACnet tag headers
-* added value strings tree display for some bit string BACnet properties
-* added value strings tree display for some enumerated BACnet properties
-* changed the conversion of signed, unsigned, and enumerated BACnet 
-values to use ntohx functions.
-* added proper handling for large values of signed, unsigned, and 
-enumerated BACnet values.
-* refactored BACnet Null and Boolean Tag tree
-* refactored BACnet Real and Double Tag tree
-* changed comments into functions for special tags
-* changed some white space to match existing file style
-* refactored tvb_reported_length to tvb_length_remaining to simplify
-* corrected octet-string tree when length is zero
-* refactored octet-string tree to use tvb_bytes_to_str
-* corrected application tagged productions that were context tagged
-* corrected context tagged productions that were application tagged
-* corrected offset for BACnet character strings
-* refactored some identical service request tree handling
-* changed confirmed APDU to highlight the correct portion of the APDU
-* changed some dissector registration values to display as decimal
-* changed cast in call to iconv() to fix compiler warning
-* corrected bit-wise AND in AtomicFile tree handling
-
-packet-bvlc.c
-* added error text in tree when encoded length doesn't match actual length
-------------------------------------------------------------------------
-r14416 | lego | 2005-05-21 19:44:34 -0500 (Sat, 21 May 2005) | 7 lines
-Changed paths:
-   M /trunk/plugins/mate
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_setup.c
-
-at this point mate should be working as it did before the grammar
- - pdu transports were upside down (ip/tcp vs tcp/ip)
- - the gop to gog index was not being populated
- - tell svn to ignore generated c files
-
-
-------------------------------------------------------------------------
-r14415 | lego | 2005-05-21 10:47:18 -0500 (Sat, 21 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/mate/packet-mate.c
-
-PDU, GOP and GOG should be at the same level not nested
-
-
-------------------------------------------------------------------------
-r14414 | ulfl | 2005-05-21 06:10:16 -0500 (Sat, 21 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
-
-don't crash if packet.dll is not available, add some more packet.dll version numbers
-------------------------------------------------------------------------
-r14413 | ulfl | 2005-05-21 06:08:48 -0500 (Sat, 21 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture-wpcap.c
-
-bugfix: prevent a (null pointer access) crash with very early WinPcap version < 2.3
-------------------------------------------------------------------------
-r14412 | ulfl | 2005-05-21 04:59:49 -0500 (Sat, 21 May 2005) | 3 lines
-Changed paths:
-   M /trunk/capture-wpcap.c
-   M /trunk/config.h.win32
-
-bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3
-
-add optional pcap_next_ex() which is currently unused
-------------------------------------------------------------------------
-r14411 | ulfl | 2005-05-21 04:41:57 -0500 (Sat, 21 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/capture_wpcap_packet.h
-   M /trunk/gtk/capture_if_details_dlg.c
-
-as suggested by Loris: add wpcap_packet_get_version() and check the packet.dll version before using it (very restrictive for now, will check for exact DLL version strings). If version is unknown, ask user to continue or not.
-------------------------------------------------------------------------
-r14410 | etxrab | 2005-05-21 04:26:16 -0500 (Sat, 21 May 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-From Javier Acuna:
-It adds "CIC" info display on the comments column for ISUP
-It adds a small Help button that open up a window that offers you to vist the Wiki page containing the explanation of the Dialog window.
-
-
-------------------------------------------------------------------------
-r14409 | etxrab | 2005-05-21 04:13:28 -0500 (Sat, 21 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-From Javier Acuna:
-filter packets by their Billing ID
-------------------------------------------------------------------------
-r14408 | ulfl | 2005-05-20 19:10:17 -0500 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/capture_wpcap_packet.h
-
-don't use LPADAPTER but simply void * as we don't need to look inside the members of this struct
-------------------------------------------------------------------------
-r14407 | ulfl | 2005-05-20 17:23:00 -0500 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/capture_if_details_dlg.c
-   A /trunk/gtk/capture_if_details_dlg.h
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/main.c
-
-win32 only: get interface details from WinPcap's packet.dll (direct access to NDIS specific driver information, upper second GTK part)
-------------------------------------------------------------------------
-r14406 | ulfl | 2005-05-20 17:16:47 -0500 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   A /trunk/capture_wpcap_packet.c
-   A /trunk/capture_wpcap_packet.h
-
-win32 only: get interface details from WinPcap's packet.dll (direct access to NDIS specific driver information, lower first part)
-------------------------------------------------------------------------
-r14405 | ulfl | 2005-05-20 16:44:17 -0500 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/addr_resolv.h
-   M /trunk/epan/libethereal.def
-
-add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manuf_name
-------------------------------------------------------------------------
-r14404 | ulfl | 2005-05-20 16:40:03 -0500 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-bugfix: add the profinet plugin to NSIS
-------------------------------------------------------------------------
-r14403 | lego | 2005-05-20 14:43:40 -0500 (Fri, 20 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/mate/mate_parser.l
-
-Fix the Id tag
-
-
-------------------------------------------------------------------------
-r14402 | lego | 2005-05-20 14:40:10 -0500 (Fri, 20 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/stats_tree.c
-
-dup the filter string so that it can be freed without problems.
-fixes bug 195
-
-
-------------------------------------------------------------------------
-r14401 | lego | 2005-05-20 14:38:24 -0500 (Fri, 20 May 2005) | 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
-
-some cosmetic fixes
-
-
-------------------------------------------------------------------------
-r14400 | etxrab | 2005-05-19 15:35:30 -0500 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h221_nonstd.c
-
-Use value_string for codec values/strings.
-------------------------------------------------------------------------
-r14399 | etxrab | 2005-05-19 15:34:35 -0500 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h245.c
-
-Display version number and product number as strings.
-------------------------------------------------------------------------
-r14398 | etxrab | 2005-05-19 15:33:59 -0500 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/t35.c
-
-Add Sony and Nokia VendorID:s
-------------------------------------------------------------------------
-r14397 | etxrab | 2005-05-19 15:32:58 -0500 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h245/h245.cnf
-
-Display version number and product number as strings.
-------------------------------------------------------------------------
-r14396 | guy | 2005-05-19 04:26:15 -0500 (Thu, 19 May 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h221_nonstd.c
-
-Clean up indentation.
-
-Add some comments with questions.
-
-Mark an unused argument as such, and get rid of an unused variable.
-
-------------------------------------------------------------------------
-r14395 | ulfl | 2005-05-18 14:30:18 -0500 (Wed, 18 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/proto_draw.c
-
-insensitive context menu "Expand Subtrees" if no protocol field is currently selected, sort and name the tree related menu items like the context menu ones
-------------------------------------------------------------------------
-r14394 | ulfl | 2005-05-18 14:02:11 -0500 (Wed, 18 May 2005) | 1 line
-Changed paths:
-   M /trunk/fileset.c
-
-do some code cleanup (from the previous commit) and close the directories opened with opendir/g_dir_open
-------------------------------------------------------------------------
-r14393 | lego | 2005-05-18 08:51:49 -0500 (Wed, 18 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-- add an isup stats_tree with statistics regarding message types and the directions in which they flow.
-
-
-------------------------------------------------------------------------
-r14392 | etxrab | 2005-05-18 00:44:12 -0500 (Wed, 18 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-h221_nonstd.c
-
-Add a dissector for h221 nonstandard data which can easily be expanded with publically avalable data or
-replaced by a propriatary one.
-------------------------------------------------------------------------
-r14391 | etxrab | 2005-05-18 00:19:22 -0500 (Wed, 18 May 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/sctp_stat.c
-
-From Albert Chin:
-C++ comments in C source files (gtk/sctp_stat.c) 
-
-------------------------------------------------------------------------
-r14390 | ulfl | 2005-05-17 20:21:49 -0500 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/fileset.c
-
-don't crash, if the given filename doesn't contain a dot e.g. 'test123'
-------------------------------------------------------------------------
-r14389 | ulfl | 2005-05-17 19:55:44 -0500 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
-
-fix #187: don't crash if using "Expand Subtrees" in an empty area, just do nothing in that case
-------------------------------------------------------------------------
-r14388 | etxrab | 2005-05-17 15:32:30 -0500 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-
-Make it possible to dissect h221nonstandard data and fix some compile warnings from asn2eth.
-------------------------------------------------------------------------
-r14387 | etxrab | 2005-05-17 15:30:49 -0500 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/asn1/h245/packet-h245-template.c
-
-Make it possible to dissect h221nonstandarddata and fix some errors from the new asn2eth generator.
-------------------------------------------------------------------------
-r14386 | etxrab | 2005-05-17 14:51:09 -0500 (Tue, 17 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nettl.c
-
-From Mark C Brown,:
-Fixes for LAP-B (SX25L2) and X.25 (SX25L3) nettl trace records.
-------------------------------------------------------------------------
-r14385 | etxrab | 2005-05-17 14:50:38 -0500 (Tue, 17 May 2005) | 2 lines
-Changed paths:
-   M /trunk/wiretap/nettl.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
-
-From Mark C Brown,:
-Fixes for LAP-B (SX25L2) and X.25 (SX25L3) nettl trace records.
-------------------------------------------------------------------------
-r14384 | etxrab | 2005-05-17 14:21:45 -0500 (Tue, 17 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-acse.c
-
-From Yuriy Sidelnikov:
-A perfectly good tvb_bytes_to_str() has been used instead of string_to_hex. 
-
-------------------------------------------------------------------------
-r14383 | etxrab | 2005-05-17 14:15:31 -0500 (Tue, 17 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter-defs.h
-
-Add some more AVP:s.
-
-------------------------------------------------------------------------
-r14382 | etxrab | 2005-05-17 14:13:05 -0500 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/xml/packet-xml.c
-
-Add some more media types to be dissected as xml.
-------------------------------------------------------------------------
-r14381 | lego | 2005-05-17 08:29:36 -0500 (Tue, 17 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/mate/mate_parser.l
-
-- change the state label OUT to OUTSIDE to avoid a name collision with a macro defined in the windows system headers.
-
-
-------------------------------------------------------------------------
-r14380 | gram | 2005-05-16 20:47:04 -0500 (Mon, 16 May 2005) | 3 lines
-Changed paths:
-   M /trunk/tools/EtherealXML.py
-
-Add get_items_before(), to help analyze in the presence of
-tunneled protocols.
-
-------------------------------------------------------------------------
-r14379 | gram | 2005-05-16 18:21:01 -0500 (Mon, 16 May 2005) | 3 lines
-Changed paths:
-   M /trunk/tools/EtherealXML.py
-
-Add get_hide() to return the value of the "hide" tag
-in field attributes.
-
-------------------------------------------------------------------------
-r14378 | etxrab | 2005-05-16 13:24:27 -0500 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-Add TCP port for "radan-http      8088/tcp    Radan HTTP" from IANA.
-------------------------------------------------------------------------
-r14377 | etxrab | 2005-05-16 13:15:33 -0500 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-text-media.c
-
-Add some more media types.
-------------------------------------------------------------------------
-r14376 | lego | 2005-05-16 12:16:52 -0500 (Mon, 16 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/mate/mate.h
-   M /trunk/plugins/mate/mate_plugin.c
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_setup.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/plugins/mate/mate_util.h
-
-Transforms and Pdus are working already, Gops start to work.
-
-
-------------------------------------------------------------------------
-r14375 | lego | 2005-05-16 10:10:50 -0500 (Mon, 16 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/mate/Makefile.nmake
-
-let's get things right, we are in plugins/mate not epan/dfilter (from which I stole the nmake rules)
-
-
-------------------------------------------------------------------------
-r14374 | lego | 2005-05-16 09:59:14 -0500 (Mon, 16 May 2005) | 3 lines
-Changed paths:
-   M /trunk/plugins/mate/Makefile.nmake
-
-Forgot this one in the last checkin!
-
-
-------------------------------------------------------------------------
-r14373 | lego | 2005-05-16 08:28:35 -0500 (Mon, 16 May 2005) | 5 lines
-Changed paths:
-   M /trunk/plugins/mate
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/plugins/mate/mate.h
-   A /trunk/plugins/mate/mate_grammar.lemon
-   A /trunk/plugins/mate/mate_parser.l
-   M /trunk/plugins/mate/mate_plugin.c
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_setup.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/plugins/mate/mate_util.h
-   M /trunk/plugins/mate/moduleinfo.h
-   M /trunk/plugins/mate/packet-mate.c
-
-MATE has a grammar.
-
-Although not yet fully implemented I want this version as a reference. 
-
-
-------------------------------------------------------------------------
-r14372 | etxrab | 2005-05-16 01:16:45 -0500 (Mon, 16 May 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
-
-From Martin Mathieson:
-new version of the RDT dissector.  It turns out that
-specs are available for this protocol on www.helixcommunity.org  - this
-version was written by myself and Tom Marshall of RealNetworks, Inc.
-
-I Changed stream_id and asm_rule_number to be guint16 to fix compiler warnings.
-------------------------------------------------------------------------
-r14371 | etxrab | 2005-05-15 16:17:29 -0500 (Sun, 15 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
- From Tim Endean:
- Ss-code is Optional in some cases.
-
-------------------------------------------------------------------------
-r14370 | etxrab | 2005-05-15 16:15:53 -0500 (Sun, 15 May 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-
-From Tim Endean:
-Ss-code is Optional in some cases.
-------------------------------------------------------------------------
-r14369 | sahlberg | 2005-05-14 17:05:56 -0500 (Sat, 14 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-from martin m
-
-prettify dcerpc
-
-
-------------------------------------------------------------------------
-r14368 | gerald | 2005-05-14 16:13:07 -0500 (Sat, 14 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee8023.c
-
-When we catch an exception, make sure we don't throw the same exception again
-(and catch it again in the process).  Fixes bug 170.
-
-------------------------------------------------------------------------
-r14367 | sahlberg | 2005-05-14 16:08:20 -0500 (Sat, 14 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcswils.c
-
-from dinesh
-fix to make Zone_Alias objects decode properly
-
-
-------------------------------------------------------------------------
-r14366 | sahlberg | 2005-05-14 16:00:43 -0500 (Sat, 14 May 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-armagetronad.c
-
-From   Guillaume Chazarain
-New protocol : ARMAGETRONAD    dissector for the protcol used by the game of the same name
-
-
-------------------------------------------------------------------------
-r14365 | gerald | 2005-05-14 14:13:02 -0500 (Sat, 14 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-Throw an exception if AndXOffset is less than the current offset.  Fixes bug
-163.  I'm not sure if this fix is entirely correct, but it doesn't appear to
-have affected any SMB captures here adversely.
-
-------------------------------------------------------------------------
-r14364 | sahlberg | 2005-05-14 12:41:07 -0500 (Sat, 14 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add decoding of teh REMOVABLE bit in inquiry data
-
-
-------------------------------------------------------------------------
-r14363 | sahlberg | 2005-05-14 12:12:45 -0500 (Sat, 14 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add a missing field to the REPORT LUNS datain pdu
-
-
-------------------------------------------------------------------------
-r14362 | gram | 2005-05-13 14:44:25 -0500 (Fri, 13 May 2005) | 3 lines
-Changed paths:
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.h
-
-Add WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL for
-Oolan Zimmer <ethereal@gcom.com>
-
-------------------------------------------------------------------------
-r14361 | lego | 2005-05-13 06:16:05 -0500 (Fri, 13 May 2005) | 4 lines
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-- make sure contextId and transactionId are added to the tree as filterable fields even if they are larger than 4 octets
-- set COL_INFO to something useful
-
-
-------------------------------------------------------------------------
-r14360 | etxrab | 2005-05-13 00:50:26 -0500 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/tools/Makefile.am
-
-Forgott the lex.py file
-------------------------------------------------------------------------
-r14359 | etxrab | 2005-05-13 00:47:56 -0500 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/tools/Makefile.am
-
-Add the asn2eth related files to extra-dist (I hope this is the right thing to do to get them into the SVN tarballs).
-------------------------------------------------------------------------
-r14358 | guy | 2005-05-11 22:31:33 -0500 (Wed, 11 May 2005) | 3 lines
-Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/capture_loop.c
-
-Use "pcap_get_selectable_fd()" if we have it, and if it returns -1,
-don't do a "select()".
-
-------------------------------------------------------------------------
-r14357 | guy | 2005-05-11 22:29:59 -0500 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/tethereal.c
-
-Don't include <pcap.h> twice.
-
-------------------------------------------------------------------------
-r14356 | guy | 2005-05-11 22:29:26 -0500 (Wed, 11 May 2005) | 7 lines
-Changed paths:
-   M /trunk/gtk/drag_and_drop.c
-
-If we have libpcap, include <pcap.h>, because "capture.h" requires it.
-
-If we *don't* have libpcap, don't include "capture.h", and don't test
-whether a capture is in progress.
-
-Clean up a message.
-
-------------------------------------------------------------------------
-r14355 | guy | 2005-05-11 21:55:59 -0500 (Wed, 11 May 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Squelch a compiler warning (GCC 4.0's data flow analysis is
-interprocedural, so it knows "sip_parse_line()" doesn't always set
-"*token_1_len", but it doesn't know that if it doesn't return OTHER_LINE
-it *does* always set it, so it's safe not to set it as long as it's
-never used if the return value is OTHER_LINE).
-
-------------------------------------------------------------------------
-r14354 | guy | 2005-05-11 21:51:59 -0500 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndmp.c
-
-Fix a routine to return the value it's supposed to return.
-
-------------------------------------------------------------------------
-r14353 | guy | 2005-05-11 21:50:27 -0500 (Wed, 11 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-Always set "*success" in "ipxnet_addr_lookup()" before returning (thanks
-and a tip of the hat to GCC 4.0's interprocedural data flow analysis for
-catching this one!).
-
-------------------------------------------------------------------------
-r14352 | etxrab | 2005-05-11 17:20:11 -0500 (Wed, 11 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-Reinsert Gerards patch (r14342) which was lost.
-------------------------------------------------------------------------
-r14351 | etxrab | 2005-05-11 17:19:36 -0500 (Wed, 11 May 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Reinsert Gerards patch (r14342) which was lost.
-------------------------------------------------------------------------
-r14350 | etxrab | 2005-05-11 17:00:50 -0500 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-pinfo->p2p_dir not set in the new gsm_map dissector causing problems with dissection of SMS messages.
-
-------------------------------------------------------------------------
-r14349 | etxrab | 2005-05-11 16:59:44 -0500 (Wed, 11 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
-
-From Viorel Suman:
-Enable a proper deconding of an alphanumeric 7-bit encoded SMS TP-Originating-Address.
-
-------------------------------------------------------------------------
-r14348 | etxrab | 2005-05-11 16:46:16 -0500 (Wed, 11 May 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-
-pinfo->p2p_dir not set in the new gsm_map dissector causing problems with dissection of SMS messages.
-------------------------------------------------------------------------
-r14347 | sahlberg | 2005-05-11 07:37:20 -0500 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
-
-avoid a div-by-0 
-
-------------------------------------------------------------------------
-r14346 | sahlberg | 2005-05-11 06:24:17 -0500 (Wed, 11 May 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
-
-From Hannes Gredler
-support for Juniper PPPOE encapsulation
-
-
-------------------------------------------------------------------------
-r14345 | sahlberg | 2005-05-11 05:40:53 -0500 (Wed, 11 May 2005) | 17 lines
-Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/conversation.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-tftp.c
-   M /trunk/epan/dissectors/packet-udp.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-
-Some applications do very naughty things like reusing a port for a different protocol during different stages of an application cycle.
-
-This is very naughty and will cause problems when we have assigned a dissector to a dynamic port using conversation_set_dissector().
-
-
-To make ethereal handle this case I have changed the try_conversation_dissector() to allow it to fail and return 0,   meaning   yes there is indeed a protocol registered for this conversation but that protocol rejected this packet.
-(which only happens for "new" style dissectors, "old" style dissectors will never reject a packet that way)
-
-When this happens  the decode_udp_port() helper will still allow other dissectors to be tried, in the hope that the conversation is now used for some other protocol and thus someone else might be able to decode the packet.
-
-
-Update SNMP and TFTP dissectors to  check that even if there already is a conversation but that conversation does NOT have snmp/tftp registered as the dissector for it, then create a new conversation anyway and attach the proper dissector.
-
-Since ethereal keeps track of which frame number a conversation started in, this actually works really well.
-
-
-
-------------------------------------------------------------------------
-r14344 | gerald | 2005-05-10 18:45:39 -0500 (Tue, 10 May 2005) | 5 lines
-Changed paths:
-   M /trunk/plugins/agentx/packet-agentx.c
-
-Don't write a '\0' way the heck past the end of an array.  Fixes bug 164.
-
-Add a comment asking if we shouldn't use oid_to_str() instead of our own
-routine.
-
-------------------------------------------------------------------------
-r14343 | lego | 2005-05-10 16:54:37 -0500 (Tue, 10 May 2005) | 5 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
-
-- export Audio Codec modes from isup/bicc
-- detailed dissection of GSM/UMTS speech code list ETSI 126 103 (3gpp 26.103 v3.0.0)
-- use it for H.248
-
-
-------------------------------------------------------------------------
-r14342 | etxrab | 2005-05-10 15:09:09 -0500 (Tue, 10 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-
-Fix dissection of mo-forwardSM
-------------------------------------------------------------------------
-r14341 | etxrab | 2005-05-10 15:06:04 -0500 (Tue, 10 May 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-
-Fix dissection of mt-forwardSM.
-------------------------------------------------------------------------
-r14340 | etxrab | 2005-05-10 15:02:14 -0500 (Tue, 10 May 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-
-fix some field rename errors turned up by the latest asn2eth compiler.
-------------------------------------------------------------------------
-r14339 | sahlberg | 2005-05-10 03:49:27 -0500 (Tue, 10 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-make SNMP over UDP a new style dissector and add some heuristics to check if this is SNMP or not,
-
-------------------------------------------------------------------------
-r14338 | gerald | 2005-05-09 22:10:09 -0500 (Mon, 09 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-
-Make a field type check more strict.  Remove some unnecessary code.
-
-------------------------------------------------------------------------
-r14337 | gerald | 2005-05-09 22:08:36 -0500 (Mon, 09 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-Make sure we don't feed a null string to strncmp().  Fixes bug 161.
-
-Make sure we don't free static memory.  Fix a small memory leak.
-
-------------------------------------------------------------------------
-r14336 | jmayer | 2005-05-09 06:21:16 -0500 (Mon, 09 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-hpsw.c
-
-I just found a packet with an option e. As the value looked very much
-like the mac-address of the switch, I added decoding of option e as
-mac address.
-
-
-------------------------------------------------------------------------
-r14335 | lroland | 2005-05-08 20:21:41 -0500 (Sun, 08 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Add another sanity check to the new SIP URI parser.
-Just to be sure.
-------------------------------------------------------------------------
-r14334 | lroland | 2005-05-08 20:15:45 -0500 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Some fixes for the new SIP contact header parser.
-------------------------------------------------------------------------
-r14333 | lroland | 2005-05-08 19:11:03 -0500 (Sun, 08 May 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-
-only lower-case ASCII letters, numbers,
-underscores, and dots are allowed in the
-preference name. 
-
-Fix it the camel dissector.
-------------------------------------------------------------------------
-r14332 | lroland | 2005-05-08 18:29:55 -0500 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Mark a function parameter as unused
-------------------------------------------------------------------------
-r14331 | lroland | 2005-05-08 17:39:38 -0500 (Sun, 08 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-When saying that I remove the trailing white spaces I should do it, too.
-So I do it now and do some more reindentation, too.
-------------------------------------------------------------------------
-r14330 | lroland | 2005-05-08 17:19:18 -0500 (Sun, 08 May 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Improve dissection of SIP contact header and counting of bindings in REGISTER messages.
-
-Introduce a function for disseting a sip uri in general
-
-TODO: 
-- add dissection of contact and uri parameters
-- simplify the ugly code for dissecting "to" and "from" headers
-      by using the new function for uri dissection
-------------------------------------------------------------------------
-r14329 | lroland | 2005-05-08 16:17:37 -0500 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Reindent dissect_sip_common() and remove trailing white spaces from packet-sip.c.
-------------------------------------------------------------------------
-r14328 | etxrab | 2005-05-08 15:35:44 -0500 (Sun, 08 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-
-From Javier Acuna:
-
-Added some code to dissect DateAndTime.
-------------------------------------------------------------------------
-r14327 | etxrab | 2005-05-08 15:34:57 -0500 (Sun, 08 May 2005) | 3 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/asn1/camel/packet-camel-template.h
-
-From Javier Acuna:
-
-Added some code to dissect DateAndTime.
-------------------------------------------------------------------------
-r14326 | ulfl | 2005-05-07 15:47:39 -0500 (Sat, 07 May 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/toolbar.c
-   A /trunk/image/toolbar/file_set_list_16.xpm
-   A /trunk/image/toolbar/file_set_next_16.xpm
-   A /trunk/image/toolbar/file_set_previous_16.xpm
-
-add icons for the "File Set" menu items
-------------------------------------------------------------------------
-r14325 | lroland | 2005-05-06 19:14:11 -0500 (Fri, 06 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-osi-options.c
-
-Increase size of an integer to prevent an integer overflow
-
-Fixes Bug 162
-------------------------------------------------------------------------
-r14324 | sahlberg | 2005-05-06 05:11:08 -0500 (Fri, 06 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ypserv.c
-
-prettify YPSERV
-
-
-------------------------------------------------------------------------
-r14323 | gram | 2005-05-05 21:08:30 -0500 (Thu, 05 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-A fix for the previous fix for the infinite loop in bootp, bug #160.
-
-------------------------------------------------------------------------
-r14322 | gram | 2005-05-05 20:56:40 -0500 (Thu, 05 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Check the offset delta while we loop through the options.
-Make sure the delta is > 0.
-This intends to fix bug 160, although with a capture file
-to test it, I can't be totally sure.
-
-------------------------------------------------------------------------
-r14321 | jmayer | 2005-05-05 12:07:58 -0500 (Thu, 05 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-diameter-defs.h
-   M /trunk/epan/dissectors/packet-eapol.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-retix-bpdu.c
-   M /trunk/epan/dissectors/packet-sflow.c
-   M /trunk/epan/dissectors/packet-vlan.c
-
-Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> p
-------------------------------------------------------------------------
-r14320 | ulfl | 2005-05-05 10:25:04 -0500 (Thu, 05 May 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.am
-
-add GetWindowsVersion.nsh to the additional packaging files
-------------------------------------------------------------------------
-r14319 | sahlberg | 2005-05-05 08:48:34 -0500 (Thu, 05 May 2005) | 3 lines
-Changed paths:
-   M /trunk/tethereal.c
-
-make tethereal compile when plugins are disabled
-
-
-------------------------------------------------------------------------
-r14318 | guy | 2005-05-05 06:08:20 -0500 (Thu, 05 May 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-Fix a call to dereference a pointer (found by a compiler warning).
-
-------------------------------------------------------------------------
-r14317 | guy | 2005-05-05 06:07:22 -0500 (Thu, 05 May 2005) | 6 lines
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-Don't explicitly initialize "h245_labels", as it's hard to initialize
-all of it correctly, and as if you don't initialize all of it you get a
-compiler warning.
-
-Add an assignment to squelch a compiler warning.
-
-------------------------------------------------------------------------
-r14316 | guy | 2005-05-05 06:06:08 -0500 (Thu, 05 May 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/smb_stat.c
-
-Fix a test (bug found by a compiler warning).
-
-------------------------------------------------------------------------
-r14315 | guy | 2005-05-05 06:05:15 -0500 (Thu, 05 May 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-
-Change some data types, and add initializations, to squelch compiler
-warnings.
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r14314 | guy | 2005-05-05 06:03:46 -0500 (Thu, 05 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-
-Change data types to match those of "iconv()", at least on OS X.
-
-------------------------------------------------------------------------
-r14313 | guy | 2005-05-05 06:02:31 -0500 (Thu, 05 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-Squelch a compiler warning.
-
-------------------------------------------------------------------------
-r14312 | guy | 2005-05-05 05:00:29 -0500 (Thu, 05 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Re-parenthesize an expression, to squelch a compiler warning.
-
-------------------------------------------------------------------------
-r14311 | guy | 2005-05-05 04:40:24 -0500 (Thu, 05 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-
-"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"
-argument points to, so make it a "const" pointer.
-
-------------------------------------------------------------------------
-r14306 | gerald | 2005-05-04 12:02:56 -0500 (Wed, 04 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-Don't try to feed a null pointer to strncmp().  Fixes bug 158.
-Shouldn't the number of fuzz bugs decrease asymptotically at some
-point?
-
-------------------------------------------------------------------------
-r14305 | gerald | 2005-05-04 11:40:30 -0500 (Wed, 04 May 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
-
-From Lars Roland:
-
-Make sure a hash table exists before trying to access it.  Fixes bug 105.
-
-------------------------------------------------------------------------
-r14304 | gerald | 2005-05-04 10:35:21 -0500 (Wed, 04 May 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pres.c
-
-Don't roll our own buffer-overflow-able string_to_hex() routine
-when there's a perfectly good tvb_bytes_to_str() lying around, just
-_begging_ to be used.
-
-Fix up white space.
-
-------------------------------------------------------------------------
-r14303 | girlich | 2005-05-04 08:09:46 -0500 (Wed, 04 May 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rpc.h
-
-Added RPC/ONC SYSTEM_ERROR accept state.
-
-------------------------------------------------------------------------
-r14302 | etxrab | 2005-05-03 15:53:21 -0500 (Tue, 03 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
-
-Dissect GPRS user data.
-------------------------------------------------------------------------
-r14301 | ulfl | 2005-05-03 14:58:05 -0500 (Tue, 03 May 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-add a *lot* more dissections of the various PN-IO blocks
-------------------------------------------------------------------------
-r14299 | gerald | 2005-05-03 14:33:02 -0500 (Tue, 03 May 2005) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/epan/proto.c
-
-In proto_tree_set_string(), don't set a null fvalue or Ethereal will throw
-a hissy fit.  Fixes bug 157.
-
-------------------------------------------------------------------------
-r14298 | gerald | 2005-05-03 13:43:06 -0500 (Tue, 03 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pres.c
-
-Back out all of the tvb_ensure_bytes_exist() calls.  They shouldn't be
-neccessary any more, and were causing problems.
-
-------------------------------------------------------------------------
-r14289 | gerald | 2005-05-03 09:36:08 -0500 (Tue, 03 May 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Fix two places where we might loop infinitely, including the one found in
-bug 155.  Fix a couple of compiler warnings.
-
-------------------------------------------------------------------------
-r14288 | tuexen | 2005-05-03 03:34:11 -0500 (Tue, 03 May 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_stat.c
-
-Base the assoc search on port/vtags only.
-
-------------------------------------------------------------------------
-r14287 | etxrab | 2005-05-03 00:22:43 -0500 (Tue, 03 May 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-9p.c
-
-From Nils O. Sel?sdal:
-
-- Decodes all the remaining bitfields in 9P
-- Tidies up display a bit (using more subtrees)
-- Fixes a few fields that are better off displayed as decimal/octal.
-
-
-------------------------------------------------------------------------
-r14286 | gram | 2005-05-02 21:07:26 -0500 (Mon, 02 May 2005) | 2 lines
-Changed paths:
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-sipstat.c
-
-Fix typos in error messages.
-
-------------------------------------------------------------------------
-r14285 | ulfl | 2005-05-02 20:39:00 -0500 (Mon, 02 May 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/packet-pn-dcp.c
-   M /trunk/plugins/profinet/Makefile.am
-   M /trunk/plugins/profinet/Makefile.nmake
-   A /trunk/plugins/profinet/packet-pn-dcp.c (from /trunk/epan/dissectors/packet-pn-dcp.c:14278)
-   M /trunk/plugins/profinet/profinet.c
-
-move the pn-dcp dissector into the profinet plugin
-------------------------------------------------------------------------
-r14284 | lroland | 2005-05-02 20:03:33 -0500 (Mon, 02 May 2005) | 11 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/doc/Makefile.nmake
-   M /trunk/plugins/Makefile.nmake
-
-add the new target "install-plugins" to nmake makefile
-in the plugins subdirectory. This target will copy all plugins to plugins/$(VERSION), thus (t)ethereal will
-find and load the plugins when called from within the source tree.
-
-call this target from the main nmake makefile after
-installing other dependencies. call it from the nmake makefile
-in the doc subdirectory before calling "tethereal -G".
-This way "tethereal -G" will recognize the filterable
-fields from the plugins, too.
-
-
-------------------------------------------------------------------------
-r14283 | lroland | 2005-05-02 19:19:08 -0500 (Mon, 02 May 2005) | 2 lines
-Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
-
-add another lenght check in the megaco dissector.
-Fixes bug 150.
-------------------------------------------------------------------------
-r14282 | tuexen | 2005-05-02 17:15:00 -0500 (Mon, 02 May 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Get profinet compiling on Unix.
-
-------------------------------------------------------------------------
-r14280 | gerald | 2005-05-02 16:56:40 -0500 (Mon, 02 May 2005) | 27 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-
-From Rich Coe:
-
- - fix memory leak when Assoc packet is processed repeatedly in ethereal
-
- - removed unused partial packet flag
-
- - added better support for DICOM VR
-     - sequences
-     - report actual VR in packet display, if supplied by xfer syntax 
-     - show that we are not displaying entire tag string with '[...]',
-       some tags can hold up to 2^32-1 chars
-
- - remove my goofy attempt at trying to get access to the fragmented packets
-   (anyone have an idea on how to fix this ???)
-
- - process all the data in the Assoc packet even if display is off
-
- - limit display of data in Assoc packet to defined size of the data even
-   if reported size is larger
-
- - show the last tag in a packet as [incomplete] if we don't have all the data
-
- - added framework for reporting DICOM async negotiation (not finished)
-   (I'm not aware of an implementation which currently supports this)
-
- - still need to fix display of continuation packets
-
-------------------------------------------------------------------------
+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>