aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-5/+2
2011-04-17Allow signaling protocol (e.g. RRC) to set number of SN bitsMartin Mathieson1-1/+15
2011-04-11Show Segment offset number in AM header root item.Martin Mathieson1-1/+1
2011-04-01Take care not to append RLC mode to proto_item twice.Martin Mathieson1-3/+0
2011-03-16Avoid some unnecessary assignments (as reported by clang).Martin Mathieson1-10/+2
2011-03-06Remove some instances of _U_ where the parameter is now used.Martin Mathieson1-2/+2
2011-02-28When doing sequence analysis, allow for the first SN to be seen not to be 0.Martin Mathieson1-13/+25
2011-02-18Try to fix more Clang scan-build warnings.Gerald Combs1-0/+1
2011-02-02Allow PDCP dissector to be called for complete SDUs from UM RLC PDUs.Martin Mathieson1-10/+19
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-15Assert was firing while working out sequence length for user plane frames.Martin Mathieson1-12/+14
2010-11-05Pass ueid + channel-info into PDCP dissector.Martin Mathieson1-0/+2
2010-11-02Don't allocate context struct until/unless heuristic signature string matches.Martin Mathieson1-12/+14
2010-10-20Add longer desriptions of SOStart and SOEnd fields.Martin Mathieson1-2/+2
2010-10-15Track and give link back to frame containing previous NACK.Martin Mathieson1-0/+19
2010-10-10Minor code cleanup: Bill Meier1-16/+13
2010-09-20Fix sequence numbers reported when duplicate SN detected.Martin Mathieson1-4/+6
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).Martin Mathieson1-0/+2
2010-07-28Allow DRB frames to be passed to PDCP (where they may be decoded as IP).Martin Mathieson1-31/+66
2010-07-20Minor formatting change.Martin Mathieson1-3/+3
2010-07-13Allocate tap structs rather than using one static struct.Martin Mathieson1-17/+14
2010-06-28Change a couple of format specifiers: %-nu looks better than %0nu hereMartin Mathieson1-2/+2
2010-06-28Further improvements to UM sequence analysis.Martin Mathieson1-15/+50
2010-06-25Improve UM analysis - make it more like AM.Martin Mathieson1-14/+91
2010-06-18Add new strings/dissector function for signalling RRC messages that will addMartin Mathieson1-2/+2
2010-06-17Work out better whether RLC segment is a complete upper-layer PDU or not.Martin Mathieson1-2/+2
2010-06-10Add the direction to so expert info texts.Martin Mathieson1-2/+3
2010-04-30Trivial: Update AUTHORS entry, remove out-of-date comments, minor formattingMartin Mathieson1-2/+2
2010-04-21Put offset++ back in again.Martin Mathieson1-0/+1
2010-04-20From Pascal Quantin:Martin Mathieson1-7/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-14Use val_to_str_const() where have no format is default stringMartin Mathieson1-15/+15
2010-03-12Last missing SN wasn't coming out correctly if it was 1023...Martin Mathieson1-1/+1
2010-03-09Write context fields inside own subtree.Martin Mathieson1-61/+91
2010-03-07Fix another crashing problem.Martin Mathieson1-1/+6
2010-03-06Add hidden roots for each mode (i.e. rlc-lte.tm, rlc-lte.um, rlc-lte.am).Martin Mathieson1-9/+43
2010-03-04Report accurate NACK count in stats (although not all values stored in array ...Martin Mathieson1-10/+14
2010-03-04Check that we haven't gone over MAX_NACKs!Martin Mathieson1-5/+11
2010-03-03Fix a gcc -Wshadow warning.Bill Meier1-2/+0
2010-03-03Fix re-NACk detection by updating channel *after* have compared with tap_info!Martin Mathieson1-19/+11
2010-03-02Add 'repeated-NACK' analysis.Martin Mathieson1-16/+201
2010-03-01Re-order file, and give some types/vars more specific names.Martin Mathieson1-99/+97
2010-03-01Improve RLC AM sequence analysis by taking MAC retx into account.Martin Mathieson1-29/+67
2010-02-28Fix test for AM Rx window, and add a seqnum.analysis.ok field.Martin Mathieson1-12/+32
2010-02-28Add 'missing SDUs' to tap info / RLC stats window.Martin Mathieson1-21/+30
2010-02-28Add some AM sequence analysis.Martin Mathieson1-98/+299
2010-02-01Add a preference that allows the LTE RLC dissector to accept RLC PDUs truncat...Martin Mathieson1-8/+67
2010-01-25From Didier Gautheron via bug 4420:Stig Bjørlykke1-2/+2
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-11/+0
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-3/+2