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