aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-10Fix missing dissection of HSDSCH-Paging-System-InformationFDD (bug ↵pascal1-20/+24
introduced in r44037) and HSDSCH-MACdPDUSizeFormat (bug introduced in r44423). While we are at it, fix a few typo errors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44434 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-10Try to make the buildbot happy.etxrab1-36/+28
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44425 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-10From Jacob Nordgren and Rishie Sharma:etxrab1-953/+1330
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44423 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-08From Jacob Nordgren and Rishie Sharma:etxrab1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44349 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-02From Jacob Nordgren and Rishie Sharma:etxrab1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44205 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-31From Jacob Nordgren and Rishie Sharma:etxrab1-118/+141
NBAP: added preferences to change logical channel id to mac content type mapping. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44151 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-27From Jacob Nordgren and Rishie Sharma:etxrab1-105/+172
- Added basic support for tracking flows over reconfigured transport channels + mindor bugfixes - small fix in rrc, and some small cleanups git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44062 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-26From Jacob Nordgren and Rishie Sharma:etxrab1-47/+125
- 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44027 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onetxrab1-42/+174
Updateing conversation handling to dissect FP/MAC/RLC (Work in progress). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43782 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant ↵pascal1-1/+1
is unsigned only in ISO C90' warning git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43764 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-16Comment a few unused variables / functionspascal1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43754 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-16From Jacob Nordgren and Rishie Sharma:etxrab1-115/+347
Updated conversation handling to dissect FP/MAC/RLC git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43749 f5534014-38df-0310-8fa8-9805f1628bb7
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-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-59/+1498
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39427 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-20/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37118 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-969/+969
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-16value_string_ext fixes.etxrab1-28/+470
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34908 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-15Regenerate packet-nbap.c now that asn2wrs sorts value_string arrays used ↵wmeier1-87/+87
with value_string_ext fcns; Change nbap.cnf to use val_to_str_ext to access protocolIE_ID value_string array. Also: Minor whitespace cleanup in nbap.cnf. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34876 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-25Support of value_string_ext in the asn2wrs using new directive #.USE_VALS_EXTkukosa1-7/+9
Example usage in NBAP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32944 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-15Update to V9.2.0 (2010-03)etxrab1-800/+1756
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32819 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-87/+87
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32748 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-3210/+3210
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32744 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-8/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not needed.wmeier1-8/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-21Update to V9.1.0 (2009-12)etxrab1-1232/+6260
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31333 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-28- Remove check_col.etxrab1-7/+6
- Make x2ap work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30746 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-28Missed an #include...etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30745 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-28Update SCTP ppids, fix a faulty #define.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30744 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-18Typo: parameter_tvb to be used.etxrab1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29462 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-23/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28848 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-328/+328
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-438/+438
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-22- Dissect transportlayeraddressetxrab1-31/+65
- Don't add nbap to protocols in framelist for every IE. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28126 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-437/+437
Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27848 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-8/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-19Fix (what I believe to be) typos so build will work again....wmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27266 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-18Update to V8.3.0 (2008-12).etxrab1-1741/+8965
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27264 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-05Regenerated .c files for asn1 changes commited in SVN #26703wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26704 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-9/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26698 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-383/+383
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-20Fix a warning.etxrab1-0/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25771 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-01Get rid of some unused code warnings.etxrab1-0/+238
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25645 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-03Update asn1 files to 3GPP TS 25.433 V7.7.0 (2007-12)etxrab1-1988/+3578
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24256 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29asn2wrskukosa1-2/+2
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23309 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-25put few simple ASN.1 dissectors into the new makefile structurekukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22951 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 ↵kukosa1-26296/+33782
(2007-06) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22490 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'setxrab1-0/+2
for SCTP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21927 f5534014-38df-0310-8fa8-9805f1628bb7