aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-20Add initial version of LTE RLC stats dialog.Martin Mathieson1-0/+4
2010-01-08Don't crash by calling null RRC dissector because TM appeared on 'impossible'...Martin Mathieson1-0/+7
2010-01-06From Pascal Quantin: some typo fixesMartin Mathieson1-8/+8
2010-01-04Added casts wanted by win64 compiler.Martin Mathieson1-3/+3
2010-01-04Start to supply data for an RLC tap.Martin Mathieson1-6/+45
2009-12-07From Pascal Quantin. Add support a UDP framing format for LTE RLC.Martin Mathieson1-0/+137
2009-12-04Show whether NACK is full or partial in expert info.Martin Mathieson1-3/+11
2009-11-25Set extent of AM header root properly when there are extensions.Martin Mathieson1-4/+11
2009-11-19Dissect SRB2 as PDCP signalling too.Martin Mathieson1-2/+1
2009-11-18Trivial: comment updateMartin Mathieson1-2/+1
2009-11-17Resuse struct for PDCP info when redissecting.Martin Mathieson1-2/+5
2009-11-16Show data-less PDUs are Error rather than warning.Martin Mathieson1-5/+8
2009-11-16Allow LTE RRC dissector to call PDCP/RRC dissectors as appropriate for signal...Martin Mathieson1-7/+120
2009-11-03Show how many NACKs appeared in status message root.Martin Mathieson1-0/+7
2009-10-30Sequence number should be displayed in DEC, not HEX!Martin Mathieson1-1/+1
2009-10-29Tidy up info column output showing partial NACK.Martin Mathieson1-4/+6
2009-09-15Add more summary to top-level item.Martin Mathieson1-10/+24
2009-09-11Add more useful summary info to RLC root. Useful mostly for when called from...Martin Mathieson1-6/+15
2009-09-10Add the option to call RLC dissector for LCID 1&2.Martin Mathieson1-5/+17
2009-08-04Show number of predefined bytes in info column.Martin Mathieson1-0/+2
2009-07-13Remove calls to check_col().Martin Mathieson1-63/+36
2009-07-07Add expert item to warn of AM data PDUs that don't have any data.Martin Mathieson1-1/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-20/+20
2009-06-17Trivial prettificationsMartin Mathieson1-1/+1
2009-06-15Show data-segment info in info column.Martin Mathieson1-6/+16
2009-06-11Set length of proto item for status pdu.Martin Mathieson1-4/+9
2009-06-07Check for leftover bytes following Status PDU.Martin Mathieson1-5/+13