aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qsig.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-57/+57
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-757/+757
2010-02-04Initialize a variable to squash a compiler warning.Ronnie Sahlberg1-1/+1
2010-02-04One warning fixedTomas Kukosa1-3/+4
2010-02-04Support QSIG using global opcode 1.3.12.9.op instead of local one (some old Q...Tomas Kukosa1-8/+50
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-22/+22
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-94/+94
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-44/+44
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-10/+9
2009-01-28#include prefs.h not req'dBill Meier1-10/+9
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-11/+7
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-43/+43
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-38/+40
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-13/+13
2007-10-17- register QSIG over SIPTomas Kukosa1-6/+11
2007-09-17Support of QSIG ExtensionsTomas Kukosa1-259/+283
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-247/+247
2007-07-24QSIG extended with SYNC-SIG operations (ECMA-245)Tomas Kukosa1-306/+557
2007-07-20QSIG fully implementedTomas Kukosa1-854/+14142
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-382/+418
2007-07-02ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need ...Tomas Kukosa1-162/+162
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa1-607/+349
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-160/+160
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-18/+18
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-321/+352
2007-05-07- simple Information Objects support Tomas Kukosa1-1/+1
2007-05-06Start introducing actx to ber functions.Anders Broman1-85/+85
2007-05-04- Q.932: fix warningsTomas Kukosa1-30/+15
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-28/+44
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-3/+3
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris1-5/+5
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa1-0/+2938