aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qsig.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...wmeier1-4/+4
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-144/+144
2011-05-06From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :morriss1-24/+64
2011-03-01QSIG: decoding of PSS1InformationElementkukosa1-8/+23
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-57/+57
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-757/+757
2010-02-04Initialize a variable to squash a compiler warning.sahlberg1-1/+1
2010-02-04One warning fixedkukosa1-3/+4
2010-02-04Support QSIG using global opcode 1.3.12.9.op instead of local one (some old Q...kukosa1-8/+50
2009-10-11Make all proto_* values static.stig1-1/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-22/+22
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-94/+94
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-44/+44
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-10/+9
2009-01-28#include prefs.h not req'dwmeier1-10/+9
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-11/+7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-43/+43
2008-05-21Fix some of the Errors/warnings detected by checkapi.etxrab1-38/+40
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-13/+13
2007-10-17- register QSIG over SIPkukosa1-6/+11
2007-09-17Support of QSIG Extensionskukosa1-259/+283
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-247/+247
2007-07-24QSIG extended with SYNC-SIG operations (ECMA-245)kukosa1-306/+557
2007-07-20QSIG fully implementedkukosa1-854/+14142
2007-07-19get rid of few warningskukosa1-3/+3
2007-07-19change QSIG tables structure so as they can be generated automatically from A...kukosa1-382/+418
2007-07-02ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need ...kukosa1-162/+162
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionkukosa1-607/+349
2007-06-04- CLASS definitions support including exports through the *-exp.cnf filekukosa1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-160/+160
2007-05-15actx in the rest of dissect_ber..()letxrab1-18/+18
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-321/+352
2007-05-07- simple Information Objects support kukosa1-1/+1
2007-05-06Start introducing actx to ber functions.etxrab1-85/+85
2007-05-04- Q.932: fix warningskukosa1-30/+15
2007-05-04fix few warnings in Q.932 and QSIG dissectorskukosa1-28/+44
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeguy1-3/+3
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSguy1-5/+5
2007-04-27new Q.932 and QSIG dissectorskukosa1-0/+2938