aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mgcp.c
AgeCommit message (Expand)AuthorFilesLines
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