aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23PDCP:Martin Mathieson1-0/+2
- 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
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.Guy Harris1-7/+2
Have packet-pdcp-lte.h include packet-rohc.h to pick up that definition. Get rid of now-no-longer-necessary includes. svn path=/trunk/; revision=40123
2011-07-08Trivial: add a couple of newlines.Martin Mathieson1-0/+1
svn path=/trunk/; revision=37941
2010-11-22Add sequence analysis for PDCP, based upon RLC/UM.Martin Mathieson1-1/+2
For now, only enable it for logged PDCP frames, i.e. not for PDCP found inside RLC (that won't work properly until RLC re-assembly is implemented). svn path=/trunk/; revision=35000
2010-11-06Use guint16 after all, to avoid breaking the UDP framing protocol.Martin Mathieson1-1/+1
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-1/+1
svn path=/trunk/; revision=34797
2010-11-06Get the Windows build going again.Anders Broman1-1/+1
- Martin is this the right fix? svn path=/trunk/; revision=34795
2010-11-05Pass ueid + channel-info into PDCP dissector.Martin Mathieson1-0/+2
This will allow me soon to track per-channel sequence numbers... svn path=/trunk/; revision=34793
2009-12-11From Pascal Quantin: add PDCP framing method over UDP.Martin Mathieson1-0/+76
svn path=/trunk/; revision=31243
2009-05-13- add direction filter to PDCPMartin Mathieson1-1/+1
- fix PDCP fields ("pdcp.*" -> "pdcp-lte.*") - improve PDCP info column output (to be more like RLC) svn path=/trunk/; revision=28342
2009-05-11Enable preference to call LTE RRC for data inside PDCP frames.Martin Mathieson1-11/+37
svn path=/trunk/; revision=28329
2009-02-19From Vincent Helfre:Martin Mathieson1-5/+7
#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-23Get ready to call PDCP LTE dissector (when its cleaned up and added).Martin Mathieson1-0/+61
svn path=/trunk/; revision=27289