aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap
AgeCommit message (Collapse)AuthorFilesLines
2008-07-21Fix compile error.Anders Broman1-6/+5
svn path=/trunk/; revision=25780
2008-07-21Update to version 7.9.0Anders Broman7-253/+666
svn path=/trunk/; revision=25779
2008-07-20Fix a warning.Anders Broman1-1/+1
svn path=/trunk/; revision=25775
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-10comment out NEED_PACKET_PROTO_H as it is tested now for defining not for valueTomas Kukosa1-1/+1
svn path=/trunk/; revision=23126
2007-09-25Convert acp133 to new build structure.Jörg Mayer1-19/+0
Update some svn:ignore files, remove no longer needed Makefiles svn path=/trunk/; revision=22957
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa3-38/+99
svn path=/trunk/; revision=22951
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-3/+5
Added some clean targets. Removed asn1/x501 directory. svn path=/trunk/; revision=22886
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 ↵Tomas Kukosa1-1/+1
(2007-06) svn path=/trunk/; revision=22490
2007-07-30RNSAP updated to V7.5.0 (2007-06)Tomas Kukosa8-70/+668
svn path=/trunk/; revision=22419
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-41/+0
- 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-7/+0
- dissectors regenerated with fixed asn2wrs svn path=/trunk/; revision=22004
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa2-6/+36
- PER dissectors regenerated svn path=/trunk/; revision=21919
2007-05-16RNSAP updated to V7.4.0 (2007-03)Tomas Kukosa7-113/+2093
svn path=/trunk/; revision=21803
2007-05-16use some by mistake unused typesTomas Kukosa2-3/+7
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 Kukosa4-435/+131
svn path=/trunk/; revision=21787
2007-05-14packet-rnsap-template.h is not necessaryTomas Kukosa1-38/+0
svn path=/trunk/; revision=21762
2007-05-14- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)Tomas Kukosa12-15708/+14636
(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 Kukosa3-2/+9
- 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-0/+2
svn path=/trunk/; revision=21635
2007-04-18usage of new #.MAKE_DEFINES asn2wrs directive in RNSAPTomas Kukosa2-479/+6
svn path=/trunk/; revision=21467
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio ↵Anders Broman2-0/+22
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-8/+8
svn path=/trunk/; revision=18652
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa3-3/+3
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-06-20From Albert Chin:Anders Broman1-1/+8
Fix some C++ comments in C source files and fixes some non-constant initializations. svn path=/trunk/; revision=18521
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa2-535/+535
- 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-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
2006-05-21name changeRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18197
2006-05-15regenerated with new asn2ethTomas Kukosa2-2/+1
svn path=/trunk/; revision=18158
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-1/+2
svn path=/trunk/; revision=18119
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
svn path=/trunk/; revision=17999
2006-03-01Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferGuy Harris1-6/+9
(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
2006-02-23Add TCAP ssnAnders Broman2-2/+25
svn path=/trunk/; revision=17376
2006-02-17Dissect the rest of the IE:sAnders Broman1-1/+319
svn path=/trunk/; revision=17334
2006-02-17Squelch some compiler warnings.Guy Harris1-21/+20
Fix indentation. svn path=/trunk/; revision=17331
2006-02-16Add dissection of all Signals and more IE:sAnders Broman2-366/+1327
svn path=/trunk/; revision=17322
2005-12-20Add dissection of RNSAP, not complete yet.Anders Broman6-0/+15433
svn path=/trunk/; revision=16864