Change a bunch of calls to col_append_*() to col_add_*() in places where we
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 26 Jul 2007 20:05:54 +0000 (20:05 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 26 Jul 2007 20:05:54 +0000 (20:05 +0000)
commit4ce97b0fdfbc2227ee9e506111e9b64366bea75e
tree87386f1f250d2659a91e69fd5cf671a2aa3b7d43
parent8e6fa915683bdba54d452f52b12c8323b2a74e75
Change a bunch of calls to col_append_*() to col_add_*() in places where we
_want_ what's currently in the INFO column (usually a more generic message
type from a lower level dissector) replaced (usually with a more
specific--higher level--message type from the currect dissector).  Add a
comment there not to change it back and to explain the use of col_set_fence()
in case someone finds data there that they _don't_ want replaced.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22409 f5534014-38df-0310-8fa8-9805f1628bb7
asn1/tcap/tcap.cnf
epan/dissectors/packet-sccp.c
epan/dissectors/packet-tcap.c