aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-megaco.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-13Fix inverted interpretation of global_megaco_dissect_tree.Balint Reczey1-1/+1
2008-12-30Show topology descriptor using unescaped whitespaces.Balint Reczey1-1/+1
2008-12-30Do not dissect descriptors twice after topology descriptor.Balint Reczey1-2/+2
2008-12-30Fixed topology descriptor dissection.Balint Reczey1-4/+13
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-30Try to dissect the Topology Descriptor before the commandBalint Reczey1-0/+30
2008-10-29fixes some parsing errors revealed by fuzz testsBalint Reczey1-1/+13
2008-09-17Fix some imdentationBill Meier1-2/+2
2008-09-17Minor cleanup related to proto_reg_handoffBill Meier1-37/+31
2008-07-30packet-megaco.c:2208: warning: unused parameter 'pinfo'Anders Broman1-1/+1
2008-07-30From Mike Davies:Anders Broman1-20/+49
2008-07-23Don't use proto_tree_add_string_hidden() any more: it's deprecated.Jeff Morriss1-10/+17
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-05-16If H.248 is in otp internal format call the h248_otp dissector, work in progr...Anders Broman1-0/+16
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-5/+10
2008-04-09Remove:Anders Broman1-4/+0
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-6/+0
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman1-89/+89
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-14Keep the MEGACO dissector from looping on a malformed events descriptor.Gerald Combs1-69/+70
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman1-14/+14
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-04Megaco improvements:Luis Ontanon1-4/+45
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-5/+5
2007-03-27megacoLuis Ontanon1-55/+36
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping1-1/+1
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...Ulf Lamping1-0/+4
2007-03-26add context tracing and tap to packet-megaco.cLuis Ontanon1-6/+214
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon1-0/+3335