aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qsig.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-11/+7
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-43/+43
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-38/+40
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-13/+13
2007-10-17- register QSIG over SIPTomas Kukosa1-6/+11
2007-09-17Support of QSIG ExtensionsTomas Kukosa1-259/+283
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-247/+247
2007-07-24QSIG extended with SYNC-SIG operations (ECMA-245)Tomas Kukosa1-306/+557
2007-07-20QSIG fully implementedTomas Kukosa1-854/+14142
2007-07-19get rid of few warningsTomas Kukosa1-3/+3
2007-07-19change QSIG tables structure so as they can be generated automatically from A...Tomas Kukosa1-382/+418
2007-07-02ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need ...Tomas Kukosa1-162/+162
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa1-607/+349
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-160/+160
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-18/+18
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-321/+352
2007-05-07- simple Information Objects support Tomas Kukosa1-1/+1
2007-05-06Start introducing actx to ber functions.Anders Broman1-85/+85
2007-05-04- Q.932: fix warningsTomas Kukosa1-30/+15
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-28/+44
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris1-3/+3
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris1-5/+5
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa1-0/+2938