aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
svn path=/trunk/; revision=47891
2012-08-15Miscellaneous changes:Pascal Quantin1-4/+3
- move channel information before header dissection - add channel information to TM and RLC Control PDUs - take into account rlc information in rlc_is_ciphered function - update function prototypes according to the coding rules used in packet-rlc.c svn path=/trunk/; revision=44535
2012-08-10From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+4
RLC: changed so reassembly fail flag is set per channel instead of globally. RLC: added reset channel function Added support for reconfigurin HSDSCH flows, and E-DCH flows (just needs to figure out when it should become active for 'overloaded' ports), also changed slightly how ehs headers are configured in nbap. Removed extra (debugging) port in nbap This is the last patch set for a while. svn path=/trunk/; revision=44423
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman1-1/+1
FP: fixed so hsdsch type 1 also uses communication context id Added experimental conditional decryption support. svn path=/trunk/; revision=44384
2012-08-07Various fixes:Pascal Quantin1-2/+2
- in UM mode, LI size boundary is at 125 bytes (regression introduced in r44292) - define RLC_LI_UPPERLAYER outside of rlc_li_size enum as it is confusing: when set in preferences it means that the dissector will use the variable, 7 bits or 15 bits LI as indicated in the rlc_info struct (so using one of the rlc_li_size enum value); it is not a new LI value - add value_string array for direction - add BCCH channel to UDP framing format - initialize p2p_dir when using UDP framing format svn path=/trunk/; revision=44318
2012-08-07From Jacob Nordgren and Rishie Sharma:Anders Broman1-1/+2
- umts_fp: fixed so CS content is not malformed content - RLC: added channel tree so you can filter on rbid etc - umts_fp,rlc,mac: added some hdsch-common code svn path=/trunk/; revision=44292
2012-07-29Try to fix ABI check.Jakub Zawadzki1-0/+4
svn path=/trunk/; revision=44107
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-2/+2
- FP and RLC fixed spelling - Fixed variable declaration in RRC - removed extra ppi in nbap svn path=/trunk/; revision=44035
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+5
- RRC now configures logical channels in HS-DSCH hs, and some HSDSCH common support added - RLC: modifed memory management, MAC: dch would set the incorrect logical channel for RLC svn path=/trunk/; revision=44027
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin1-5/+7
Fix a few typo errors while we are at it svn path=/trunk/; revision=42889
2012-05-28Move defenition of rlc_mode.Anders Broman1-1/+3
svn path=/trunk/; revision=42878
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman1-0/+1
svn path=/trunk/; revision=42876
2011-10-28First go at calling UMTS RLC dissector from IxCatapult logs.Martin Mathieson1-7/+7
Had to change some #defines in the header file (for UDP-framed/heuristic dissector) - will need to update example sending program later on tonight. svn path=/trunk/; revision=39656
2011-06-06From Pascal Quantin:Anders Broman1-0/+72
Add the following enhancements to the UMTS RLC dissector (as specified in 3GPP 25.322 v9.2.0): - UDP framing protocol to allow dissection of RLC PDUs over UDP (like what is done for LTE MAC/RLC/PDCP protocols) - 15 bits Length Indicator support (both with variable and fixed LI size) - Poll type SUFI - enhanced dissection of LIST, Relative List and Bitmap SUFI - dissection of Reset and Reset Ack Control PDU - an option to decode RLC headers only - an option to skip SDU reassembly svn path=/trunk/; revision=37576
2009-10-09From Tobias Witek:Anders Broman1-0/+38
New protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321). This does not currently compile cleanly but checking it in to be worked on. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 svn path=/trunk/; revision=30414