wireshark.git branch laforge/trx created. c05d331171f8db8d5cc01d85fb498070c26d43b5

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
Thu Feb 22 20:53:35 UTC 2018


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/trx has been created
        at  c05d331171f8db8d5cc01d85fb498070c26d43b5 (commit)

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

commit c05d331171f8db8d5cc01d85fb498070c26d43b5
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Feb 22 21:50:13 2018 +0100

    Add dissector for OsmoTRX protocol
    
    Change-Id: I31f5071d08eff1731f1d602886e204c87eed107c

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

commit 56cca5bd58a308d65e8d2a759bb02b040f5afc7e
Author: Alexis La Goutte <alexis.lagoutte at gmail.com>
Date:   Fri Dec 22 21:49:05 2017 +0100

    coap: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
    
    Change-Id: Ib23241887ef91ef44a31703445a0ce6d31104b8e
    Reviewed-on: https://code.wireshark.org/review/24951
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit e6a350552a5f8e38ddf11583fb97ab9c303f2b9a
Author: Michalis Kapsalakis <kapsalis1989 at gmail.com>
Date:   Fri Dec 22 11:04:06 2017 +0100

    Fix unreached registers and typos
    
    This commit fixes the following
    
      -- changes the order of registers in ecat_esc_register array
         because they cannot be reached by the dissect_esc_register function.
    
      -- typos in registers' information
    
    Change-Id: Ia73823412abba26377f57fa59ad637879b5b9da1
    Reviewed-on: https://code.wireshark.org/review/24949
    Petri-Dish: Alexis La Goutte <alexis.lagoutte at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 7099a833bedf89416149767bd02ac572406d00a6
Author: Justin J. Novack <jnovack at gmail.com>
Date:   Thu Dec 21 22:16:11 2017 -0500

    Added ArtTrigger dissection
    
    The ArtTrigger packet is used to send trigger macros to the network. The
    most common implementation involves a single controller broadcasting to
    all other devices.
    
    Please see page 41 of the referenced PDF for the packet definition of
    the ArtTrigger OpCode.
    
    https://www.artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf
    
    Change-Id: Iec2e749732e5462cf04b9c6942df7379e4247255
    Reviewed-on: https://code.wireshark.org/review/24936
    Petri-Dish: Alexis La Goutte <alexis.lagoutte at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 8a961e8e157fc16a48a78ff908b006a3762b50d3
Author: Dario Lombardo <lomato at gmail.com>
Date:   Fri Dec 22 15:44:36 2017 +0100

    Qt: add missing break (CID: 1426884).
    
    Change-Id: I2fb495ca59ca5f6a659287f7140328f8850f732b
    Reviewed-on: https://code.wireshark.org/review/24944
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato at gmail.com>

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

commit 4bba969698025d2cbd942fb094384c2504fc9da3
Author: Pascal Quantin <pascal.quantin at gmail.com>
Date:   Fri Dec 22 14:44:56 2017 +0100

    byte_view_text.cpp: add initializers to please GCC 7.2.1
    
    Even if a code review suggests that they are not required, it silence 2
    compiler warnings.
    
    Change-Id: I9ea45dd6759275dd8a2b8fc48fc41d0a9cecbcc2
    Reviewed-on: https://code.wireshark.org/review/24942
    Reviewed-by: Pascal Quantin <pascal.quantin at gmail.com>
    Petri-Dish: Pascal Quantin <pascal.quantin at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 40415fffa3145df818dd79e953123d8e398555d7
Author: Mališa Vučinić <malishav at gmail.com>
Date:   Thu Dec 14 11:56:40 2017 -0500

    CoAP: Various improvements
    
    1. Add Object-Security option handling to CoAP.
    2. Add RFC8132 defined codes.
    3. Fix indentation.
    4. Use macros for masks.
    
    Change-Id: I48c71513db14e79133fe323578123f99946cbaa9
    Reviewed-on: https://code.wireshark.org/review/24913
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit e3be49a0f5029ac1973ee8489598fe5fe9223bed
Author: Andreas Schultz <andreas.schultz at travelping.com>
Date:   Fri Dec 22 13:44:14 2017 +0100

    [PFCP] Fixed User Plane IP Resource IE
    
    * TEIDIR should use the UINT8 type (its only 3 bit really)
    * Network Instance length needs to take the already decoded
      bytes into account
    
    3GPP TS 29.244 Section 8.2.82
    
    Change-Id: I6772ca726f5e5d65c68a6d3dae8eff43e72196e0
    Reviewed-on: https://code.wireshark.org/review/24940
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 68d431e1e3d8ffb152c00960c63cee68ded612ee
Author: Andreas Schultz <andreas.schultz at travelping.com>
Date:   Fri Dec 22 12:56:17 2017 +0100

    [PFCP] Fixed decoding length of Vendor Specific IEs
    
    The Enterprise ID is included in the length. Don't skip it twice.
    
    3GPP TS 29.244 Section 8.1.1.
    
    Change-Id: If601309c0008775268e399bbedf7ab956ae0ec6b
    Reviewed-on: https://code.wireshark.org/review/24939
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 9306a044ce6b8358e2aec8515d29729949bdbb13
Author: Andreas Schultz <andreas.schultz at travelping.com>
Date:   Fri Dec 22 12:54:27 2017 +0100

    [PFCP] Fixed length of CSID entry in FQ-CSID
    
    PDN Connection Set Identifier is two bytes.
    
    3GPP TS 29.244 Section 8.2.43
    
    Change-Id: I6ac1dab341e4ae54cbbdcbcbe8583a6a49293269
    Reviewed-on: https://code.wireshark.org/review/24938
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 70e16734d234edcc035fef18a8996c468392ba46
Author: Andreas Schultz <andreas.schultz at travelping.com>
Date:   Fri Dec 22 12:48:35 2017 +0100

    [PFCP] Fixed length of DNS labels in Node ID IE
    
    Node ID is encoded as DNS label according to RFC 1035. That RFC
    states that a label can have maximum length of 63 characters.
    
    3GPP TS 29.244 Section 8.2.38 and RFC 1035 Section 2.3.4.
    
    Change-Id: I54ba4a204e2bf010b5b61b4be7f6ca483d7210b9
    Reviewed-on: https://code.wireshark.org/review/24937
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 9354901dd1794a74d061b9396cfcc6c41584e4fb
Author: Gerald Combs <gerald at wireshark.org>
Date:   Thu Dec 21 14:28:07 2017 -0800

    Qt: Lighten non-printable byte view characters.
    
    Draw non-printable characters using a lighter foreground color in the
    byte view.
    
    Change-Id: Ib97a1f9f897fa6f78e33ff80c7efea21f68ef2d5
    Reviewed-on: https://code.wireshark.org/review/24935
    Reviewed-by: Roland Knall <rknall at gmail.com>

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

commit cf9d7fb8a5275b96d7682b9f2cf6aec966fa3154
Author: Martin Mathieson <martin.r.mathieson at googlemail.com>
Date:   Thu Dec 21 21:09:55 2017 +0000

    LTE MAC stats: save to file, ue entries only
    
    Change-Id: I25f3b1b793861aeb066739290db5e9ebd0e0b596
    Reviewed-on: https://code.wireshark.org/review/24934
    Petri-Dish: Martin Mathieson <martin.r.mathieson at googlemail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson at googlemail.com>

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

commit 46a35e50044b7caf35bc0eaead3d70e39f8427ed
Author: Gerald Combs <gerald at wireshark.org>
Date:   Thu Dec 21 09:02:06 2017 -0800

    Qt: Add back byte view hover.
    
    Add back the byte view hover behavior. Draw an overline+underline when
    hovering to make it a bit less distracting and to make hovered vs marked
    modes more obvious. Update names to match.
    
    Change-Id: I554d1cad98199f08f1c19796b14d158ad41706b4
    Reviewed-on: https://code.wireshark.org/review/24932
    Reviewed-by: Gerald Combs <gerald at wireshark.org>
    Petri-Dish: Gerald Combs <gerald at wireshark.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall at gmail.com>

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

commit 5631bdbac6ffc7cab64ff2c2a8ed9629c2f94659
Author: Matej Tkac <matej.tkac.mt at gmail.com>
Date:   Thu Dec 21 15:21:09 2017 +0100

    [PFCP] Fixed Usage Report Trigger and Reporting Trigger IEs
    
    Adjusted bitmask in both IEs to correct order of bytes
    
    3GPP TS 29.244 Sections 8.2.19 and 8.2.41
    
    Change-Id: Ia9409c0d33b8821d459faf1d502f833883416b40
    Reviewed-on: https://code.wireshark.org/review/24929
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Reviewed-by: Matej Tkac <matej.tkac.mt at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 1046867878ef0ef4f9f24f6dfa5fec39072e538f
Author: Matej Tkac <matej.tkac.mt at gmail.com>
Date:   Thu Dec 21 12:00:11 2017 +0100

    [PFCP] Fixed header field info for CP Function Features
    
    HF is related only to single -5th- octet
    3GPP TS 29.244 Section 8.2.58
    
    Change-Id: Id0d4dd644cc4f94dec2a7ab73cea7b02bff1fc9f
    Reviewed-on: https://code.wireshark.org/review/24926
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit b9f0f55cf7a7b3fc6dc8816afe60e283da621c8e
Author: Matej Tkac <matej.tkac.mt at gmail.com>
Date:   Thu Dec 21 11:34:38 2017 +0100

    [PFCP] Fixed order of IPv4 and IPv6 in PDI IE
    
    In accordance with 3GPP TS 29.244 Section 8.2.62
    
    Change-Id: Id3663817f64cab60713e02ca9e9a26349fe1a29a
    Reviewed-on: https://code.wireshark.org/review/24925
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit a5c22592579e3841fd69be5ff9b4a3620e06fa8a
Author: AndersBroman <anders.broman at ericsson.com>
Date:   Thu Dec 21 11:00:09 2017 +0100

    [BSSAP] Fix mandatory IEs in Uplink Tunnle request(add IMSI)
    
    Bug: 14289
    Change-Id: I720b31a6275b4b9a9eeff34b5fd0554cd6fcb7d3
    Reviewed-on: https://code.wireshark.org/review/24924
    Petri-Dish: Anders Broman <a.broman58 at gmail.com>
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit af0c46fb92d952e4502d817fba02441db4047010
Author: Marouen Ghodhbane <marouen.ghodhbane at nxp.com>
Date:   Tue Dec 19 18:02:19 2017 +0100

    ieee1722: Add dissectors for Compressed Video format (H264 and MJPEG)
    
    This dissector is implemented according to "IEEE Std 1722-
    2016 Parag 8: Compressed Video Format"
    
    Change-Id: I39668e7b8665f6b11461d55f16b40bf3942c9c8d
    Signed-off-by: Marouen Ghodhbane <marouen.ghodhbane at nxp.com>
    Reviewed-on: https://code.wireshark.org/review/24914
    Reviewed-by: Pascal Quantin <pascal.quantin at gmail.com>
    Petri-Dish: Pascal Quantin <pascal.quantin at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 00974e1dc4bccb23491dca5fe1f9bf0f24833915
Author: Anton Glukhov <anton.a.glukhov at gmail.com>
Date:   Mon Dec 18 16:25:18 2017 +0100

    Add IEEE 802.3br Frame Preemption Protocol dissector
    
    Bug: 14280
    Change-Id: I25444b069af4bb78db6ae5ff649596599eba2a0c
    Signed-off-by: Anton Glukhov <anton.a.glukhov at gmail.com>
    Reviewed-on: https://code.wireshark.org/review/24881
    Reviewed-by: Pascal Quantin <pascal.quantin at gmail.com>
    Petri-Dish: Pascal Quantin <pascal.quantin at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 2b0a1ec2cb13a223a1e0b731dc0f3bb947b1425e
Author: Sergey Avseyev <sergey.avseyev at gmail.com>
Date:   Thu Dec 21 00:24:35 2017 +0300

    couchbase: uncompress snappy payloads
    
    Change-Id: I70de47512dfe8ff1a390a243688ef13f012561fa
    Reviewed-on: https://code.wireshark.org/review/24921
    Petri-Dish: Stig Bjørlykke <stig at bjorlykke.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit bb5ade02d5f9250c75c74d3920edaeea51561ad0
Author: Michael Mann <mmann78 at netscape.net>
Date:   Wed Dec 20 19:23:21 2017 -0500

    NULL check some g_log statements for extcap.
    
    "Yes, on *most* UN*Xes, that causes "(null)" to be printed, but it causes a crash on at
    least some versions of Solaris, so Don't Do It." - Guy Harris
    
    Bug: 14194
    Change-Id: Iff0d59803d78b1e87a564e8bcdc5c84af485eea6
    Reviewed-on: https://code.wireshark.org/review/24922
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 530fd0a4d02c55c3dceec800d5c19803f7eddd3b
Author: Paul Thomas <pthomas8589 at gmail.com>
Date:   Wed Dec 20 12:51:28 2017 -0500

    DNP3: Fix timestamps on command event objects
    
    Before if (al_obj & 0x02) was incorrectly being used to test if it was a
    variation with a timestamp.
    Now it is done in the same manor as Object 21 with a switch statement
    that falls through if it isn't a timestamp variation.
    
    Change-Id: I9adaf9c0be3ad01f1cf87ba09f47257daeadb47c
    Reviewed-on: https://code.wireshark.org/review/24915
    Reviewed-by: Graham Bloice <graham.bloice at trihedral.com>
    Petri-Dish: Graham Bloice <graham.bloice at trihedral.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 798b937d97f86f45484d195b778571807e5da8f2
Author: Alexis La Goutte <alexis.lagoutte at gmail.com>
Date:   Wed Dec 20 20:32:48 2017 +0000

    ipsec: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
    
    Change-Id: Ic599195cbbcdbf229b126a7f95ef5a4de8aea0ec
    Reviewed-on: https://code.wireshark.org/review/24919
    Petri-Dish: Alexis La Goutte <alexis.lagoutte at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 917867c4328c5ebdad3491a5081f6662da77a76a
Author: Alexis La Goutte <alexis.lagoutte at gmail.com>
Date:   Tue Dec 19 16:48:24 2017 +0100

    fuzzshark: fix no previous prototype for function 'LLVMFuzzerTestOneInput/LLVMFuzzerInitialize' [-Wmissing-prototypes]
    
    Change-Id: If5f425dda3cd793a63a69680c12aba12a20ed12e
    Reviewed-on: https://code.wireshark.org/review/24917
    Petri-Dish: Jakub Zawadzki <darkjames-ws at darkjames.pl>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 7cf2d865904dac347a5e72bf37e73658ecdc2d54
Author: Dario Lombardo <lomato at gmail.com>
Date:   Wed Dec 20 09:44:50 2017 +0100

    gitlab-ci: use custom wireshark image.
    
    Change-Id: I1f305c818c4985009d98f6b64b8b649704d6a5f9
    Reviewed-on: https://code.wireshark.org/review/24909
    Reviewed-by: Dario Lombardo <lomato at gmail.com>

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

commit 4a94cb640fdd6634f58834b246cb3752926fa109
Author: Richard Sharpe <realrichardsharpe at gmail.com>
Date:   Mon Dec 18 21:10:20 2017 -0800

    ieee80211: Make Extended Capabilities bits more in line with 802.11 2016.
    
    A number of the bits have become reserved and what were reserved fields now
    have meaning.
    
    I will have to deal with bytes 8 and 9 differently because there is a 2-bit
    field that spans those two bytes now, but it is clear some STAs don't include
    byte 9. If not included those two bits probably have no meaning.
    
    Change-Id: I5ea17d7d6710a693f9153a3370813dbb3ae01fa1
    Reviewed-on: https://code.wireshark.org/review/24887
    Petri-Dish: Richard Sharpe <realrichardsharpe at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58 at gmail.com>

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

commit 57d54a2fc0ea02b2e7accc9b9dd824f8b55a39c6
Author: Roland Knall <roland.knall at br-automation.com>
Date:   Wed Dec 20 11:26:52 2017 +0100

    Qt: Filter Dissector tables properly
    
    Also cleanup the code a little bit
    
    Change-Id: I53097478fafa46249fa6ecb52508d9bc5b963caa
    Reviewed-on: https://code.wireshark.org/review/24908
    Petri-Dish: Roland Knall <rknall at gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig at bjorlykke.org>
    Reviewed-by: Roland Knall <rknall at gmail.com>

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

commit 153d588972ee4893b664b64f9e8b9f6285972744
Author: Stig Bjørlykke <stig at bjorlykke.org>
Date:   Wed Dec 20 10:49:56 2017 +0100

    Qt: Improve ColumnEditorFrame stretching
    
    Use more free space in the ColumnEditorFrame for the Fields entry.
    
    Change-Id: I6bdf2c6ce187dbd2aae08da00d99bda683dc5970
    Reviewed-on: https://code.wireshark.org/review/24907
    Petri-Dish: Stig Bjørlykke <stig at bjorlykke.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig at bjorlykke.org>

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

commit bbc44b776340e2d0c1cc71119104bd8d50b710e9
Author: Nathaniel Clark <nathaniel.l.clark at intel.com>
Date:   Mon Nov 6 10:40:18 2017 -0500

    Infiniband: Fix number of bytes exported if ip_cm_sid
    
    If parse_CM_Req parses a IP_CM_Req_Msg, export just the payload,
    instead of the ip_cm_sid and the payload.
    
    Change-Id: I67258d2f6d240885e48ea537906d2769eafe3bae
    Signed-off-by: Nathaniel Clark <nathaniel.l.clark at intel.com>
    Reviewed-on: https://code.wireshark.org/review/24796
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 6d38bc00db1ef48bd1127f88c2af7d69977aea0d
Author: Gerald Combs <gerald at wireshark.org>
Date:   Tue Dec 19 14:53:51 2017 -0800

    Qt: Fix DataPrinter hex conversions.
    
    Add casts so that we call the unsigned version of QString::arg. We
    aren't modifying the byte array and want to avoid deep copies so
    constify it.
    
    Change-Id: I2dcdeeab87bb0f810ffd4d36d41d1e47256d487e
    Reviewed-on: https://code.wireshark.org/review/24901
    Reviewed-by: Gerald Combs <gerald at wireshark.org>
    Petri-Dish: Gerald Combs <gerald at wireshark.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 6ff295af017cb7ae95ba88483397d209edaefaf6
Author: D. W. Poon <dwpoon at mail.ubc.ca>
Date:   Tue Dec 19 16:53:18 2017 -0800

    Swapped expert item fields in sample dissector
    
    The sample dissector was inconsistent with the definition of
    expert_field_info in epan/expert.h.
    
    Change-Id: I533537e52bbcfa7f0cd7ff42e4233f17f40f8bab
    Reviewed-on: https://code.wireshark.org/review/24902
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 0b30fb239f65501bcb4b97635eb87a3777f20707
Author: Stig Bjørlykke <stig at bjorlykke.org>
Date:   Wed Dec 20 09:08:16 2017 +0100

    Qt: Add new keyboard shortcuts
    
    Add Ctrl+Shift+I for "Apply as Column"
    Add Ctrl+Shift+O for "Show Packet Bytes"
    
    Also added "Show Packet bytes" to the "Analyze" menu.
    
    Change-Id: I03e39bf92c254cf33bef73b1356ad576c92241d2
    Reviewed-on: https://code.wireshark.org/review/24906
    Petri-Dish: Stig Bjørlykke <stig at bjorlykke.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig at bjorlykke.org>

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

commit 579708a97e06875a47216430b2060ef8f52455c5
Author: Dario Lombardo <lomato at gmail.com>
Date:   Mon Dec 18 11:51:14 2017 +0100

    gitlab-ci: build noextcap and nopcap in gcc7 and clang6 only.
    
    Change-Id: I1893a9bde0c77ec2e1ae6edd50ea3eee1109d7ae
    Reviewed-on: https://code.wireshark.org/review/24905
    Reviewed-by: Dario Lombardo <lomato at gmail.com>

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

commit 23c6b558ed4d13f1ef9a29d69a1ff4f0e558a70d
Author: Dario Lombardo <lomato at gmail.com>
Date:   Mon Dec 18 11:47:48 2017 +0100

    gitlab-ci: rework the gcc jobs to speed up the builds.
    
    Change-Id: I3e19c11677e5094e76d2d6f1f67a48426821620a
    Reviewed-on: https://code.wireshark.org/review/24904
    Reviewed-by: Dario Lombardo <lomato at gmail.com>

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

commit 3181888797b39fb5e0026bd613390f8f7eb0658f
Author: Dario Lombardo <lomato at gmail.com>
Date:   Mon Dec 18 10:35:13 2017 +0100

    gitlab-ci: add retry.
    
    Due to some network failures, add a retry to all jobs.
    
    Change-Id: Ic7737db3348b5e43a30680a7f8e7c2e3850116c3
    Reviewed-on: https://code.wireshark.org/review/24903
    Reviewed-by: Dario Lombardo <lomato at gmail.com>

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

commit d0d15ef5df75bec136c3d3cf2b76a9b4de5d436d
Author: Gerald Combs <gerald at wireshark.org>
Date:   Mon Dec 18 16:55:37 2017 -0800

    Avoid ASN.1 frame.protocols duplication.
    
    Some of the ASN.1 dissectors process their data indirectly through
    dissector tables. Add dissector_try_string_new so that they can do so
    without appending duplicate entries to frame.protocols.
    
    Change-Id: If9e12d81f9d0cc5b3bf19816e675a0fb79d904a6
    Reviewed-on: https://code.wireshark.org/review/24886
    Reviewed-by: Gerald Combs <gerald at wireshark.org>
    Petri-Dish: Gerald Combs <gerald at wireshark.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit 8521dbbe67ddc7947e6e16b69c7fb4430abbc938
Author: Michael Mann <mmann78 at netscape.net>
Date:   Tue Dec 19 08:32:23 2017 -0500

    Convert Dissector Tables dialog to use model
    
    Now with searchability!
    
    Change-Id: I6ab4e89d4080d3599d522807d39de80cc46e7360
    Reviewed-on: https://code.wireshark.org/review/24898
    Petri-Dish: Michael Mann <mmann78 at netscape.net>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall at gmail.com>
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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

commit c781cc38fd9fd76ab4b46940fd7c3f250c7bb591
Author: Stig Bjørlykke <stig at bjorlykke.org>
Date:   Tue Dec 19 10:52:01 2017 +0100

    Qt: Avoid using cmd+H as keyboard shortcut on macOS
    
    The keyboard shortcut Ctrl+H (cmd+H) is used on macOS to "Hide Wireshark".
    Change shortcut for "Export Packet Bytes" to Ctrl+Shift+X.
    
    Change-Id: I2d39911f83bc2aaf20930cda303741fa89738767
    Reviewed-on: https://code.wireshark.org/review/24895
    Petri-Dish: Stig Bjørlykke <stig at bjorlykke.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald at wireshark.org>

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

commit 1bdececdb2221d5adb4608a1d1366accba66e9bd
Author: Michael Mann <mmann78 at netscape.net>
Date:   Tue Dec 19 15:13:54 2017 -0500

    Fix some copy/paste errors with new models.
    
    Change-Id: Ic018fafece38ef0e49321ef9ea5351848d5dd486
    Reviewed-on: https://code.wireshark.org/review/24899
    Reviewed-by: Michael Mann <mmann78 at netscape.net>

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


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



More information about the osmocom-commitlog mailing list