aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig
AgeCommit message (Collapse)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
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.) svn path=/trunk/; revision=35224
2010-02-04Initialize a variable to squash a compiler warning.Ronnie Sahlberg1-1/+1
GCC mistakes opcode that it might be uninitialized. This is not true, but GCC can not detect that it will never be used unititialized. svn path=/trunk/; revision=31791
2010-02-04One warning fixedTomas Kukosa1-1/+2
svn path=/trunk/; revision=31785
2010-02-04Support QSIG using global opcode 1.3.12.9.op instead of local one (some old ↵Tomas Kukosa1-3/+45
QSIG implementations) svn path=/trunk/; revision=31783
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
More asn1/* header field info cleanup svn path=/trunk/; revision=28826
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-5/+5
Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. svn path=/trunk/; revision=28817
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2009-01-28#include prefs.h not req'dBill Meier1-1/+0
svn path=/trunk/; revision=27322
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-6/+2
Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. svn path=/trunk/; revision=26693
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman2-3/+9
svn path=/trunk/; revision=25335
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-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-2/+0
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-10-17- register QSIG over SIPTomas Kukosa1-0/+5
- regenerate Q932, Q932-ROS, QSIG from new makefiles svn path=/trunk/; revision=23215
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+0
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf svn path=/trunk/; revision=23202
2007-10-15create exported cnf file for Q.932 and QSIGTomas Kukosa1-1/+2
(they are not used in any Wireshark dissector but they can be used in any plugin as few Q.932 and QSIG types are exported) svn path=/trunk/; revision=23183
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
- Add EXPORT_FILES to all files that still contain -e. svn path=/trunk/; revision=23145
2007-10-10Another -exp.cnf file that managed to escape notice...Jörg Mayer1-490/+0
svn path=/trunk/; revision=23139
2007-10-10more makefiles changed to new export mechanismTomas Kukosa3-1/+5
svn path=/trunk/; revision=23132
2007-10-08change QSIQ ASN.1 dissector to the new makefile structureTomas Kukosa4-57/+126
svn path=/trunk/; revision=23091
2007-09-18Adding SYNC-SIG.asn twice is not such a good idea...Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22899
2007-09-18missing SYNC-SIG.asn in unix makefileTomas Kukosa1-1/+1
svn path=/trunk/; revision=22897
2007-09-17Support of QSIG ExtensionsTomas Kukosa3-31/+55
svn path=/trunk/; revision=22888
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-58/+58
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-07-24QSIG extended with SYNC-SIG operations (ECMA-245)Tomas Kukosa6-37/+185
svn path=/trunk/; revision=22394
2007-07-20kukosa has replaced these with uppercase variants (he should have svn mv'ed ↵Richard van der Hoff2-434/+0
them...) svn path=/trunk/; revision=22362
2007-07-20QSIG fully implementedTomas Kukosa33-263/+4924
svn path=/trunk/; revision=22361
2007-07-19get rid of few warningsTomas Kukosa1-3/+3
svn path=/trunk/; revision=22355
2007-07-19change QSIG tables structure so as they can be generated automatically from ↵Tomas Kukosa2-363/+349
ASN.1 in the next step svn path=/trunk/; revision=22354
2007-07-02ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need ↵Tomas Kukosa3-181/+38
not to be redefined as assignment svn path=/trunk/; revision=22231
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa3-3/+3
svn path=/trunk/; revision=22044
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-5/+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-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+1
svn path=/trunk/; revision=21753
2007-05-07- simple Information Objects support Tomas Kukosa4-235/+241
- 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-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-8/+9
svn path=/trunk/; revision=21677
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris2-4/+4
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 Harris1-4/+4
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-27new Q.932 and QSIG dissectorsTomas Kukosa11-0/+1757
svn path=/trunk/; revision=21602