aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932
AgeCommit message (Expand)AuthorFilesLines
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2009-01-28#include prefs.h not req'dBill Meier1-1/+0
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-6/+1
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-2/+2
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman2-1/+6
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+0
2007-10-15create exported cnf file for Q.932 and QSIGTomas Kukosa1-4/+6
2007-10-11Remove the remaining autogenereated -exp.cnf filesJörg Mayer1-36/+0
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10more makefiles changed to new export mechanismTomas Kukosa3-1/+5
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer8-466/+101
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa4-96/+10
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2-2/+2
2007-07-20QSIG fully implementedTomas Kukosa2-12/+17
2007-07-19get rid of few warningsTomas Kukosa2-1/+8
2007-07-19change QSIG tables structure so as they can be generated automatically from A...Tomas Kukosa1-2/+6
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa6-103/+72
2007-07-13- get rid of anonymous unionsTomas Kukosa3-13/+5
2007-06-06Q.932 ROS regenerated from original ASN.1 sourceTomas Kukosa6-118/+173
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa3-5/+5
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman3-6/+8
2007-05-04- Q.932: fix warningsTomas Kukosa1-1/+1
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa3-4/+4
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris4-13/+17
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris2-9/+9
2007-04-30Put the q932-ros dissector into a file with the right name.Guy Harris1-1/+1
2007-04-28Include <string.h> before using C string functions.Guy Harris1-1/+3
2007-04-28Fix the dependencies.Guy Harris1-1/+1
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa14-0/+1201