aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04RLC LTE: fix dissection of NB-IoT PDUsPascal Quantin1-1/+1
While we are at it, let's cache the dissector handles Change-Id: Ied301f0e9dc42da38976ba606df008b1e7e45102 Reviewed-on: https://code.wireshark.org/review/22518 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>
2017-04-11NB-IoT SRB1bis implementationMathias Kurth1-0/+11
Change-Id: If0c9dd3f3ca2321aaf9176330299a32f611d34ce Reviewed-on: https://code.wireshark.org/review/20990 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>
2016-07-13RLC LTE: fix a typoPascal Quantin1-1/+1
Change-Id: I6d429da6e36e9609c1b7a539cf75e0c2c484bf00 Reviewed-on: https://code.wireshark.org/review/16411 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-01-31RLC LTE: upgrade dissector to v13.0.0Pascal Quantin1-3/+6
Change-Id: Ibe4586925ffe49f5aaab72956c40e123855a1a1e Reviewed-on: https://code.wireshark.org/review/13620 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>
2015-10-11LTE RLC graphs - initial versionMartin Mathieson1-0/+4
Change-Id: Ic5f2c353ae1f787ac19cb575a938cb093ff5f6dc Reviewed-on: https://code.wireshark.org/review/10930 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo1-1/+1
As pointed out by checkAPI.pl. Change-Id: Ibab9b2720f3ef666b06b2b61ffc54aa23cbb01fc Reviewed-on: https://code.wireshark.org/review/10469 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
Most of our sites are now HTTPS-only. Update URLs accordingly. Update other URLs while we're at it. Remove or comment out dead links. Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33 Reviewed-on: https://code.wireshark.org/review/7621 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin1-2/+7
Change-Id: I036a0d1180b6481e8cc27210ed44eda4ba078a27 Reviewed-on: https://code.wireshark.org/review/5659 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
svn path=/trunk/; revision=47891
2012-12-11Dissect eMBMS MTCH LCIDsPascal Quantin1-0/+1
svn path=/trunk/; revision=46504
2012-10-01Add options to dissect MCCH from LTE MAC/RLC dissectorsPascal Quantin1-0/+1
svn path=/trunk/; revision=45239
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-23PDCP:Martin Mathieson1-3/+0
- Pass is_retx flag to PDCP from RLC in struct instead of calling function RLC: - use full key to look up sequence analysis results - avoids overwriting and attaching result details to wrong PDU - add links to previous and next 'OK' PDUs in channel - shorten some long variable and type names. svn path=/trunk/; revision=40656
2012-01-22Various small tweaks to sequence analysis/re-assembly, plus implementMartin Mathieson1-0/+5
function to check for a frame being a retx as used by pdcp. svn path=/trunk/; revision=40648
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) ↵Martin Mathieson1-1/+2
messages on RLC-over-UDP. Add separate codes/cases for BCH-over-BCH and BCH-over-DLSCH. svn path=/trunk/; revision=38115
2011-04-17Allow signaling protocol (e.g. RRC) to set number of SN bitsMartin Mathieson1-0/+3
PDCP should use for DRB channels. Not yet called by RRC. svn path=/trunk/; revision=36692
2010-11-06Use guint16 after all, to avoid breaking the UDP framing protocol.Martin Mathieson1-2/+2
8 bits are enough though... svn path=/trunk/; revision=34798
2010-11-06Try to fix by making both use guint8, rather than guint16.Martin Mathieson1-2/+2
svn path=/trunk/; revision=34797
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).Martin Mathieson1-1/+1
svn path=/trunk/; revision=34059
2010-03-04Try to fix build errors.Gerald Combs1-1/+1
svn path=/trunk/; revision=32118
2010-02-28Add 'missing SDUs' to tap info / RLC stats window.Martin Mathieson1-0/+2
Also includes typo fixes from Pascal Quantin. svn path=/trunk/; revision=32049
2010-01-20Add initial version of LTE RLC stats dialog.Martin Mathieson1-0/+2
svn path=/trunk/; revision=31588
2010-01-04Start to supply data for an RLC tap.Martin Mathieson1-0/+21
svn path=/trunk/; revision=31439
2009-12-08Add a link to protocol wiki page, where link to example program for UDP ↵Martin Mathieson1-1/+3
framing may be found. svn path=/trunk/; revision=31202
2009-12-07From Pascal Quantin. Add support a UDP framing format for LTE RLC.Martin Mathieson1-0/+58
svn path=/trunk/; revision=31185
2009-02-19From Vincent Helfre:Martin Mathieson1-0/+22
#define some constants, and move constants into header files. Hopfully this will make it easier for these dissectors to be reused. svn path=/trunk/; revision=27487
2009-01-05Add RLC LTE dissector.Martin Mathieson1-0/+38
svn path=/trunk/; revision=27161