aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932-ros.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-28/+28
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-09-08Do not report undecoded message to expert info for ReturnResult without resul...kukosa1-8/+11
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-7/+7
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-24/+24
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-7/+5
2009-10-11Make all proto_* values static.stig1-1/+1
2009-08-24Expert info for undecoded Q.932 and H.450 operationskukosa1-5/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
2009-02-07#include <epan/emem.h> not req'd ...wmeier1-6/+5
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-14/+10
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-18/+22
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2007-10-17- register QSIG over SIPkukosa1-2/+2
2007-09-24improvements in ROS handling in Q.932 and H.450kukosa1-38/+74
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-2/+2
2007-07-20QSIG fully implementedkukosa1-20/+23
2007-07-19get rid of few warningskukosa1-97/+18
2007-07-19change QSIG tables structure so as they can be generated automatically from A...kukosa1-15/+21
2007-07-18rose_ctx_t structure usage in Q.932 dissectorkukosa1-83/+77
2007-07-13- get rid of anonymous unionskukosa1-2/+2
2007-06-25- fix field type FT_... for SelectionTypekukosa1-1/+1
2007-06-06Q.932 ROS regenerated from original ASN.1 sourcekukosa1-21/+91
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionkukosa1-145/+73
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-35/+35
2007-05-15actx in the rest of dissect_ber..()letxrab1-9/+9
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-99/+102
2007-05-06Start introducing actx to ber functions.etxrab1-23/+23
2007-05-04fix few warnings in Q.932 and QSIG dissectorskukosa1-2/+4
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-2/+2
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeguy1-26/+26
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSguy1-33/+35
2007-04-27new Q.932 and QSIG dissectorskukosa1-0/+858