aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
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-15typo SULP.asn -> SUPL.asnTomas Kukosa1-1/+1
svn path=/trunk/; revision=21788
2007-05-15get rid of the rest of dummy ASN.1 code and switch()Tomas Kukosa5-436/+131
svn path=/trunk/; revision=21787
2007-05-15ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 ↵Tomas Kukosa9-664/+616
– 22 Jan 2007 svn path=/trunk/; revision=21778
2007-05-15remove obsolete -X command line option of asn2wrsTomas Kukosa4-4/+4
svn path=/trunk/; revision=21774
2007-05-15actx in the rest of dissect_ber..()lAnders Broman18-79/+98
svn path=/trunk/; revision=21773
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 Kukosa13-15710/+14643
(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-14- support of constraint unionsTomas Kukosa2-3/+5
- support of FN_VARIANT parameter for OpenType - many small changes svn path=/trunk/; revision=21758
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman94-1698/+1656
svn path=/trunk/; revision=21753
2007-05-07- simple Information Objects support Tomas Kukosa7-247/+253
- all definitions in ASN.1 source are skipped and need not to be commented out - #.CLASS directive can define types for Object Class Fields - do not append 'xxx' postfix to parametrized types (changes H.235 and H.450 in accordance with it) - change QSIG ASN.1 source to be more identical to original one svn path=/trunk/; revision=21715
2007-05-06Start introducing actx to ber functions.Anders Broman9-34/+36
svn path=/trunk/; revision=21705
2007-05-06Ad missing pkcs12.Anders Broman1-0/+9
svn path=/trunk/; revision=21704
2007-05-06-p not -b :)Anders Broman1-2/+2
svn path=/trunk/; revision=21703
2007-05-06Add mpeg to the Win makefiles.Anders Broman2-0/+63
svn path=/trunk/; revision=21702
2007-05-06Better column information display for delivery reports.Graeme Lunt3-5/+47
svn path=/trunk/; revision=21700
2007-05-04Show BER internal fields in external type in ACSE, update a comment in ↵Anders Broman2-3/+5
packet-ber.c. svn path=/trunk/; revision=21685
2007-05-04- Q.932: fix warningsTomas Kukosa4-3/+10
- RNSAP: generate field functions only for necessary types - other dissectors regenerated svn path=/trunk/; revision=21683
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa4-12/+13
svn path=/trunk/; revision=21677
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa9-0/+1344
svn path=/trunk/; revision=21676
2007-05-04Fix a copy paste error.Anders Broman1-1/+1
svn path=/trunk/; revision=21674
2007-05-04revert changes done by mistake - keep original ASN.1 sourceTomas Kukosa1-1/+2
svn path=/trunk/; revision=21673
2007-05-03Dissect returnedFunction.Anders Broman3-22/+73
svn path=/trunk/; revision=21667
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa38-76/+76
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-05-03comment out parameters of parametrized typeTomas Kukosa1-1/+1
svn path=/trunk/; revision=21661
2007-05-03uppercase identifiers are not allowedTomas Kukosa1-2/+2
svn path=/trunk/; revision=21660
2007-05-03uppercase identifiers are not allowedTomas Kukosa1-1/+1
svn path=/trunk/; revision=21659
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman24-9/+30
svn path=/trunk/; revision=21635
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris6-17/+21
it a lot more like the Makefile.nmake file. Also, use $(PROTOCOL_NAME) in a couple of places in Makefile.nmake where it wasn't being used before. (It might be interesting to see whether we can use a template for these Makefiles, and just tweak some variables at the beginning.) That lets us get a Q.932 ROS dissector with the right file name and with "q932.ros" rather than "q932-ros" as the dissector name; do that. svn path=/trunk/; revision=21625
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris3-13/+13
dissector does. The fix to the Makefile to generate packet-q932-ros.c changed the protocol name in some cases; change it uniformly. svn path=/trunk/; revision=21622
2007-04-30Put the q932-ros dissector into a file with the right name.Guy Harris1-1/+1
svn path=/trunk/; revision=21620
2007-04-28Include <string.h> before using C string functions.Guy Harris1-1/+3
svn path=/trunk/; revision=21616
2007-04-28Fix the dependencies.Guy Harris1-1/+1
svn path=/trunk/; revision=21614
2007-04-28From Gavin Heer:Anders Broman2-2/+52
Here's a patch that decodes MMS(Manufacturing Messaging Specification) when transported over COTP/TPKT/TCP. Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected. With a change to use more functions from packet-ber svn path=/trunk/; revision=21608
2007-04-28Fix Q.932 extra dist and add QSIG to extra dist.Tomas Kukosa1-1/+11
svn path=/trunk/; revision=21605
2007-04-27Add Q.932 to extra dist.Anders Broman1-0/+13
svn path=/trunk/; revision=21604
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa26-0/+2976
svn path=/trunk/; revision=21602
2007-04-27minor formal changesTomas Kukosa2-3/+4
svn path=/trunk/; revision=21601
2007-04-24extraInfo was not propperly tagged causing ber decoding errors.Luis Ontanon1-2/+2
Fixes Bug 1554 svn path=/trunk/; revision=21557
2007-04-23From Florent DROUIN:Anders Broman4-14/+57
I have made some changes to the final patch to have the operation code decoded as ForwardSM. A change for TCAP is included too, to be sure that the application context is not overwritten by the User Info OID (this was the case, when a MAP open dialog was included in the request). Fix bug: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1498 svn path=/trunk/; revision=21543
2007-04-23Remove a relic from experimental code.Anders Broman1-1/+0
svn path=/trunk/; revision=21539
2007-04-23TCAP: Fix up indentation a bit.Anders Broman6-82/+89
GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff. svn path=/trunk/; revision=21537
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
--enable-extra-gcc-checks set. If we turn on -pedantic, try turning on -Wno-long-long as well, so that it's not *so* pedantic that it rejects the 64-bit integral data types that we explicitly require. Constify a bunch of stuff, and make some other changes, to get rid of warnings. Clean up some indentation. svn path=/trunk/; revision=21526
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss1-37/+39
svn path=/trunk/; revision=21524
2007-04-23and the missing files ...Anders Broman2-11/+14
svn path=/trunk/; revision=21522
2007-04-23Formating changes and align a bit to spec.Anders Broman1-47/+62
svn path=/trunk/; revision=21521
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman3-4/+9
svn path=/trunk/; revision=21487
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.Anders Broman1-9/+21
svn path=/trunk/; revision=21486
2007-04-18Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectlyAnders Broman1-18/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543 svn path=/trunk/; revision=21471