aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+1
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-7/+3
2011-04-18Removed some unneeded assignments.stig1-1/+1
2011-04-16Fix the warnings in Coverity CIDs 606-608.gerald1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
2010-09-15Missed this one (check_col() removal)martinm1-29/+17
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-2/+2
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-10-11Switch over to using seasonal memory since the mgcp dissector was using g_mem...krj1-26/+6
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...krj1-1/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-65/+65
2009-03-29More size_t casts.etxrab1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-09-25do not call proto_tree_add_...() inside PROTO_ITEM_SET_HIDDEN() macrokukosa1-2/+5
2008-09-23Minor change: use guint for prefs port variables.wmeier1-4/+4
2008-09-03Cleanup related to prefs & proto_reg_handoffwmeier1-12/+11
2008-06-22Make the MGCP dissector give away the package if it knows its not a MGCP.stig1-36/+44
2008-05-08Stop using deprecated functions identified by checkAPIs script.martinm1-6/+9
2008-04-09Remove:etxrab1-3/+0
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-4/+4
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-3/+3
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cetxrab1-40/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-45/+49
2007-11-16From Harmeet Sawhney:etxrab1-8/+40
2007-10-16Make MGCP a builtin dissector to reduce the number of plugins.jake1-0/+2318
2007-10-16Don't just copy a file and check that in. Use svn copy to retain the history.jake1-2318/+0
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.etxrab1-0/+2318