aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig
AgeCommit message (Collapse)AuthorFilesLines
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-28#include prefs.h not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27322 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-04Minor cleanup mostly related to proto_reg_handoffwmeier1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26693 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-21Fix some of the Errors/warnings detected by checkapi.etxrab2-3/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25335 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-0/+1
Spotted by Tomas Kukosa. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23921 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionskukosa1-2/+0
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23823 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17- register QSIG over SIPkukosa1-0/+5
- regenerate Q932, Q932-ROS, QSIG from new makefiles git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23215 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16- Fix svn:ignore for all directoriesjmayer1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23202 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-15create exported cnf file for Q.932 and QSIGkukosa1-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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23183 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-1/+1
- Add EXPORT_FILES to all files that still contain -e. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23145 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10Another -exp.cnf file that managed to escape notice...jmayer1-490/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23139 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10more makefiles changed to new export mechanismkukosa3-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23132 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-08change QSIQ ASN.1 dissector to the new makefile structurekukosa4-57/+126
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23091 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-18Adding SYNC-SIG.asn twice is not such a good idea...stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22899 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-18missing SYNC-SIG.asn in unix makefilekukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22897 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-17Support of QSIG Extensionskukosa3-31/+55
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22888 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-58/+58
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-24QSIG extended with SYNC-SIG operations (ECMA-245)kukosa6-37/+185
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22394 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-20kukosa has replaced these with uppercase variants (he should have svn mv'ed ↵richardv2-434/+0
them...) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22362 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-20QSIG fully implementedkukosa33-263/+4924
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22361 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-19get rid of few warningskukosa1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22355 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-19change QSIG tables structure so as they can be generated automatically from ↵kukosa2-363/+349
ASN.1 in the next step git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22354 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-02ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need ↵kukosa3-181/+38
not to be redefined as assignment git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22231 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionkukosa3-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22044 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-04- CLASS definitions support including exports through the *-exp.cnf filekukosa1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22036 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-07- simple Information Objects support 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21715 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-04fix few warnings in Q.932 and QSIG dissectorskukosa1-8/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21677 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeguy2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21625 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21622 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-27new Q.932 and QSIG dissectorskukosa11-0/+1757
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21602 f5534014-38df-0310-8fa8-9805f1628bb7