aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-2/+2
regenerate involved dissectors svn path=/trunk/; revision=23783
2007-10-17- register QSIG over SIPTomas Kukosa1-2/+2
- regenerate Q932, Q932-ROS, QSIG from new makefiles svn path=/trunk/; revision=23215
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-07-20QSIG fully implementedTomas Kukosa1-0/+2
svn path=/trunk/; revision=22361
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-7/+11
svn path=/trunk/; revision=22349
2007-07-13- get rid of anonymous unionsTomas Kukosa1-1/+1
- move some structures from packet-per and packet-q932-ros to asn1.h svn path=/trunk/; revision=22295
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa1-206/+101
svn path=/trunk/; revision=22044
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-45/+45
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-13/+13
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-136/+143
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-34/+34
svn path=/trunk/; revision=21705
2007-05-04- Q.932: fix warningsTomas Kukosa1-7/+4
- RNSAP: generate field functions only for necessary types - other dissectors regenerated svn path=/trunk/; revision=21683
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-5/+8
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 Harris1-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-11/+9
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-28Include <string.h> before using C string functions.Guy Harris1-7/+9
svn path=/trunk/; revision=21616
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa1-0/+1117
svn path=/trunk/; revision=21602