wireshark.git branch laforge/ericsson-packet-abis created. fbef2512cb88fa97db4aa589acb7dafc78cc4cff

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Sat Jul 16 18:43:10 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "wireshark with Osmocom specific dissectors".

The branch, laforge/ericsson-packet-abis has been created
        at  fbef2512cb88fa97db4aa589acb7dafc78cc4cff (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/wireshark/commit/?id=fbef2512cb88fa97db4aa589acb7dafc78cc4cff

commit fbef2512cb88fa97db4aa589acb7dafc78cc4cff
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jul 16 20:36:11 2016 +0200

    Add Ericsson A-bis P-GSL dissector
    
    Ericsson uses a vendor-specific packetized PCU-CCU interface on their
    packetized A-bis, which can be encapsulated in their own variant of HDLC
    on top of L2TP.

http://cgit.osmocom.org/wireshark/commit/?id=e1e8d261e815f500177549b64bb50808d9c8f0ba

commit e1e8d261e815f500177549b64bb50808d9c8f0ba
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jul 16 18:34:34 2016 +0200

    Add basic dissector for Ericsson Packet A-bis TFP Protocol
    
    This dissector currently onl dissects the TFP header, treating the
    payload (TRAU) as opaque data.  Still, it is an improvement to see the
    header information like timeslot, sequence number, delay and frame type.

http://cgit.osmocom.org/wireshark/commit/?id=b520ba0f40dbbb1f498cf24d4cf8cec859ae08df

commit b520ba0f40dbbb1f498cf24d4cf8cec859ae08df
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jul 16 18:33:55 2016 +0200

    packet-ehdlc: Update with results from better understanding the protocol
    
    The Ericsson HDLC format is not publicly documented, so when I
    originally wrote the code, I was basically just looking at hex-dumps
    of protocol traces and trying to ge an initial understanding. By now,
    that understanding has matured, so let's update the dissector
    accordingly.
    
    The major changes are regarding the compressed SAPI and compressed TEI
    fields, which are the discriminator on whether theres a HDLC/LAPD header
    to follow, or whether there's actual user data (TRAU frame replacement)
    following.

http://cgit.osmocom.org/wireshark/commit/?id=e2196016c989ae26837e065ced39cbe35c9cd908

commit e2196016c989ae26837e065ced39cbe35c9cd908
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jul 16 15:41:02 2016 +0200

    L2TP: Add dissectors for Ericsson specific L2TP AVPs
    
    Ericsson's L2TP implementation uses some vendor-specific AVPs.

http://cgit.osmocom.org/wireshark/commit/?id=0f84682726b3f9c34dcbecfab9b3e198309b29a9

commit 0f84682726b3f9c34dcbecfab9b3e198309b29a9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jul 16 15:39:17 2016 +0200

    L2TP: Add preference to select Ericsson HDLC flavor
    
    At some point over the last years, the connection between the L2TP
    dissector, and the Ericsson HDLC dissector (packet-ehdlc.c) got broken.
    
    Ericsson L2TP simply uses the HDLC pseudowire, but then has something
    completely different than standard HDLC inside.
    
    Let's add a protocol preference to allow the user to choose.

http://cgit.osmocom.org/wireshark/commit/?id=ae598d17370e141c37e3130fe16123d3e36d5195

commit ae598d17370e141c37e3130fe16123d3e36d5195
Author: Guy Harris <guy at alum.mit.edu>
Date:   Fri Jul 15 17:25:41 2016 -0700

    Add APIs to remove option instances from blocks.
    
    That will allow deletion of comments, stripping of options when
    sanitizing captures, etc..
    
    Change-Id: I9667ba2ccf4e548ff3b7d500796b260a437bcea0
    Reviewed-on: https://code.wireshark.org/review/16485
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=9dd2674fada1f1b8cfed521b5ee4c3a4852a7ef9

commit 9dd2674fada1f1b8cfed521b5ee4c3a4852a7ef9
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Fri Jul 15 22:54:59 2016 +0100

    IPv6: Minor loop cleanup
    
    Change-Id: I73e11c353695a565d9c4222f2a3646d0530c3c40
    Reviewed-on: https://code.wireshark.org/review/16482
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=4bf78ca75b610fbba3de63daf58af600ed2ef080

commit 4bf78ca75b610fbba3de63daf58af600ed2ef080
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Thu Jul 14 19:50:09 2016 +0100

    IPv6: Register fragment header dissector handle
    
    Change-Id: Ie49c8cdc010630c8963a730562aaf33f61236058
    Reviewed-on: https://code.wireshark.org/review/16443
    Petri-Dish: João Valverde <j at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=18d5bccedeb431aaa2f9aae483f9445e59ea35b0

commit 18d5bccedeb431aaa2f9aae483f9445e59ea35b0
Author: Guy Harris <guy at alum.mit.edu>
Date:   Fri Jul 15 14:00:29 2016 -0700

    Use spaces rather than tabs for indentation.
    
    Change-Id: I6028253f7c8c30804eaa4b23d2b09827aacb3c9d
    Reviewed-on: https://code.wireshark.org/review/16481
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=ea4a62df1fb2c50e34e8a297ba8cb8260aae7627

commit ea4a62df1fb2c50e34e8a297ba8cb8260aae7627
Author: Guy Harris <guy at alum.mit.edu>
Date:   Fri Jul 15 13:57:35 2016 -0700

    Update comments, give option numbers in decimal.
    
    The pcapng spec gives option numbers in decimal, not hex.
    
    Get rid of the "XXX if not available" comments - if an option isn't
    present in a block, it's not present, and doesn't have *any* value.
    
    Change-Id: I1bf0c9a5aaad7dfadf9248e22b67e172625bdd0d
    Reviewed-on: https://code.wireshark.org/review/16480
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=29cecf27c438cb2a1203ee5d877cb38566c977ee

commit 29cecf27c438cb2a1203ee5d877cb38566c977ee
Author: Gerald Combs <gerald at wireshark.org>
Date:   Fri Jul 15 09:53:19 2016 -0700

    Qt: Reserve packet list model vectors.
    
    Preallocate and hold onto the data in the various packet list model
    vectors. I'm not sure how much this will affect performance, but the
    documentation suggests that it's the right thing to do in our case.
    
    Change-Id: If2d5ad142bf2d61e0bc2302990bd288274447df5
    Reviewed-on: https://code.wireshark.org/review/16475
    Petri-Dish: Gerald Combs <gerald at wireshark.org>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

http://cgit.osmocom.org/wireshark/commit/?id=d0af229d1fb59154af61a23913abceed161f2282

commit d0af229d1fb59154af61a23913abceed161f2282
Author: Guy Harris <guy at alum.mit.edu>
Date:   Fri Jul 15 11:21:05 2016 -0700

    Squelch a compiler warning.
    
    Explicitly cst the results of g_memdup().
    
    Change-Id: I20fd1f355e68735d7cc9bbeb41717a1c2a74de37
    Reviewed-on: https://code.wireshark.org/review/16477
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=2c2bdc1211e5571471e70116dbdcb21edde6fc95

commit 2c2bdc1211e5571471e70116dbdcb21edde6fc95
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Fri Jul 15 16:33:14 2016 +0100

    IPv6: Fix comment
    
    Change-Id: Ib5c44f806e5844e1eb1579ade4b92d2b719564c1
    Reviewed-on: https://code.wireshark.org/review/16474
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=eb668002ece948a5eb7e312d3b7e07e5adf0030b

commit eb668002ece948a5eb7e312d3b7e07e5adf0030b
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Thu Jul 14 19:44:51 2016 +0100

    IPv6: Register extension headers ett/ei arrays
    
    Change-Id: I1208638580efe06a94a055613a0de3ecf2acdb26
    Reviewed-on: https://code.wireshark.org/review/16442
    Petri-Dish: João Valverde <j at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=cfaf756669401559dbed84f04b1d0341e7a17470

commit cfaf756669401559dbed84f04b1d0341e7a17470
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Wed Jul 13 03:21:17 2016 +0100

    Move Shim6 dissector to packet-shim6.c
    
    Change-Id: Ia0bfbf48e8a4eb23d62c8c5cdccad350caedef9e
    Reviewed-on: https://code.wireshark.org/review/16425
    Petri-Dish: João Valverde <j at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=b8ff7434773479c8f2d308a06c5ff52fe67ba2c1

commit b8ff7434773479c8f2d308a06c5ff52fe67ba2c1
Author: Michael Mann <mmann78 at netscape.net>
Date:   Fri Jul 15 09:46:57 2016 -0400

    wtap_opttypes.c: Fix build error.
    
    Change-Id: I3ee146d441e4d59701c72ed85dcb4efe97766df8
    Reviewed-on: https://code.wireshark.org/review/16473
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=5e09a57d5ae5dd90d8fbeaa2289b006d50750f19

commit 5e09a57d5ae5dd90d8fbeaa2289b006d50750f19
Author: Michael Mann <mmann78 at netscape.net>
Date:   Fri Jul 15 07:54:10 2016 -0400

    reassemble_test.c: Fix checking macros with correct printf style arguments.
    
    Complaints of VS Code Analysis
    
    Change-Id: Ib5a4649b78ae4c9109249e915c04481ae7fa5524
    Reviewed-on: https://code.wireshark.org/review/16472
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=710b0a8483922218d7d653340667997ece133974

commit 710b0a8483922218d7d653340667997ece133974
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Thu Jul 14 17:42:34 2016 +0100

    IPv6: Check pinfo->layers for hop-by-hop exthdr order
    
    Change-Id: I0467417c4d9a62013d8fe5cbcc03c09147f92cf1
    Reviewed-on: https://code.wireshark.org/review/16435
    Petri-Dish: João Valverde <j at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=e0242a7fd32ccc94950d625c92d45960bf108e53

commit e0242a7fd32ccc94950d625c92d45960bf108e53
Author: Michal Labedzki <michal.labedzki at tieto.com>
Date:   Wed Jan 13 12:45:35 2016 +0100

    Bluetooth: GATT: Add services error codes
    
    GATT Service may define own error code. Add them.
    
    Change-Id: I9e5c0d38b2dd01c16cfd47578f151cefdc9393fe
    Reviewed-on: https://code.wireshark.org/review/16467
    Petri-Dish: Michal Labedzki <michal.labedzki at tieto.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=e9961223d4d32675a1d1d874f9c775d36be5c80b

commit e9961223d4d32675a1d1d874f9c775d36be5c80b
Author: Michal Labedzki <michal.labedzki at tieto.com>
Date:   Fri Jul 15 08:06:25 2016 +0200

    Bluetooth: RFCOMM: Fix CID 1364086
    
    Fix null pointer dereferences.
    
    Change-Id: Id095fd0d7c9d70f79fd7367ef5c226f271a24cbe
    Reviewed-on: https://code.wireshark.org/review/16466
    Petri-Dish: Michal Labedzki <michal.labedzki at tieto.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=7533c72c4bfd206a59f5819098d3b479f6646b7b

commit 7533c72c4bfd206a59f5819098d3b479f6646b7b
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Fri Jul 15 02:36:42 2016 +0100

    IPv6: Remove null check (CID 1364087)
    
    Change-Id: Ia35a78ccaa4f61fbbbfff304f12d813fdbdd009d
    Reviewed-on: https://code.wireshark.org/review/16452
    Reviewed-by: João Valverde <j at v6e.pt>
    Petri-Dish: João Valverde <j at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=996dcc038dea197924285a6717b522a57f95fd65

commit 996dcc038dea197924285a6717b522a57f95fd65
Author: Guy Harris <guy at alum.mit.edu>
Date:   Fri Jul 15 01:31:16 2016 -0700

    Do a deep copy in wtap_block_add_custom_option().
    
    That way, we don't have to worry about multiple instances of an option
    pointing to the same data. and having to worry about freeing data that's
    pointed to by another instance.
    
    Change-Id: I3470a9eebf346023713fd0d6ff2451d727c25089
    Reviewed-on: https://code.wireshark.org/review/16471
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=ced207150542f59f395fc4052d8a7cdfba67effa

commit ced207150542f59f395fc4052d8a7cdfba67effa
Author: Guy Harris <guy at alum.mit.edu>
Date:   Fri Jul 15 00:29:41 2016 -0700

    Fix the snapshot length part of the "same interface?" check.
    
    Fix a typo - compare for unequal snapshot lengths, not equal snapshot
    lengths.
    
    Also, move the debug messages about checks right above the checks.
    
    Change-Id: If6f5e125f05f3788b63e9f75d98f55e27830870b
    Reviewed-on: https://code.wireshark.org/review/16470
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=81642901fe973edc80883774dde7c09d6f3e4389

commit 81642901fe973edc80883774dde7c09d6f3e4389
Author: Guy Harris <guy at alum.mit.edu>
Date:   Thu Jul 14 20:29:41 2016 -0700

    Update Debian symbol files to reflect current reality.
    
    Change-Id: I3e310fc5c43e9045956c17406b9c5a2f2f9090a3
    Reviewed-on: https://code.wireshark.org/review/16456
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=473910b76db281ba42c671e74bddb89fadc594cb

commit 473910b76db281ba42c671e74bddb89fadc594cb
Author: Guy Harris <guy at alum.mit.edu>
Date:   Thu Jul 14 20:15:48 2016 -0700

    We no longer add default names to interfaces in an IDB.
    
    The way you say "this interface's name is unknown" is by not giving it
    an if_name option, not by giving it an if_name option that says "this
    isn't known".  Remove the if_name option from the interfaces in this
    capture file.
    
    Change-Id: Ie3569c81bd065e48278cfa83b82b06ea6b5258af
    Reviewed-on: https://code.wireshark.org/review/16455
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=7f92c24fafcdfe57b4564536a824f323f586939c

commit 7f92c24fafcdfe57b4564536a824f323f586939c
Author: Guy Harris <guy at alum.mit.edu>
Date:   Thu Jul 14 19:04:32 2016 -0700

    Widen some variables.
    
    Perhaps they cannot ever have values > 65535, but there's really no
    benefit to restricting them to 16 bits on the 32-bit and 64-bit
    platforms on which we run, and this might address what CID 1364088 is
    *really* complaining about.
    
    Change-Id: I5238261d04783401873de89469f8e2906554add4
    Reviewed-on: https://code.wireshark.org/review/16454
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=9397b262e9a4d9d0eae15cdd81f0c40226c67cdd

commit 9397b262e9a4d9d0eae15cdd81f0c40226c67cdd
Author: Michael Mann <mmann78 at netscape.net>
Date:   Thu Jul 14 20:53:43 2016 -0400

    tvbtest.c - Fix printf style argument types
    
    Change-Id: I05ecbd06262e0dd68851dd6728817ad721a91962
    Reviewed-on: https://code.wireshark.org/review/16449
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=f2a7594ac04adc4c08c26136e779c40ee0f1a7c1

commit f2a7594ac04adc4c08c26136e779c40ee0f1a7c1
Author: Michael Mann <mmann78 at netscape.net>
Date:   Thu Jul 14 20:28:41 2016 -0400

    reassemble_test.c: Reorder macro behavior to make it clearer we have NULL checks in place.
    
    Trying to pacify VS Code Analysis.
    
    Change-Id: I76379b23a5d4c772b91d6113af3974e105e4da88
    Reviewed-on: https://code.wireshark.org/review/16448
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=2c3127940ad65ce503dba1308549719e57f87458

commit 2c3127940ad65ce503dba1308549719e57f87458
Author: Michael Mann <mmann78 at netscape.net>
Date:   Thu Jul 14 20:04:48 2016 -0400

    exntest.c: Create local functions to handle "nesting" TRY/CATCH macros to fix shadow warnings.
    
    Found by VS Code Analysis, although it appears it's been discovered before
    and warranted the DIAG_ON/OFF macros.  Those have been removed as this is
    believed to be a good solution.
    
    Change-Id: I376d816855366d55affe7b9e4b8616509aa4e7fe
    Reviewed-on: https://code.wireshark.org/review/16447
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=8428d3a927e46d3be13a8d52d04b7697b0b99b80

commit 8428d3a927e46d3be13a8d52d04b7697b0b99b80
Author: Guy Harris <guy at alum.mit.edu>
Date:   Thu Jul 14 18:28:00 2016 -0700

    Squelch compiler warnings.
    
    Cast some numerical values to wtap_block_type_t.
    
    Change-Id: I56651c62045880638175c39174341feffb4b1068
    Reviewed-on: https://code.wireshark.org/review/16451
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=f8b738016ee58fefc6f96ed1d6e3ef4044f6e866

commit f8b738016ee58fefc6f96ed1d6e3ef4044f6e866
Author: João Valverde <joao.valverde at tecnico.ulisboa.pt>
Date:   Fri Jul 15 01:21:58 2016 +0100

    Fix manpages typo.
    
    Change-Id: Iac747655d09c94926e51c7ea1f23375650cd6641
    Ping-Bug: 12305
    Reviewed-on: https://code.wireshark.org/review/16446
    Reviewed-by: João Valverde <j at v6e.pt>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=bb610ac57b0c4a493c385fd1b9c55f1cb0eaa8c2

commit bb610ac57b0c4a493c385fd1b9c55f1cb0eaa8c2
Author: Guy Harris <guy at alum.mit.edu>
Date:   Thu Jul 14 17:43:14 2016 -0700

    Fix signature of wtap_opttype_block_register().
    
    It gets passed a wtap_block_type_t value, so declare it as such.
    
    Change-Id: I6980cab7e1885c9920b2a75e12f9d2d2a64d6f96
    Reviewed-on: https://code.wireshark.org/review/16450
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=1f8999bb96018446e48529e75e56bf17dd3c77cf

commit 1f8999bb96018446e48529e75e56bf17dd3c77cf
Author: Guy Harris <guy at alum.mit.edu>
Date:   Thu Jul 14 16:01:57 2016 -0700

    Redo the block options APIs.
    
    A block can have zero or more instances of a given option.  We
    distinguish between "one instance only" options, where a block can have
    zero or one instance, and "multiple instances allowed" options, where a
    block can have zero or more instances.
    
    For "one instance only" options:
    
    	"add" routines add an instance if there isn't one already
    	and fail if there is;
    
    	"set" routines add an instance if there isn't one already
    	and change the value of the existing instance if there is one;
    
    	"set nth" routines fail;
    
    	"get" routines return the value of the instance if there is one
    	and fail if there isn't;
    
    	"get nth" routines fail.
    
    For "multiple instances allowed" options:
    
    	"add" routines add an instance;
    
    	"set" routines fail;
    
    	"set nth" routines set the value of the nth instance if there is
    	one and fail otherwise;
    
    	"get" routines fail;
    
    	"get nth" routines get the value if the nth instance if there is
    	one and fail otherwise.
    
    Rename "optionblock" to just "block"; it describes the contents of a
    block, including both mandatory items and options.
    
    Add some support for NRB options, including IPv4 and IPv6 option types.
    
    Change-Id: Iad184f668626c3d1498b2ed00c7f1672e4abf52e
    Reviewed-on: https://code.wireshark.org/review/16444
    Reviewed-by: Guy Harris <guy at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=42e72d529cdbab62d52a26332985ecf28b997a87

commit 42e72d529cdbab62d52a26332985ecf28b997a87
Author: Pascal Quantin <pascal.quantin at gmail.com>
Date:   Fri Jul 15 00:19:01 2016 +0200

    More 2.1.1 → 2.1.2 changes
    
    Change-Id: If1a7f1232bbb23b27063d4ef618c2059293ff0c4
    Reviewed-on: https://code.wireshark.org/review/16441
    Reviewed-by: Pascal Quantin <pascal.quantin at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=af5daa6b5a147f1f62c499248cc70510c59934a6

commit af5daa6b5a147f1f62c499248cc70510c59934a6
Author: Gerald Combs <gerald at wireshark.org>
Date:   Thu Jul 14 10:39:52 2016 -0700

    Qt: Replace a QMap with a QVector.
    
    Use a vector to map packet numbers to their respective rows. This reduces
    load times slightly here.
    
    Change-Id: I80dc8656e1d0b6b1b7c75d33c001397b6221d25e
    Reviewed-on: https://code.wireshark.org/review/16438
    Petri-Dish: Gerald Combs <gerald at wireshark.org>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

http://cgit.osmocom.org/wireshark/commit/?id=ee29efbd9ce5dbd894c7a7cd47c61f620fc37233

commit ee29efbd9ce5dbd894c7a7cd47c61f620fc37233
Author: Gerald Combs <gerald at wireshark.org>
Date:   Thu Jul 14 14:06:14 2016 -0700

    2.1.1 → 2.1.2.
    
    Change-Id: If03589159cbf7c1a0de97fd50edd06d1cd0e63bd
    Reviewed-on: https://code.wireshark.org/review/16440
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

http://cgit.osmocom.org/wireshark/commit/?id=06ba81b4f1acb371f7cbc2e351f6769a7d2627db

commit 06ba81b4f1acb371f7cbc2e351f6769a7d2627db
Author: Gerald Combs <gerald at wireshark.org>
Date:   Thu Jul 14 12:32:48 2016 -0700

    Build 2.1.1, second try.
    
    The buildbots that create packages run `perl make-version.pl
    --set-release` at the beginning of each build. This in turn sets the
    extra version information for our generated packages to "-g<abbreviated
    hash>" for development builds, or "" (an empty string) for release
    builds.
    
    Hardcoding the extra version information to "-git" in CMakeLists.txt and
    configure.ac means we end up with wireshark-2.1.0-git.tar.bz2,
    Wireshark-win64-2.1.0-git.exe, etc. for release builds. Set them back to
    empty strings.
    
    Change-Id: Icdfb248d25ad4adbc9abe0bd938e410590e42828
    Reviewed-on: https://code.wireshark.org/review/16439
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

http://cgit.osmocom.org/wireshark/commit/?id=36e8a6c3ee6127bb4b92d29ed558613be59c6d5d

commit 36e8a6c3ee6127bb4b92d29ed558613be59c6d5d
Author: Gerald Combs <gerald at wireshark.org>
Date:   Thu Jul 14 11:05:17 2016 -0700

    Build 2.1.1.
    
    Change-Id: I2895d29415bb191bf2d7fc0a4468f085085bd4d9
    Reviewed-on: https://code.wireshark.org/review/16437
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

http://cgit.osmocom.org/wireshark/commit/?id=530e7f08d2c56a42e84dc60d8f93203fc592c27e

commit 530e7f08d2c56a42e84dc60d8f93203fc592c27e
Author: João Valverde <joao.valverde at 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 at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=43f7d22275673390d5e52378ddaa37a322d43c37

commit 43f7d22275673390d5e52378ddaa37a322d43c37
Author: João Valverde <joao.valverde at 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 at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=75b0e294282578a5b381938d947eab0df41cf243

commit 75b0e294282578a5b381938d947eab0df41cf243
Author: Guy Harris <guy at 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 at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=6c0972bcd6e76bb4e22f729463ccfa5dad84eaff

commit 6c0972bcd6e76bb4e22f729463ccfa5dad84eaff
Author: Pascal Quantin <pascal.quantin at 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 at gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Pascal Quantin <pascal.quantin at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=d5e435eb01a215aac466e017f46fba5007667158

commit d5e435eb01a215aac466e017f46fba5007667158
Author: Daniele Lacamera <daniele.lacamera at 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 at lekensteyn.nl>
    Petri-Dish: Peter Wu <peter at lekensteyn.nl>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=644c009556667ee4f75bc9e27e56d2eea55345cf

commit 644c009556667ee4f75bc9e27e56d2eea55345cf
Author: Pascal Quantin <pascal.quantin at 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 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=4eecdff6ca6aaa2bb4c35c526ffff0fb1ce71a70

commit 4eecdff6ca6aaa2bb4c35c526ffff0fb1ce71a70
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=81beae97c315e031829e04610ed56d1945fd2c96

commit 81beae97c315e031829e04610ed56d1945fd2c96
Author: Michael Mann <mmann78 at 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 at gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=1565910126e23d029abe845635be155209c5844a

commit 1565910126e23d029abe845635be155209c5844a
Author: Pascal Quantin <pascal.quantin at 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 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=67457e92666f5938ae8d77fa9f8851583d6f3366

commit 67457e92666f5938ae8d77fa9f8851583d6f3366
Author: William Tu <u9012063 at 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 at netscape.net>
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=18e4e3cdb128798ba6efe6febb868204a0bd95e0

commit 18e4e3cdb128798ba6efe6febb868204a0bd95e0
Author: Michael Mann <mmann78 at 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 at netscape.net>
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=efc6e509ef55c4eb8de132a44e91660576d1dbb3

commit efc6e509ef55c4eb8de132a44e91660576d1dbb3
Author: Pascal Quantin <pascal.quantin at 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 at gmail.com>
    Petri-Dish: Pascal Quantin <pascal.quantin at gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=0d73ae3161e55fec631336e9efc4a0602bb095a6

commit 0d73ae3161e55fec631336e9efc4a0602bb095a6
Author: Gerald Combs <gerald at 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 at wireshark.org>
    Petri-Dish: Gerald Combs <gerald at wireshark.org>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=ed27ad491dda85c96d3cbe78c54eff7adf67548f

commit ed27ad491dda85c96d3cbe78c54eff7adf67548f
Author: Michael Mann <mmann78 at 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 at tieto.com>
    Petri-Dish: Michal Labedzki <michal.labedzki at tieto.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=2c0d11716bac5807e35d97686c6d7d9293d2795e

commit 2c0d11716bac5807e35d97686c6d7d9293d2795e
Author: Guy Harris <guy at 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 at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=335b2c023347ee8bd380440f7165d86831ab20c7

commit 335b2c023347ee8bd380440f7165d86831ab20c7
Author: Michael Mann <mmann78 at 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 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=fb0724981c0b46c997ebbafd085dc85a8285674c

commit fb0724981c0b46c997ebbafd085dc85a8285674c
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=90e97df31395ece701c0a4b3bd28249dc4e38b3e

commit 90e97df31395ece701c0a4b3bd28249dc4e38b3e
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=b20fa8610ae636dff0ed355bc32518459abac86d

commit b20fa8610ae636dff0ed355bc32518459abac86d
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=b849d3c04b577173a648da6cbb9fe7c519f2082b

commit b849d3c04b577173a648da6cbb9fe7c519f2082b
Author: João Valverde <joao.valverde at 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 at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=76c0325b623b200dd549369d4684564af7ef1ee3

commit 76c0325b623b200dd549369d4684564af7ef1ee3
Author: João Valverde <joao.valverde at 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 at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=b7cdff01927008545a642b8350e791965e967b7f

commit b7cdff01927008545a642b8350e791965e967b7f
Author: dsrsupport <eugene.exarevsky at 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 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=998ab7f7e5fba959b5451c8ac95a1a87acfbd9b4

commit 998ab7f7e5fba959b5451c8ac95a1a87acfbd9b4
Author: Gerald Combs <gerald at 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 at wireshark.org>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

http://cgit.osmocom.org/wireshark/commit/?id=1bd438ba5236d81afeb2190f637e85eb6a12beaf

commit 1bd438ba5236d81afeb2190f637e85eb6a12beaf
Author: Kim Kempf <kim.kempf at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=62233277a20bd1fbee890489854443446c7d1c41

commit 62233277a20bd1fbee890489854443446c7d1c41
Author: Michael Mann <mmann78 at 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 at yahoo.com>
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=0b000977b74f0c8e1b042ed51749e801fa81f426

commit 0b000977b74f0c8e1b042ed51749e801fa81f426
Author: dsrsupport <eugene.exarevsky at 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 at gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=3ecbe50af2e904709f805ff6e8f3803842fcfe6f

commit 3ecbe50af2e904709f805ff6e8f3803842fcfe6f
Author: Jeff Morriss <jeff.morriss.ws at 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 at gmail.com>
    Reviewed-by: Peter Wu <peter at lekensteyn.nl>

http://cgit.osmocom.org/wireshark/commit/?id=abd287fcf9f90285869ffd2b259528a1f98bef1d

commit abd287fcf9f90285869ffd2b259528a1f98bef1d
Author: Pascal Quantin <pascal.quantin at 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 at gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Pascal Quantin <pascal.quantin at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=5e9e48b23e87464705919ca82e72c19a0e318dcb

commit 5e9e48b23e87464705919ca82e72c19a0e318dcb
Author: Alexis La Goutte <alexis.lagoutte at 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 at xs4all.nl>

http://cgit.osmocom.org/wireshark/commit/?id=3124cf855f0e170542e712254d47396caf2d8237

commit 3124cf855f0e170542e712254d47396caf2d8237
Author: João Valverde <joao.valverde at 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 at v6e.pt>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: João Valverde <j at v6e.pt>

http://cgit.osmocom.org/wireshark/commit/?id=e46be62c3b02c7c526a896eb68bfbc76d9a1e5f6

commit e46be62c3b02c7c526a896eb68bfbc76d9a1e5f6
Author: Pascal Quantin <pascal.quantin at 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 at gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Pascal Quantin <pascal.quantin at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=33fa58ccbc00de5613eaeb495f052f30795dee3b

commit 33fa58ccbc00de5613eaeb495f052f30795dee3b
Author: Pascal Quantin <pascal.quantin at 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 at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=fbb47de233edc39f77a5f5ba8f56ea4342131a76

commit fbb47de233edc39f77a5f5ba8f56ea4342131a76
Author: Michael Mann <mmann78 at 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 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte at gmail.com>

http://cgit.osmocom.org/wireshark/commit/?id=0600865a12c8c8a9e03e8df3ccd2083779080eb4

commit 0600865a12c8c8a9e03e8df3ccd2083779080eb4
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=8682f4b73c8d17f765b165b51595c461cf28437e

commit 8682f4b73c8d17f765b165b51595c461cf28437e
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=2f3b25c181ac93a541ea77b08bfb93944d04840b

commit 2f3b25c181ac93a541ea77b08bfb93944d04840b
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=e063924a02a06b1d0084b6aa584a3785d6e026b8

commit e063924a02a06b1d0084b6aa584a3785d6e026b8
Author: Michael Mann <mmann78 at 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 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=fea50cc4d6cec282271f44de558956ed7b3d2a39

commit fea50cc4d6cec282271f44de558956ed7b3d2a39
Author: Guy Harris <guy at 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 at alum.mit.edu>

http://cgit.osmocom.org/wireshark/commit/?id=719c018f27fcac398c8c5012a875d3ccd466e7ae

commit 719c018f27fcac398c8c5012a875d3ccd466e7ae
Author: Thomas PORTASSAU <thomas.portassau at 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 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=45679d2ae282718f44069b529ad8125ce6744a4c

commit 45679d2ae282718f44069b529ad8125ce6744a4c
Author: dsrsupport <eugene.exarevsky at 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 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=479caf15e7f57da098fd94b5f947ac45a6496663

commit 479caf15e7f57da098fd94b5f947ac45a6496663
Author: Gerald Combs <gerald at 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 at wireshark.org>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

http://cgit.osmocom.org/wireshark/commit/?id=3fe92ffabfa00d981797ef950af6eaa526617b9b

commit 3fe92ffabfa00d981797ef950af6eaa526617b9b
Author: Michael Mann <mmann78 at 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 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

http://cgit.osmocom.org/wireshark/commit/?id=25ba3dbc758337e9134f319b5a43aac69210bb94

commit 25ba3dbc758337e9134f319b5a43aac69210bb94
Author: D. Ulis <daulis0 at 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 at netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply at wireshark.org>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte at gmail.com>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

-----------------------------------------------------------------------


hooks/post-receive
-- 
wireshark with Osmocom specific dissectors



More information about the osmocom-commitlog mailing list