aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932-ros.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-3/+3
* Do not report undecoded message to expert info for ReturnResult without resul...Tomas Kukosa2010-09-081-8/+11
* Add a little more code to avoid not-very-useful blurbs:Jeff Morriss2010-05-111-7/+7
* Regenerate a few more of the ASN.1 dissectorsJeff Morriss2010-05-111-24/+24
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-7/+5
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa2009-08-241-5/+15
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-3/+3
* Regenerate all asn2wrs generated dissectors.Stig Bjørlykke2009-05-161-1/+1
* #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-6/+5
* Regenerate all asn2wrs generated dissectorsAnders Broman2008-11-011-1/+1
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-011-14/+10
* Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-021-18/+22
* Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman2008-01-041-1/+1
* - register QSIG over SIPTomas Kukosa2007-10-171-2/+2
* improvements in ROS handling in Q.932 and H.450Tomas Kukosa2007-09-241-38/+74
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-2/+2
* QSIG fully implementedTomas Kukosa2007-07-201-20/+23
* get rid of few warningsTomas Kukosa2007-07-191-97/+18
* change QSIG tables structure so as they can be generated automatically from A...Tomas Kukosa2007-07-191-15/+21
* rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa2007-07-181-83/+77
* - get rid of anonymous unionsTomas Kukosa2007-07-131-2/+2
* - fix field type FT_... for SelectionTypeTomas Kukosa2007-06-251-1/+1
* Q.932 ROS regenerated from original ASN.1 sourceTomas Kukosa2007-06-061-21/+91
* Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa2007-06-051-145/+73
* Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman2007-05-221-35/+35
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-9/+9
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-131-99/+102
* Start introducing actx to ber functions.Anders Broman2007-05-061-23/+23
* fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa2007-05-041-2/+4
* EXTERNAL type is handled in asn2wrs nowTomas Kukosa2007-05-031-2/+2
* Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris2007-04-301-26/+26
* The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris2007-04-301-33/+35
* new Q.932 and QSIG dissectorsTomas Kukosa2007-04-271-0/+858