http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24502
User: guy
Date: 2008/02/29 03:33 AM
Log:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+4 -31 packet-gtp.c Modified