aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qsig.c
AgeCommit message (Expand)AuthorFilesLines
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