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/om2000-201610 has been updated
via ff68c929d15906d3e8112a0573eaec2c4ce93b5b (commit)
via 31560fa4161ed3653c8e5c1e7b7b6136434d6924 (commit)
via c2194ad7ab99f9748db20b2674cf9fb43179a994 (commit)
via 35367ec06363e1f68e689c8234b7d89750d10cf1 (commit)
via 111796dceb53be4ada7a245ffd312c847f9d5230 (commit)
from aad62461f2d77467587d3691709e1f4dffcdcf1f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/wireshark/commit/?id=ff68c929d15906d3e8112a0573eaec…
commit ff68c929d15906d3e8112a0573eaec2c4ce93b5b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 25 15:46:21 2016 +0200
L2TP: Dissect three formerly unknown bytes in Ericsson Transport Cfg
The meaning of the last three bytes of a Transport configuration has
been uncovered: They control the batching/bundling of signalling
messages: All signalling messages are delayed + bundled until either
the timeout expires, or the message exceeds the limit.
Change-Id: I794658e99e3c66145627652de4269fb08bc74ca3
http://cgit.osmocom.org/wireshark/commit/?id=31560fa4161ed3653c8e5c1e7b7b61…
commit 31560fa4161ed3653c8e5c1e7b7b6136434d6924
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 25 15:36:06 2016 +0200
L2TP: Fix decoding of SC-TEI Map in Ericsson ALTCRQ
The SuperChannel-TEI maps in the Abis Lower Transport Config Request
were not properly displayed due to an erroneous additional offset
increment.
Change-Id: Ieebc43cd73f0c939daad2f853edeed854a12e5f5
http://cgit.osmocom.org/wireshark/commit/?id=c2194ad7ab99f9748db20b2674cf9f…
commit c2194ad7ab99f9748db20b2674cf9fb43179a994
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 22 15:25:27 2016 +0200
l2tp: Dissect multiple Ericsson Transport Config Groups
... and put each group into a separate subtree. Also, put each item of
a TEI to SC map into its own subtree.
Change-Id: Id4cdaa883fa3eacdd53284b284bce5e67c97fcfb
http://cgit.osmocom.org/wireshark/commit/?id=35367ec06363e1f68e689c8234b7d8…
commit 35367ec06363e1f68e689c8234b7d89750d10cf1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 22 14:42:58 2016 +0200
packet-ehdlc: Decode details of XID messages
We so far only dumped the XID as raw hex bytes. Now we actually decode
the header and internal data structure of the XID.
Change-Id: I2901486222d84166291e071bc07cb82a2f480974
http://cgit.osmocom.org/wireshark/commit/?id=111796dceb53be4ada7a245ffd312c…
commit 111796dceb53be4ada7a245ffd312c847f9d5230
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 9 18:19:07 2016 +0200
WIP: GSMTAP LTE support
-----------------------------------------------------------------------
Summary of changes:
epan/dissectors/packet-ehdlc.c | 99 ++++++++++++++++++++++++++++++++++++-----
epan/dissectors/packet-gsmtap.c | 7 +++
epan/dissectors/packet-l2tp.c | 76 +++++++++++++++++++------------
3 files changed, 142 insertions(+), 40 deletions(-)
hooks/post-receive
--
wireshark with Osmocom specific dissectors