aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap
AgeCommit message (Collapse)AuthorFilesLines
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss1-142/+125
Use SET_ADDRESS in some dissectors that weren't using it (so that the hf field is correctly initialized). Introduce a COPY_ADDRESS_SHALLOW (which copies an address without copying the contents of the data field). svn path=/trunk/; revision=46602
2012-11-16If we have an com_context_id entry reuse that.Anders Broman2-74/+87
svn path=/trunk/; revision=46036
2012-11-15Add and prettify debug info - will regenerate dissector laterAnders Broman1-49/+105
svn path=/trunk/; revision=46034
2012-11-14Dissable code causing a crash. Add debug printouts and add a few more ↵Anders Broman2-13/+70
visited checks. svn path=/trunk/; revision=46029
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-2/+2
svn path=/trunk/; revision=44874
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2-16/+16
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-08-10Fix missing dissection of HSDSCH-Paging-System-InformationFDD (bug ↵Pascal Quantin2-18/+20
introduced in r44037) and HSDSCH-MACdPDUSizeFormat (bug introduced in r44423). While we are at it, fix a few typo errors. svn path=/trunk/; revision=44434
2012-08-10Try to make the buildbot happy.Anders Broman1-10/+2
svn path=/trunk/; revision=44425
2012-08-10From Jacob Nordgren and Rishie Sharma:Anders Broman2-1683/+2049
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-09Fix a comment.Anders Broman1-3/+4
svn path=/trunk/; revision=44386
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman1-1/+2
- FP: added header CRC validation, added crc11.c and crc11.h in wsutil/ for EDCH 11 bit CRC, fixed bug in RRC, And also smaller bugfixes in umts_fp and rrc. svn path=/trunk/; revision=44349
2012-08-02From Jacob Nordgren and Rishie Sharma:Anders Broman1-3/+3
NBAP: fixed segfault, FP: aesthetic fix, RLC: added channel info to GUI, MAC-is: fixed case with reassembly when a middle segment arrives MAC, RLC, added preferences for LI-size and TSN-size svn path=/trunk/; revision=44205
2012-07-31Restore includes from r44107 to fix abi check.Jakub Zawadzki1-0/+3
Reverted (by mistake?) in r44129 svn path=/trunk/; revision=44154
2012-07-31From Jacob Nordgren and Rishie Sharma:Anders Broman2-139/+144
NBAP: added preferences to change logical channel id to mac content type mapping. svn path=/trunk/; revision=44151
2012-07-30From Jacob Nordgren and Rishie Sharma:Anders Broman1-3/+0
-MAC-is update svn path=/trunk/; revision=44129
2012-07-29Try to fix ABI check.Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=44107
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman2-18/+85
- Added basic support for tracking flows over reconfigured transport channels + mindor bugfixes - small fix in rrc, and some small cleanups svn path=/trunk/; revision=44062
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman3-3/+82
- 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-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman2-17/+147
Updateing conversation handling to dissect FP/MAC/RLC (Work in progress). svn path=/trunk/; revision=43781
2012-07-16Comment a few unused variables / functionsPascal Quantin1-7/+7
svn path=/trunk/; revision=43754
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman4-11/+356
Updated conversation handling to dissect FP/MAC/RLC svn path=/trunk/; revision=43749
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-02Put more mesage names in info colAnders Broman1-3/+67
svn path=/trunk/; revision=42993
2012-06-01Fix a couple of warningsAnders Broman1-1/+1
svn path=/trunk/; revision=42956
2012-05-30Prefix TransportFormatSet_type_enum values with NBAP_ to avoid a clash with ↵Pascal Quantin2-20/+20
'PCH' in <WinNT.h> svn path=/trunk/; revision=42922
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman2-0/+59
svn path=/trunk/; revision=42914
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin2-103/+102
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/+1
svn path=/trunk/; revision=42878
2012-05-28Try to pacify the Ubuntu buildbot.Anders Broman1-1/+0
svn path=/trunk/; revision=42877
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman2-37/+114
svn path=/trunk/; revision=42876
2012-05-22Fix PCH dissectionAnders Broman1-0/+7
svn path=/trunk/; revision=42791
2012-05-22Set paging indication and start fixing TFI list.Anders Broman2-20/+54
svn path=/trunk/; revision=42783
2012-05-22Collect and use E-DCH data. + one file.Anders Broman1-1/+94
svn path=/trunk/; revision=42780
2012-05-22Collect and use E-DCH data.Anders Broman1-2/+25
svn path=/trunk/; revision=42779
2012-05-20Set up conversations for more channel typesAnders Broman2-1/+193
svn path=/trunk/; revision=42729
2012-05-19Fix the DCH data collection for conversation setupAnders Broman2-14/+84
svn path=/trunk/; revision=42710
2012-05-16Handle DCH information in RadioLinkReconfigurationPrepareFDDAnders Broman2-3/+25
svn path=/trunk/; revision=42655
2012-05-16Only do HS-DSCH Control frames for now as something is broken.Anders Broman1-0/+4
svn path=/trunk/; revision=42653
2012-05-16Setup frame for HSDSCHAnders Broman1-0/+2
svn path=/trunk/; revision=42651
2012-05-16Bug fixes and add HSDSCHAnders Broman2-13/+20
svn path=/trunk/; revision=42649
2012-05-15Remove a bonus semicolon (CID 702424).Gerald Combs1-4/+4
svn path=/trunk/; revision=42641
2012-05-15Remove more unfinished code.Anders Broman1-39/+2
svn path=/trunk/; revision=42629
2012-05-15Use converstaion info to dissect FP DCH flows. Revert unfinished code.Anders Broman2-67/+175
svn path=/trunk/; revision=42628
2012-05-09Setup more flows, flow info is incomplete.Anders Broman2-1/+110
svn path=/trunk/; revision=42521
2012-05-09Setup CPCH flows.Anders Broman2-1/+64
svn path=/trunk/; revision=42520
2012-05-09Collect and use more information in converstion data to be able to dissect ↵Anders Broman2-7/+78
FP flows. svn path=/trunk/; revision=42518
2012-05-08Pretify info_col for mor MSG:sAnders Broman1-10/+122
svn path=/trunk/; revision=42502
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42498
2012-05-07Use converstaion info in umts_fp.Anders Broman2-33/+169
svn path=/trunk/; revision=42466