aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig/packet-qsig-template.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-4/+4
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-144/+144
2011-03-01QSIG: decoding of PSS1InformationElementTomas Kukosa1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-02-04Initialize a variable to squash a compiler warning.Ronnie Sahlberg1-1/+1
2010-02-04One warning fixedTomas Kukosa1-1/+2
2010-02-04Support QSIG using global opcode 1.3.12.9.op instead of local one (some old Q...Tomas Kukosa1-3/+45
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-5/+5
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/+2
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-3/+5
2007-10-17- register QSIG over SIPTomas Kukosa1-0/+5
2007-09-17Support of QSIG ExtensionsTomas Kukosa1-0/+7
2007-07-20QSIG fully implementedTomas Kukosa1-255/+96
2007-07-19get rid of few warningsTomas Kukosa1-3/+3
2007-07-19change QSIG tables structure so as they can be generated automatically from A...Tomas Kukosa1-340/+346
2007-07-02ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need ...Tomas Kukosa1-9/+9
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+1
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-8/+9
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-4/+4
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa1-0/+815