aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-22/+38
svn path=/trunk/; revision=34894
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-124/+126
svn path=/trunk/; revision=34883
2010-05-14Update to V9.2.3 (2010-03)Anders Broman1-958/+1371
svn path=/trunk/; revision=32814
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff 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. svn path=/trunk/; revision=32748
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-2695/+2695
svn path=/trunk/; revision=32746
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+7
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
svn path=/trunk/; revision=32405
2010-02-02Try to get rid of unused code warnings.Anders Broman1-16/+0
svn path=/trunk/; revision=31773
2010-02-02Fix a typo and get rid of some unused code warnings.Anders Broman1-4/+18
svn path=/trunk/; revision=31771
2009-12-22Update to V9.1.0 (2009-12)Anders Broman1-1286/+10445
svn path=/trunk/; revision=31353
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=30454
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-13/+13
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-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 svn path=/trunk/; revision=28770
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-287/+287
svn path=/trunk/; revision=28379
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-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. svn path=/trunk/; revision=27848
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-8/+7
svn path=/trunk/; revision=27390
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-9/+8
svn path=/trunk/; revision=26698
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-286/+286
svn path=/trunk/; revision=26670
2008-07-21Fix compile error.Anders Broman1-14/+0
svn path=/trunk/; revision=25780
2008-07-21Update to version 7.9.0Anders Broman1-557/+1743
svn path=/trunk/; revision=25779
2008-07-20Fix a warning.Anders Broman1-304/+304
svn path=/trunk/; revision=25775
2007-10-29asn2wrsTomas Kukosa1-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 svn path=/trunk/; revision=23309
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-1/+1
svn path=/trunk/; revision=22951
2007-07-30RNSAP updated to V7.5.0 (2007-06)Tomas Kukosa1-398/+2563
svn path=/trunk/; revision=22419
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-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 svn path=/trunk/; revision=22036
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPTomas Kukosa1-13/+6
- dissectors regenerated with fixed asn2wrs svn path=/trunk/; revision=22004
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa1-509/+511
- PER dissectors regenerated svn path=/trunk/; revision=21919
2007-05-22Don't generate enums that end in a commaJörg Mayer1-3/+3
svn path=/trunk/; revision=21888
2007-05-16RNSAP updated to V7.4.0 (2007-03)Tomas Kukosa1-103/+5692
svn path=/trunk/; revision=21803
2007-05-16use some by mistake unused typesTomas Kukosa1-70/+93
remove unused variables and types svn path=/trunk/; revision=21800
2007-05-15get rid of the rest of dummy ASN.1 code and switch()Tomas Kukosa1-1269/+1159
svn path=/trunk/; revision=21787
2007-05-14- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)Tomas 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) svn path=/trunk/; revision=21761
2007-05-04- Q.932: fix warningsTomas Kukosa1-3627/+12
- RNSAP: generate field functions only for necessary types - other dissectors regenerated svn path=/trunk/; revision=21683
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-5/+7
svn path=/trunk/; revision=21635
2007-04-18usage of new #.MAKE_DEFINES asn2wrs directive in RNSAPTomas Kukosa1-991/+1013
svn path=/trunk/; revision=21467
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-3064/+3064
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-1718/+1718
svn path=/trunk/; revision=18921
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio ↵Anders Broman1-6/+29
Resource Control (RRC) (umts_rrc) dissection. svn path=/trunk/; revision=18855
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-3073/+3073
svn path=/trunk/; revision=18652
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵Tomas Kukosa1-2944/+2944
field information svn path=/trunk/; revision=18637
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-535/+535
svn path=/trunk/; revision=18621
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-3148/+3155
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-06-08Compile fix: update generated rnsap filesJörg Mayer1-37/+8
svn path=/trunk/; revision=18399
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-35/+64
svn path=/trunk/; revision=18395
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-7018/+7018
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated svn path=/trunk/; revision=18209
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-15regenerated with new asn2ethTomas Kukosa1-292/+292
svn path=/trunk/; revision=18158
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-4/+5
svn path=/trunk/; revision=18119
2006-03-01Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferGuy Harris1-9/+12
(you don't have to worry about comments in #if 0'ed otu code), and it also fixes an unclosed comment (the commenting-out ended with /* rather than */). Fix up some indentation as well. svn path=/trunk/; revision=17434