aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-megaco.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-06From Didier Gautheron:etxrab1-2/+4
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-26/+13
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-69/+69
2009-05-13Apply some of the patches from:etxrab1-4/+2
2009-03-29Define certain fcns as static (if not used externally).wmeier1-28/+27
2009-03-13Fix inverted interpretation of global_megaco_dissect_tree.rbalint1-1/+1
2008-12-30Show topology descriptor using unescaped whitespaces.rbalint1-1/+1
2008-12-30Do not dissect descriptors twice after topology descriptor.rbalint1-2/+2
2008-12-30Fixed topology descriptor dissection.rbalint1-4/+13
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-30Try to dissect the Topology Descriptor before the commandrbalint1-0/+30
2008-10-29fixes some parsing errors revealed by fuzz testsrbalint1-1/+13
2008-09-17Fix some imdentationwmeier1-2/+2
2008-09-17Minor cleanup related to proto_reg_handoffwmeier1-37/+31
2008-07-30packet-megaco.c:2208: warning: unused parameter 'pinfo'etxrab1-1/+1
2008-07-30From Mike Davies:etxrab1-20/+49
2008-07-23Don't use proto_tree_add_string_hidden() any more: it's deprecated.morriss1-10/+17
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-05-16If H.248 is in otp internal format call the h248_otp dissector, work in progr...etxrab1-0/+16
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-5/+10
2008-04-09Remove:etxrab1-4/+0
2008-02-07Removed even more "statement not reached" warnings.stig1-6/+0
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cetxrab1-89/+89
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-14Keep the MEGACO dissector from looping on a malformed events descriptor.gerald1-69/+70
2007-10-11Implement some of the minor possible speed improvment patches.etxrab1-14/+14
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-0/+1
2007-04-04Megaco improvements:lego1-4/+45
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-5/+5
2007-03-27megacolego1-55/+36
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:ulfl1-1/+1
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...ulfl1-0/+4
2007-03-26add context tracing and tap to packet-megaco.clego1-6/+214
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorslego1-0/+3335