summaryrefslogtreecommitdiff
path: root/asn1/q932
AgeCommit message (Collapse)AuthorFilesLines
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman3-6/+8
svn path=/trunk/; revision=21753
2007-05-04- Q.932: fix warningsTomas Kukosa1-1/+1
- 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 Kukosa3-4/+4
svn path=/trunk/; revision=21677
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris4-13/+17
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 Harris2-9/+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-30Put the q932-ros dissector into a file with the right name.Guy Harris1-1/+1
svn path=/trunk/; revision=21620
2007-04-28Include <string.h> before using C string functions.Guy Harris1-1/+3
svn path=/trunk/; revision=21616
2007-04-28Fix the dependencies.Guy Harris1-1/+1
svn path=/trunk/; revision=21614
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa14-0/+1201
svn path=/trunk/; revision=21602