aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap
AgeCommit message (Collapse)AuthorFilesLines
2013-12-09- Forward declaration of register functions.Anders Broman1-0/+3
svn path=/trunk/; revision=53876
2013-11-23Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bitEvan Huus1-6/+6
of ansi_tcap code while in the neighbourhood. svn path=/trunk/; revision=53530
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ↵Michael Mann1-3/+3
There weren't that many calls, so might as well modify the function than create a need for dissector_try_string_new. svn path=/trunk/; revision=53049
2013-09-20DCH-ID can be 255Anders Broman2-2/+2
svn path=/trunk/; revision=52154
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm ↵Chris Maynard3-227/+227
in replacing them all as opposed to only those not copied verbatim from other sources. svn path=/trunk/; revision=52132
2013-09-15emem -> wmem (don't forget about .cnf)Jörg Mayer2-11/+12
svn path=/trunk/; revision=52058
2013-08-07add a range check for dch_idMartin Kaiser1-1/+2
this should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9005 svn path=/trunk/; revision=51195
2013-08-05Make some global variables staticJakub Zawadzki1-1/+1
svn path=/trunk/; revision=51163
2013-07-01Fix Coverity CID 712348 (Unused pointer value).Chris Maynard1-1/+1
svn path=/trunk/; revision=50288
2013-06-19Fix CID 712341: Dereference null return value (NULL_RETURNS)Jörg Mayer1-0/+1
Well, not really. Just catch that case and error out. svn path=/trunk/; revision=50029
2013-06-03cc1: warnings being treated as errorsAnders Broman2-3/+3
../../asn1/nbap/packet-nbap-template.c: In function 'add_hsdsch_bind': ../../asn1/nbap/packet-nbap-template.c:349: warning: unused parameter 'tree' svn path=/trunk/; revision=49708
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-5/+20
NOTE: Kerberos ASN.1 template was updated, but not generated to source. svn path=/trunk/; revision=49707
2013-05-19Don't access nbap_dch_chnl_info if the index is > maxNrOfDCHsAnders Broman1-2/+4
svn path=/trunk/; revision=49418
2013-05-07Some moreJörg Mayer1-0/+32
svn path=/trunk/; revision=49203
2013-05-05Just whitespace changesJörg Mayer1-4/+4
svn path=/trunk/; revision=49167
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007
2013-03-18From beroset:Anders Broman2-12/+12
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48399
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-4/+4
The misspellings were mostly in comments but some were in text strings visible to the user. svn path=/trunk/; revision=47899
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