aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-2/+2
2007-10-17- register QSIG over SIPTomas Kukosa1-2/+2
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
2007-07-20QSIG fully implementedTomas Kukosa1-0/+2
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-7/+11
2007-07-13- get rid of anonymous unionsTomas Kukosa1-1/+1
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa1-206/+101
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-45/+45
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-13/+13
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-136/+143
2007-05-06Start introducing actx to ber functions.Anders Broman1-34/+34
2007-05-04- Q.932: fix warningsTomas Kukosa1-7/+4
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-5/+8
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-4/+4
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris1-11/+9
2007-04-28Include <string.h> before using C string functions.Guy Harris1-7/+9
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa1-0/+1117