aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-31Try to fix warnings.etxrab1-6/+62
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39690 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-09-27Get rid of check_col, while at it set ENC.etxrab1-8/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39164 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-19/+19
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-690/+690
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-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).etxrab1-6/+548
- Fill the value_strings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34928 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-15Use value_string_ext fcns to access several value_string arrays.wmeier1-22/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34894 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-15Use value_string_ext fcns to access a value_string array.wmeier1-124/+126
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34883 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-14Update to V9.2.3 (2010-03)etxrab1-958/+1371
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32814 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-93/+93
- 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-2695/+2695
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32746 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-9/+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-02-02Try to get rid of unused code warnings.etxrab1-16/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31773 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-02Fix a typo and get rid of some unused code warnings.etxrab1-4/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31771 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-22Update to V9.1.0 (2009-12)etxrab1-1286/+10445
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31353 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30454 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-13/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28848 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-144/+144
(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-287/+287
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-286/+286
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
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-286/+286
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-21Fix compile error.etxrab1-14/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25780 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-21Update to version 7.9.0etxrab1-557/+1743
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25779 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-20Fix a warning.etxrab1-304/+304
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25775 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29asn2wrskukosa1-16/+16
- 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-07-30RNSAP updated to V7.5.0 (2007-06)kukosa1-398/+2563
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22419 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-04- CLASS definitions support including exports through the *-exp.cnf filekukosa1-4/+4
- support of extension in middle of SEQUENCE root elements - new option EMBEDDED_PDV_CB to set default callback - ChoiceValue support at syntax level - ValueSet support at syntax level - exception identifier support - ValueFromObject support at syntax level - next minor changes (to compile X.880 and INAP) - dissectors using classes regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22036 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPkukosa1-13/+6
- dissectors regenerated with fixed asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22004 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callkukosa1-509/+511
- PER dissectors regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21919 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-22Don't generate enums that end in a commajmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21888 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-16RNSAP updated to V7.4.0 (2007-03)kukosa1-103/+5692
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21803 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-16use some by mistake unused typeskukosa1-70/+93
remove unused variables and types git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21800 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-15get rid of the rest of dummy ASN.1 code and switch()kukosa1-1269/+1159
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21787 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-14- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)kukosa1-19167/+20162
(original unchanged ASN.1 source could be used because asn2wrs has been improved) - IE value switch(){} replaced with dissector table (some switch() and dummy CHOICE still remains but will be removed soon) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21761 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-04- Q.932: fix warningskukosa1-3627/+12
- RNSAP: generate field functions only for necessary types - other dissectors regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21683 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-5/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21635 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-18usage of new #.MAKE_DEFINES asn2wrs directive in RNSAPkukosa1-991/+1013
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21467 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-3064/+3064
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-1718/+1718
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18921 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio ↵etxrab1-6/+29
Resource Control (RRC) (umts_rrc) dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18855 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-3073/+3073
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18652 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵kukosa1-2944/+2944
field information git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18637 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-30fix wrong terminator record in per_sequence_t tableskukosa1-535/+535
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18621 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵kukosa1-3148/+3155
tables it matches asn2wrs approach and makes generated dissectors source shorter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18612 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-08Compile fix: update generated rnsap filesjmayer1-37/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18399 f5534014-38df-0310-8fa8-9805f1628bb7