aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-395/+395
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32746 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-12Update to V9.2.0 (2010-03).etxrab1-43/+117
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32451 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
2010-03-31From KATAOKA Toshihiro:etxrab1-6/+7
Add sctp default port for S1AP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4630 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32337 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-20Fix for Bug 4588:dimeg1-1/+1
RANAP and friends want the MNC encoded in big endian form. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32257 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-20Update to V9.1.0 (2009-12)etxrab1-3/+304
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31327 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31102 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-22Handle lenght restriction extension of restricted strings.etxrab1-2/+2
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31047 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-20offset is in bitsetxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31036 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-19ENBname is now a PrintableString. handling in .cnf no longer needed.etxrab1-37/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31014 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-09Align RRC-Container dissection with RANAP.etxrab1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30911 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-08Dissect Handover "containers".etxrab1-24/+273
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30866 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-05Dissect Source-ToTarget-TransparentContainer in the intra LTE case.etxrab1-29/+201
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30837 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-28- Remove check_col.etxrab1-13/+12
- Make x2ap work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30746 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-01Update to 3GPP TS 36.413 V9.0.0 (2009-09)etxrab1-34/+430
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30232 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-01Update to 3GPP TS 36.413 V8.7.0 (2009-09)etxrab1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30231 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-17Minor ASN1 update.etxrab1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29975 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-18Make build bot happy?etxrab1-28/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29463 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-18Typo: parameter_tvb to be used.etxrab1-13/+33
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-07-07From Kovarththanan Rajaratnam:stig1-1/+1
Remove trailing spaces in protocol/field names git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28978 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-68/+68
(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-06-17From Anders:stig1-202/+232
Update to June specification. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28767 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-06Handle Detach and Service request, make it possible to set direction on ↵etxrab1-1/+15
link(UL/DL). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28648 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Update to 8.5.1 - "Minor corrections before freezing of ASN.1"etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28421 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-39/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-22Try to fix more unused code warnings.etxrab1-60/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28133 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-22Try to fix unused code warnings.etxrab1-193/+74
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28129 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-21Fix a typo.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28107 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28048 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-14support UINT64 constants for upper value boundskukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28042 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-40/+40
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-03-23Update to the 200903 release.etxrab1-290/+866
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27832 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-03Use the SCTP ppid for S1AP.etxrab1-8/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27585 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-9/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-13Move find_dissector to once-only section of _reg_handoffwmeier1-6/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27220 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-22From Pascal Quantin:etxrab1-1/+1
3GPP dissectors: do not go back to tree root when decoding an encapsulated message https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3132 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27081 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Update S1AP to the latest spec rename nas_eps nas-eps.etxrab1-1090/+2370
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27042 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-08It's the tvb lenght that's 0...etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26939 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-08Change to FT_UINT64etxrab1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26936 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-29The tvb can be of size 0.etxrab1-4/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26878 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-27Check if the handle exist.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26866 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-24NAS PDU:s are different in LTE.etxrab1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26837 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-16Dissect NAS-PDU.etxrab1-8/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26789 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-05Regenerated .c files for asn1 changes commited in SVN #26703wmeier1-5/+10
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-25/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26698 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-27/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-14Try to get rid of unused code warnings.etxrab1-21/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26455 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-13Try to get rid of unused code warnings.etxrab1-105/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26445 f5534014-38df-0310-8fa8-9805f1628bb7