aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-23PDCP:martinm1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40656 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.guy1-7/+2
Have packet-pdcp-lte.h include packet-rohc.h to pick up that definition. Get rid of now-no-longer-necessary includes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40123 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-08Trivial: add a couple of newlines.martinm1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37941 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-22Add sequence analysis for PDCP, based upon RLC/UM.martinm1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35000 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-06Use guint16 after all, to avoid breaking the UDP framing protocol.martinm1-1/+1
8 bits are enough though... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34798 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-06Try to fix by making both use guint8, rather than guint16.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34797 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-06Get the Windows build going again.etxrab1-1/+1
- Martin is this the right fix? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34795 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-05Pass ueid + channel-info into PDCP dissector.martinm1-0/+2
This will allow me soon to track per-channel sequence numbers... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34793 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11From Pascal Quantin: add PDCP framing method over UDP.martinm1-0/+76
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31243 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-13- add direction filter to PDCPmartinm1-1/+1
- fix PDCP fields ("pdcp.*" -> "pdcp-lte.*") - improve PDCP info column output (to be more like RLC) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28342 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-11Enable preference to call LTE RRC for data inside PDCP frames.martinm1-11/+37
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28329 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-19From Vincent Helfre:martinm1-5/+7
#define some constants, and move constants into header files. Hopfully this will make it easier for these dissectors to be reused. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27487 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-23Get ready to call PDCP LTE dissector (when its cleaned up and added).martinm1-0/+61
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27289 f5534014-38df-0310-8fa8-9805f1628bb7