Don't peek inside the column information and manually wrap "GTP < ... >"
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 Feb 2008 03:32:58 +0000 (03:32 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 Feb 2008 03:32:58 +0000 (03:32 +0000)
commit03a49a2a9cf8fb283dbe7077fc9f9c982aeae824
treeec1776227659ba0135fbbdf3c8ccc8fcb75a0c38
parentba9fe77329b8b6cfec9787c8689796312181b40f
Don't peek inside the column information and manually wrap "GTP < ... >"
around the protocol field, use the standard routines for prepending to
and appending to a column.  That should fix bug 2311, as the standard
routines use g_strlcat(), and should also keep that code robust in the
face of changes to the way columns are implemented.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24502 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-gtp.c